Bookmarklets are bookmarks containing snippets of JavaScript code. They can be used to accomplish specific tasks. Web developers can quicken several common operations by using bookmarklets. Best of all, bookmarklets do not slow down your web browser like extensions do. For example, some of these bookmarklets together can effectively substitute the Web Developer Firefox [...]
Useful bookmarklets for web designers and developers
July 6th, 2008
Free Photoshop brushes
February 3rd, 2008
Analyzing WordPress admin dashboard UI design
January 23rd, 2008
WordPress is the most popular blogging software right now, and will continue to be so for some time, thanks to the open-source community. The mass exodus of users from Movable Type began when MT’s makers decided to make it paid and restrictive in nature. Since then, WordPress users have not had to look back.
However, being [...]
Download free GIMP brushes (1400 brushes)
January 20th, 2008
A collection of high quality FREE brushes for GIMP.
Free GIMP plugins
December 23rd, 2007
GIMP is the undisputed king of image editing in Linux platforms, and is next only to Photoshop in popularity in Windows and Mac platforms. With a large community of developers and an even larger pool of users, it is no surprise that GIMP is very popular.
Much like Firefox, GIMP’s strength lies in its plugins, which [...]
How To: Add plugin function calls without breaking your theme
October 13th, 2007
Haven’t you come across some meaningless pile of text, after which nothing is displayed? It breaks down the whole theme, causing problems for visitors and search bots alike.
Don’t we all hate those error codes?
What are function calls?
Function calls are bits of PHP code that looks like this:<?php ns_show_top_commentators(); ?>
Most plugins have such tags for specific [...]
Have you optimised your site code?
August 20th, 2007
Website optimization is an important process for every webmaster trying to reach “the top”. It includes several parts, some of which may not be plausible for all. Optimisation refers to the cleaning of code markup, images and backend so that your site loads quickly, and causes less stress on your webserver.
The Importance of Optimization
Website optimisation [...]