<?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</title>
	<atom:link href="http://www.lucentminds.com/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>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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:     [...]]]></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: [...]]]></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 &#8217;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>
