Blogroll
-
Categories
Tag Archives: Programming
jQuery makes AJAX easy
If you work in web development and need to pull off some nifty web 2.0 features like CSS manipulation and AJAX, I can’t recommend the jQuery library enough. I originally heard about it from Alex King’s blog and was inspired … Continue reading
First WordPress Plugin
On the 18th, I released my first WordPress plugin. I basically copied the idea of the Tumblr bookmarklet and implemented it as a WordPress plugin. I love the ease of use of Tumblr but wanted the flexibility of WordPress. Tumblr … Continue reading
5 Question Interview with Dave Hoff and Anthony Webb of IMified
IMified is a IM application that I was turned on to by Steve Rubel. It was developed by Dave Hoff and Anthony Webb as a way to solve an immediate need, to get data in and out of 37Signal’s Basecamp. … Continue reading
Posted in Uncategorized
Tagged 5 Question Interview, Programming, Uncategorized, Web 2.0
Comments Off
Experimenting with CakePHP
CakePHP is the PHP equivalent to Ruby on Rails. There are quite a few PHP MVC (Model, View, Controller) frameworks for PHP, but I chose to experiment with CakePHP because it seemed to have a pretty complete list of features. … Continue reading