Latest blog posts

2012-01-17: Browser tip: Quickly remove old autocomplete entries

Posted at 2012-01-17 12:23:44 by SHD

Here's a quick tip. If you're entering information into a web form and have outdated or incorrect suggestions in the autocomplete dropdown that your browser offers, you can delete them easily. Use the ↓ key on the keyboard to highlight the offending item, then press the Del key to delete it from the list. I've confirmed this works at least in Chrome, Firefox and Internet Explorer.

2012-01-14: Accessing sites blocked by your ISP

Posted at 2012-01-14 20:53:21 by SHD

Just recently, MPAA/RIAA sock puppets Brein managed to convince some clueless judge to order two of the largest ISPs in the Netherlands, XS4ALL and Ziggo to block (in)famous torrent website The Pirate Bay. TPB have put up a message that is shown to anyone visiting from a Dutch IP address, as shown below. XSALL and Ziggo have both announced they will appeal to a higher court, which is a good thing. I don't even use TPB myself and wouldn't really miss it, but I do care deeply about worthless assholes doing anything limiting my internet access. So, how would this work and what can I (or anyone) do to give these lying thieves the finger and circumvent these blocks if they are upheld by the higher courts?

2011-12-06: Bye bye PayPal, you suck

Posted at 2011-12-06 12:36:05 by SHD

You may have seen the latest well-publicised PayPal horror story. I've seen plenty of them too and was never really bothered about them, figuring those people might have brought it on themselves. Well, not anymore. Now that I have my own experience to add to the list, I'm done defending PayPal and have actually closed my account. PayPal not only inconvenienced me in several ways, but their communication actually contained blatant lies, not to mention the whole thing being drenched in incompetence. I have zero tolerance for that kind of crap from any company that has anything to do with my finances. Here's what happened.

2011-11-28: Virtual Server 2005: The virtual machine could not be started. An unexpected error occurred.

Posted at 2011-11-28 15:18:38 by SHD

I routinely use Microsoft Virtual Server 2005 R2 SP1 to run a handful of virtual machines for development and testing purposes. One of these VMs is set to run automatically at system boot. Every once in a while, it refuses to start up.

2011-09-14: Magento: Quantity corresponding to minimum price tier

Posted at 2011-09-14 12:44:54 by SHD

When displaying a product summary for a product with tiered pricing, Magento shows the user how much they can save by showing the minimum price (including tax). Especially with the way the string "As low as" is translated to other languages, this can be confusing and you might want to show the quantity of the product the customer needs to buy to get it at the displayed minimum price. Unfortunately, while Magento has the getMinimalPrice method to retrieve the lowest tier price, it doesn't have a convenient function to retrieve the corresponding tier quantity.