<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>builder2</title>
	
	<link>http://builder2.blogger.ph</link>
	<description>Links and resources for the web 2.0 developer.</description>
	<lastBuildDate>Sat, 24 Jul 2010 14:33:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Builder2" /><feedburner:info uri="builder2" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://builder2.blogger.ph/?pushpress=hub" /><feedburner:emailServiceId>Builder2</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>WatchOCR</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/v9xcxhHutkk/</link>
		<comments>http://builder2.blogger.ph/2010/07/24/watchocr/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:33:55 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[ocr]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=296</guid>
		<description><![CDATA[&#8220;WatchOCR is free OCR server for PDFs. Based on Knoppix, WatchOCR uses cuneiform, and exactimage to create text searchable PDFs from image only PDFs. Using the web interface, WatchOCR can be remotely configured to monitor a watched folder for newly scanned PDFs for OCR conversion. Leveraging the power of a liveCD distro, WatchOCR is the [...]<p><a href="http://builder2.blogger.ph/2010/07/24/watchocr/">WatchOCR</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>&#8220;<strong><a href="http://www.watchocr.com/">WatchOCR</a></strong> is free OCR server for PDFs. Based on Knoppix, WatchOCR uses cuneiform, and exactimage to create text searchable PDFs from image only PDFs. Using the web interface, WatchOCR can be remotely configured to monitor a watched folder for newly scanned PDFs for OCR conversion. Leveraging the power of a liveCD distro, WatchOCR is the fastest way to get an OCR service up and running for your network.&#8221;</p>
<p>This seems a very useful way to get high&#8211;quality optical character recognition across all services in a network.</p>
<p><a href="http://builder2.blogger.ph/2010/07/24/watchocr/">WatchOCR</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/v9xcxhHutkk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/07/24/watchocr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/07/24/watchocr/</feedburner:origLink></item>
		<item>
		<title>autojump: Linux cd command on steroids</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/eEQMX1goDds/</link>
		<comments>http://builder2.blogger.ph/2010/07/11/autojump-linux-cd-command-steroids/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 09:25:11 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=292</guid>
		<description><![CDATA[autojump is &#8220;a cd command that learns,&#8221; one that programatically learns your favorite directories and allows you to minimize keyboard input to get you where you want. autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. The jumpstat [...]<p><a href="http://builder2.blogger.ph/2010/07/11/autojump-linux-cd-command-steroids/">autojump: Linux cd command on steroids</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/joelthelion/autojump">autojump</a> is &#8220;a <code>cd</code> command that learns,&#8221; one that programatically learns your favorite directories and allows you to minimize keyboard input to get you where you want.</p>
<blockquote><p>autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. The jumpstat command shows you the current contents of the database. You need to work a little bit before the database becomes usable. Autojump will listen and rank your &#8216;cd&#8217; commands by frequency.</p></blockquote>
<p>This seems like a good utility for commandline purists!</p>
<p><a href="http://builder2.blogger.ph/2010/07/11/autojump-linux-cd-command-steroids/">autojump: Linux cd command on steroids</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/eEQMX1goDds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/07/11/autojump-linux-cd-command-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/07/11/autojump-linux-cd-command-steroids/</feedburner:origLink></item>
		<item>
		<title>Image Sliders</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/F8qR7GH3xkU/</link>
		<comments>http://builder2.blogger.ph/2010/06/06/image-sliders/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 11:18:23 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[image sliders]]></category>
		<category><![CDATA[jquery plugins]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=290</guid>
		<description><![CDATA[Image sliders, like lightboxes, are just some of the useful presentational tools brought about by the growth in browser technologies and javascript frameworks. If you&#8217;re looking for one you can use for your blog, I recently found three robust solutions that should fit most needs: Nivo Slider, Coin Slider, and SlideDeck. You&#8217;d be surprised how [...]<p><a href="http://builder2.blogger.ph/2010/06/06/image-sliders/">Image Sliders</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Image sliders</strong>, like lightboxes, are just some of the useful presentational tools brought about by the growth in browser technologies and javascript frameworks. If you&#8217;re looking for one you can use for your blog, I recently found three robust solutions that should fit most needs: <a href="http://nivo.dev7studios.com/">Nivo Slider</a>, <a href="http://workshop.rs/projects/coin-slider/">Coin Slider</a>, and <a href="http://www.slidedeck.com/wordpress">SlideDeck</a>. You&#8217;d be surprised how extensible yet easy&#8211;to&#8211;setup these jQuery plugins are.</p>
<p><a href="http://builder2.blogger.ph/2010/06/06/image-sliders/">Image Sliders</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/F8qR7GH3xkU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/06/06/image-sliders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/06/06/image-sliders/</feedburner:origLink></item>
		<item>
		<title>Bulletproof MySQL Backups</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/N7vQYUv4wjI/</link>
		<comments>http://builder2.blogger.ph/2010/05/31/bulletproof-mysql-backups/#comments</comments>
		<pubDate>Mon, 31 May 2010 05:05:26 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=288</guid>
		<description><![CDATA[Doing database backups for MySQL can be as simple as commandline dumps, but complex deployments can make things well, very complicated. This guide on bulletproof MySQL backups can be very helpful if you think you&#8217;ll be going into the complex type of deployments. Bulletproof MySQL Backups is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/05/31/bulletproof-mysql-backups/">Bulletproof MySQL Backups</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Doing database backups for MySQL can be as simple as commandline dumps, but complex deployments can make things well, <em>very complicated.</em> This guide on <a href="http://carsonified.com/blog/dev/bulletproof-backups-for-mysql/">bulletproof MySQL backups</a> can be very helpful if you think you&#8217;ll be going into the complex type of deployments.</p>
<p><a href="http://builder2.blogger.ph/2010/05/31/bulletproof-mysql-backups/">Bulletproof MySQL Backups</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/N7vQYUv4wjI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/05/31/bulletproof-mysql-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/05/31/bulletproof-mysql-backups/</feedburner:origLink></item>
		<item>
		<title>Masonry: A jQuery Layout Plugin</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/eR-HxFk-n9I/</link>
		<comments>http://builder2.blogger.ph/2010/05/30/masonry-jquery-layout-plugin/#comments</comments>
		<pubDate>Sun, 30 May 2010 14:49:07 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[css grids]]></category>
		<category><![CDATA[grid layouts]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery plugins]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=284</guid>
		<description><![CDATA[&#8220;Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.&#8221; Masonry: A [...]<p><a href="http://builder2.blogger.ph/2010/05/30/masonry-jquery-layout-plugin/">Masonry: A jQuery Layout Plugin</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>&#8220;<a href="http://desandro.com/resources/jquery-masonry/">Masonry</a> is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.&#8221;</p>
<p><a href="http://builder2.blogger.ph/2010/05/30/masonry-jquery-layout-plugin/">Masonry: A jQuery Layout Plugin</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/eR-HxFk-n9I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/05/30/masonry-jquery-layout-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/05/30/masonry-jquery-layout-plugin/</feedburner:origLink></item>
		<item>
		<title>WordPress 3.0 Just Around the Corner!</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/G6nao2hy_rY/</link>
		<comments>http://builder2.blogger.ph/2010/05/30/wordpress-30-corner/#comments</comments>
		<pubDate>Sat, 29 May 2010 17:09:34 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=282</guid>
		<description><![CDATA[With yesterday&#8217;s announcement of the first release candidate for WordPress 3.0, it is almost certain that we will be blogging with a new WP version in a matter of days. Since this is a major release, be sure to check for compatibility especially if you run more than a handful of plugins. WordPress 3.0 Just [...]<p><a href="http://builder2.blogger.ph/2010/05/30/wordpress-30-corner/">WordPress 3.0 Just Around the Corner!</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>With yesterday&#8217;s announcement of the <a href="http://wordpress.org/development/2010/05/wordpress-3-0-release-candidate/">first release candidate for WordPress 3.0</a>, it is almost certain that we will be blogging with a new WP version in a matter of days. Since this is a major release, be sure to check for compatibility especially if you run more than a handful of plugins.</p>
<p><a href="http://builder2.blogger.ph/2010/05/30/wordpress-30-corner/">WordPress 3.0 Just Around the Corner!</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/G6nao2hy_rY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/05/30/wordpress-30-corner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/05/30/wordpress-30-corner/</feedburner:origLink></item>
		<item>
		<title>Mount Disks in Ubuntu</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/EuJa2a-ooSs/</link>
		<comments>http://builder2.blogger.ph/2010/04/30/mount-disks-ubuntu/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:40:04 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[disks]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=280</guid>
		<description><![CDATA[I&#8217;m currently working on a server migration and doing backups at the same time, all this on a remote VPS, and I just realized I keep on forgetting how to mount disks in Ubuntu and Linux in general. This Ubuntu guide on Mount/USB was very helpful. Basically, these are the commands that come handy: sudo [...]<p><a href="http://builder2.blogger.ph/2010/04/30/mount-disks-ubuntu/">Mount Disks in Ubuntu</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a server migration and doing backups at the same time, all this on a remote VPS, and I just realized I keep on forgetting how to mount disks in Ubuntu and Linux in general. This <a href="https://help.ubuntu.com/community/Mount/USB">Ubuntu guide on Mount/USB</a> was very helpful. Basically, these are the commands that come handy:</p>
<blockquote><p><code>sudo mkdir /media/external<br />
sudo mount /dev/sdb1 /media/external</code></p></blockquote>
<p>Or something close to that.</p>
<p><a href="http://builder2.blogger.ph/2010/04/30/mount-disks-ubuntu/">Mount Disks in Ubuntu</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/EuJa2a-ooSs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/04/30/mount-disks-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/04/30/mount-disks-ubuntu/</feedburner:origLink></item>
		<item>
		<title>Creating a Plurk Bot Using PHP</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/CoZBTGJr5vQ/</link>
		<comments>http://builder2.blogger.ph/2010/04/28/creating-plurk-bot-php/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 09:57:37 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plurk]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=278</guid>
		<description><![CDATA[I&#8217;ve always wanted to create a bot for automated postings to Plurk just to get my karma rising, but I never got to coding it. Besides, that isn&#8217;t exactly acceptable behavior as some would see it. But here&#8217;s a complete guide to creating your own plurk bot using PHP. Creating a Plurk Bot Using PHP [...]<p><a href="http://builder2.blogger.ph/2010/04/28/creating-plurk-bot-php/">Creating a Plurk Bot Using PHP</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always wanted to create a bot for automated postings to <a href="http://plurk.com/">Plurk</a> just to get my karma rising, but I never got to coding it. Besides, that isn&#8217;t exactly acceptable behavior as some would see it. But here&#8217;s a <a href="http://www.abuaisyah.org/2010/02/02/how-to-create-bot-plurk-with-php/">complete guide to creating your own plurk bot using PHP</a>.</p>
<p><a href="http://builder2.blogger.ph/2010/04/28/creating-plurk-bot-php/">Creating a Plurk Bot Using PHP</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/CoZBTGJr5vQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/04/28/creating-plurk-bot-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/04/28/creating-plurk-bot-php/</feedburner:origLink></item>
		<item>
		<title>YoxView</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/F9si2DVEpi4/</link>
		<comments>http://builder2.blogger.ph/2010/04/15/yoxview/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 10:37:49 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery plugins]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[yoxview]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=276</guid>
		<description><![CDATA[YoxView is another jQuery image viewer plugin that doesn&#8217;t look like your typical lightbox. Though there are too many lightbox options available, YoxView is among the few that have a built&#8211;in slideshow feature, which may come in handy for some sites. YoxView is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/04/15/yoxview/">YoxView</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.yoxigen.com/yoxview/">YoxView</a></strong> is another jQuery image viewer plugin that doesn&#8217;t look like your typical lightbox. Though there are too many <a href="http://builder2.blogger.ph/tag/lightbox/">lightbox options</a> available, YoxView is among the few that have a built&#8211;in slideshow feature, which may come in handy for some sites.</p>
<p><a href="http://builder2.blogger.ph/2010/04/15/yoxview/">YoxView</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/F9si2DVEpi4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/04/15/yoxview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/04/15/yoxview/</feedburner:origLink></item>
		<item>
		<title>iPad &amp; iPhone Fonts</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/w5Q1IjzomcE/</link>
		<comments>http://builder2.blogger.ph/2010/04/15/ipad-iphone-fonts/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:57:27 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=274</guid>
		<description><![CDATA[The recently released iPad and the iPhone have been revolutionary devices that change the way we access the web. As a result, web designers should be aware about the typeface options in both devices so you can properly declare them in your stylesheets without unnecessarily digging into @font&#8211;face embedding. iPad &#038; iPhone Fonts is a [...]<p><a href="http://builder2.blogger.ph/2010/04/15/ipad-iphone-fonts/">iPad &#038; iPhone Fonts</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The recently released iPad and the iPhone have been revolutionary devices that change the way we access the web. As a result, web designers should be aware about the <a href="http://www.michaelcritz.com/2010/04/02/fonts-for-ipad-iphone/">typeface options in both devices</a> so you can properly declare them in your stylesheets without unnecessarily digging into <a href="http://builder2.blogger.ph/tag/font-face/">@font&#8211;face</a> embedding.</p>
<p><a href="http://builder2.blogger.ph/2010/04/15/ipad-iphone-fonts/">iPad &#038; iPhone Fonts</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/w5Q1IjzomcE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/04/15/ipad-iphone-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/04/15/ipad-iphone-fonts/</feedburner:origLink></item>
		<item>
		<title>SublimeVideo</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/R7oYUYpq9Kw/</link>
		<comments>http://builder2.blogger.ph/2010/04/13/sublimevideo/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 10:46:58 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[html5media]]></category>
		<category><![CDATA[sublimevideo]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=270</guid>
		<description><![CDATA[SublimeVideo is a javascript library you can use to serve HTML5 video to capable browsers while still retaining compatibility with older browsers, gracefully degrading to using a flash&#8211;based player. In many ways, it is similar to html5media, another library we featured a few weeks ago. SublimeVideo is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/04/13/sublimevideo/">SublimeVideo</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://blog.jilion.com/2010/04/07/sublimevideo-flash-mode">SublimeVideo</a></strong> is a javascript library you can use to serve HTML5 video to capable browsers while still retaining compatibility with older browsers, gracefully degrading to using a flash&#8211;based player. In many ways, it is similar to <a href="http://builder2.blogger.ph/2010/03/18/html5media-video-tag/">html5media</a>, another library we featured a few weeks ago.</p>
<p><a href="http://builder2.blogger.ph/2010/04/13/sublimevideo/">SublimeVideo</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/R7oYUYpq9Kw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/04/13/sublimevideo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/04/13/sublimevideo/</feedburner:origLink></item>
		<item>
		<title>jQuery Crash</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/fS0C6R-GQlo/</link>
		<comments>http://builder2.blogger.ph/2010/04/01/jquery-crash/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 11:35:57 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery plugins]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=268</guid>
		<description><![CDATA[Now here&#8217;s a jQuery plugin with an evil twist: jQuery Crash. With just Javascript through jQuery, this plugin will crash anyone using IE6, a not so subtle way of telling them to start using a better browser. Sick. jQuery Crash is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/04/01/jquery-crash/">jQuery Crash</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Now here&#8217;s a jQuery plugin with an evil twist: <strong><a href="http://plugins.jquery.com/project/crash">jQuery Crash</a></strong>. With just Javascript through jQuery, this plugin will crash anyone using IE6, a not so subtle way of telling them to start using a better browser. Sick.</p>
<p><a href="http://builder2.blogger.ph/2010/04/01/jquery-crash/">jQuery Crash</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/fS0C6R-GQlo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/04/01/jquery-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/04/01/jquery-crash/</feedburner:origLink></item>
		<item>
		<title>Pure CSS Speech Bubbles</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/q6Dd2Js-Li0/</link>
		<comments>http://builder2.blogger.ph/2010/03/31/pure-css-speech-bubbles/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:19:53 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=265</guid>
		<description><![CDATA[Just as the title says, speech bubbles done beautifully just with pure CSS. All examples use simple, semantic HTML. No empty elements, no unnecessary extra elements, no JavaScript, no images (apart from that Twitter logo)&#8230; Pure CSS Speech Bubbles is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/03/31/pure-css-speech-bubbles/">Pure CSS Speech Bubbles</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Just as the title says, <a href="http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html">speech bubbles done beautifully just with pure CSS</a>.</p>
<blockquote><p>All examples use simple, semantic HTML. No empty elements, no unnecessary extra elements, no JavaScript, no images (apart from that Twitter logo)&#8230;</p></blockquote>
<p><a href="http://builder2.blogger.ph/2010/03/31/pure-css-speech-bubbles/">Pure CSS Speech Bubbles</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/q6Dd2Js-Li0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/03/31/pure-css-speech-bubbles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/03/31/pure-css-speech-bubbles/</feedburner:origLink></item>
		<item>
		<title>Uniform</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/aJtBdau3-H4/</link>
		<comments>http://builder2.blogger.ph/2010/03/29/uniform/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 10:57:52 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery plugins]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=263</guid>
		<description><![CDATA[Uniform supposedly helps you produce &#8220;sexy forms with jQuery.&#8221; Essentially, it is a jQuery plugin that styles form elements and provides them a consistent look. A few designs are initially available as themes and it should be fairly easy to build your own from it. Uniform is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/03/29/uniform/">Uniform</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://pixelmatrixdesign.com/uniform/">Uniform</a> supposedly helps you produce &#8220;sexy forms with jQuery.&#8221; Essentially, it is a jQuery plugin that styles form elements and provides them a consistent look. A few designs are initially available as themes and it should be fairly easy to build your own from it.</p>
<p><a href="http://builder2.blogger.ph/2010/03/29/uniform/">Uniform</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/aJtBdau3-H4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/03/29/uniform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/03/29/uniform/</feedburner:origLink></item>
		<item>
		<title>jquery-transmit</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/zw7r0CmwASk/</link>
		<comments>http://builder2.blogger.ph/2010/03/26/jquerytransmit/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 12:34:24 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[jquery plugins]]></category>
		<category><![CDATA[jquery-transmit]]></category>
		<category><![CDATA[uploading]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=260</guid>
		<description><![CDATA[jquery-transmit is a jQuery plugin used to produce a flash&#8211;based multi&#8211;file uploader for your pages, all this quite simply achievable: $(document).ready(function() { $("#transmit").transmit("http://mysite.com/upload/"); }); Now there&#8217;s no need to dive into flash or swfupload configuration files, multi&#8211;uploaders can be as simple a few lines of code. jquery-transmit is a post from: builder2<p><a href="http://builder2.blogger.ph/2010/03/26/jquerytransmit/">jquery-transmit</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>jquery-transmit is a jQuery plugin used to produce a flash&#8211;based multi&#8211;file uploader for your pages, all this quite simply achievable:</p>
<p><code>$(document).ready(function() {<br />
                $("#transmit").transmit("http://mysite.com/upload/");<br />
            });</code></p>
<p>Now there&#8217;s no need to dive into flash or swfupload configuration files, multi&#8211;uploaders can be as simple a few lines of code.</p>
<p><a href="http://builder2.blogger.ph/2010/03/26/jquerytransmit/">jquery-transmit</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/zw7r0CmwASk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/03/26/jquerytransmit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/03/26/jquerytransmit/</feedburner:origLink></item>
		<item>
		<title>Plupload: Uploading Made Simple</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/Svopr_8PokE/</link>
		<comments>http://builder2.blogger.ph/2010/03/25/plupload-uploading-simple/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:20:57 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[browserplus]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[plupload]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[uploading]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=254</guid>
		<description><![CDATA[Plupload is an open&#8211;source tool that allows you to provide uploading functionality for your website. So what makes it special? It utilizes HTML5, Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads&#8212;all this transparently and without the developer&#8217;s intervention. This project is from the [...]<p><a href="http://builder2.blogger.ph/2010/03/25/plupload-uploading-simple/">Plupload: Uploading Made Simple</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://builder2.blogger.ph/wp-content/uploads/2010/03/plupload.png" alt="" title="plupload" width="499" height="202" class="alignleft size-full wp-image-255" /></p>
<p><strong><a href="http://www.plupload.com/">Plupload</a></strong> is an open&#8211;source tool that allows you to provide uploading functionality for your website. So what makes it special? It utilizes HTML5, Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads&#8212;all this transparently and without the developer&#8217;s intervention.</p>
<p>This project is from the guys who made <a href="http://tinymce.moxiecode.com/">TinyMCE</a>, so I&#8217;m sure incremental updates will be regular.</p>
<p><a href="http://builder2.blogger.ph/2010/03/25/plupload-uploading-simple/">Plupload: Uploading Made Simple</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/Svopr_8PokE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/03/25/plupload-uploading-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/03/25/plupload-uploading-simple/</feedburner:origLink></item>
		<item>
		<title>flashblockdetector: Detect Browser Flash Blocking</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/kxkGQpYTDJ0/</link>
		<comments>http://builder2.blogger.ph/2010/03/18/flashblockdetector-detect-browser-flash-blocking/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:58:51 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flashblockdetector]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=252</guid>
		<description><![CDATA[flashblockdetector allows a developer to use javascript to check if a browser client is using flash blocking extensions. Using this utility, you can inform a reader to whitelist/disable flash blocking for your given site, in case you need flash functionality. I&#8217;m sure this is useful for those dreaming of building the next Youtube. flashblockdetector: Detect [...]<p><a href="http://builder2.blogger.ph/2010/03/18/flashblockdetector-detect-browser-flash-blocking/">flashblockdetector: Detect Browser Flash Blocking</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://code.google.com/p/flashblockdetector/">flashblockdetector</a></strong> allows a developer to use javascript to check if a browser client is using flash blocking extensions. Using this utility, you can inform a reader to whitelist/disable flash blocking for your given site, in case you need flash functionality. I&#8217;m sure this is useful for those dreaming of building the next Youtube. </p>
<p><a href="http://builder2.blogger.ph/2010/03/18/flashblockdetector-detect-browser-flash-blocking/">flashblockdetector: Detect Browser Flash Blocking</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/kxkGQpYTDJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/03/18/flashblockdetector-detect-browser-flash-blocking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/03/18/flashblockdetector-detect-browser-flash-blocking/</feedburner:origLink></item>
		<item>
		<title>html5media: &lt;video&gt; Tag for Everyone!</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/k_Lgz-2JNTE/</link>
		<comments>http://builder2.blogger.ph/2010/03/18/html5media-video-tag/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:47:49 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[html5 video]]></category>
		<category><![CDATA[html5media]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=246</guid>
		<description><![CDATA[html5media is a javascript utility that you can simply call in your page&#8217;s header and use the generic HTML5 &#60;video&#62; tag to display videos, without having to worry if your reader&#8217;s browser support HTML5 and the &#60;video&#62; tag. Usage is very simple. Place this code in the &#60;head&#62; section: &#60;script src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"&#62;&#60;/script&#62; After that, embedded movies [...]<p><a href="http://builder2.blogger.ph/2010/03/18/html5media-video-tag/">html5media: &lt;video&gt; Tag for Everyone!</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://code.google.com/p/html5media/">html5media</a></strong> is a javascript utility that you can simply call in your page&#8217;s header and use the generic HTML5 &lt;video&gt; tag to display videos, without having to worry if your reader&#8217;s browser support HTML5 and the &lt;video&gt; tag.</p>
<p>Usage is very simple. Place this code in the <code>&lt;head&gt;</code> section:</p>
<p><code>&lt;script src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"&gt;&lt;/script&gt;</code></p>
<p>After that, embedded movies can be added simply:</p>
<p><code>&lt;video src="video.mp4" width="320" height="240" controls autobuffer&gt;&lt;/video&gt;</code></p>
<p>When HTML5 video is supported by a given browser, the file is served as is. Otherwise, a simple flash movie player is dynamically swapped in its place. Note however that encoding issues are still present, especially the H.264/Theora debate that plagues Firefox and makes it different to other modern browsers.</p>
<p><a href="http://builder2.blogger.ph/2010/03/18/html5media-video-tag/">html5media: &lt;video&gt; Tag for Everyone!</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/k_Lgz-2JNTE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/03/18/html5media-video-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/03/18/html5media-video-tag/</feedburner:origLink></item>
		<item>
		<title>PHP &amp; Perl Growing In The Enterprise</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/sp0Zm-3EkME/</link>
		<comments>http://builder2.blogger.ph/2010/02/17/php-perl-growing-enterprise/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 18:34:41 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=240</guid>
		<description><![CDATA[Java and .NET has always dominated the enterprise but you&#8217;d be surprised at this CNET story that suggests PHP and Perl growing at such an impressive rate: Overall, we see use of dynamic languages as growing significantly. This is due to several large trends. First, there&#8217;s definitely a widespread growth of skills around open source [...]<p><a href="http://builder2.blogger.ph/2010/02/17/php-perl-growing-enterprise/">PHP &#038; Perl Growing In The Enterprise</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://builder2.blogger.ph/wp-content/uploads/2010/02/jobgraph-500x277.png" alt="Graph showing PHP &amp; Perl growth in the enterprise." title="PHP &amp; Perl growth in the enterprise." width="500" height="277" class="alignleft size-large wp-image-242" /></p>
<p>Java and .NET has always dominated the enterprise but you&#8217;d be surprised at this CNET story that suggests <a href="http://news.cnet.com/8301-13505_3-10453213-16.html">PHP and Perl growing at such an impressive rate</a>:</p>
<blockquote><p>Overall, we see use of dynamic languages as growing significantly. This is due to several large trends. First, there&#8217;s definitely a widespread growth of skills around open source programming languages. There&#8217;s also a widespread acceptance of open source in the enterprise that didn&#8217;t exist even five to six years ago. And there are various respective inherent advantages of using dynamic languages&#8211;speed, flexibility, ease of use for developers, low-cost, and community support, just to name a few&#8211;that continue to push usage trends upward.</p></blockquote>
<p>Now this is perfectly good news for the open source community!</p>
<p><a href="http://builder2.blogger.ph/2010/02/17/php-perl-growing-enterprise/">PHP &#038; Perl Growing In The Enterprise</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/sp0Zm-3EkME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/02/17/php-perl-growing-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/02/17/php-perl-growing-enterprise/</feedburner:origLink></item>
		<item>
		<title>PHP: Keeping Things Simple</title>
		<link>http://feedproxy.google.com/~r/Builder2/~3/kJ5O_q9Cdow/</link>
		<comments>http://builder2.blogger.ph/2010/02/09/php-keeping-simple/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:35:23 +0000</pubDate>
		<dc:creator>markku</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://builder2.blogger.ph/?p=238</guid>
		<description><![CDATA[A lot of PHP programmers with moderate coding experience tend to get into the trap of &#8220;frameworks&#8221;. Usually, a newbie learns more and knows enough to create his own CMS, after which he &#8220;discovers&#8221; that a framework solves a lot of repetitive coding. Sometimes, it does. But you don&#8217;t really need all that. PHP: Keeping [...]<p><a href="http://builder2.blogger.ph/2010/02/09/php-keeping-simple/">PHP: Keeping Things Simple</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A lot of PHP programmers with moderate coding experience tend to get into the trap of &#8220;frameworks&#8221;. Usually, a newbie learns more and knows enough to create his own CMS, after which he &#8220;discovers&#8221; that a framework solves a lot of repetitive coding. Sometimes, it does. But <a href="http://phpadvent.org/2009/you-dont-need-all-that-by-marcel-esser">you don&#8217;t really need all that</a>.</p>
<p><a href="http://builder2.blogger.ph/2010/02/09/php-keeping-simple/">PHP: Keeping Things Simple</a> is a post from: <a href="http://builder2.blogger.ph">builder2</a></p>
<img src="http://feeds.feedburner.com/~r/Builder2/~4/kJ5O_q9Cdow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://builder2.blogger.ph/2010/02/09/php-keeping-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://builder2.blogger.ph/2010/02/09/php-keeping-simple/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.458 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-24 22:34:04 -->
