Twitter

Missing Google images http://twitpic.com/1lsk2k-05/07/2010
X
Category:
Code, Tutorial

Tags:
, ,

As much as everyone hates those weird shaped characters, trying to figure out what it says so we can copy, we all hate spam too. ReCaptcha does a great job of creating “Captchas” for those spammers. In this article, I am going to explain how you can implement their API to your PHP based website. They do a great job of explaining it on their website on other programming languages too if you would like to take a look, its right here.


Continue reading »

Category:
Code

Tags:
, , , ,

Few years ago I had an assignment in a intro to linux class. Basically they gave us 17 different tasks that a script needed to do and we had to do this with shell scripting. It was actually easier than I expected since linux gives you incredible flexibility.

We were expected to create a script to maintain a user filesystem. Our script had to be driven by a main menu.


Continue reading »