Author: Anonymous Programmer

Posted on: 25th January 2010

Category: Programming

No Comments yet

Over the past few months I’ve been kicking around a cakePHP project in my spare time. I put together an ajax email validation form. After organizing my code, I ran a quick test with “asdf@asdfasdf.com” and was pleasantly rewarded with a successful validation message. And then my mind was blown.

Tags: , , ,

Author: Anonymous Programmer

Posted on: 13th January 2010

Category: Programming, Tutorials

No Comments yet

Proper code indentation is crucial to successfully reading, debugging, or modifying your code. There are a few different conventions, and everyone has their favorite style. I won’t cover them all here, but I will provide a couple of popular examples, beginning with my preferred style.

Tags: , ,

Better Tag Cloud