'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…

November 21st, 2007

How to add nofollow to wordpress blogroll links

So I recently discovered that my site had dropped for PageRank 5 to a PageRank 3. I looked into it, and I still have lots of links coming to my site. It appears that I was penalized by Google, and it seems to be because I had some paid links on my homepage. So, I [...]

Share
October 15th, 2007

Build an image slideshow with PHP & JavaScript

There are numerous scripts out there that use PHP to scan the contents of a particular directory, and create a "gallery" of sorts from all of the images in the folder. There are also JavaScripts out there that allow you to rotate between images in a gallery without refreshing the page – thus creating a [...]

Share
September 23rd, 2007

How to parse a CSV file with PHP

It's a very common feature request in any web application to be able to upload data in a CSV file rather than having to manually enter every single item. In that case, you need to build in some intelligence to be able to parse the data from the CSV file.

Share
September 13th, 2007

How to convert text to speech with PHP

I think it would be pretty darn cool to build a speech recognition website. I mean, I'm not sure that it's all that useful though. However, I guess it is useful in cases like where your visitors can't read your CAPTCHA block, so they click "read text". Anyhow, if you want to do either of [...]

Share
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 [...]

Share
« Previous PageNext Page »