<?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; Web Development</title>
	<atom:link href="http://www.robarspages.ca/category/web-development/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>Sun, 25 Jul 2010 11:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>MySQL Statement List and MySQL Clause List</title>
		<link>http://www.robarspages.ca/web-development/314/</link>
		<comments>http://www.robarspages.ca/web-development/314/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 11:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=314</guid>
		<description><![CDATA[MYSQL Statements and clauses ALTER DATABASE ALTER TABLE ALTER VIEW ANALYZE TABLE BACKUP TABLE CACHE INDEX CHANGE MASTER TO CHECK TABLE CHECKSUM TABLE COMMIT CREATE DATABASE CREATE INDEX CREATE TABLE CREATE VIEW DELETE DESCRIBE DO DROP DATABASE DROP INDEX DROP TABLE DROP USER DROP VIEW EXPLAIN FLUSH GRANT HANDLER INSERT JOIN KILL LOAD DATA FROM [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/314/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql Command Line Syntax</title>
		<link>http://www.robarspages.ca/web-development/mysql-command-line-syntax/</link>
		<comments>http://www.robarspages.ca/web-development/mysql-command-line-syntax/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 10:57:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=310</guid>
		<description><![CDATA[These are some MySql commands (most run at the command line in linux) that I&#8217;ve been collecting since getting a few sites set up on linode. The &#8220;#&#8221; indicates that it is to be run from the unix shell. When you see &#8220;mysql>&#8221; the command is to be run from the MySQL command prompt after [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/mysql-command-line-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacked with iFrames linking to ageegle.ru</title>
		<link>http://www.robarspages.ca/web-hosting/hacked-with-iframes-linking-to-ageegle-ru/</link>
		<comments>http://www.robarspages.ca/web-hosting/hacked-with-iframes-linking-to-ageegle-ru/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:52:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=223</guid>
		<description><![CDATA[Well, my website was hacked with iframe injections pointing to ageegle dot ru -ageegle.ru- last week (not this site). The hacker added malicious code to my index or default web files that included iframe tags pointing to a site called ageegle dot ru (do not visit that site) on port 80. This page, when visited, [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-hosting/hacked-with-iframes-linking-to-ageegle-ru/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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[Web Development]]></category>
		<category><![CDATA[technology]]></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 to Terminate a Windows Process</title>
		<link>http://www.robarspages.ca/web-development/vbscript-to-terminate-a-windows-process/</link>
		<comments>http://www.robarspages.ca/web-development/vbscript-to-terminate-a-windows-process/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:34:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[objWmiService]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[win32_process]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows scripting]]></category>
		<category><![CDATA[winmgmts]]></category>
		<category><![CDATA[wsh]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=189</guid>
		<description><![CDATA[I needed a quick vbscript to terminate a specific windows process that seemed to hang. This is the script that will do it. It uses SQL to lookup the process name from the win32_process list, then uses the terminate function to close it. NOTE: this vbs to terminate a windows process was only tested on [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/vbscript-to-terminate-a-windows-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regex MM/YYYY Regular Expression for Credit Card Expiration Date</title>
		<link>http://www.robarspages.ca/web-development/regex-mmyyyy-regular-expression-for-credit-card-expiration-date/</link>
		<comments>http://www.robarspages.ca/web-development/regex-mmyyyy-regular-expression-for-credit-card-expiration-date/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:38:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=187</guid>
		<description><![CDATA[Here is a simple credit card expiration date regular expression. I wrote my own regexp for the expiration date since one was not easily found on the net. This one validates for allowing the year 2009 to 2029, but could be easily changed&#8230;I built this for an ASP.NET programming project for a course I&#8217;m taking. [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/regex-mmyyyy-regular-expression-for-credit-card-expiration-date/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>4</slash:comments>
		</item>
		<item>
		<title>Sitemap and Table of Contents</title>
		<link>http://www.robarspages.ca/uncategorized/sitemap-and-table-of-contents/</link>
		<comments>http://www.robarspages.ca/uncategorized/sitemap-and-table-of-contents/#comments</comments>
		<pubDate>Sat, 30 Sep 2000 10:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Halifax]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Skateboarding]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=230</guid>
		<description><![CDATA[Robar&#039;s Pages Halifax Where is the Fairview Overpass? Saint Mary&#039;s University (SMU) Switches from WebCT to BlackBoard for Online Course Tools Halifax Nova Scotia Campground With Wireless Internet Access Wi-Fi hp skate vid 7 hp skate vid 6 Halifax Wedding Reception Halifax Everything About Sex Show - A Gong Show hp skate vid 5 hp [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/uncategorized/sitemap-and-table-of-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
