Site Archives Software

Dexpot 1.5 – Virtual desktops just got better!


I wrote quite some time ago on Dexpot 1.4. It was such a useful utility. At about the same time, I was also on Ubuntu and I was loving the cube desktop. I tried various software and the most workable cube desktop for Windows at the time was DeskSpace by Otaku. But DeskSpace 5.4 was [...]

Resolving the Nokia 6710 Navigator Zooming Problem


If you use the Nokia 6710 Navigator, most probably you will be having the zooming problem unless you are one of the lucky few. The zoom bar registers keystrokes randomly even though you are not touching the zoom area at all. This causes key and phone lockup. When using applications that support the zoom bar, [...]

Installing Windows 7 on the Lenovo 3000 Y410


There’s an update to this article below. I’ll write a full update later but for now, I think you can get the general idea from the short take. Lenovo does not officially support Windows 7 on the Lenovo 3000 Y410. However, you can get all devices to work without much problems. Here’s how. Backup your [...]

Linux Mint 7 on Lenovo 3000 Y410


I’ve just installed Mint 7 on my Lenovo, dual-booting with Windows XP Pro. Hit a few snatch and had to install twice as I am using Acronis True Image 11 with the Startup Recovery option. First of all, if you have Startup Recovery of True Image too, don’t install Grub on the MBR. Grub will [...]

No master pages in Xara Xtreme? Use repeated objects.


Xara Xtreme Pro is a vector illustration application similar to Adobe Illustrator. The last Illustrator version I really used was version 9. When it became CS, it’s too heavy on my AMD machine. It’s worst on my notebook back then… half an hour to open an illustration for a 2 meter bunting! Which led me [...]

Jaunty Jackalope (Ubuntu 9.4) is Here!


Get the desktop version here: http://www.ubuntu.com/getubuntu/download. Woohoo!!! Time to have fun this Labor Day weekend!

Creating Separators in Vista Start Menu


I don’t like Windows to keep track of programs I use often because it doesn’t really got it right. At the same time, I am not much of a fan of the Vista Start Menu when it comes to the All Programs menu. To keep programs I use often close at hand, I disabled the [...]

Block Ads in IE8 with Built-In InPrivate Filtering


Create an XML file somewhere (on your desktop is good). The contents should be like the following: <?xml version=”1.0″ encoding=”UTF-8″?> <rss version=”2.0″ xmlns:wf=”http://www.microsoft.com/schemas/webfilter/2008“> <channel> <title>blocker</title> <description>Export of InPrivate Filtering</description> <item> <description>MSN Advertisements</description> <wf:blockRegex><![CDATA[.*ads.*\.msn\.com.*]]></wf:blockRegex> </item> </channel> </rss>