Category Archives: work

Delete control characters in VIM

Recently I had to review some very large registry files (.reg). Trouble was when the file was large, VIM somehow displays also the control characters. This made the file difficult to read. The solution is to delete all the control characters with :%s/[[:cntrl:]]//g and voila: [...]

Posted in work | Leave a comment

Microsoft’s support disappoints !! My experience of fixing “Class not registered” for mscomct2.ocx control after Microsoft support staff abandoned the case

I had a very disappointing experience of dealing with Microsoft Dynamics support. Last month, my client started deploying Meeting Room Manager. I first noticed that the customization on my PC stopped working and soon the problem spread to the citrix server. The symptoms of the problem was that when I fired up a [...]

Also posted in boo | 1 Comment

Clip Path for Windows 64

One of the things I missed when I moved to Windows 64 bit was ClipPath. I looked for a ClipPath utility for Windows 64 and found something hopeful but the file was missing. Then I came across Tim Sneath’s Windows Vista Secret: Copy as Path. I promptly tried shift right click and found [...]

Posted in work | Leave a comment

Coupon codes for RM 500 discount on Dell Studio systems – limited time offer

Dell is giving RM 500 off for Studio 14 laptop and Studio One 19 desktop. Laptop coupon code: T79KXQ8$6P9G4W Desktop coupon code: T79KXQ8$6P9G4W This offer is valid from October 20-23, 2009 only. I just bought the laptop that was configured like my dream laptop for RM 4,822. My [...]

Also posted in guide to buying a dell | Leave a comment

Windows 7 upgrade

According to this piece of news, Windows 7 upgrade from Vista can take a almost a day !Whoa ! I was tempted to get a Vista system with upgrade option but now I would not.Slashdot Technology Story | Windows 7 Upgrade Can Take Nearly a DayA clean 32-bit install on what Microsoft calls ‘high-end hardware’ [...]

Posted in work | Tagged | Leave a comment

Windows 32 bit’s 4 GB RAM limit

A very bright Geoff Chappel looked into Microsoft’s claim and said this: That 32-bit editions of Windows Vista are limited to 4GB is not because of any physical or technical constraint on 32-bit operating systems. The 32-bit editions of Windows Vista all contain code for using physical memory above 4GB. [...]

Posted in work | Leave a comment

How to view the query the SQL for an Excel worksheet with data source

  Save the following code in a module. Sub print_query_table_sql()

Dim s As Worksheet

Dim qt As QueryTable

Dim r As Range

[...]

Posted in work | Leave a comment

Synergy failed to connect to server: address not found for

For a while just now, Synergy did not work for me. On the status window, I see these error messages "failed to connect to server: address not found for <my computer name>" Restarting Synergy on both server and client did not fix the issue. Finally, I found that the Computer Browser service on [...]

Posted in work | Leave a comment

Sharing/transferring files – a brief history of how we did it before My Wifi

I have been using PCs/notebook for a pretty long time. When I was in school (in the 1980s), to transfer files between two PCs, I had to copy the file onto a floppy drive, then use the other PC to read the floppy drive. That was obviously a major pain if there [...]

Also posted in guide to buying a dell, wow | Leave a comment

Upgrading from Python 2.5 to Python 2.5.4

I was hesitant to upgrade from Python 2.5 to 2.5.4 on because upgrades usually break something. I tested it first on a desktop. The default upgrade installed to a C:\Python25 directory and a lot of things broke. Python scripts that worked before stopped working. easy_install would not work because it could not find Python.exe. This [...]

Also posted in python, wow | Leave a comment