<?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>maxpagels.com &#187; Site updates</title>
	<atom:link href="http://www.maxpagels.com/category/site-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxpagels.com</link>
	<description>Est. MMVIII</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:11:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.maxpagels.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Site update</title>
		<link>http://www.maxpagels.com/2010/04/09/site-update-3/</link>
		<comments>http://www.maxpagels.com/2010/04/09/site-update-3/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 11:16:01 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=2196</guid>
		<description><![CDATA[I&#8217;ve designed a new theme, and also made some backend performance enhancements. If the site isn&#8217;t working properly in your browser, drop me a line.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve designed a new theme, and also made some backend performance enhancements. If the site isn&#8217;t working properly in your browser, <a href="http://www.maxpagels.com/contact">drop me a line</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/04/09/site-update-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mpsimple</title>
		<link>http://www.maxpagels.com/2010/02/10/mpsimple/</link>
		<comments>http://www.maxpagels.com/2010/02/10/mpsimple/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:34:59 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adium]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mpsimple]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1695</guid>
		<description><![CDATA[I&#8217;ve made a simple Adium message style for those interested. Visit the project page for download &#38; installation instructions.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a simple Adium message style for those interested. <a href="http://www.maxpagels.com/projects/mpsimple">Visit the project page</a> for download &amp; installation instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/02/10/mpsimple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archives</title>
		<link>http://www.maxpagels.com/2010/01/21/archives/</link>
		<comments>http://www.maxpagels.com/2010/01/21/archives/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:22:20 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1610</guid>
		<description><![CDATA[It&#8217;s been a long time in the making, but I&#8217;ve finally updated the archives page on maxpagels.com. Find content on the site via date, category or tag.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time in the making, but I&#8217;ve finally <a href="http://www.maxpagels.com/archives">updated the archives page</a> on maxpagels.com. Find content on the site via date, category or tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/01/21/archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site update</title>
		<link>http://www.maxpagels.com/2010/01/20/site-update-2/</link>
		<comments>http://www.maxpagels.com/2010/01/20/site-update-2/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:41:55 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[modernizr]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1560</guid>
		<description><![CDATA[I&#8217;ve been at work converting the site to HTML5, mainly by replacing generic div elements to more descriptive ones (section, aside, header etc.) wherever possible. I&#8217;ll be changing some more stuff in the upcoming weeks, but as of now, the markup of maxpagels.com validates as HTML5. Special thanks to the people behind Modernizr for creating [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been at work converting the site to HTML5, mainly by replacing generic <code>div</code> elements to more descriptive ones (<code>section</code>, <code>aside</code>, <code>header</code> etc.) wherever possible.</p>
<p>I&#8217;ll be changing some more stuff in the upcoming weeks, but as of now, <a href="http://validator.w3.org/">the markup of maxpagels.com validates as HTML5</a>. Special thanks to the people behind <a href="http://www.modernizr.com/">Modernizr</a> for creating a fantastic JavaScript library – it&#8217;s painless to style HTML5 elements in IE using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/01/20/site-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Season&#8217;s greetings</title>
		<link>http://www.maxpagels.com/2009/12/24/seasons-greetings/</link>
		<comments>http://www.maxpagels.com/2009/12/24/seasons-greetings/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 10:00:18 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1344</guid>
		<description><![CDATA[I&#8217;d like to wish all readers a merry, peaceful Christmas and a happy New Year. I&#8217;ll be posting new content on the site during the holidays, but at a quieter pace than usual.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to wish all readers a merry, peaceful Christmas and a happy New Year. I&#8217;ll be posting new content on the site during the holidays, but at a quieter pace than usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/12/24/seasons-greetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the archives pages</title>
		<link>http://www.maxpagels.com/2009/12/11/about-the-archives-pages/</link>
		<comments>http://www.maxpagels.com/2009/12/11/about-the-archives-pages/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 19:31:53 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1200</guid>
		<description><![CDATA[I&#8217;ve taken the archives page link offline for the time being, because frankly, the page sucked. I&#8217;m working on a new layout and hope to have it online in the next few weeks.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken the archives page link offline for the time being, because frankly, the page sucked. I&#8217;m working on a new layout and hope to have it online in the next few weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/12/11/about-the-archives-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>⌘mp.ws</title>
		<link>http://www.maxpagels.com/2009/11/28/mp-ws/</link>
		<comments>http://www.maxpagels.com/2009/11/28/mp-ws/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:28:21 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[idn]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1018</guid>
		<description><![CDATA[That&#8217;s a new IDN domain I registered. It might be used for something for useful in the future, but for now ⌘mp.ws just redirects to maxpagels.com. Clarification: the ⌘ symbol means &#8220;place of interest&#8221; and this is why it was chosen. Apple fans will also recognize it as the symbol on the command key.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s a new IDN domain I registered. It might be used for something for useful in the future, but for now <a href="http://⌘mp.ws">⌘mp.ws</a> just redirects to maxpagels.com.</p>
<p>Clarification: the <a href="http://en.wikipedia.org/wiki/Saint_John's_Arms">⌘ symbol</a> means &#8220;place of interest&#8221; and this is why it was chosen. Apple fans will also recognize it as the symbol on the command key.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/11/28/mp-ws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site update</title>
		<link>http://www.maxpagels.com/2009/10/14/site-update/</link>
		<comments>http://www.maxpagels.com/2009/10/14/site-update/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:30:12 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Site updates]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=537</guid>
		<description><![CDATA[I&#8217;m making a few small changes to the way posts on maxpagels.com are presented, hopefully making it easier to navigate the site and find the content you&#8217;re interested in. From now on, all posts published on the site will have their own title, and clicking a post&#8217;s title will behave in one of two ways [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making a few small changes to the way posts on maxpagels.com are presented, hopefully making it easier to navigate the site and find the content you&#8217;re interested in. From now on, all posts published on the site will have their own title, and clicking a post&#8217;s title will behave in one of two ways depending on what type of post it is:</p>
<ul>
<li>Original posts that I write will have titles that are permanent links to the post in question. Simply put, these types of posts will behave just like they do on almost any other blog.</li>
<li>Posts that are essentially links to interesting sites, articles etc. will have titles that link straight to the source. These posts do however also have their own permanent links, just click on the hash sign (it&#8217;s in the post footer, right after the date of the post)</li>
</ul>
<p>I hope to have the aforementioned changes implemented fully in the next couple of days. This should also fix the issue where posts in the site&#8217;s RSS feed didn&#8217;t have a title.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/10/14/site-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.201 seconds -->
