<?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>Robar&#039;s Pages &#187; scripts</title>
	<atom:link href="http://www.robarspages.ca/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robarspages.ca</link>
	<description>A technology blog about classic ASP and vbScript from the east coast</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:13:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>CSS Opacity for All Browsers Cross Browser Compatible</title>
		<link>http://www.robarspages.ca/web-development/css-opacity-for-all-browsers-cross-browser-compatible/</link>
		<comments>http://www.robarspages.ca/web-development/css-opacity-for-all-browsers-cross-browser-compatible/#comments</comments>
		<pubDate>Sun, 03 May 2009 17:07:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cross-browser compatibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[opacity]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=205</guid>
		<description><![CDATA[If you are looking for a Cross Browser Compatible CSS Opacity code, you need look no further. The following provides 100% opacity (which is the same as 0% transparency.) 1 2 3 4 5 6 7 8 9 10 Body &#123; &#160; ...your body css... &#160; -moz-opacity: 1.0 !important; -webkit-opacity: 1.0!important; -ms-filter:&#34;progid:DXImageTransform.Microsoft.Alpha(Opacity=100)&#34; !important; filter: alpha&#40;opacity=100&#41; !important; opacity: [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/css-opacity-for-all-browsers-cross-browser-compatible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vbscript Select Case for Range of Values</title>
		<link>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/</link>
		<comments>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:18:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=138</guid>
		<description><![CDATA[Here is a snippet of vbscript I use in ASP and/or VBS applications where I need a select case statement for a range of values for each case. There isn&#8217;t too much documentation online about this, and it&#8217;s a bit of a hack, but this will do the trick. 1 2 3 4 5 6 [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>YouTube Scripts for WordPress</title>
		<link>http://www.robarspages.ca/internet/youtube-scripts-for-wordpress/</link>
		<comments>http://www.robarspages.ca/internet/youtube-scripts-for-wordpress/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 10:14:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=19</guid>
		<description><![CDATA[I&#8217;m building a directory of sorts of YouTube extension plugins for wordpress. I&#8217;ve only had time to get it started, but if anyone has any great scripts, plugins, or extensions for implementing the YouTube API into a wordpress extension, please drop me a comment and I&#8217;ll be happy to add it.]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/youtube-scripts-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

