<?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>Mark&#039;s Tech Notes</title>
	<atom:link href="http://tech.thebentleys.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.thebentleys.ca</link>
	<description>The ramblings of another computer guy.</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:26:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Useful Visual Studio 2010 Extensions</title>
		<link>http://tech.thebentleys.ca/content/useful-visual-studio-2010-extensions/</link>
		<comments>http://tech.thebentleys.ca/content/useful-visual-studio-2010-extensions/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:26:55 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010 tricks]]></category>
		<category><![CDATA[Visual Studio Extensions]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=129</guid>
		<description><![CDATA[Scott Dorman posted a handy list of his Favorite Visual Studio 2010 Extensions.  It is definitely worth checking out and is a good place to start after installing VS 2010.  So far, I have downloaded several of them.]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/useful-visual-studio-2010-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Indent Visual Studio 2010 Code With Ctrl-K-F</title>
		<link>http://tech.thebentleys.ca/content/auto-indent-visual-studio-2010-code-with-ctrl-k-f/</link>
		<comments>http://tech.thebentleys.ca/content/auto-indent-visual-studio-2010-code-with-ctrl-k-f/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:16:11 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Visual Studio 2010 tricks]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=126</guid>
		<description><![CDATA[In Visual Studio 2010, hitting Ctrl-K, Ctrl-F will auto indent a highlighted section.  Ctrl-A, Ctrl-F Ctrl-F will do the whole file.]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/auto-indent-visual-studio-2010-code-with-ctrl-k-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel says their server diagnostics have limited support for servers with web pages</title>
		<link>http://tech.thebentleys.ca/content/intel-says-their-server-diagnostics-have-limited-support-for-servers-with-web-pages/</link>
		<comments>http://tech.thebentleys.ca/content/intel-says-their-server-diagnostics-have-limited-support-for-servers-with-web-pages/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 16:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel Active System Console]]></category>
		<category><![CDATA[Intel servers]]></category>
		<category><![CDATA[Intel tech support]]></category>
		<category><![CDATA[Intel Technical Support]]></category>
		<category><![CDATA[tech support]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=86</guid>
		<description><![CDATA[What the heck is he talking about you ask?  I was recently told by Intel Server support, that they do not support (or intend to support) using the Intel server diagnostics (Intel® Active System Console) on servers that provide a website using forms authentication (a really common type of login authentication).  I was told that [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/intel-says-their-server-diagnostics-have-limited-support-for-servers-with-web-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get Session Parameters in an ASP.NET ASMX service.</title>
		<link>http://tech.thebentleys.ca/content/how-to-get-session-parameters-in-an-asp-net-asmx-service/</link>
		<comments>http://tech.thebentleys.ca/content/how-to-get-session-parameters-in-an-asp-net-asmx-service/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 20:38:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Delphi Prism 2010]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asmx services]]></category>
		<category><![CDATA[Session Parameters]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[WebMethod]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=110</guid>
		<description><![CDATA[Session parameters get used a lot in ASP.NET pages and they work pretty well, but when you try to use them in an ASMX web service, you get errors.  So, how do you get the session parameters? It turns out that it is really simple.  Just add &#8220;EnableSession = true&#8221; to your WebMethod and it [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/how-to-get-session-parameters-in-an-asp-net-asmx-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add media files from your computer Fails in WordPress 2.9.2</title>
		<link>http://tech.thebentleys.ca/content/add-media-files-from-your-computer-fails-in-wordpress-2-9-2/</link>
		<comments>http://tech.thebentleys.ca/content/add-media-files-from-your-computer-fails-in-wordpress-2-9-2/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 14:15:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[add media files]]></category>
		<category><![CDATA[Crunching]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Wordpress 2.9.2]]></category>
		<category><![CDATA[WordPress issues]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=105</guid>
		<description><![CDATA[I am having an interesting issue with my WordPress 2.9.2 blogs.  On one of our computers, when I go to upload a file to it from my computer, I select the file and it says it is uploaded and says &#8220;Crunching&#8230;&#8221;.  Then I just get a blank rectangle with no image.  I tried &#8220;the Browser [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/add-media-files-from-your-computer-fails-in-wordpress-2-9-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tagfoot fines $5, but does not explain why&#8230;</title>
		<link>http://tech.thebentleys.ca/content/tagfoot-fines-5-but-does-not-explain-why/</link>
		<comments>http://tech.thebentleys.ca/content/tagfoot-fines-5-but-does-not-explain-why/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 20:20:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[scams]]></category>
		<category><![CDATA[Tagfoot]]></category>
		<category><![CDATA[Tagfoot account restricted]]></category>
		<category><![CDATA[TagFoot fines]]></category>
		<category><![CDATA[tagfoot support]]></category>
		<category><![CDATA[Tagfoot Usage]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=81</guid>
		<description><![CDATA[I am always a little suspicious when people start trying to punish me without explaining why.  I am even more suspicious when that punishment involves a fine. So, when I recently tried to use Tagfoot and got a message that my account was restricted and pointed to a help page that said &#8220;You have broken [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/tagfoot-fines-5-but-does-not-explain-why/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parser Error Message: Could not load file or assembly &#8216;VJSharpCodeProvider</title>
		<link>http://tech.thebentleys.ca/content/parser-error-message-could-not-load-file-or-assembly-vjsharpcodeprovider/</link>
		<comments>http://tech.thebentleys.ca/content/parser-error-message-could-not-load-file-or-assembly-vjsharpcodeprovider/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 18:35:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[VJSharpCodeProvider]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=96</guid>
		<description><![CDATA[I have been working on an ASP.NET website for quite a while and recently went to flip it onto a different server for testing.  Like many before me, I was pretty baffled when I got a configuration error claiming that I needed the VJSharpCodeProvider.  I don&#8217;t even use Visual J Sharp. Further research came up [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/parser-error-message-could-not-load-file-or-assembly-vjsharpcodeprovider/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Garmin Expects Almost a One Year Delay Adding New Roads</title>
		<link>http://tech.thebentleys.ca/content/garmin-expects-about-a-one-year-delay-adding-new-roads/</link>
		<comments>http://tech.thebentleys.ca/content/garmin-expects-about-a-one-year-delay-adding-new-roads/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:45:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Calgary]]></category>
		<category><![CDATA[Garmin]]></category>
		<category><![CDATA[Garmin map updates]]></category>
		<category><![CDATA[GPS Navigation]]></category>
		<category><![CDATA[NavTeq]]></category>
		<category><![CDATA[Stoney Trail]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=92</guid>
		<description><![CDATA[Ever since using a relative&#8217;s GPS navigation system while visiting, I have been looking at getting a new Garmin navegation system.  We bought one for my Mother-In-Law for Christmas since she is pretty bad with directions.  It works great except for one HUGE flaw.  It is missing a huge divided provincial highway nearby (Stoney Trail [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/garmin-expects-about-a-one-year-delay-adding-new-roads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps Fail to Display on IE6</title>
		<link>http://tech.thebentleys.ca/content/google-maps-fail-to-display-on-ie6/</link>
		<comments>http://tech.thebentleys.ca/content/google-maps-fail-to-display-on-ie6/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:44:45 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[corporate networks]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Google Maps not displaying]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=77</guid>
		<description><![CDATA[I have a website that I work with that uses Google Maps to display some markers on a map for the user.  It works great in the office.  We tried Firefox, IE6, IE7, IE8&#8230;  All good. Now I have a couple of users who all say that the maps do not display when they try [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/google-maps-fail-to-display-on-ie6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Asus P4c800 Motherboard starts with &#8220;system fail cpu test&#8221;</title>
		<link>http://tech.thebentleys.ca/content/asus-p4c800-motherboard-starts-with-system-fail-cpu-test/</link>
		<comments>http://tech.thebentleys.ca/content/asus-p4c800-motherboard-starts-with-system-fail-cpu-test/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:55:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[Asus p4C800]]></category>
		<category><![CDATA[cpu errors]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[system fail cpu test]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=73</guid>
		<description><![CDATA[The other day, I went to start my old Asus P4C800 based motherboard and got the dreaded &#8220;System fail CPU test.&#8221;  After a lot of swearing and searching, I tried cycling power, replacing the CPU (luckily I had access to another), unpluging everything, and a variety of other things&#8230;  Nothing worked.  Several people suggested loosening [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/asus-p4c800-motherboard-starts-with-system-fail-cpu-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compairing Drupal and WordPress Maintenance</title>
		<link>http://tech.thebentleys.ca/content/compairing-drupal-and-wordpress-maintenance/</link>
		<comments>http://tech.thebentleys.ca/content/compairing-drupal-and-wordpress-maintenance/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:58:21 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog updates]]></category>
		<category><![CDATA[compair Drupal and WordPress]]></category>
		<category><![CDATA[easy blogging]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=70</guid>
		<description><![CDATA[I have used Drupal for a long time on all of our websites, but recently I needed to set up a simple blog for the Airdrie Cadets.  I needed something that would be really simple for them to use and maintain. After looking around a bit, I decided to try out WordPress.  Since then, I [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/compairing-drupal-and-wordpress-maintenance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delphi Prism 2010 Does Not Seem To Use Subdirectories</title>
		<link>http://tech.thebentleys.ca/content/delphi-prism-2010-does-not-seem-to-use-subdirectories/</link>
		<comments>http://tech.thebentleys.ca/content/delphi-prism-2010-does-not-seem-to-use-subdirectories/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:30:27 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi Prism 2010]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=66</guid>
		<description><![CDATA[When working on an ASP.NET website, I find it a lot easier if you put related sections in seperate subdirectories.  For example: CSS and Javascript can be put in a directory with caching in order to speed up the page loads Pages that are only available to certain roles (i.e. &#8220;Admin&#8221;) can be put in [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/delphi-prism-2010-does-not-seem-to-use-subdirectories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Firebird from Delphi Prism 2010.</title>
		<link>http://tech.thebentleys.ca/content/accessing-firebird-from-delphi-prism-2010/</link>
		<comments>http://tech.thebentleys.ca/content/accessing-firebird-from-delphi-prism-2010/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 16:04:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[delphi Prism]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[pascal]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=61</guid>
		<description><![CDATA[Here is a quick routine to read values from a Firebird Database into Delphi Prism. uses FirebirdSql.Data.FirebirdClient; method  RunSqlCmd(sqlCmd: string; resultName: string; var FieldVar: array of string; FieldName: array of string): string; var conStr:     string; count:      integer; i,j:        Integer; colName:    string; val:        string; dataType:   System.Type; [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/accessing-firebird-from-delphi-prism-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the PublicKeyToken of a dll with .NET</title>
		<link>http://tech.thebentleys.ca/content/finding-the-publickeytoken-of-a-dll-with-net/</link>
		<comments>http://tech.thebentleys.ca/content/finding-the-publickeytoken-of-a-dll-with-net/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 21:22:42 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[GAC]]></category>
		<category><![CDATA[GacUtil]]></category>
		<category><![CDATA[PublicKeyToken]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=37</guid>
		<description><![CDATA[Here is a quick and easy way to find the PublicKeyToken of a dll using the Glabal Assembly Cache (GAC). In the command prompt, go to the folder with your dll. Install the dll in your GAC using gacutil.exe -i &#60;assemblyName.dll&#62; View the assembly info using gacutil.exe -l &#60;assemblyName&#62; If you do not want the [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/finding-the-publickeytoken-of-a-dll-with-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switching From Drupal To WordPress</title>
		<link>http://tech.thebentleys.ca/content/switching-from-drupal-to-wordpress/</link>
		<comments>http://tech.thebentleys.ca/content/switching-from-drupal-to-wordpress/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 04:19:32 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tech.thebentleys.ca/?p=19</guid>
		<description><![CDATA[We have run several blogs for years and way back when I started, Drupal seemed like a good idea because it is so adaptable and powerful.  Over the years, it has done okay, but I have never really fallen in love with it.  I find that I spend far to much time working on maintenance [...]]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/switching-from-drupal-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Home Page Shows Random Characters</title>
		<link>http://tech.thebentleys.ca/content/drupal-home-page-shows-random-characters/</link>
		<comments>http://tech.thebentleys.ca/content/drupal-home-page-shows-random-characters/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 04:02:57 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have been occassionally running into some strange errors on several of my Drupal websites recently (running on both Ubuntu and Windows Apache).  I finally stumbled onto an interesting post on the <a ref="http://drupal.org">Drupal Site</a> about an error where <a ref="http://drupal.org/node/457762">Home page shows random characters</a> which then led me to a thread about possible <a ref="http://drupal.org/node/43462">Drupal Cache errors</a>.  At least it is some idea...

]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/drupal-home-page-shows-random-characters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Color Codes</title>
		<link>http://tech.thebentleys.ca/content/html-color-codes/</link>
		<comments>http://tech.thebentleys.ca/content/html-color-codes/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:59:12 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Color Codes]]></category>
		<category><![CDATA[Color Hex Codes]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here is yet another handy list of colors with their names and color codes to help when selecting colors for layout.

<table align="center" bgcolor="#ffffff" border="1">
  <tbody>
    <tr>
      <td align="middle"><b>Color</b></td>
      <td align="middle"><b>Color Code</b></td>
      <td align="middle"><b>Hex Code</b></td>
    </tr>
    <tr>
      <td bgcolor="#fffafa">
Snow </td>
      <td align="middle">
255 250 250 </td>
      <td align="middle">
#FFFAFA</td>
    </tr>
    <tr>
      <td bgcolor="#f8f8ff">
GhostWhite</td>
      <td align="middle">
248 248 255 </td>
]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/html-color-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to convert between Delphi TDateTime and the Unix timestamp format</title>
		<link>http://tech.thebentleys.ca/content/how-to-convert-between-delphi-tdatetime-and-the-unix-timestamp-format/</link>
		<comments>http://tech.thebentleys.ca/content/how-to-convert-between-delphi-tdatetime-and-the-unix-timestamp-format/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:44:35 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[TDateTime]]></category>
		<category><![CDATA[Unix Timestamp]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently had to convert between Delphi TDateTime and Unix timestamps. &#160;The issue is that the two formats are quite different. &#160;Delphi uses a float where the integer part is the date, and Unix uses an integer count of the seconds since 1/1/1970.<br />
<br />
After a bit of looking around, this is what I ended up using:<br />
<pre
 style="font-family: Courier New,Courier,monospace; margin-left: 40px;" class=""><b>const</b><br />
 UnixStartDate: TDateTime = 25569.0; // Sets UnixStartDate to 01/01/1970 <br />  SecondsPerDay = 86400;<br />
<br />
]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/how-to-convert-between-delphi-tdatetime-and-the-unix-timestamp-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Favorite Toy &#8211; A Quite Mouse</title>
		<link>http://tech.thebentleys.ca/content/my-new-favorite-toy-a-quite-mouse/</link>
		<comments>http://tech.thebentleys.ca/content/my-new-favorite-toy-a-quite-mouse/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:22:15 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Quiet Mouse]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://www.quietmouse.com/"><img src="https://www.quietmouse.com/mxshop/images/products/thumbnails/55__orig_100x100.jpg" alt="quiet mouse" hspace="15" vspace="15" /></a>Recently, I have done a lot of  late night work, and done a lot of time in hospital rooms with various family members.  My wife asked me to find a quiter mouse after one particularly bad stay in hospital where she was trying to sleep and I was trying to work quietly.  It turns out that the hospital has great wireless connections, but  a mouse click can be a really loud cutting noise in a quiet room.]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/my-new-favorite-toy-a-quite-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the best and most popular Drupal modules fast!</title>
		<link>http://tech.thebentleys.ca/content/find-the-best-and-most-popular-drupal-modules-fast/</link>
		<comments>http://tech.thebentleys.ca/content/find-the-best-and-most-popular-drupal-modules-fast/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:17:42 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[modules]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>This site runs on Drupal, which gives me a huge choice of modules and configurations.  Drupal can certainly do a lot, but sometimes it is a bit overwelming to figure out.  This is especially true if you are just generally looking for ways to improve yoursite.  I find that <a href="http://www.Drupal.org" target="_blank">www.Drupal.org</a> is great if you already know what you want, but if you are just window shopping, check out <a href="http://drupalmodules.com" target="_blank">http://drupalmodules.com</a>.]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/find-the-best-and-most-popular-drupal-modules-fast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Age of Empires III &#8211; The Asian Dynasties expansion pack reboots my whole machine!</title>
		<link>http://tech.thebentleys.ca/content/age-of-empires-iii-the-asian-dynasties-expansion-pack-reboots-my-whole-machine/</link>
		<comments>http://tech.thebentleys.ca/content/age-of-empires-iii-the-asian-dynasties-expansion-pack-reboots-my-whole-machine/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:16:47 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Well, my son got the "Age of Empires III - The Asian Dynasties expansion pack<strong>"</strong> for Christmas and was really happy about that until he tried to play it.  For some reason, the game plays for a little while (about 1/2 hour) then reboots the entire machine!  We were not at all happy.</p>]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/age-of-empires-iii-the-asian-dynasties-expansion-pack-reboots-my-whole-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The traditional 216 color palette for web design</title>
		<link>http://tech.thebentleys.ca/content/the-traditional-216-color-palette-for-web-design/</link>
		<comments>http://tech.thebentleys.ca/content/the-traditional-216-color-palette-for-web-design/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:15:13 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Color Codes]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Here is the hex values for the traditional 216 color color palette for web design:</p>]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/the-traditional-216-color-palette-for-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun site for Geeks</title>
		<link>http://tech.thebentleys.ca/content/fun-site-for-geeks/</link>
		<comments>http://tech.thebentleys.ca/content/fun-site-for-geeks/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:09:50 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Check out Geekologie at http://www.geekologie.com. They have a wide range of wild uses and abuses of technology and are just plain odd. It is a fun read!
]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/fun-site-for-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool dictionary site</title>
		<link>http://tech.thebentleys.ca/content/cool-dictionary-site/</link>
		<comments>http://tech.thebentleys.ca/content/cool-dictionary-site/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:08:42 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A friend of mine (maybe I wouldn't go so far as friend Shawn), happened to mention a cool site to me today. It's www.urbandictionary.com. It's a dictionary site where users can define slang words used by them. Definitely not appropriate for all audiences, but mostly pretty harmless (Kris don't even think about it!). Check out some of the definitions below: Yoink: An exclamation that, when uttered in conjunction with taking an object, immediately transfers ownership from the original owner to the person using the word regardless of previous property rights.]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/cool-dictionary-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Plagiarism</title>
		<link>http://tech.thebentleys.ca/content/online-plagiarism/</link>
		<comments>http://tech.thebentleys.ca/content/online-plagiarism/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:06:09 +0000</pubDate>
		<dc:creator>mbentley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Online Writing]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[Stealing Articles]]></category>
		<category><![CDATA[Triond]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Recently I discovered that some of the articles I had written on Triond.com had been stolen and republished on another online writing site called Associated Content.  This person had copied and pasted my work and my name into another website to try to make money off of me.  When I wrote and posted <a href="http://www.writinghood.com/Online-Writing/My-Husband-Googled-Me-Last-Night.435747" target="_blank">an article about it on Triond</a>, the response from this community was huge.  Through reading the article, many other users discovered that exactly the same thing was happening to them.</p>]]></description>
		<wfw:commentRss>http://tech.thebentleys.ca/content/online-plagiarism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
