There are a number of ways to upgrade phpMyAdmin but I found this to be the easiest way rather than adding repositories etc... read more »
Creating exactly the same thumbnail size for each thumbnail is not 100% perfect without a good UI to allow the user a way to position the exact portion of the image to be cropped. This is one of the main problems using this method. The main portion of the image you would want cropped may get cut off. So you may want to consider implementing something such as imgAreaSelect or Jcrop. read more »
I updated the design of my blog today, and I wanted to add an anchor menu so my users could jump to each section of long blog posts with ease. I started out with a jQuery function that automatically created the anchor menu by looping though each heading and then adding an ID to each H3 title and finally outputting a menu. This worked pretty well, but it wasn't good enough for me. I wanted it to be SEO friendly, so I decided to write it in PHP. read more »
Originally, I did not plan on releasing this Java application I wrote which I named Web App Builder. I created it to help me build models, controllers, views, and forms automatically for CodeIgniter, or any other frameworks I was working with, using templates and my database structure. It could even be used for jQuery functions such as posting values etc.... read more »
I have been using Komodo Edit for a while now and it is by far my favorite editor for PHP, HTML and CSS. I did find one thing annoying that Komodo Edit would add IDs to certain tags automatically when using its autocomplete feature. Well after doing a search on the Komodo Edit Forums I found a solution. Its actually quite a simple solution and it opens up extra functionality for customizing Komodo Edit even more! read more »