If you’re trying to activate Windows 7, and are faced with the following error: Error Code: 0x8007232B Description: DNS Name does not exist You can try this to solve the problem. Search for “cmd”, then right-click on “cmd.exe” and choose to “Run as adminstrator” (this is important!) Then type these: slmgr.vbs -ipk [Your Windows 7 [...]
Continue reading...Monday, April 11, 2011
I had an application that had a long list of checkboxes in a form. I wanted the ability to check all the checkboxes at once, or uncheck them at once. However, after googling for a solution, it seemed that all of them required me to label all my checkboxes with the same name. The nature [...]
Continue reading...Tuesday, March 22, 2011
If you’re developing an application that makes use of SQL statements, you may come across a time when you’ll require to count() values from a table. You may also come across a time when you’ll need to subtract a count() value from another. The good news is that you don’t have to retrieve both count() [...]
Continue reading...Tuesday, February 1, 2011
Looking for how to extract email attachments with PHP? I was too, because I needed to extract pictures from mail that came in. I’ve been looking around, and it looks like the best thing’s this: PHP Mime Mail Parser Class using PHP’s MailParse Extension. It’s an open-source project hosted on Google Code. Tags: Attachments, Class, [...]
Continue reading...Saturday, June 12, 2010
This is something new to me, and something that I know doesn’t work in Windows XP. I was programming on my Macbook, when all the long, horizontal lines of code started bugging me. I had to click on the horizontal scrollbar and move the focus left and right, and I thought to myself, “Isn’t there [...]
Continue reading...Sunday, May 24, 2009
The extremely buggy way that Internet Explorer renders CSS annoyed me again, this time because of the different way it displays elements with z-indexes. I spent a couple of hours trying to fix the bug, failed, and decided to go about it another way. The problem lay in a CSS/Javascript rotating banner gallery ,so I [...]
Continue reading...Saturday, May 31, 2008
It’s the standard Father’s Day gift – the ubiquitous men’s wallet, and wallet companies are rejoicing. The Big Skinny Corporation is no different, and it’s chancing upon this special day to launch a promotional offer, which I got as an email because I bought a wallet from them in the past. The Big Skinny is [...]
Continue reading...
Sunday, December 4, 2011
0 Comments