<?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</title>
	<atom:link href="http://www.robarspages.ca/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>HTTP_X_EAC_REQUEST</title>
		<link>http://www.robarspages.ca/sitemap/http_x_eac_request/</link>
		<comments>http://www.robarspages.ca/sitemap/http_x_eac_request/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 21:13:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sitemap]]></category>
		<category><![CDATA[crawler]]></category>
		<category><![CDATA[http headers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=335</guid>
		<description><![CDATA[The HTTP_X_EAC_REQUEST is commonly found on requests made by the baidu spider. HTTP_X_EAC_REQUEST &#8211; eac_curl.class.php; v0.7.2, (Mar 20, 2008); [www.KevinBurkholder.com]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/sitemap/http_x_eac_request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eZooms Bot User Agent</title>
		<link>http://www.robarspages.ca/sitemap/ezooms-bot-user-agent/</link>
		<comments>http://www.robarspages.ca/sitemap/ezooms-bot-user-agent/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sitemap]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=324</guid>
		<description><![CDATA[I am trying to find the group/entity/company behind the ezooms.bot (ezooms.bot@gmail.com) User agents: Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com) Some IP: 220.181.108.79 If you know any more info on this spider/bot/crawler/probe, please post below.]]></description>
		<wfw:commentRss>http://www.robarspages.ca/sitemap/ezooms-bot-user-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Full Outer Join Three Tables</title>
		<link>http://www.robarspages.ca/web-development/sql-full-outer-join-three-tables/</link>
		<comments>http://www.robarspages.ca/web-development/sql-full-outer-join-three-tables/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 16:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[FULL OUTER JOIN]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=329</guid>
		<description><![CDATA[Here is some code to do a full outer join on three tables. In the example, the three full outer joins are done on two columns , but it works just the same if you only have a single join column. CREATE TABLE ZA (T CHAR(1), O CHAR(1)) CREATE TABLE ZB (T CHAR(1), O CHAR(1)) [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/sql-full-outer-join-three-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic ASP Data Caching for Performance</title>
		<link>http://www.robarspages.ca/web-development/classic-asp-data-caching-for-performance/</link>
		<comments>http://www.robarspages.ca/web-development/classic-asp-data-caching-for-performance/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=325</guid>
		<description><![CDATA[Here is an OLD article I had about data caching in classic asp using the application object. When it comes to application performance on your web servers, ever little bit counts. Howto build a database caching system Introduction In this tutorial I will teach you how to build a simple database caching system to improve [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/classic-asp-data-caching-for-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing OLE DB and ODBC Connections</title>
		<link>http://www.robarspages.ca/technology/comparing-ole-db-and-odbc-connections/</link>
		<comments>http://www.robarspages.ca/technology/comparing-ole-db-and-odbc-connections/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:53:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=322</guid>
		<description><![CDATA[Comparing OLE DB and ODBC This document compares the basic features of OLE DB to the basic features of ODBC (Open Database Connectivity). It is intended to help clarify when to use one over the other. Introduction OLE DB vs ODBC OLE DB and ODBC are both specifications created by Microsoft to address universal data access. [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/technology/comparing-ole-db-and-odbc-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Windows Scheduled Task Information to File with Command Line</title>
		<link>http://www.robarspages.ca/programming/export-windows-scheduled-task-information-to-file-with-command-line/</link>
		<comments>http://www.robarspages.ca/programming/export-windows-scheduled-task-information-to-file-with-command-line/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 15:15:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=297</guid>
		<description><![CDATA[Here is how to Export Windows Scheduled Task Information to File with Command Line: schtasks /query /fo CSV /v >> scheduled_task_metadata.csv This will dump a list of scheduled tasks and their advanced settings to a CSV file called &#8220;scheduled_task_metadata.cs&#8221; to whichever location you run the command prompt from. If you don&#8217;t want the windows scheduled [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/programming/export-windows-scheduled-task-information-to-file-with-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[technology]]></category>
		<category><![CDATA[Web Development]]></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[technology]]></category>
		<category><![CDATA[Web Development]]></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>Ripoff Alert &#8211; Domain Registry of Canada Scam</title>
		<link>http://www.robarspages.ca/web-hosting/ripoff-alert-domain-registry-of-canada-scam/</link>
		<comments>http://www.robarspages.ca/web-hosting/ripoff-alert-domain-registry-of-canada-scam/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 01:10:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Website Management]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Registrar]]></category>
		<category><![CDATA[Ripoff]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=295</guid>
		<description><![CDATA[I received a snail mail letter today from the Canadian Domain Authority. Is it a scam? Well, the Canadian Domain Authority sent the unsolicited letter to me because I am the registrant of domain name (.com) that contains the name of one of the provinces of Canada in it. The envelope and presentation of the [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-hosting/ripoff-alert-domain-registry-of-canada-scam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1&amp;1 Scam Ripoff &#8211; Unlimited Traffic Promotion from 1 and 1</title>
		<link>http://www.robarspages.ca/web-hosting/11-scam-ripoff-unlimited-traffic-promotion-from-1-and-1/</link>
		<comments>http://www.robarspages.ca/web-hosting/11-scam-ripoff-unlimited-traffic-promotion-from-1-and-1/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:26:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=277</guid>
		<description><![CDATA[Previously, I posted about the horrible customer experience I had with 1&#38;1 corporation when they basically fired me as a customer when my sites became too popular for their shared hosting plan. All they had to do was inform me of the issue (before shutting my sites down with no notice or warning) and I&#8217;d [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-hosting/11-scam-ripoff-unlimited-traffic-promotion-from-1-and-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Improving Adsense CTR in Forum Pages</title>
		<link>http://www.robarspages.ca/internet/improving-adsense-ctr-in-forum-pages/</link>
		<comments>http://www.robarspages.ca/internet/improving-adsense-ctr-in-forum-pages/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 17:35:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[CTR]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[forum management]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/uncategorized/improving-adsense-ctr-in-forum-pages/</guid>
		<description><![CDATA[Content is currently being developed.]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/improving-adsense-ctr-in-forum-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is the Fairview Overpass?</title>
		<link>http://www.robarspages.ca/halifax/where-is-the-fairview-overpass/</link>
		<comments>http://www.robarspages.ca/halifax/where-is-the-fairview-overpass/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Halifax]]></category>
		<category><![CDATA[bedford]]></category>
		<category><![CDATA[commute]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[highway 102]]></category>
		<category><![CDATA[incompetence]]></category>
		<category><![CDATA[joeseph howe]]></category>
		<category><![CDATA[lacewood]]></category>
		<category><![CDATA[traffic patterns]]></category>
		<category><![CDATA[transportation]]></category>
		<category><![CDATA[windsor]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/uncategorized/where-is-the-fairview-overpass/</guid>
		<description><![CDATA[They are closing the Fairview Overpass in Halifax for Construction. Nice. Where the heck is that?]]></description>
		<wfw:commentRss>http://www.robarspages.ca/halifax/where-is-the-fairview-overpass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disconnected Recordset in Classic ASP VBScript</title>
		<link>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/</link>
		<comments>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[disconnected recordset]]></category>
		<category><![CDATA[parse xml]]></category>
		<category><![CDATA[recordset]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml to rs]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=227</guid>
		<description><![CDATA[What is a Disconnected Recordset? A Disconnected Recordset is A recordset object that exists in an application, but does not have an associated data connection associated with it. Why use a Disconnected Recordset? The ADO Recordset is considered an extremely &#8220;rich object model&#8221; which means it provides more functionality than say, an array. Also, you can load [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/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>Website Terms and Conditions of Use and Disclaimer Template</title>
		<link>http://www.robarspages.ca/website-management/website-terms-and-conditions-of-use-and-disclaimer-template/</link>
		<comments>http://www.robarspages.ca/website-management/website-terms-and-conditions-of-use-and-disclaimer-template/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:06:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Management]]></category>
		<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Webmasters]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=285</guid>
		<description><![CDATA[Below is a draft of a &#8220;Terms and Conditions of Use&#8221; or &#8220;Disclaimer&#8221; statement template. Website &#8220;Disclaimer&#8221; or &#8220;Terms and Conditions of Use&#8221; Template. There are a few tags to replace in the template before publishing it to a web property: {{ORG_NAME}} &#8211; Your main or Parent Company&#8217;s Name. (e.g. the &#8220;bing&#8221; website&#8217;s parent would [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/website-management/website-terms-and-conditions-of-use-and-disclaimer-template/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[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>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>Adsense Ads Allowed on Search on 404 Pages TOS?</title>
		<link>http://www.robarspages.ca/internet/adsense-ads-allowed-on-search-on-404-pages-tos/</link>
		<comments>http://www.robarspages.ca/internet/adsense-ads-allowed-on-search-on-404-pages-tos/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:58:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[adsense optimization]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=196</guid>
		<description><![CDATA[Can I place adsense for search units on a 404 not found page? Can I place adsense text ad units on that same 404 not found page? This is a group of questions that comes up a great deal. There are also a lot of mixed answers out there. If you have a plain, uncustomized [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/adsense-ads-allowed-on-search-on-404-pages-tos/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[technology]]></category>
		<category><![CDATA[Web Development]]></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[technology]]></category>
		<category><![CDATA[Web Development]]></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>Adsense Privacy Policy Sample</title>
		<link>http://www.robarspages.ca/internet/adsense-privacy-policy-sample/</link>
		<comments>http://www.robarspages.ca/internet/adsense-privacy-policy-sample/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 04:14:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=180</guid>
		<description><![CDATA[I found myself in a pickle tonight, April 09, 2009. I had to update the privacy policies on my web properties. I found a few adsense compliant privacy policy samples online, but they were all poorly worded, and contained poor grammar. The question of how to update the privacy policies in order to be compliant [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/adsense-privacy-policy-sample/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NHL Blackhawks Fan Wins Million Dollars at 10 Minutes</title>
		<link>http://www.robarspages.ca/travel/nhl-blackhawks-fan-wins-million-dollars-at-10-minutes/</link>
		<comments>http://www.robarspages.ca/travel/nhl-blackhawks-fan-wins-million-dollars-at-10-minutes/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 12:10:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[travel]]></category>
		<category><![CDATA[blackhawks]]></category>
		<category><![CDATA[lottery]]></category>
		<category><![CDATA[million]]></category>
		<category><![CDATA[million dollar minute]]></category>
		<category><![CDATA[nhl]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=163</guid>
		<description><![CDATA[&#8220;Because that goal came at exactly the 10-minute mark of the second period, a Blackhawks season-ticket holder in Section 326 won $1 million courtesy of an Illinois lottery promotion.&#8221; The Chicago Blackhawks will introduce the lucky fan who won one million dollars during Monday’s game in the Illinois Lottery “Million Dollar Minute” before the team [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/travel/nhl-blackhawks-fan-wins-million-dollars-at-10-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Ranking for MSN Search &#8211; Tips and Ideas</title>
		<link>http://www.robarspages.ca/seo/seo-ranking-for-msn-search-tips-and-ideas/</link>
		<comments>http://www.robarspages.ca/seo/seo-ranking-for-msn-search-tips-and-ideas/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:48:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=147</guid>
		<description><![CDATA[I was doing some assessment of traffic sources for one of my sites in my google analytics account, and noticed that since September 2008, I&#8217;ve been getting a steady increase in traffic from MSN search engine. I wondered what I&#8217;d done to deserve my increase in ranking in the MSN search engine. I had not [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/seo/seo-ranking-for-msn-search-tips-and-ideas/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>Saint Mary&#8217;s University (SMU) Switches from WebCT to BlackBoard for Online Course Tools</title>
		<link>http://www.robarspages.ca/halifax/saint-marys-university-smu-switches-from-webct-to-blackboard-for-online-course-tools/</link>
		<comments>http://www.robarspages.ca/halifax/saint-marys-university-smu-switches-from-webct-to-blackboard-for-online-course-tools/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Halifax]]></category>
		<category><![CDATA[blackboard]]></category>
		<category><![CDATA[Information Systems]]></category>
		<category><![CDATA[IT News]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[SMU]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[WebCT]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=140</guid>
		<description><![CDATA[This year, Saint Mary&#8217;s University was scheduled to &#8220;flip the switch&#8221; and make the switch from WebCT (web course tools) to a system called BlackBoard. On an implementation that was started in mid-2008, the launch date for faculty was to be December 2008, and the launch date for students was to be January 5, 2009 [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/halifax/saint-marys-university-smu-switches-from-webct-to-blackboard-for-online-course-tools/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>Ideagora Knowledge &#8211; Forget Business Books, Try Greek History</title>
		<link>http://www.robarspages.ca/internet/ideagora-knowledge-forget-business-books-try-greek-history/</link>
		<comments>http://www.robarspages.ca/internet/ideagora-knowledge-forget-business-books-try-greek-history/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[ideagora]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/internet/ideagora-knowledge-forget-business-books-try-greek-history/</guid>
		<description><![CDATA[Ideagora Knowledge &#8211; Forget Business Books, Try Greek History Today&#8217;s businesses are turning to ideagoras for knowlegde and intellectual property more and more. Ideagoras are virtual marketplaces for sourcing knowledge, ideas, innovation, and intellectual property from freelance knowledge workers from the world over. Amazingly enough, this groundbreaking business paradigm comes from aincent Greece, where the [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/ideagora-knowledge-forget-business-books-try-greek-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Companies using Ideagoras</title>
		<link>http://www.robarspages.ca/internet/companies-using-ideagoras/</link>
		<comments>http://www.robarspages.ca/internet/companies-using-ideagoras/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:54:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[ideagora]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/internet/companies-using-ideagoras/</guid>
		<description><![CDATA[Companies using Ideagoras Many of the companies using ideagoras for thier R&#38;D are already well-known for the quality and accomplishments of their internal R&#38;D department. More and more though, they are realising that in order to stay competitive in today&#8217;s internet-enabled business world, that companies using ideagoras have the advantage of fresh eyes and and [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/companies-using-ideagoras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colgate uses Ideagoras</title>
		<link>http://www.robarspages.ca/internet/colgate-uses-ideagoras/</link>
		<comments>http://www.robarspages.ca/internet/colgate-uses-ideagoras/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:53:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[ideagora]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/internet/colgate-uses-ideagoras/</guid>
		<description><![CDATA[Colgate uses Ideagoras It probably comes as no suprise that a leading consumer-products corporation, Colgate, uses ideagoras to solve some of the problems it encounters with it&#8217;s new products. The story, as outlined in the ground-breaking ideagora piece in Business Week called &#8220;A Marketplace for the Minds&#8221;, mentions Colgate and a problem they had with [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/internet/colgate-uses-ideagoras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

