<?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>Dan Beland &#187; Scripts</title>
	<atom:link href="http://www.danbeland.com/category/scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danbeland.com</link>
	<description>Website Development Services</description>
	<lastBuildDate>Sat, 13 Nov 2010 00:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to quickly open a webpage in all browsers</title>
		<link>http://www.danbeland.com/scripts/how-quickly-open-webpage-all-browsers</link>
		<comments>http://www.danbeland.com/scripts/how-quickly-open-webpage-all-browsers#comments</comments>
		<pubDate>Fri, 08 Oct 2010 17:19:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=406</guid>
		<description><![CDATA[While developing a website you should routinely check to make sure your pages are working properly in many major browsers.  This is a DOS Batch script that will let you open a specific page in all your browsers with a single command. Source @ECHO OFF IF &#34;%1&#34;==&#34;&#34; GOTO Continue start iexplore %1 start firefox %1 [...]]]></description>
		<wfw:commentRss>http://www.danbeland.com/scripts/how-quickly-open-webpage-all-browsers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Grayscale</title>
		<link>http://www.danbeland.com/scripts/javascript-grayscale</link>
		<comments>http://www.danbeland.com/scripts/javascript-grayscale#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:06:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=227</guid>
		<description><![CDATA[This script works great for doing grayscale on hover when used with jQuery. http://james.padolsey.com/demos/grayscale/ I used it to gray out thumbnails on a staff page then used the grayscale.reset() function to colour them in on hover.  The demo page says it doesn&#8217;t work well in Chrome but it seems to be working fine for me.]]></description>
		<wfw:commentRss>http://www.danbeland.com/scripts/javascript-grayscale/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

