<?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>Cypris' lookout</title>
	<atom:link href="http://blog.nkadesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nkadesign.com</link>
	<description>Just another programming weblog</description>
	<lastBuildDate>Fri, 12 Feb 2010 00:04:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Access: checking blank variables</title>
		<link>http://blog.nkadesign.com/2009/access-checking-blank-variables/</link>
		<comments>http://blog.nkadesign.com/2009/access-checking-blank-variables/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 05:54:00 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=618</guid>
		<description><![CDATA[
I often have to test String, Variant or Object variables that have no content and could be considered &#8216;blank&#8217;.

The problem is that testing for &#8220;blankness&#8221; can mean many different things to different types:


For an Object type, the variable can be Nothing.
For a String type, the string can have no content at all: "", vbNullString.
For a [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/access-checking-blank-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A story about exceptional service</title>
		<link>http://blog.nkadesign.com/2009/a-story-about-exceptional-service/</link>
		<comments>http://blog.nkadesign.com/2009/a-story-about-exceptional-service/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:54:42 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=613</guid>
		<description><![CDATA[Recently I found myself constrained by the puny 200GB of my Mac Book Pro and I bought a 500GB Seagate drive to replace it (a fast 7200 rpm one).
The Macbook Pro has no easy access for the drive so you have to resort to dismantling the case to access it.
This put me off replacing the [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/a-story-about-exceptional-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access: Run-time Error 3155 ODBC insert on a linked table failed</title>
		<link>http://blog.nkadesign.com/2009/access-run-time-error-3155-odbc-insert-on-a-linked-table-failed/</link>
		<comments>http://blog.nkadesign.com/2009/access-run-time-error-3155-odbc-insert-on-a-linked-table-failed/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:26:06 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=606</guid>
		<description><![CDATA[
I have been spending a lot of time trying to find out why some of the code used to insert new records into a linked SQL Server table would systematically fail with an error:

Run-time Error '3155' ODBC--insert on a linked table  failed


It was driving me mad.
I could insert a simple record using SQL Server [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/access-run-time-error-3155-odbc-insert-on-a-linked-table-failed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access vs SQL Server: some stats (part 1)</title>
		<link>http://blog.nkadesign.com/2009/access-vs-sql-server-some-stats-part-1/</link>
		<comments>http://blog.nkadesign.com/2009/access-vs-sql-server-some-stats-part-1/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:00:53 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=527</guid>
		<description><![CDATA[
In the perspective of upsizing my current Access 2007 application, I have been trying to understand a bit more about the possible performance impact of various choices of Primary Keys.

My problem is that currently, the Access application uses autoincrement numbers as surrogate Primary Keys (PK).
Since I will need to synchronise the data over multiple remote [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/access-vs-sql-server-some-stats-part-1/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Sysadmin: SQL server performance madness</title>
		<link>http://blog.nkadesign.com/2009/sysadmin-sql-server-performance-madness/</link>
		<comments>http://blog.nkadesign.com/2009/sysadmin-sql-server-performance-madness/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:25:56 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=550</guid>
		<description><![CDATA[
I&#8217;ve just lost 2 days going completely bananas over a performance issue that I could not explain.

I&#8217;ve got this Dell R300 rack server that runs Windows Server 2008 that I dedicate to running IIS and SQL Server 2008, mostly for development purposes.



In my previous blog entry, I was trying some benchmark to compare the performance [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/sysadmin-sql-server-performance-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access: building &#8216;upsizable&#8217; applications.</title>
		<link>http://blog.nkadesign.com/2009/access-building-upsizable-applications/</link>
		<comments>http://blog.nkadesign.com/2009/access-building-upsizable-applications/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:39:45 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=433</guid>
		<description><![CDATA[
When you start building an Access application, it&#8217;s tempting to just think about today&#8217;s problem and not worry at all about the future.
If your application is successful, people will want more out of it and, over time, you&#8217;ll be faced with the task of moving the back-end database to a more robust system like SQL [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/access-building-upsizable-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access: upsizing to SQL Server 2008</title>
		<link>http://blog.nkadesign.com/2009/ms-access-upsizing-to-sql-server-2008/</link>
		<comments>http://blog.nkadesign.com/2009/ms-access-upsizing-to-sql-server-2008/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 07:00:36 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=285</guid>
		<description><![CDATA[
I&#8217;m currently researching ways to move my main MS Access application from a simple local network client/backend setup to a global, multiple remote sites configuration using SQL Server.

One of the challenges is to upsize the current MS Access 2007 backend database to SQL Server 2008.
If you try it from Access itself using the Upsizing Wizard, [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/ms-access-upsizing-to-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Technical ebooks: some publishers don&#8217;t get it</title>
		<link>http://blog.nkadesign.com/2009/technical-ebooks-some-publishers-dont-get-it/</link>
		<comments>http://blog.nkadesign.com/2009/technical-ebooks-some-publishers-dont-get-it/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 03:47:43 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=435</guid>
		<description><![CDATA[I like buying technical books.
Unfortunately, here in Hong Kong, we have less choice: there are not that many technical bookstores that cater for English-language books and the selection is rather limited.

So whenever a book isn&#8217;t available here, I buy it online as a PDF.
It&#8217;s cheaper, saves postage and I can keep them handy on my [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/technical-ebooks-some-publishers-dont-get-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sysadmin: Multiple ISP firewall &#8211; The setup</title>
		<link>http://blog.nkadesign.com/2009/sysadmin-multiple-isp-firewall-servers-and-redundancy/</link>
		<comments>http://blog.nkadesign.com/2009/sysadmin-multiple-isp-firewall-servers-and-redundancy/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 07:22:24 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=336</guid>
		<description><![CDATA[
After suffering broadband trouble for the past 9 months, including interruptions that lasted a few days, I decided to get an additional line installed by a different ISP.
I could have bought one of these multi-WAN devices but decided against it for a couple of reasons: I like a challenge and I wanted to achieve a [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/sysadmin-multiple-isp-firewall-servers-and-redundancy/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Sysadmin: file and folder synchronisation</title>
		<link>http://blog.nkadesign.com/2009/sysadmin-data-folder-synchronisation/</link>
		<comments>http://blog.nkadesign.com/2009/sysadmin-data-folder-synchronisation/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:54:09 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=311</guid>
		<description><![CDATA[
Over the years I&#8217;ve struggled to keep my folder data synchronised between my various desktop and laptops.

Here I present the tools I&#8217;ve tried and what I&#8217;ve finally settled on as possibly the ultimate answer to the problem of synchronising files and folders across multiple computers:


rsync
unison
WinSCP
General Backup tools
Revision Control Systems
Complex setup
What we want from data synchronisation
Live [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/sysadmin-data-folder-synchronisation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sysadmin: Recovering deleted Windows partitions</title>
		<link>http://blog.nkadesign.com/2009/sysadmin-recovering-deleted-partitions/</link>
		<comments>http://blog.nkadesign.com/2009/sysadmin-recovering-deleted-partitions/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 02:57:08 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=306</guid>
		<description><![CDATA[I made a mistake the other day: I wanted to delete the partition on an external drive and in my haste ended up deleting the partition of a local hard drive instead&#8230;

The good thing is when you delete a partition using the Windows Disk Management console it doesn&#8217;t actually delete your files, only the partition [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2009/sysadmin-recovering-deleted-partitions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.Net: Working with OpenOffice 3</title>
		<link>http://blog.nkadesign.com/2008/net-working-with-openoffice-3/</link>
		<comments>http://blog.nkadesign.com/2008/net-working-with-openoffice-3/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 20:06:27 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=245</guid>
		<description><![CDATA[(Updated Wednesday 30JAN2009.) Developing applications that manipulate OpenOffice documents has always been rather tricky; not very difficult, but just tricky to get right.

With OpenOffice 3, things got trickier and applications that used to work will now fail.
I&#8217;ve just spend nearly a day trying to get a mail-merge application I built to work again with the [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/net-working-with-openoffice-3/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Windows 2008: The &#8216;Microsoft.Jet.OLEDB.4.0&#8242; provider is not registered on the local machine.</title>
		<link>http://blog.nkadesign.com/2008/windows-2008-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine/</link>
		<comments>http://blog.nkadesign.com/2008/windows-2008-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 13:31:53 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=236</guid>
		<description><![CDATA[There are times when the coexistence of 64 and 32 bit code on the same machine can cause all sorts of seemingly strange issues.
One of them just occurred to me while trying to run the ASPx demos from Developer Express, my main provider of .Net components (the best supplier I&#8217;ve ever been able to find).
I [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/windows-2008-the-microsoftjetoledb40-provider-is-not-registered-on-the-local-machine/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Sysadmin: Macbook Pro, after the honeymoon</title>
		<link>http://blog.nkadesign.com/2008/sysadmin-macbook-pro-after-the-honeymoon/</link>
		<comments>http://blog.nkadesign.com/2008/sysadmin-macbook-pro-after-the-honeymoon/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 19:00:29 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=207</guid>
		<description><![CDATA[I&#8217;ve been using the MacBook Pro I introduced in my previous blog entry for a few weeks now.
Between love and frustration I hang&#8230;
Here is a review of our relationship so far.

The Great

Hardware delight

Whether running OS/X or Windows 2008 I&#8217;ve got no major complaint about the performance of the machine.
It&#8217;s fast, stable (except sometimes it&#8217;s not [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/sysadmin-macbook-pro-after-the-honeymoon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SysAdmin: Installing Windows Server 2008 x64 on a Macbook Pro</title>
		<link>http://blog.nkadesign.com/2008/mac-installing-windows-server-2008-x64-on-a-macbook-pro/</link>
		<comments>http://blog.nkadesign.com/2008/mac-installing-windows-server-2008-x64-on-a-macbook-pro/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 06:04:39 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=149</guid>
		<description><![CDATA[My trusty old gigantic Sony Vaio is about 4 years old. It served me well and still works but it&#8217;s about to become my main development machine for the next couple of months and I can&#8217;t afford to have it die on me during that time.
It was time to get something as gigantic and more [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/mac-installing-windows-server-2008-x64-on-a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Linux: AutoCAD DWG to SVG preview conversion.</title>
		<link>http://blog.nkadesign.com/2008/linux-autocad-dwg-to-svg-preview-conversion/</link>
		<comments>http://blog.nkadesign.com/2008/linux-autocad-dwg-to-svg-preview-conversion/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 09:16:15 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=95</guid>
		<description><![CDATA[
Years ago I did a small utility to convert DWG or DXF files into a vector-graphic, zoomable, SVG preview.
The Linux command-line utility was used in a larger drawing management application that I had built before I left that company for greener pastures.

The Linux server-based application would scan the vast (100,000s of CAD drawings) and, depending [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/linux-autocad-dwg-to-svg-preview-conversion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MS Access: checking network paths without freezing your application</title>
		<link>http://blog.nkadesign.com/2008/ms-access-checking-network-paths-without-freezing-your-application/</link>
		<comments>http://blog.nkadesign.com/2008/ms-access-checking-network-paths-without-freezing-your-application/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 08:48:31 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=93</guid>
		<description><![CDATA[
Access programming is inherently single-threaded. That&#8217;s usually OK as most operations are sequential anyway and it keeps things simple at the programming level.
There are times though where the lack of ability to run code on another thread is sorely missing: anything that takes a long time to run will just freeze the application, making it [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/ms-access-checking-network-paths-without-freezing-your-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Now I can prove Microsoft is an evil corporation</title>
		<link>http://blog.nkadesign.com/2008/now-i-can-prove-microsoft-is-an-evil-corporation/</link>
		<comments>http://blog.nkadesign.com/2008/now-i-can-prove-microsoft-is-an-evil-corporation/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 03:52:19 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=89</guid>
		<description><![CDATA[It&#8217;s official, Gold Member is working for Microsoft, apparently doing some evil research in an unnamed Microsoft lair.

Here is the absolute proof:




He calls himself Erik Meijer now and apparently solved his skin issue but you only need to listen to them to know it&#8217;s the same person.





Yes, they are both Dutch, which in itself is [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/now-i-can-prove-microsoft-is-an-evil-corporation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux sysadmin: a short RAID trouble-shooting story</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/</link>
		<comments>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 11:15:29 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=86</guid>
		<description><![CDATA[
I recently had an issue at a remote location (12000km away) where the old multi-purpose Linux server that had been working for the past 5 years wouldn&#8217;t boot again after a nasty power failure.
The server was used as a firewall, a local email store, a file server and a backup server, so its failure is [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MS Access: Enhanced Message Box Replacement</title>
		<link>http://blog.nkadesign.com/2008/ms-access-enhanced-message-box-replacement/</link>
		<comments>http://blog.nkadesign.com/2008/ms-access-enhanced-message-box-replacement/#comments</comments>
		<pubDate>Tue, 20 May 2008 10:39:54 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=76</guid>
		<description><![CDATA[
This project provides a custom and enhanced message box replacement for the default MsgBoxfound in Access. A Test database for Access 2007 is available at the bottom of this post. (Updated Tuesday 17MAR2009.)

What&#8217;s wrong with the default MsgBox

The default message box in Access is sometimes useful to warn, inform or ask confirmation from the user.


It [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/ms-access-enhanced-message-box-replacement/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>MS Access: Restarting and compacting the database programmatically</title>
		<link>http://blog.nkadesign.com/2008/ms-access-restarting-the-database-programmatically/</link>
		<comments>http://blog.nkadesign.com/2008/ms-access-restarting-the-database-programmatically/#comments</comments>
		<pubDate>Tue, 06 May 2008 03:06:19 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=73</guid>
		<description><![CDATA[
In my previous article about changing the MS Access colour scheme I had the need to allow the user to restart the database after the colour scheme was changed.
(Article and Code Updated 13FEB2009.)

Being able to cleanly restart and compact the application is also useful in other instances:


Changes made to the environment
Recovering from errors (for instance [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/ms-access-restarting-the-database-programmatically/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MS Access: Changing the Color Scheme programmatically</title>
		<link>http://blog.nkadesign.com/2008/ms-access-changing-the-color-scheme-programmatically/</link>
		<comments>http://blog.nkadesign.com/2008/ms-access-changing-the-color-scheme-programmatically/#comments</comments>
		<pubDate>Sat, 03 May 2008 13:20:43 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=72</guid>
		<description><![CDATA[
Microsoft Office 2007 comes with 3 colour (color) schemes.
Users can easily change it but when you deploy an Access application under the Runtime your users have no way to set the colour scheme as the application&#8217;s options are not available.

Luckily for us, Office 2007 stores the global colour scheme setting in the registry under:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\Theme

The values [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/ms-access-changing-the-color-scheme-programmatically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MS Access: Modal Dialogs with Transparent Backgrounds (redux)</title>
		<link>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/</link>
		<comments>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/#comments</comments>
		<pubDate>Thu, 01 May 2008 11:36:36 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MSAccess]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/</guid>
		<description><![CDATA[
Microsoft Access Team made an interesting post  and a follow-up on how to add a transparent layer that cover the screen to focus the attention of the user to a login form or other important popup window.

The trick is to use some WIN 32 API calls to modify the transparency of a standard MS [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/ms-access-modal-dialogs-with-transparent-backgrounds/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>&#8220;Apple&#8217;s OS Edge Is a Threat to Microsoft&#8221;. Really?</title>
		<link>http://blog.nkadesign.com/2008/apples-os-edge-is-a-threat-to-microsoft-really/</link>
		<comments>http://blog.nkadesign.com/2008/apples-os-edge-is-a-threat-to-microsoft-really/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 11:13:18 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/2008/apples-os-edge-is-a-threat-to-microsoft-really/</guid>
		<description><![CDATA[Business Week has a recent article where the author foresee the demise of Windows in favour of Apple&#8217;s OS.
Reading it, I couldn&#8217;t help thinking I was reading one of these overenthusiastic 1925 popular-science article  promising us that within just a few years we would all use our own flying car to get to work.
Yeah, [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/apples-os-edge-is-a-threat-to-microsoft-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF and Silverlight: it will take a while&#8230;</title>
		<link>http://blog.nkadesign.com/2008/wpf-and-silverlight-it-will-take-a-while/</link>
		<comments>http://blog.nkadesign.com/2008/wpf-and-silverlight-it-will-take-a-while/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 08:45:07 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Musing]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/2008/wpf-and-silverlight-it-will-take-a-while/</guid>
		<description><![CDATA[Decoupling the User Interface from the underlying code has been one of the holy grails of application development.
Layers of indirection and new patterns have been invented over time to try to separate what the user does from the back-end data. It&#8217;s been a long and difficult journey but WPF is the last attempt at completely [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/wpf-and-silverlight-it-will-take-a-while/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MS SQL Server Express: a good choice?</title>
		<link>http://blog.nkadesign.com/2008/ms-sql-server-express-a-good-choice/</link>
		<comments>http://blog.nkadesign.com/2008/ms-sql-server-express-a-good-choice/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 07:03:09 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/2008/ms-sql-server-express-a-good-choice/</guid>
		<description><![CDATA[Microsoft SQL Server comes in many editions, ranging from completely free to use and distribute to versions costing tens of thousands of dollars.
For small businesses, or when you can live with the limits imposed, the Express edition is one option to consider.

Here are some reasons why SQL Server Express may be a good choice:

You&#8217;re upsizing [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2008/ms-sql-server-express-a-good-choice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>People, mind your dates&#8230; plz?</title>
		<link>http://blog.nkadesign.com/2007/people-mind-your-dates-plz/</link>
		<comments>http://blog.nkadesign.com/2007/people-mind-your-dates-plz/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 15:34:46 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Musing]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/2007/people-mind-your-dates-plz/</guid>
		<description><![CDATA[What does 04/05/01 mean to you?
Let&#8217;s make it easy: is that date in 2001 or 2004?
And if I write it like 04/05/2001, is it really better? are we in April or May?
And the answer is&#8230;

 If you are from North America and a handful other countries 04/05/01 would mean 5th of April 2001.
If you&#8217;re in [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2007/people-mind-your-dates-plz/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Thank you spammers&#8230;</title>
		<link>http://blog.nkadesign.com/2007/thank-you-spammers/</link>
		<comments>http://blog.nkadesign.com/2007/thank-you-spammers/#comments</comments>
		<pubDate>Thu, 31 May 2007 06:06:48 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Musing]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/2007/thank-you-spammers/</guid>
		<description><![CDATA[I&#8217;ve been tired of spam on my websites. The few hundreds messages spammers leave everyday are a bit of a nuisance.
Now though, I&#8217;ve decided to make them work harder to get their messages ignored.
Last week, reCAPTCHA came online. It&#8217;s an effort inspired by none other than Luis Von Ahn, so you know it&#8217;s good.

If you [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2007/thank-you-spammers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MediaWiki: Formating and colouring Code</title>
		<link>http://blog.nkadesign.com/2007/mediawiki-formating-and-colouring-code/</link>
		<comments>http://blog.nkadesign.com/2007/mediawiki-formating-and-colouring-code/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 07:57:37 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=39</guid>
		<description><![CDATA[MediaWiki is the wiki software behind WikiPedia.
The issue, when using it as a software development tool, is formatting code in a pretty way.
As we did with WordPress before, here are some details to make dp.SyntaxHighlighter work fairly seamlessly with MediaWiki.

Install the client-side highlighter

Download dp.SyntaxHighlighter.
Uncompress its content under a new /skins/common/SyntaxHighlighter folder in your MediaWiki installation [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2007/mediawiki-formating-and-colouring-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chosing a development platform</title>
		<link>http://blog.nkadesign.com/2006/chosing-a-development-platform/</link>
		<comments>http://blog.nkadesign.com/2006/chosing-a-development-platform/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 08:39:54 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Musing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=33</guid>
		<description><![CDATA[LAMP, Zend, .Net, Struts, Ruby on Rails, Catalyst, and a hundred other development platforms all compete for you attention, all pretending to be the only thing you&#8217;ll ever need to satisfy your every needs in web or UI development.
Making a decision is really hard: you want the best for your new project and want to [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/chosing-a-development-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SysAdmin: When your computer becomes forgetful</title>
		<link>http://blog.nkadesign.com/2006/sysadmin-when-your-computer-becomes-forgetful/</link>
		<comments>http://blog.nkadesign.com/2006/sysadmin-when-your-computer-becomes-forgetful/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 13:37:02 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=34</guid>
		<description><![CDATA[Sometimes your computer crashes without reason. It happens at any time, for no particular reason.
Other times you&#8217;re trying to install a new OS on a brand new PC and at some point, it fails, reboot itself or just hangs.

A couple years ago I had this really depressing experience with a brand new system I was [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/sysadmin-when-your-computer-becomes-forgetful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software: Cheap Microsoft Licenses</title>
		<link>http://blog.nkadesign.com/2006/software-cheap-microsoft-licenses/</link>
		<comments>http://blog.nkadesign.com/2006/software-cheap-microsoft-licenses/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 14:31:13 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=32</guid>
		<description><![CDATA[I&#8217;m not particularly pro -Microsoft but I&#8217;m not against it either.
I love Linux, got my RHCE (Red Hat Certified Engineer) a bit more than a year ago and I love Open Source, Linux and all things GNU.

The only thing I really dislike about Microsoft is its marketing, its pricing, its Genuine (Dis)Advantage that nags me [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/software-cheap-microsoft-licenses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net: The limits of using Reflection</title>
		<link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/</link>
		<comments>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 00:00:27 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=29</guid>
		<description><![CDATA[Reflection is a hugely useful technology: it allows you to get inside objects and get their intimate details, modify their values and even rewrite part of their code.
Today I wanted to build a simple treeview control that would display the hierarchical structure of an arbitrary object by going through its properties and building a tree-like [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress: Formating and colouring Code</title>
		<link>http://blog.nkadesign.com/2006/wordpress-formating-and-colouring-code/</link>
		<comments>http://blog.nkadesign.com/2006/wordpress-formating-and-colouring-code/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 12:00:28 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=30</guid>
		<description><![CDATA[WordPress is pretty good, but it comes with no code formatting tool, yet colouring facilities.
I like the simplicity of dp.SyntaxHighlighter for displaying source code in web pages: it works with major browsers and degrades fairly well.

Its particularity is that is does its painting magic on the client side. This can be a drawback in some [...]]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/wordpress-formating-and-colouring-code/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>XPO: eXpress Persistent Objects</title>
		<link>http://blog.nkadesign.com/2006/xpo-express-persistent-objects/</link>
		<comments>http://blog.nkadesign.com/2006/xpo-express-persistent-objects/#comments</comments>
		<pubDate>Fri, 09 Jun 2006 04:00:31 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[XPO]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=28</guid>
		<description><![CDATA[<img src="/wp-content/uploads/technology02.png" alt="technology02.png" title="technology02.png" align="left" width="64" height="64" hspace="5" vspace="5" border="0" /><a href="http://www.devexpress.com/Products/NET/XPO/">XPO </a>is an Object Relational Mapping .Net product from <a href="http://www.devexpress.com">Developer Express</a>, a cool company designing cool tools.
It's a programming component whose job is to abstract access to database while allowing the developer to concentrate on a simple object-oriented interface instead.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/xpo-express-persistent-objects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your Star Trek profile?</title>
		<link>http://blog.nkadesign.com/2006/whats-your-star-trek-profile/</link>
		<comments>http://blog.nkadesign.com/2006/whats-your-star-trek-profile/#comments</comments>
		<pubDate>Sun, 04 Jun 2006 23:45:04 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=27</guid>
		<description><![CDATA[<img src="/wp-content/uploads/mood02.png" alt="mood02.png" title="mood02.png" align="left" width="64" height="64" hspace="5" vspace="5" border="0" />I was visiting <a href="http://www.paraesthesia.com/blog/weblog.php">http://www.paraesthesia.com/</a> for the latest version of a VS Studio add-in and Travis, the owner of the site, had his <em>"Star Trek profile"</em>. I suppose most people working in technical fields turn out to be the same...]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/whats-your-star-trek-profile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Importance of Conditions of Sales</title>
		<link>http://blog.nkadesign.com/2006/the-importance-of-conditions-of-sales/</link>
		<comments>http://blog.nkadesign.com/2006/the-importance-of-conditions-of-sales/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 23:00:59 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Musing]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=26</guid>
		<description><![CDATA[<img src="/wp-content/uploads/money01.png" alt="Business" title="Business" align="left" width="64" height="64" hspace="5" vspace="5" border="0" />In a past life, working as a project manager for a manufacturer of railway equipment, I had to deal with detailed specifications and conditions of contract that would be big thick documents of hundred of pages each.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/the-importance-of-conditions-of-sales/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You Aren&#8217;t Gonna Need It</title>
		<link>http://blog.nkadesign.com/2006/you-arent-gonna-need-it/</link>
		<comments>http://blog.nkadesign.com/2006/you-arent-gonna-need-it/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 01:00:03 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Musing]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=14</guid>
		<description><![CDATA[<img src="/wp-content/uploads/technology02.png" alt="technology02.png" title="technology02.png" align="left" width="64" height="64" hspace="5" vspace="5" border="0" />Refactoring code is a necessary thing. Unless you work in some very specific environment where casual refactoring is not allowed (like in some safety-critical applications where the most minute change has to be pondered upon by teams and committees for weeks), you cannot code perfectly on the first shot.
More often, you end-up reviewing code and making it clearer, merging parts that are too similar, removing what turned out not to be useful, cleaning up the names, moving things around, etc... there are dozen of refactoring cases that usually help <a href="http://www.codinghorror.com/blog/archives/000589.html" target="_blank">remove the stink out of it</a>.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/you-arent-gonna-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All sites won&#8217;t work with IE7</title>
		<link>http://blog.nkadesign.com/2006/ie7-wont-work-with-all-sites/</link>
		<comments>http://blog.nkadesign.com/2006/ie7-wont-work-with-all-sites/#comments</comments>
		<pubDate>Wed, 31 May 2006 01:00:42 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Musing]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=12</guid>
		<description><![CDATA[<img src="/wp-content/uploads/technology01.png" alt="technology01.png" title="technology01.png" align="left" width="64" height="64" hspace="5" vspace="5" border="0" />I installed a <a href="http://www.microsoft.com/windows/ie/" target="_blank">beta of IE7</a> last week and was quite pleased at the new interface and tabbed browsing, which has been available to <a href="http://www.opera.com/" target="_blank">Opera</a> and <a href="http://www.mozilla.org/"  target="_blank">Mozilla</a> used and many other browsers for years.
However, looking good and being slick and more standard-compliant hasn't been enough to keep it on my machines.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/ie7-wont-work-with-all-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Fixing PNG transparency issues in IE</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/</link>
		<comments>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comments</comments>
		<pubDate>Tue, 30 May 2006 06:27:15 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13</guid>
		<description><![CDATA[<img src="/wp-content/uploads/technology01.png" alt="technology01.png" title="technology01.png" align="left" width="64" height="64" hspace="5" vspace="5" border="0" /> I'm using <a href="http://wordpress.org/" target="_blank">WordPress </a>to blog this. I usually prefer to use PNG images over GIF for their ability to have variable alpha-channel transparency that makes them look good over any background. 
PNGs are a much greater improvement over the old GIF's single-colour transparency mask.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>SlickRun: Desktop command-line launcher</title>
		<link>http://blog.nkadesign.com/2006/slickrun/</link>
		<comments>http://blog.nkadesign.com/2006/slickrun/#comments</comments>
		<pubDate>Sun, 28 May 2006 07:31:59 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=6</guid>
		<description><![CDATA[<img width="64" vspace="5" hspace="5" height="64" border="0" align="left" title="technology02.png" alt="technology02.png" src="http://blog.nkadesign.com/wp-content/uploads/technology02.png" />If you feel you often have to interrupt your typing to move your mouse around and click on it to open applications or websites, the SlickRun is the perfect power toy for you.

It's just a small application that can either stay in your tray until you call for it or that can display a small semi-transparent prompt where you can type in configurable commands that it will launch.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/slickrun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2007 beta 2</title>
		<link>http://blog.nkadesign.com/2006/microsoft-office-2007-beta-2/</link>
		<comments>http://blog.nkadesign.com/2006/microsoft-office-2007-beta-2/#comments</comments>
		<pubDate>Sat, 27 May 2006 12:05:32 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=3</guid>
		<description><![CDATA[<img width="64" vspace="5" hspace="5" height="64" border="0" align="left" title="technology02.png" alt="technology02.png" src="/wp-content/uploads/technology02.png" />I received an email from Microsoft updates this morning and there awas a link to download the latest beta of Office 2007.<br />
After registering, I got a few files including the <em>Microsoft Office Professional Plus</em> package at about 440MB and proceeded to installing the beast.]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/microsoft-office-2007-beta-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>China Telecom blocking email access?</title>
		<link>http://blog.nkadesign.com/2006/china-telecom-blocking-email-access/</link>
		<comments>http://blog.nkadesign.com/2006/china-telecom-blocking-email-access/#comments</comments>
		<pubDate>Sat, 27 May 2006 03:00:48 +0000</pubDate>
		<dc:creator>Renaud</dc:creator>
				<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.nkadesign.com/?p=4</guid>
		<description><![CDATA[<img src="/wp-content/uploads/security01.png" alt="security01.png" title="security01.png" align="left" width="64" height="64" hspace="5" vspace="5" border="0" />For months, every time more than a handful of connections were made between my ex-employer's office in Shanghai and their email server in Hong Kong, the latter would become unreachable, not just for email but for web access as well. The strange thing was that access to the rest of the Internet would be untouched.<br />
This prompted me to experiment with ways to circumvent the ISP's port blocking restrictions.<br />
The fight was on!]]></description>
		<wfw:commentRss>http://blog.nkadesign.com/2006/china-telecom-blocking-email-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
