<?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>Psidefect.com &#187; Web Development</title>
	<atom:link href="http://psidefect.com/blog/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://psidefect.com/blog</link>
	<description>The arbitrary ramblings of yet another web developer</description>
	<lastBuildDate>Tue, 16 Jun 2009 04:01:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome</title>
		<link>http://psidefect.com/blog/google-chrome</link>
		<comments>http://psidefect.com/blog/google-chrome#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:45:03 +0000</pubDate>
		<dc:creator>Psidefect</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://psidefect.com/blog/?p=30</guid>
		<description><![CDATA[Like many of you out there I&#8217;m very excited about Google&#8217;s new browser Chrome.
The idea of a multi-process browser is very intriguing. This comic strip does a much better job of explaining it than I could do, but basically, it will make the browser much more robust and reliable for web applications.
In many ways Chrome still [...]]]></description>
			<content:encoded><![CDATA[<p>Like many of you out there I&#8217;m very excited about <a href="http://www.google.com/chrome">Google&#8217;s new browser Chrome</a>.</p>
<p>The idea of a multi-process browser is very intriguing. <a href="http://www.google.com/googlebooks/chrome/">This comic strip</a> does a much better job of explaining it than I could do, but basically, it will make the browser much more robust and reliable for web applications.</p>
<p>In many ways Chrome still has a long way to go in order to match Firefox&#8217;s user experience, but its potential is enormous. I love that it&#8217;s open source. Google obviously has the resources to catch up to their competition in this arena and I believe very good things are on the horizon. The competition and collaboration (god bless open source!) that this will bring to the browser world will be a great thing for users. </p>
<p>I&#8217;m very much looking forward to OSX and Linux versions of Chrome as I only use Windows at work these days. Cross-platform support and just a few of the bells and whistles that the other browsers have (full page zoom, mouse gestures, etc.) and I think we&#8217;ll be looking at a serious competitor to IE and Firefox. Even if Chrome does not emerge as the dominant browser, it will force all browser makers to up their game. Hopefully Microsoft will be forced to adhere much more closely to web standards.</p>
<p>I am curious about adblocking. Google makes a ton of money on their ads. It will be interesting to see how they approach this issue with their browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://psidefect.com/blog/google-chrome/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP and Google Charts API</title>
		<link>http://psidefect.com/blog/php-and-google-charts-api</link>
		<comments>http://psidefect.com/blog/php-and-google-charts-api#comments</comments>
		<pubDate>Tue, 15 Apr 2008 13:31:17 +0000</pubDate>
		<dc:creator>Psidefect</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://psidefect.com/blog/?p=9</guid>
		<description><![CDATA[Ludwig Pettersson has a great article on creating charts with PHP and Google Charts API.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://luddep.se/">Ludwig Pettersson</a> has a great article on <a href="http://luddep.se/notebook/2008/04/charts_with_php_and_google_charts_api">creating charts with PHP and Google Charts API</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://psidefect.com/blog/php-and-google-charts-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feed Renderer</title>
		<link>http://psidefect.com/blog/feed-renderer</link>
		<comments>http://psidefect.com/blog/feed-renderer#comments</comments>
		<pubDate>Wed, 09 Apr 2008 20:49:13 +0000</pubDate>
		<dc:creator>Psidefect</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://psidefect.com/blog/?p=5</guid>
		<description><![CDATA[Feed Renderer is a little project I&#8217;ve been working on that basically emulates the main idea of Popurls.com using SimplePie. Basically I&#8217;m just playing around with the concept (it is in no way ready for prime time). I want to add an ajax updater so each feed can be updated independently.
SimplePie is an RSS and [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Feed Renderer" href="http://www.psidefect.com/rss/simplepie.php">Feed Renderer</a> is a little project I&#8217;ve been working on that basically emulates the main idea of <a href="http://popurls.com/">Popurls.com</a> using <a href="http://simplepie.org/">SimplePie</a>. Basically I&#8217;m just playing around with the concept (it is in no way ready for prime time). I want to add an ajax updater so each feed can be updated independently.</p>
<p><a href="http://simplepie.org/">SimplePie</a> is an RSS and Atom reading object written in PHP. It&#8217;s pretty easy to use and really makes a project like this straightforward and simple.</p>
<p>Also, the function doRelativeDate was written by Garrett Murray (<a href="http://graveyard.maniacalrage.net/etc/relative/">http://graveyard.maniacalrage.net/etc/relative/</a>)</p>
<p>Source code for this project is available upon request.</p>
]]></content:encoded>
			<wfw:commentRss>http://psidefect.com/blog/feed-renderer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
