Meet my two new friends…
April 23rd, 2007
I do a lot of coding at my job. Most of it is in PHP and MySQL. My projects are fairly visible in the company so I like to do my best at coding things properly and make them as slick as possible. I was never really good at organizing my code or choosing a coding convention and sticking with it. In addition, I’ve grown tired of typing the same three lines of code to get a MySQL row. I knew there had to be a PHP framework that would make coding easier, scalable, and give me a convention to stick with. Enter CodeIgniter…
CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
I’ve also been getting on the AJAX bandwagon with the rest of geekdom. I started using Prototype and Script.aculo.us, which were very nice, but there was a lot of stuff I didn’t need in both of those. Recently I heard about a similar javascript package called MooTools. Just going to the website tells you this thing is very cool.
MooTools is a compact, modular, Object-Oriented javascript framework designed to make writing extensible and compatable code easier and faster. Mootools lets you get the job done efficiently and effectively.
Just a few useful tools for you web developers out there.
Leave a Reply