<?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>Lucentminds Web Development &#187; Web Development</title>
	<atom:link href="http://www.lucentminds.com/categories/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lucentminds.com</link>
	<description>Web Dev Goodies</description>
	<lastBuildDate>Tue, 27 Oct 2009 20:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Javascript Determine Daylight Savings Time</title>
		<link>http://www.lucentminds.com/archives/javascript-determine-daylight-savings-time.html</link>
		<comments>http://www.lucentminds.com/archives/javascript-determine-daylight-savings-time.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 20:46:40 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lucentminds.com/?p=59</guid>
		<description><![CDATA[1: var is_dst = function(){ 2: var now = new Date(); 3: var dst_start = new Date(); 4: var dst_end = new Date(); 5: // Set dst start to 2AM 2nd Sunday of March 6: dst_start.setMonth( 2 ); // March 7: dst_start.setDate( 1 ); // 1st 8: dst_start.setHours( 2 ); 9: dst_start.setMinutes( 0 ); 10: [...]]]></description>
		<wfw:commentRss>http://www.lucentminds.com/archives/javascript-determine-daylight-savings-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Parse URL Function</title>
		<link>http://www.lucentminds.com/archives/javascript-parse-url-function.html</link>
		<comments>http://www.lucentminds.com/archives/javascript-parse-url-function.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:15:57 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lucentminds.com/?p=52</guid>
		<description><![CDATA[1:var parse_url = function (uri){ 2: if (typeof uri == 'undefined') { 3: uri = location.href; 4: } 5: else if (uri[0] == '/'){ 6: uri = location.host + uri; 7: } 8: var url = uri.match(/^([^:]*:\/\/)?([^:]*:[^@]*@)?([^\/:]*\.[^\/:]*)?(:[^\/]*)?(\/[^?#]*)?(\?[^#]*)?(#.*)?$/i); 9: delete url.input; 10: url.protocol = ((url[1])?url[1]:'http://').split('://')[0]; 11: url.user = (url[2])?url[2].split(':')[0]:undefined; 12: url.password = (url[2])?url[2].split(':')[1].split('@')[0]:undefined; 13: url.host = [...]]]></description>
		<wfw:commentRss>http://www.lucentminds.com/archives/javascript-parse-url-function.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Air Web Browser</title>
		<link>http://www.lucentminds.com/archives/adobe-air-web-browser.html</link>
		<comments>http://www.lucentminds.com/archives/adobe-air-web-browser.html#comments</comments>
		<pubDate>Sat, 31 May 2008 21:43:49 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lucentminds.com/?p=44</guid>
		<description><![CDATA[I&#8217;ve been playing with Flex and Adobe Air for a while now, and I&#8217;ve wanted to test the abilities of the Air HTML component for future projects. So I built my own mini Air Web Browser. During the Air beta the mx:HTML component didn&#8217;t do javascript very well, and it didn&#8217;t do flash at all, [...]]]></description>
		<wfw:commentRss>http://www.lucentminds.com/archives/adobe-air-web-browser.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
