'Free code' Category

Here I will post code I've created, you can download and use them at will. They come without guarantee and/or support of course…

September 7th, 2007

How to rotate an image or text with JavaScript & DHTML

So I need to rotate an image every few seconds on a homepage of a site I'm building. I looked around for some pre-built code that I could do this with, and I found a few functions. I picked the one I like the best, and I've modified it to my needs. This JavaScript code […]

August 31st, 2007

PHP Web Hosting

If you're looking for cheap PHP web hosting with a reliable provider, then this is exactly this information you need! I've written many popular tutorials on hosting and PHP web programming, so it only stands to reason that I know a thing or two about how to actually host PHP web applications ;).
I've been through […]

August 20th, 2007

How to convert your old videos to DVD

So my grandmother recently called me to ask if I could work on some old family videos that she's had for years. Apparently, because I "work with computers", it's assumed that I can do everything, including convert 8mm film to dvd. In reality however, I'm an Online Marketing Specialist, I don't do any video conversion […]

August 20th, 2007

Convert RGB colors to Hex

Most web developers are quite comfortable using CSS to stylize their websites. But oftentimes they will design (or have designed) a template in Photoshop before creating the HTML template. Sometimes it can be a real headache to convert the RGB colors to the proper hexadecimal values for use in CSS.

August 7th, 2007

How to create an image from text with PHP

At some point or other, pretty much every web developer has wondered if there's an easy way to create an image from a text variable in PHP. There are many potential uses for this, the simplest of which being aesthetics. A heading rendered as a JPEG or GIF can make use of anti-aliasing for the […]

« Previous PageNext Page »