Some handy tools for optimisation

Posted by Nathan Wong on 27th April 2012

"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

Posted by Dave Thomson on 27th April 2012
Sublime Text Editor 2 is a favourite here at Gravitywell for developing Web Applications and here's why...

Read more... [Post Comment]

Wordpress: Version 3.3.2 and Beta 3.4

Posted by Jason Carney on 27th April 2012
Tagged: PHP, Wordpress

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:

Read more... [Post Comment]

Extending the Magento API

Posted by Stuart Forster on 27th April 2012

Magento: Extending the 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.

Read more... [Post Comment]

Recursively Deleting all SVN folders

Posted by Stuart Forster on 20th April 2012
Tagged: linux, svn

Here's a quick code snippet for how to recursively delete all SVN folders.

Read more... [Post Comment]

Wordpress: Top 5 plug-ins

Posted by Jason Carney on 19th April 2012
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.

Read more... [Post Comment]

The JQuery File Upload Plugin

Posted by Dave Thomson on 18th April 2012

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.

Read more... [Post Comment]

Irregular, flexible CSS3 boxes using border-image

Posted by Nathan Wong on 18th April 2012
Tagged: howto

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.

Read more... [Post Comment]

What is the Semantic Web?

Posted by D C on 17th April 2012

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.

Read more... [Post Comment]

The Countdown jQuery plug-in and website optimisation

Posted by Jason Carney on 12th April 2012
Recently i discovered a jQuery plug-in that allows you to count down/count up from a given period of time, and was quite surprised as to how simple it was to implement, in comparison to standard procedural, DOM based alternatives.

Read more... [Post Comment]

< Previous 1 2