<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>danielbachhuber &#187; web hosting</title>
	<atom:link href="http://danielbachhuber.com/tag/web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielbachhuber.com</link>
	<description>wrangling code for Automattic&#039;s WordPress.com VIP</description>
	<lastBuildDate>Mon, 28 May 2012 21:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='danielbachhuber.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/185f1e7963728f352b72281297848b7f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>danielbachhuber &#187; web hosting</title>
		<link>http://danielbachhuber.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://danielbachhuber.com/osd.xml" title="danielbachhuber" />
	<atom:link rel='hub' href='http://danielbachhuber.com/?pushpress=hub'/>
		<item>
		<title>#wcbos: Enterprise Publishing on WordPress.com VIP</title>
		<link>http://danielbachhuber.com/2011/07/23/wcbos-enterprise-publishing-on-wordpress-com-vip/</link>
		<comments>http://danielbachhuber.com/2011/07/23/wcbos-enterprise-publishing-on-wordpress-com-vip/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 20:21:48 +0000</pubDate>
		<dc:creator>Daniel Bachhuber</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[Chris Murray]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[WordCamp Boston]]></category>
		<category><![CDATA[WordCamps]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress.com VIP]]></category>

		<guid isPermaLink="false">http://danielbachhuber.com/?p=128298</guid>
		<description><![CDATA[Quick set of notes from Chris Murray's 3:30 pm session at WordCamp Boston. <a href="http://danielbachhuber.com/2011/07/23/wcbos-enterprise-publishing-on-wordpress-com-vip/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=128298&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WordPress.com is an &#8220;awesome blogging platform,&#8221; according to Chris Murray of <a href="http://thinkoomph.com/">Oomph</a>. WordPress.com is &#8220;get started writing or blogging&#8221;, not &#8220;get started worrying about technology.&#8221; WordPress.org requires downloading the software, installing, and configuring. This gives you more flexibility, but it also means it&#8217;s more complex. Entreprise customers are somewhat in a lurch choosing between standard WordPress.com and WordPress.org because the former isn&#8217;t flexible enough and the latter has the potential of too many headaches.</p>
<p><a href="http://vip.wordpress.com/">WordPress.com VIP</a> is the &#8220;best of both worlds.&#8221; Customers don&#8217;t have to worry about keeping servers up, but they have more of the flexibility that comes with installing new plugins, etc.</p>
<p><a href="http://vip.wordpress.com/clients/">WordPress.com VIP clients</a> include:</p>
<ul>
<li>CNN</li>
<li>Dice.com</li>
<li>RIM</li>
<li>NBC Sports</li>
<li>VentureBeat</li>
</ul>
<p>To think about the different types of hosting offerings, a typical basic dedicated server includes hardware, network connectivity, and electricity. Managed services include all of that, plus take care of your basic LAMP stack. WordPress.com VIP cares about everything plus WordPress, including caching, load balancing, upgrades and functionality.</p>
<p>When working with WordPress.com VIP, the process is probably a little different:</p>
<ul>
<li>Any custom code needs to happen in the theme layer.</li>
<li>You need a great developer to work with (in-house or third-party).</li>
<li>Highly collaborative approach. As a developer, you can actually interact with folks at WordPress.com. You can pitch ideas and ask for feedback on the best way to do it.</li>
<li>Theme submission is a process with WordPress.com VIP. All code is reviewed line by line for best standards, security, and performance. Once the theme is approved, they&#8217;ll set up a Subversion repository for your theme.</li>
<li>Deployments are done with the WordPress.com VIP team.</li>
</ul>
<p>Code is a little different too:</p>
<ul>
<li>When you&#8217;re writing code for the WordPress.com VIP environment, someone is always reviewing. It makes you think more about whether you&#8217;re doing it the right way. The focus is on beautiful code.</li>
<li>Need to follow <a href="http://codex.wordpress.org/WordPress_Coding_Standards">WordPress Coding Standards</a>.</li>
<li>Plugins are included in your theme&#8217;s functions.php file.</li>
<li>Security and performance is the number one concern with the WordPress.com VIP team, things like sanitizing input fields and ensuring database queries are performant.</li>
</ul>
<p>When it comes down to it, the biggest different between WordPress.com VIP and self-hosted: you (have to|get to|learn how to) do it right.</p>
<h3>Q&amp;A</h3>
<p><strong>Q:</strong> How do you do staging?</p>
<p><strong>Chris:</strong> Often we&#8217;ll have a staging server in-house that&#8217;s client facing and/or use one of our five sites with the standard package as the pre-production site.</p>
<p><strong>Q:</strong> Could you explain more about the lack of network admin?</p>
<p><strong>Chris:</strong> WordPress.com is a multisite network in itself, so they don&#8217;t give you super admin access. If you want to set up a new blog, it&#8217;s a more involved process including requesting the site, configuring everything, submitting a theme for review, etc.</p>
<p><strong>Q:</strong> Is customer code required to be licensed under the GPL?</p>
<p><strong>Chris:</strong> I&#8217;m not sure. Licensing is definitely something to be discussed.</p>
<p><strong>Q:</strong> What types of things does VIP support?</p>
<p><strong>Chris:</strong> VIP support offers lots of support including theme reviews, plugin reviews, data migration. They don&#8217;t write code for you however. Any custom development should be done in-house or with a contracter.</p>
<p><strong>Chris:</strong> &#8220;Working with the VIP team has added tons and tons of knowledge to my team.&#8221;</p>
<p>Other questions:</p>
<ul>
<li>Is WordPress.com VIP running stock WordPress, or are there tons of custom modifications?</li>
<li>If VentureBeat were to install a new plugin, would other WordPress.com VIP clients be able to access it?</li>
<li>What things can be done to expedite the deployment process? Are there any common gotchas?</li>
<li>How do new features get requested if lots of clients want it?</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielbachhuber.wordpress.com/128298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielbachhuber.wordpress.com/128298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielbachhuber.wordpress.com/128298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielbachhuber.wordpress.com/128298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielbachhuber.wordpress.com/128298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielbachhuber.wordpress.com/128298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielbachhuber.wordpress.com/128298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielbachhuber.wordpress.com/128298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=128298&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielbachhuber.com/2011/07/23/wcbos-enterprise-publishing-on-wordpress-com-vip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c778bed467546a08fd2f3618a9fc9d4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielbachhuber</media:title>
		</media:content>
	</item>
		<item>
		<title>Q&amp;A: Rusty Lewis on CMN’s new business model</title>
		<link>http://danielbachhuber.com/2011/01/04/qa-rusty-lewis-on-cmn%e2%80%99s-new-business-model/</link>
		<comments>http://danielbachhuber.com/2011/01/04/qa-rusty-lewis-on-cmn%e2%80%99s-new-business-model/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 05:21:25 +0000</pubDate>
		<dc:creator>Daniel Bachhuber</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[college media]]></category>
		<category><![CDATA[College Media Network]]></category>
		<category><![CDATA[College Publisher]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Rusty Lewis]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://danielbachhuber.com/?p=126977</guid>
		<description><![CDATA[Q&#38;A: Rusty Lewis on CMN’s new business model. It just hit me: College Publisher inadvertently made it cost-effective to hire a developer and host it yourself. Student publications who don&#8217;t, and instead pay $2K/year for a terrible CMS while also donating &#8230; <a href="http://danielbachhuber.com/2011/01/04/qa-rusty-lewis-on-cmn%e2%80%99s-new-business-model/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=126977&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.collegemediainnovation.org/blog/2011/01/qa-rusty-lewis-on-cmns-new-business-model/">Q&amp;A: Rusty Lewis on CMN’s new business model</a>. It just hit me: College Publisher inadvertently made it cost-effective to hire a developer and host it yourself. Student publications who don&#8217;t, and instead pay $2K/year for a terrible CMS while also donating their advertising revenue to CMN, aren&#8217;t long for this world. I can&#8217;t believe College Publisher would stick this to 80% of their clients.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielbachhuber.wordpress.com/126977/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielbachhuber.wordpress.com/126977/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielbachhuber.wordpress.com/126977/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielbachhuber.wordpress.com/126977/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielbachhuber.wordpress.com/126977/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielbachhuber.wordpress.com/126977/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielbachhuber.wordpress.com/126977/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielbachhuber.wordpress.com/126977/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=126977&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielbachhuber.com/2011/01/04/qa-rusty-lewis-on-cmn%e2%80%99s-new-business-model/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c778bed467546a08fd2f3618a9fc9d4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielbachhuber</media:title>
		</media:content>
	</item>
		<item>
		<title>Back on WebFaction</title>
		<link>http://danielbachhuber.com/2010/09/27/back-on-webfaction/</link>
		<comments>http://danielbachhuber.com/2010/09/27/back-on-webfaction/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 14:49:20 +0000</pubDate>
		<dc:creator>Daniel Bachhuber</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[server administration]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[WebFaction]]></category>

		<guid isPermaLink="false">http://danielbachhuber.com/?p=126403</guid>
		<description><![CDATA[After just a few months of administering my own Slicehost machine, I decided yesterday to move all of the personal sites I manage back to WebFaction. For personal stuff, I decided I need to focus more on publishing and less &#8230; <a href="http://danielbachhuber.com/2010/09/27/back-on-webfaction/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=126403&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://danielbachhuber.com/2010/05/18/now-served-with-slicehost/">just a few months</a> of administering my own <a href="http://www.slicehost.com/">Slicehost</a> machine, I decided yesterday to move all of the personal sites I manage back to <a href="http://www.webfaction.com/">WebFaction</a>. For personal stuff, I decided I need to focus more on publishing and less on figuring out why my memory usage is so high. Or, in the case of yesterday, why there were approximately 124,000 more rows in the posts table than there should be. Culprit: <a href="http://wordpress.org/extend/plugins/core-control/">Core Control plugin for WordPress</a>.</p>
<p>WebFaction is also significantly cheaper than Slicehost. Their basic plan starts at $9.50/month; I&#8217;ve been paying $32.50 for a 384 MB slice I hardly used.</p>
<p>For now, I look forward to having a super fast publishing platform where I can focus on the words and images instead of the technology.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielbachhuber.wordpress.com/126403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielbachhuber.wordpress.com/126403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielbachhuber.wordpress.com/126403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielbachhuber.wordpress.com/126403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielbachhuber.wordpress.com/126403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielbachhuber.wordpress.com/126403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielbachhuber.wordpress.com/126403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielbachhuber.wordpress.com/126403/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=126403&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielbachhuber.com/2010/09/27/back-on-webfaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c778bed467546a08fd2f3618a9fc9d4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielbachhuber</media:title>
		</media:content>
	</item>
		<item>
		<title>New host and registrar</title>
		<link>http://danielbachhuber.com/2009/06/04/new-host-and-registrar/</link>
		<comments>http://danielbachhuber.com/2009/06/04/new-host-and-registrar/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 21:07:33 +0000</pubDate>
		<dc:creator>Daniel Bachhuber</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[Namecheap]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[Web Faction]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.danielbachhuber.com/?p=904</guid>
		<description><![CDATA[I've moved all of my domains to Namecheap and hosting to Web Faction. Here are a few things you can look forward to. <a href="http://danielbachhuber.com/2009/06/04/new-host-and-registrar/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=904&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a few weeks and a couple hundred dollars, I&#8217;ve finally transferred all of my domains to <a href="http://www.namecheap.com/">Namecheap</a> and web projects to <a href="http://www.webfaction.com/">Web Faction</a>. Previously, I was with 1&amp;1 but intermittently ran into frustrations, including a <a href="http://www.danielbachhuber.com/2009/01/22/quick-feedburner-update/">limitation on the length of a CNAME </a>and not being able to add SPF records, that pushed me to switch. I&#8217;m already having a lot of fun; Web Faction is <em>wickedly</em> quick (relatively, I suppose) and has <a href="http://www.webfaction.com/why-webfaction/">one click installers for a number of content management systems and frameworks</a>. This means that I&#8217;ll get to hack together a <a href="http://www.djangoproject.com/">Django</a>-powered blog in the near future without having to figure out how to configure Django on a server (although I suppose that would be the logical next step). Before a full transition to Django, because it&#8217;s going to take a lot of building to get to my desired feature set, I&#8217;m looking forward to experimenting with and integrating <a href="http://laconi.ca/">Laconi.ca</a> and <a href="http://www.mediawiki.org/">MediaWiki</a> into my personal web presence.</p>
<p>If you&#8217;re thinking about moving to Web Faction and are feeling generous, add &#8220;?affiliate=dbachhuber&#8221; to the end of the <a href="http://www.webfaction.com/signup?affiliate=dbachhuber">signup URL</a>. It&#8217;s <em>guaranteed</em> to help a starving innovator out.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danielbachhuber.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danielbachhuber.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danielbachhuber.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danielbachhuber.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danielbachhuber.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danielbachhuber.wordpress.com/904/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danielbachhuber.wordpress.com/904/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danielbachhuber.wordpress.com/904/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danielbachhuber.com&#038;blog=16096444&#038;post=904&#038;subd=danielbachhuber&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danielbachhuber.com/2009/06/04/new-host-and-registrar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c778bed467546a08fd2f3618a9fc9d4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielbachhuber</media:title>
		</media:content>
	</item>
	</channel>
</rss>
