Main Content RSS FeedLatest Entry

Spritely: Create Sprite Animation Using jQuery

Spritely is a jQuery plugin for creating dynamic character and background animation in pure HTML and JavaScript. It is a  light-weight plugin with a few simple methods that allow you to easily create animated sprites and scrolling backgrounds. It is a cross browser plugin that works on all major browsers including iPhone and Internet Explorer 6.

Direct Link
Read More..

Recent Entries

Give your site an iPhone bookmark icon

I recently configured my site for mobile consumption, by using the WordPress Mobile Edition plugin along with the Carrington Mobile 1.0.2 theme. I noticed when I bookmarked my site using the iPhone that the home screen icon as missing. Today I’m going to run through how to create and setup the home icon for your website.

Direct Link
Read More..

Save Time and Money by Systematizing your Photoshop Workflow

Repetitive tasks can quickly become tedious. As a designer, you probably often find yourself designing the same elements over and over from scratch. STOP! Wasting time is so old-fashioned.

Direct Link

Read More..

Create a Simple News Scroller Using Dojo

My journey into Dojo javascript has been exciting and I’m continuing to learn more as I port MooTools scripts to Dojo. My latest experiment is porting a simple new scroller from MooTools to Dojo. The code is very similar! View Demo The HTML News Item 1 Pellentesque habitant morbi…

Direct Link
Read More..

Best WordPress plugins – February 2010

Today we presents collection of best Wordpress plugins for February 2010. read more

Direct Link

Read More..

WordPress tip: Get rid of unused post revisions

Just run the following query on your WordPress database, and all revisions (As well as meta associated with it) will be deleted from your database. Of course, do not forget to make a backup of your database before running the code. DELETE a,b,c FROM wp_posts a WHERE a.post_type = ‘revision’ LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id); If you’d like to see more SQL queries for WordPress, make sure to read this post .

Direct Link

Read More..

Most Wanted Business/Magazine Wordpress Premium Themes

You may have your own blog or working for someone else. What ever may be the content of the blog, the theme of the blog gives the first impression about the blog to the reader. If your theme is very interactive and user friendly, then reader will probably enjoy it.

Direct Link
Read More..

Manage Comments From Your Windows or Linux Desktop

Comments form a very integral part of any blog to generate communication and spark discussions. As a WordPress blog user, managing comments and replying to them is very easy, however, what if you can manage and reply to comments from your desktop? WP Comments Notifier is a open source application written in QT/C++ for Linux and Windows, which will allow you to manage new comments and reply to them from your desktop.

Direct Link

Read More..

GetSimple: XML Based Content Management System

GetSimple is an open source Content Management System (CMS) that utilizes XML for data storage, has excellent user interface and is really easy to learn. GetSimple requires PHP 5.1.3+ and has been tested with Apache web server. Installation is a snap, all you need to do is upload files to your server and you are ready.

Direct Link
Read More..