<?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>Wed, 21 Dec 2011 14:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash ScrollPane Mouse Wheel Event</title>
		<link>http://www.lucentminds.com/archives/flash-scrollpane-mouse-wheel-event.html</link>
		<comments>http://www.lucentminds.com/archives/flash-scrollpane-mouse-wheel-event.html#comments</comments>
		<pubDate>Fri, 10 Dec 2010 15:55:32 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Adobe RIA]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mouse wheel]]></category>
		<category><![CDATA[scrollpane]]></category>

		<guid isPermaLink="false">http://www.lucentminds.com/?p=79</guid>
		<description><![CDATA[Getting the ScrollPane in flash to work with a mouse wheel can be tricky. It will not allow the mouse wheel to scroll if there is not acutal content right underneath the mouse pointer. This can be cumbersome for dynamic content in the pane. To fix this, you can use the following AS3 code to [...]]]></description>
		<wfw:commentRss>http://www.lucentminds.com/archives/flash-scrollpane-mouse-wheel-event.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash and the Scroll Wheel in the Browser</title>
		<link>http://www.lucentminds.com/archives/flash-and-the-scroll-wheel-in-the-browser.html</link>
		<comments>http://www.lucentminds.com/archives/flash-and-the-scroll-wheel-in-the-browser.html#comments</comments>
		<pubDate>Thu, 09 Dec 2010 14:57:46 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Adobe RIA]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mouse wheel]]></category>
		<category><![CDATA[scrollpane]]></category>
		<category><![CDATA[wmode]]></category>

		<guid isPermaLink="false">http://www.lucentminds.com/?p=61</guid>
		<description><![CDATA[I have built many AS3 flash apps before, but on this one project I needed to enable scrolling with the mouse wheel. I added a flash scrollpane but it would not respond to the mouse wheel. So I tried adding an event listener to the entire stage to see if I could capture any mouse [...]]]></description>
		<wfw:commentRss>http://www.lucentminds.com/archives/flash-and-the-scroll-wheel-in-the-browser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

