Categories
- Development (4)
- Music (2)
- Politics (1)
- Random (2)
- Rants (9)
- Short stories (1)
- Technology (6)
- Travel (21)
- Tutorials (5)
- Web (1)
-
Category Archives: Development
Javascript and CSS compression in CakePHP
Just a quick note for all of those looking to optimize their JS/CSS in CakePHP. The awesome Matt Curry put together a CakePHP plugin which makes this incredibly easy. Here is his Asset plugin on Github. It works almost perfectly … Continue reading
CakePHP Paginator URLs and POST forms
There’s a quote that you often see in the #cakephp channel on irc.freenode.net and it goes something like, “If something is hard in CakePHP, then you’re doing it wrong”. This is proven to me over and over the more comfortable … Continue reading
Configuring Gallery2 to send email using Gmail
I recently revived my online photo gallery but ran into a problem with sending mail. Unlike most of my other sites, I run this on a box that I have at home, which means that it’s affected by my ISP’s … Continue reading
How To Integrate Subversion and Mantis
I’ve been using Subversion for years now (and it’s a great app), but just recently I’ve started using Mantis to keep track of tasks/bugs for some of my projects. Having your issue tracker reflect related changes in the source is … Continue reading