<?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; technology</title>
	<atom:link href="http://www.robarspages.ca/category/technology/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>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>How to Remove Groove groovemonitor.exe XP</title>
		<link>http://www.robarspages.ca/technology/how-to-remove-groove-groovemonitorexe-xp/</link>
		<comments>http://www.robarspages.ca/technology/how-to-remove-groove-groovemonitorexe-xp/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[groove]]></category>
		<category><![CDATA[groovemonitor.exe]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[office 2007 enterprise]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[windows clean up]]></category>
		<category><![CDATA[windows startup]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=201</guid>
		<description><![CDATA[Groove is a component of Microsoft Office enterprize 2007. If you don&#8217;t use the groove service, you can uninstall it. Go to &#8220;Add-Remove Programs&#8221; find your MS office installation in the menu click CHANGE (not remove) Find the Groove item in the list Change the indicator to &#8220;Not available&#8221; let the process finish reboot. This [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/technology/how-to-remove-groove-groovemonitorexe-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Cache VBS VBScript to Delete all Files in a Folder</title>
		<link>http://www.robarspages.ca/technology/delete-cache-vbs-vbscript-to-delete-all-files-in-a-folder/</link>
		<comments>http://www.robarspages.ca/technology/delete-cache-vbs-vbscript-to-delete-all-files-in-a-folder/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 16:27:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[FSO]]></category>
		<category><![CDATA[objWmiService]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[windows scripting]]></category>
		<category><![CDATA[winmgmts]]></category>
		<category><![CDATA[WScript.Shell]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=192</guid>
		<description><![CDATA[This is a simple VBS VBScript that I use to delete all files in a given folder on a machine. It is particularly useful to delete internet cache files or cookies. You can set a scheduled job actually, to perform this task nightly. This script could be easily modified to, say, clear out your temporary [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/technology/delete-cache-vbs-vbscript-to-delete-all-files-in-a-folder/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>How to Edit Windows Media Center TV Recordings (.dvr-ms) in XP</title>
		<link>http://www.robarspages.ca/technology/how-to-edit-windows-media-center-tv-recordings-dvr-ms-in-xp/</link>
		<comments>http://www.robarspages.ca/technology/how-to-edit-windows-media-center-tv-recordings-dvr-ms-in-xp/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 21:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[.dvr-ms]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows media center]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=144</guid>
		<description><![CDATA[I needed to edit a recording I made from a TV show with the Windows Media Center, and I assumed at first that the files would be .avi or .wmv or something I was used to. It turns out that they were .DVR-MS format, which is a proprietary MS format that can not be easily [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/technology/how-to-edit-windows-media-center-tv-recordings-dvr-ms-in-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ideagora Companies</title>
		<link>http://www.robarspages.ca/internet/133/</link>
		<comments>http://www.robarspages.ca/internet/133/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:52:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[ideagora]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=133</guid>
		<description><![CDATA[Today, there are a variety of ideagora companies just waiting to fill the R&#38;D need and to solve the problems of today&#8217;s corporations, educational institutions, and government agencies. yet2,com is one of the oldest ideagora companies, and has been on the web since the dot com boom. Today, a variety of corporations use yet2 to [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Antivirus 2009 &#8211; Trojan</title>
		<link>http://www.robarspages.ca/technology/ms-antivirus-2009-trojan-2/</link>
		<comments>http://www.robarspages.ca/technology/ms-antivirus-2009-trojan-2/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 04:11:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/uncategorized/ms-antivirus-2009-trojan-2/</guid>
		<description><![CDATA[Wow. I was embarassingly had by this one yesterday. 2 full years of virus free computing in my home office. I&#8217;m still not sure what happened but it was most likely from a site I was browsing. Basically, the stuff on castlecops, and other sites with steps to rid yourself of this virus DO NOT [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/technology/ms-antivirus-2009-trojan-2/feed/</wfw:commentRss>
		<slash:comments>0</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>
