<?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; Scott</title>
	<atom:link href="http://www.lucentminds.com/archives/author/admin/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>Book: Head First C#</title>
		<link>http://www.lucentminds.com/archives/book-head-first-c.html</link>
		<comments>http://www.lucentminds.com/archives/book-head-first-c.html#comments</comments>
		<pubDate>Sun, 15 Jun 2008 07:48:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.lucentminds.com/?p=47</guid>
		<description><![CDATA[I&#8217;ve had the need to learn more application programming other than just web-based scripts. So as one of my first adventures into Microsoft Visual Studio 2008, I chose C#(that&#8217;s pronounced &#8216;see sharp&#8217;) and picked up the Head First C#. I must admit that Head First uses a very unique method of teaching, but while they [...]]]></description>
		<wfw:commentRss>http://www.lucentminds.com/archives/book-head-first-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
