Hide Ads on Godaddy free hosting

Some people might question my integrity on this post but let me clarify. I was offered a free hosting ticket (free when I buy a domain name) by Godaddy with no mention of ads being added to my site, I only saw the ads after…

PicLens a browser slideshow

PicLens instantly transforms your browser into a full-screen slideshow experience. With just one click, PicLens makes photos come to life via a cinematic presentation that goes beyond the confines of the traditional browser window. PicLens suports a number of sites: Flickr, Photobucket, Picasa Web Albums,…

Recover Linux reiserFS with bad blocks

Crisis normally create a great environment for quick learning. Some would say that it also exposes lack of planing, which in my experience both are equally true. Last week I had a server’s HD die on me and I suddenly had to rescue some of…

WordPress get_excerpt – show more words

the get_excerpt function on WordPress shows the first 55 words of your post, striped out of any special formatting eg: links, bold, etc.  I wanted to change it for a blog I was developing so I traced it back to the function wp_trim_excerpt in the…

PHP Shopping cart

On my previous post I wrote about e-comerce tutorials. As part of the system I’m buiding I was looking for a pre-coded shopping cart in PHP (the cart only with nothing else attached to it). I was getting very fustrated with the ammount of stuff…

e-commerce tutorials [ php mysql ]

I’ve embarked in a journey of building  a tailor-made E-commerce system. I need to be able to have everything my client needs so I’m coding it from scratch, with the help of some good tutorials I found online. Sometimes having to search for  while to…