Convert Black (CMYK) to a HEX Color Code
Black (in CMYK) isn’t #000000 (in HEX). Black in HEX is actually #030000.
Black (in CMYK) isn’t #000000 (in HEX). Black in HEX is actually #030000.
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… Read More »How To Solve Windows 7 Activation Error 0x8007232B DNS Name does not exist
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… Read More »How To Check All Checkboxes In A Form With Javascript
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… Read More »How To Subtract 2 Count Values Using SQL Statements
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:… Read More »How To Extract Email Attachments With PHP
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… Read More »How To Scroll Horizontally (Left and Right) in Mac OS
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,… Read More »PHP Code to Detect IE Browsers