Articles categorized as Code

To HAML or not to HAML

There seems to be a split amongst Rails enthusiasts when it comes to using HAML in projects. Honestly, I am not sure what the big deal is about.

Note to self: Use git clean sparingly

I am pretty comfortable with using git for my project repositories, but sometimes I slip up when executing commands. Hey, we all can be lazy at points.

Semantic xHTML Forms

Forms are the bread and butter of a website. From collecting information for accounts or posting comments on your friend's Facebook profile. Too bad many web developers only worry about the pretty aspect and not the underlying semantics of forms.

Git remote branching made easy

When a branch of your code base needs to be shared to other team members, but currently resides only on your local repository, making it remote is a breeze.

Recent design work