Some handy tools for optimisation
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil"
Donald Knuth
There are a raft of tools now available to help a developer to optimise a modern web application: either providing pointers for improvements and modifications of the code or changes that can be made directly to the server (such as enabling mod-spdy). Here are a few that I've found helpful:
Webkit's brilliant inspector
Webkit's inspector is a tool that every developer will likely have to hand, but that many won't know how to use to its full potential. The audit, network and resources panel can be a real help in optimising sites. Majd Taby has recently Read more... [Post Comment]
Sublime Text Editor 2
Sublime Text Editor 2 is a favourite here at Gravitywell for developing Web Applications and here's why...Wordpress: Version 3.3.2 and Beta 3.4
The PHP CMS Wordpress has a new revision available. Revisions include security updates to 3 external libraries...
the PHP CMS Wordpress has a new revision available. Revisions include security updates to 3 external libraries:
Extending the Magento API

As UK Magento Developers we often find the need to extend the Magento API. This is actually quite easy to do.
In this article I will show you how to take the sales order API and extend it to automatically capture any payment when an invoice is created through the API.
Recursively Deleting all SVN folders
Here's a quick code snippet for how to recursively delete all SVN folders.
Wordpress: Top 5 plug-ins
The PHP content management system WordPress, has a large library of plug-ins available, most of which are very useful. WordPress saves you a lot of time in starting a new project as it comes with the core PHP and query libraries, as well as 2 default themes.The JQuery File Upload Plugin
The jQuery File Upload Plugin by Sebastian Tschan is an excellent plugin for asynchronously uploading files. Not only is it highly functional but it also looks great as It utilizes Twitter Bootstrap.
Irregular, flexible CSS3 boxes using border-image
CSS3's border-image property is a brilliant tool that allows a developer to add flexible, resizable but highly designed boxes to webpages.
Without splitting a background image into a large number of elements and positioning them individually in a single div element. Other than being incredibly fiddly and difficult to update, this also breaks the sensible distinction between content/presentation that developers strive to maintain in modern sites.
What is the Semantic Web?
The word semantic stands for the meaning of.
The semantic of something is the meaning of something.
The Semantic Web = a Web with a meaning.