<?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>Frank Villa-Abrille &#187; Development</title>
	<atom:link href="http://protopl.us/category/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://protopl.us</link>
	<description>Web Analytics, SEO, HTML, XHTML, CSS, Ajax, JavaScript, JSP, MySQL, PHP</description>
	<lastBuildDate>Fri, 11 Jun 2010 03:40:02 +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 Labs: Browser size</title>
		<link>http://protopl.us/2010/06/09/google-labs-browser-size/</link>
		<comments>http://protopl.us/2010/06/09/google-labs-browser-size/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 18:41:40 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Labs]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=393</guid>
		<description><![CDATA[&#8220;Google Browser Size is a visualization of browser window sizes for people who visit Google. For example, the &#8220;90%&#8221; contour means that 90% of people visiting Google have their browser window open to at least this size or larger.
This is useful for ensuring that important parts of a page&#8217;s user interface are visible by a [...]]]></description>
		<wfw:commentRss>http://protopl.us/2010/06/09/google-labs-browser-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolving Initial TCPDF Errors</title>
		<link>http://protopl.us/2010/04/25/resolving-initial-tcpdf-errors/</link>
		<comments>http://protopl.us/2010/04/25/resolving-initial-tcpdf-errors/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:39:16 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=361</guid>
		<description><![CDATA[I&#8217;m currently working on a PHP project focused on PDF report generation. To develop locally, I&#8217;m using MAMP Pro 1.9 and TCPDF 4.9.018. Upon installation of TCPDF, I encountered the following errors:
MAMP 403
TCPDF ERROR: Could not include font definition file: helvetica
To overcome these issues:

Check your log files; they will most likely provide additional details about [...]]]></description>
		<wfw:commentRss>http://protopl.us/2010/04/25/resolving-initial-tcpdf-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery + IE6 = Could not set the selected property. Unspecified error.</title>
		<link>http://protopl.us/2010/04/14/jquery-ie6-could-not-set-the-selected-property-unspecified-error/</link>
		<comments>http://protopl.us/2010/04/14/jquery-ie6-could-not-set-the-selected-property-unspecified-error/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:51:48 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=348</guid>
		<description><![CDATA[Recently, I  ran across an IE6 issue relating to jQuery and select options. The error message from IE6 was &#8220;Could not set the selected property. Unspecified error.&#8220;, which appears to be related to a timing issue with the DOM.
Here&#8217;s the original code, which worked for IE7 and IE8:
function loadSelectItems(selOptions, ctrl, id) {
  (ctrl).html(selOptions);
 [...]]]></description>
		<wfw:commentRss>http://protopl.us/2010/04/14/jquery-ie6-could-not-set-the-selected-property-unspecified-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4 Released</title>
		<link>http://protopl.us/2010/01/28/jquery-1-4-released/</link>
		<comments>http://protopl.us/2010/01/28/jquery-1-4-released/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:50:58 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=342</guid>
		<description><![CDATA[The jQuery team recently released version 1.4 of their widely popular JavaScript library. This release includes significant performance improvements.
Many of the most popular and commonly used jQuery methods have seen a significant rewrite in jQuery 1.4. When analyzing the code base we found that we were able to make some significant performance gains by comparing [...]]]></description>
		<wfw:commentRss>http://protopl.us/2010/01/28/jquery-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 vs. XHTML 2</title>
		<link>http://protopl.us/2009/07/30/html-5-vs-xhtml-2/</link>
		<comments>http://protopl.us/2009/07/30/html-5-vs-xhtml-2/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 20:44:39 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=252</guid>
		<description><![CDATA[Jeremy Keith and Brad Colbow explain the difference between the two markup languages in simple terms.
XHTML 2
Contrary to some beliefs, XHTML 2 does not have anything to do with XHTML 1.0 or XHTML 1.1. XHTML 1.0 is simply a reformulation of HTML 4 with XML syntax.

lowercase tags and attribute names
quoted attribute values
mandatory closing tags for [...]]]></description>
		<wfw:commentRss>http://protopl.us/2009/07/30/html-5-vs-xhtml-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
