Archive for the 'tools' Category

Optimisation of PNG files

Wednesday, January 23rd, 2008

There is a great utility I found today for optimising PNG files. You simply drag a file onto the application icon and ping does its job. This is an OSX utility so is only available for Macs. The author’s website seems to have closed however I found a download at MacUpdate.

Ping! 1.0.1 - MacUpdate via kwout
 

Theme Development using Apache - MySQL - PHP Stacks

Wednesday, October 17th, 2007

It can be tricky to develop a bbPress theme if you are not very familiar with CSS and HTML. This is made more difficult by the need to copy theme files to remote FTP server so you can test them. Even if you’re a pro this can be time consuming!
You can save some time if [...]