<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ebersviller.com</title>
	<atom:link href="http://www.ebersviller.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ebersviller.com</link>
	<description>My technology scratch pad.</description>
	<lastBuildDate>Thu, 17 May 2012 08:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>MP4 File Support in Windows Media Center / Media Player</title>
		<link>http://www.ebersviller.com/2011/12/30/mp4-file-support-in-windows-media-center-media-player/</link>
		<comments>http://www.ebersviller.com/2011/12/30/mp4-file-support-in-windows-media-center-media-player/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 06:02:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=258</guid>
		<description><![CDATA[Today I wanted to consolidate all my various music purchased from Apple iTunes along with my Amazon MP3&#8242;s, and all of my ripped CD&#8217;s.  I consolidated things, added everything to the proper Windows 7 library, and yet my iTunes MP4 music wasn&#8217;t coming up.  I had a handful of songs that were still encrypted with [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to consolidate all my various music purchased from Apple iTunes along with my Amazon MP3&#8242;s, and all of my ripped CD&#8217;s.  I consolidated things, added everything to the proper Windows 7 library, and yet my iTunes MP4 music wasn&#8217;t coming up.  I had a handful of songs that were still encrypted with the old iTunes/AAC.  I could have burned them to a CD and re-ripped them, but I took the easy out.  I paid Apple to upgrade them all to iTunes Plus and quickly had pure MP4 copies without the DRM.  Even after doing so the songs weren&#8217;t showing up in the album list, but I could open them directly with Media Player without an issue.</p>
<p>I did some searching and found that Windows Media Player couldn&#8217;t read the meta data from these files.  There was a great piece of freeware called WMP Tag Plus that takes care of that: <a href="http://bmproductions.fixnum.org/wmptagplus/index.htm">http://bmproductions.fixnum.org/wmptagplus/index.htm</a></p>
<p>If you install that, but still can&#8217;t play those files you should install the following:</p>
<ol>
<li>This DirectShow filter: <a href="http://www.xiph.org/dshow/">http://www.xiph.org/dshow/</a></li>
<li>Haali Media Splitter: <a href="http://haali.su/mkv/">http://haali.su/mkv/</a></li>
<li>DirectShow filter: <a href="http://www.free-codecs.com/download/FFDshow.htm">http://www.free-codecs.com/download/FFDshow.htm</a></li>
<li>WavPack: <a href="http://www.wavpack.com/downloads.html">http://www.wavpack.com/downloads.html</a></li>
</ol>
<div>Now that you&#8217;re set from a software point of view you just need to tell the OS that it can now use that format.  That&#8217;s stored in HKEY_CLASSES_ROOT.  I believe only the following would have to be added to the registry at this point for most people:</div>
<div>[HKEY_CLASSES_ROOT\.mp4]<br />
&#8220;PerceivedType&#8221;=&#8221;video&#8221;<br />
&#8220;Content Type&#8221;=&#8221;video/mp4&#8243;</div>
<p>A more complete REG hack is listed below (with credit due to <a href="http://weinioli.wordpress.com/2007/08/07/xbox360-vista-media-player-11-mp4-video-streaming/">http://weinioli.wordpress.com/2007/08/07/xbox360-vista-media-player-11-mp4-video-streaming/</a>):</p>
<p style="padding-left: 30px;">Windows Registry Editor Version 5.00</p>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">; Parts are set, but type already exists<br />
[HKEY_CLASSES_ROOT.mp4]<br />
@=”mp4_auto_file”<br />
;”QuickTime.bak”=”VLC.mp4″<br />
;”Content Type”=”video/mp4″<br />
“PerceivedType”=”video”</div>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">[HKEY_CLASSES_ROOT.mp4ShellEx]</div>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">[HKEY_CLASSES_ROOT.mp4ShellEx{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]<br />
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”</div>
<div style="padding-left: 30px;">; WMPlayer extension<br />
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMultimediaWMPlayerExtensions.mp4]<br />
“PerceivedType”=”video”<br />
“Permissions”=dword:0000000f<br />
“Runtime”=dword:00000007<br />
“UserApprovedOwning”=”yes”</div>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">; WMP MLS Extension</div>
<div style="padding-left: 30px;">; This is very important for WMP to identify mp4 files as video files<br />
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMediaPlayerMLS]</div>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMediaPlayerMLSExtensions]<br />
“mp4″=”video”</div>
<div style="padding-left: 30px;">; M4V ————–<br />
[HKEY_CLASSES_ROOT.m4v]<br />
@=”mp4_auto_file”<br />
“PerceivedType”=”video”<br />
;”Content Type”=”video/x-m4v”<br />
“Content Type”=”video/mp4″</div>
<div style="padding-left: 30px;">[HKEY_CLASSES_ROOT.m4vShellEx]</div>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">[HKEY_CLASSES_ROOT.m4vShellEx{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]<br />
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”</div>
<div style="padding-left: 30px;">; WMPlayer extension<br />
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMultimediaWMPlayerExtensions.m4v]<br />
“PerceivedType”=”video”<br />
“Permissions”=dword:0000000f<br />
“Runtime”=dword:00000007<br />
“UserApprovedOwning”=”yes”</div>
<div style="padding-left: 30px;"></div>
<div style="padding-left: 30px;">; WMP MLS Extension</div>
<div style="padding-left: 30px;">[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMediaPlayerMLSExtensions]<br />
“m4v”=”video”</div>
<div style="padding-left: 30px;"></div>
<div>After doing that Windows Media Player correctly sees all of those albums, their artwork, songs, and will update whenever I download new iTunes (or Amazon) music.  It also seamlessly will stream to any Xbox 360 in your home, which is a nice perk for Windows Media Center addicts.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2011/12/30/mp4-file-support-in-windows-media-center-media-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shared Items Address</title>
		<link>http://www.ebersviller.com/2011/10/02/shared-items-address/</link>
		<comments>http://www.ebersviller.com/2011/10/02/shared-items-address/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 01:57:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Ramblings]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=236</guid>
		<description><![CDATA[I&#8217;ve migrated my Google Reader to a new account.  They had a simply to use export/import process, but it doesn&#8217;t bring over past shared items. If you are interested here are the old items, and here are the new.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve migrated my Google Reader to a new account.  They had a simply to use export/import process, but it doesn&#8217;t bring over past shared items.</p>
<p>If you are interested here are the <a href="http://www.google.com/reader/shared/03716802885718934420">old items</a>, and here are the <a href="http://www.google.com/reader/shared/01186393995847017227">new</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2011/10/02/shared-items-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle Hardware + OReilly.com = Slice of  Heaven</title>
		<link>http://www.ebersviller.com/2010/09/22/kindle-hardware-oreilly-com-slice-of-heaven/</link>
		<comments>http://www.ebersviller.com/2010/09/22/kindle-hardware-oreilly-com-slice-of-heaven/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 03:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Ramblings]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=161</guid>
		<description><![CDATA[I&#8217;ve had the new Kindle for about a month now and I love it.  I get more reading done on a Kindle then I ever did before owning one.  I wouldn&#8217;t trade it for an iPad because that wouldn&#8217;t get nearly as much reading done.  The device has a great constrast ratio, it handles PDF&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the new Kindle for about a month now and I love it.  I get more reading done on a Kindle then I ever did before owning one.  I wouldn&#8217;t trade it for an iPad because that wouldn&#8217;t get nearly as much reading done.  The device has a great constrast ratio, it handles PDF&#8217;s well, and I love the ability to highlight and take notes anywhere.  The Kindle has fueled my passion for buying my e-books elsewhere though..  Amazon makes great hardware, has excellent prices, offers an easy to use website, and provides superb support so I&#8217;d love to give them my money for ebooks.  They don&#8217;t quite get it though..</p>
<p>You see, I love O&#8217;Reilly books and have recently started to really enjoy using oreilly.com.  It&#8217;s quickly becoming my preferred book seller for a number of reasons:</p>
<ol>
<li>No DRM &#8211; I want to take my books where I want them, on as many devices as I own, and I don&#8217;t want to worry about locking myself in to any one vendor.</li>
<li>Ownership Specials &#8211; Do you own the paper back and want the e-book?  $4.99</li>
<li>Upgrade Specials &#8211; Do you own an old version of the book and want the newest release?  50% off if you order the ebook</li>
<li>Daily Deal &#8211; Want to subscribe to a RSS feed with a daily book for only $9.99?<br />
<a href="http://feeds.feedburner.com/oreilly/ebookdealoftheday">http://feeds.feedburner.com/oreilly/ebookdealoftheday</a></li>
<li><a href="http://feeds.feedburner.com/oreilly/ebookdealoftheday"></a>Lifetime Access &#8211; This is a draw between Amazon and O&#8217;Reilly.  Both will let you re-download purchased items as many times as needed.</li>
</ol>
<p>However, there is no Whispernet syncing when you buy your books elsewhere.  That leads me to my recommendation..  Allow consumers to use cloud based storage for as much content as we want (at a cost per gb) and you simply provide the logic to sync books, the last read page, notes, highlights, and so on.  If you truly believe in competition let us pick between Dropbox, Amazon S3, RackSpace Cloud Files, or even a simple FTP/SCP location.  I want to have my content available where ever I go, and whenever I want.  If there were open standards for this type of thing this wouldn&#8217;t be an issue.  When I click the Buy button at any e-book sellers website I should be able to send that file to my preferred storage provider and have it instantly appear on my device.</p>
<p>Businesses should be thinking about long term profits.  Long term open standards win and consumers will get what they want.  If you fail to deliver pieces of the puzzle than a competitor eventually will fill that want.  It&#8217;s not hard to understand&#8230;  Some day Amazon will get it, drop the DRM, and add some of these missing features.  If they don&#8217;t someone else will step on their market share and do it for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/09/22/kindle-hardware-oreilly-com-slice-of-heaven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cloud, and RackSpace</title>
		<link>http://www.ebersviller.com/2010/08/11/the-cloud-and-rackspace/</link>
		<comments>http://www.ebersviller.com/2010/08/11/the-cloud-and-rackspace/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 05:17:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=139</guid>
		<description><![CDATA[The last 15+ years of server infrastructure has been pretty incredible to say the least.  I&#8217;ve been in the field and spent a lot of money on a lot of different hardware and providers.  I clearly remember spending tens of thousands on hardware to build critical infrastructure to then colocate it so I could handle [...]]]></description>
			<content:encoded><![CDATA[<p>The last 15+ years of server infrastructure has been pretty incredible to say the least.  I&#8217;ve been in the field and spent a lot of money on a lot of different hardware and providers.  I clearly remember spending tens of thousands on hardware to build critical infrastructure to then colocate it so I could handle rapid growth when it hit.  I&#8217;ve had dedicated servers, colocated servers, and more recently cloud servers.</p>
<p>During that time there was nothing worse then receiving that 2 a.m. page that a customer’s server was down, and they couldn&#8217;t reach a critical web page.  The frantic SSH session that failed to connect lead to using an APC MasterSwitch to reboot that outlet and to hope it brought the server back so you could work on it remotely.  Once in a blue moon you were so lucky, but all to often you&#8217;d have to leave your house to go work on the server.  Even worse you may be on vacation and stuck paying $150+ hr for remote hands and eyes to read back what they see so you can advise them how to fix it.  Incidents like those quickly convince you to pay for the Remote KVM over IP&#8217;s that cost thousands and to start buying built in HP ILO (Integrated Lights Out) and Dell DRAC (Dell Remote Access Card) cards, regardless of cost.  If the server had hardware problems it could take even longer to get parts on site to fix the server..</p>
<p>Thankfully that&#8217;s starting to become the distant memory as we now have Amazon EC2, RackSpace Cloud Servers, Microsoft Azure, VMware, and oh so many other players emphasizing redundant virtual servers and cloud servers.  Being the technology geek that I am I&#8217;ve signed up for all of the above solutions above and evaluated them.  There are different niches in the market for different needs, but as a general &#8220;cloud server&#8221; provider RackSpace does a great job.</p>
<p>With RackSpace I got started back when I signed up with SliceHost.com in 2008.  They were bought out by RackSpace and provided the technology to power RackSpace&#8217;s cloud solutions.  Admiring RackSpace&#8217;s reputation in the industry for solid customer service I quickly signed up for a cloud server when they introduced them.  During that time I&#8217;ve tested their functionality to grow and shrink servers, setup automated backups, perform restores, used their iPhone application to remotely manage the server, and their web based console has saved me a few times.  These are all standard features that haven&#8217;t cost me a dime extra, but have been incredibly convenient to have.</p>
<p>I&#8217;ve been using 3rd party monitoring and have experienced excellent performance and uptime for the last couple of years.  My first real issue came up on July 4, 2010 at 3:16 AM CST (8:16 UTC).  The cloud server went down, and at 3:25 AM CST RackSpace contacted me to inform me of the issue.  They were quick to tell me that a chassis swap was necessary and that was completed by 4:14 AM.  At which point they immediately notified me that the work was complete.  In this case they dealt with a hardware failure while I was sleeping and I never had to leave the house to resolve it.</p>
<p>I think it goes without saying that their service was superb during this issue.  Although this is a very pro-RackSpace story it might as well be a very pro &#8220;cloud&#8221; review.  If your servers and solutions are architected well up front you&#8217;ll save yourself a lot of time and grief later on.  Virtualized servers in the cloud aren&#8217;t the right fit for everything, but when the fit is right they can be a life saver.  This is just one example of that fact, I could have just as well posted about the ease of scaling up, quickly handling large deployments, providing redundancy throughout the world, and so on.  The cloud isn&#8217;t the next big thing; the cloud continues to be the current big thing.  Its just time for the rest of the marketplace to catch on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/08/11/the-cloud-and-rackspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Kindle for $89 ($100 off!)</title>
		<link>http://www.ebersviller.com/2010/07/05/amazon-kindle-for-89-100-off/</link>
		<comments>http://www.ebersviller.com/2010/07/05/amazon-kindle-for-89-100-off/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 15:52:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Ramblings]]></category>
		<category><![CDATA[$100 off Kindle]]></category>
		<category><![CDATA[audible.com]]></category>
		<category><![CDATA[audio books]]></category>
		<category><![CDATA[coupon code]]></category>
		<category><![CDATA[discount code]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[promotion code]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=121</guid>
		<description><![CDATA[After spending the past month debating if I wanted to pay $500 to buy an iPad I ended up deciding against it. The iPad has an incredible looking screen, but it seemed to be lacking some really key features for me: Tethering &#8211; I can easily tether from my laptop to my cell phone using [...]]]></description>
			<content:encoded><![CDATA[<p>After spending the past month debating if I wanted to pay $500 to buy an iPad I ended up deciding against it.  The iPad has an incredible looking screen, but it seemed to be lacking some really key features for me:</p>
<ol>
<li>Tethering &#8211; I can easily tether from my laptop to my cell phone using 3G and surf to my hearts content, but I can&#8217;t from the iPad.  It has built in bluetooth, but the Apple powers that be didn&#8217;t want to support that feature.  I have no desire to pay more for the 3G edition and pay monthly for it when I already have a data plan that covers it on my BlackBerry Bold.</li>
<li>Front Facing Camera &#8211; It just seems like they rushed the iPad out the door to capture as much market as they could.  The next gen will surely have this feature, and it&#8217;ll work great with Facetime.</li>
<li>Evernote &#8211; Being in IT I read a lot, and take a ton of notes.  <a href="http://www.evernote.com">Evernote</a> is phenomenal for this (and many other things), but the iPad edition is missing one big thing.  If I have a PDF that&#8217;s a few hundreds pages I probably won&#8217;t finish that in one sitting.  I&#8217;d like to be able to close Evernote, come back, and have it remember exactly where I&#8217;m at.  This may have changed, but when I tested it last this functionality wasn&#8217;t there.  I have no desire to migrate all my Microsoft Press books, VMware best practices, and other misc. PDF&#8217;s to another less powerful solution.  I enjoy my sync&#8217;d everywhere Evernote solution, and it&#8217;d take a lot for me to move elsewhere.</li>
</ol>
<p>Instead of buying an iPad I went in the other direction and picked up an Amazon Kindle for $89.  On July 1st Amazon cut it&#8217;s pricing of the Kindle (3G &#8211; world data connectivity) to $189.  I also remembered that Audible.com was running a promotion to get $100 off select devices that could play back their audiobooks.  Being owned by Amazon.com one of those devices is a Kindle (sorry, the iPad isn&#8217;t on the list).  I love audiobooks for when I&#8217;m on the road and when I&#8217;m at work so joining Audible.com seemed like a great idea, and this pushed me to finally do it.</p>
<p>If you want to take advantage of the same deal you should join Audible.com&#8217;s Gold program here:<br />
<a href="http://www.audible.com/deviceoffer/">http://www.audible.com/deviceoffer/</a></p>
<p>It&#8217;s $14.95 a month, but you get one free audiobook each month.  It also comes with the digital edition of the Wall Street Journal, which is nice.  That more than justifies the membership price for me, but it it doesn&#8217;t for you then you may want to pass on this deal.</p>
<p>Next browse over to Amazon and pick up the Kindle with world wide connectivity here: <a href="http://www.amazon.com/gp/product/B0015T963C?ie=UTF8&amp;tag=ebersviller-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0015T963C">Kindle Wireless Reading Device, Free 3G</a></p>
<p>Make sure you enter the $100 off code that Audible.com gives you when you check out and bam, you have a new Kindle for $89 with free two day shipping.  If you&#8217;re like me and have Bing Cashback laying around you can get it for even less  by choosing to receive that with Amazon Payments.  Hopefully there are other audio book lovers out there that will appreciate this post.  It seems like the $100 off promotion is hidden away..  Most podcasts will encourage you to join Audible.com, but with their code.  This blows their other promotions out of the water from my perspective.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/07/05/amazon-kindle-for-89-100-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Systems Engineer Details Scaling Solutions</title>
		<link>http://www.ebersviller.com/2010/06/26/facebook-systems-engineer-details-scaling-solutions/</link>
		<comments>http://www.ebersviller.com/2010/06/26/facebook-systems-engineer-details-scaling-solutions/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 08:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=114</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/T-Xr_PJdNmQ&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/T-Xr_PJdNmQ&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/06/26/facebook-systems-engineer-details-scaling-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESPN insider Discount</title>
		<link>http://www.ebersviller.com/2010/06/11/espn-insider-discount/</link>
		<comments>http://www.ebersviller.com/2010/06/11/espn-insider-discount/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 19:40:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[almost free]]></category>
		<category><![CDATA[coupon code]]></category>
		<category><![CDATA[discount code]]></category>
		<category><![CDATA[espn insider]]></category>
		<category><![CDATA[espn the magazine]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=103</guid>
		<description><![CDATA[As a tech geek that loves sports I frequently come across ESPN insider only articles all the time. If you&#8217;re reading this then you&#8217;re probably familiar with them. They have the lovely image next to the article name. That&#8217;s your way of knowing stay away, because you don&#8217;t feel like paying $6.95 a month or [...]]]></description>
			<content:encoded><![CDATA[<p>As a tech geek that loves sports I frequently come across ESPN insider only articles all the time.  If you&#8217;re reading this then you&#8217;re probably familiar with them.  They have the lovely <img src="http://www.ebersviller.com/uploads/2010/06/insider.gif" alt="" title="ESPN insider mark" width="13" height="13" /> image next to the article name.  That&#8217;s your way of knowing stay away, because you don&#8217;t feel like paying $6.95 a month or prepaying for 1+ years to read their articles.  (After all we have access to blogs, Google, Facebook, twitter, and a ton of other places to spend our time to read sports commentary..)<br />
<a href="http://insider.espn.go.com/insider/benefits"><img src="http://www.ebersviller.com/uploads/2010/06/espn_rates.jpg" alt="" title="espn_rates" width="440" height="54" class="alignnone size-full wp-image-107" /></a></p>
<p>Interestingly enough if you have an ESPN The Magazine subscription you get free access to all those insider pages.  I purchased that subscription on Amazon for $5 for a year.  Meaning you could either pay $6.95 a month through them, decide to pay for a year at their 52% discount of $39.96, or pay a one time fee of $5 and get a whole year.  Hmmm..  I wonder what price you guys prefer?  Kidding aside enjoy your 94%+ discount, basically free magazine, and ESPN Insider subscription for a flat $5 (or less).</p>
<p>If you don&#8217;t want the magazine send it to your closest hospital or doctors office and I&#8217;m sure a patient there will appreciate the donated subscription.  As of today (6/11/2010) Amazon wrapped up their promotion, but other magazine sites are still offering great deals (even better than the $5 I paid):</p>
<blockquote><p>&#8220;ESPN Magazine is on sale through Saturday for $3.75 per year when you use the code WKLYSPEC at checkout from Best Deal Magazines.&#8221;<br />http://www.bestdealmagazines.com/title.asp?title=ESPN</p></blockquote>
<p>Even without that coupon code it&#8217;s still cheaper than the $5 I paid.  My point is to run a quick Google search, buy the magazine, and save yourself some money:<br />
<a href="http://www.google.com/search?q=espn+the+magazine+coupon+code">Click to check Google</a></p>
<p>Now if only I had a work around to when the eBook in the Kindle store costs the same (or even more) than the paperback version at Amazon&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/06/11/espn-insider-discount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Update Manager (VUM) and PowerCLI video</title>
		<link>http://www.ebersviller.com/2010/03/11/vmware-update-manager-vum-and-powercli/</link>
		<comments>http://www.ebersviller.com/2010/03/11/vmware-update-manager-vum-and-powercli/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:49:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=84</guid>
		<description><![CDATA[VUM Cmdlets from Alan Renouf on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10075166&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=&#038;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10075166&#038;server=vimeo.com&#038;show_title=1&#038;show_byline=1&#038;show_portrait=0&#038;color=&#038;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/10075166">VUM Cmdlets</a> from <a href="http://vimeo.com/user766954">Alan Renouf</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/03/11/vmware-update-manager-vum-and-powercli/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Purge old data from VirtualCenter 4 db video</title>
		<link>http://www.ebersviller.com/2010/02/28/purge-old-data-from-virtualcenter-4-db/</link>
		<comments>http://www.ebersviller.com/2010/02/28/purge-old-data-from-virtualcenter-4-db/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:46:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=78</guid>
		<description><![CDATA[A nice and quick video on how to clean up a VC4 db that has grown to large: Purge old data from VC4]]></description>
			<content:encoded><![CDATA[<p>A nice and quick video on how to clean up a VC4 db that has grown to large:<br />
<a href='http://www.youtube.com/watch?v=jOLL0rpQi3A' >Purge old data from VC4</a></p>
<p><object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/jOLL0rpQi3A&#038;border=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/jOLL0rpQi3A&#038;border=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="349"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/02/28/purge-old-data-from-virtualcenter-4-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View / iPhone integration video</title>
		<link>http://www.ebersviller.com/2010/02/28/vmware-view-iphone-integration/</link>
		<comments>http://www.ebersviller.com/2010/02/28/vmware-view-iphone-integration/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 09:29:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.ebersviller.com/?p=74</guid>
		<description><![CDATA[Pretty cool potential for the mobile enterprise arena. VMware View on the iPhone]]></description>
			<content:encoded><![CDATA[<p>Pretty cool potential for the mobile enterprise arena.</p>
<p><a href='http://www.youtube.com/watch?v=UZ24A5kE6XM' >VMware View on the iPhone</a></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/UZ24A5kE6XM&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UZ24A5kE6XM&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ebersviller.com/2010/02/28/vmware-view-iphone-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.ebersviller.com @ 2012-05-20 13:45:30 -->
