• RSS
  • Print this article!
  • Digg
  • del.icio.us
  • DZone
  • Facebook
  • Mixx
  • Google Bookmarks
  • Design Float
  • Reddit
  • StumbleUpon
  • Technorati
  • Live
  • TwitThis

Archive

Posts Tagged ‘web development’

10 Useful jQuery Plugins

September 9th, 2009

With project deadlines looming jQuery plugins can help add a lot of functionality in little to no time.
Here is a list of 10 extremely useful jQuery plugins.

Read more…

10 Older Post You Might Not Have Read

September 6th, 2009
Comments Off

Here is a list of some older posts that you might have missed.

Read more…

Beginners Guide to jQuery Sorting Part 2

September 3rd, 2009

In the last tutorial we covered how to reorder a list by dragging and dropping.  In this tutorial we will show how to save the order of the list via Ajax.

Read more…

Beginners Guide to jQuery Sorting

September 1st, 2009

Beginners might often steer away from trying to reorder lists by dragging and dropping.  The thought of doing something like that sounds daunting.  Luckily jQuery has made it relatively simple. Here is a tutorial on how to make a list sortable.

Read more…

Speeding Up Page Loading for JavaScript Heavy Sites

August 26th, 2009

JavaScript libraries help enhance our websites.  Unfortunately they also slow down the page loading process. Here is a little tip to help speed up your page loads, while keeping those fantastic libraries you love so much.

Read more…

jQuery Slideshow Explained

August 25th, 2009

Homepages generally don’t have enough space for all the promotions clients want to put on there.  The homepage slideshow is a great space saving solution, while keeping your homepage from looking like a dollar store advert.  This post will walk you through the code of a jQuery slideshow.

Read more…

Google Gravity

August 24th, 2009

This has to be one of the coolest JavaScript applications I’ve seen out there.  A big ol’ thumbs up goes to the author. Super creative an fun.

Read more…

Beginners Guide to jQuery Mouse Events

August 22nd, 2009

If you’re just starting out in jQuery, one of the most important things is to learn to make things interactive.  This tutorial will show the basics of working with the mouse in jQuery.

Read more…

Beginners Guide to Using AJAX with jQuery

July 29th, 2009

AJAX offers users a seamless way to work with your interface, no waiting for whole pages to load.  jQuery has a set of tools to make it super simple to implement. We will walk you through how to use jQuery to connect to PHP so you can step up your user interface.

Read more…

How to Build a CSS Image Viewer the Clever Way

July 25th, 2009

Image Viewers are fairly common on websites now-a-days. Most use some form of JavaScript to change images, some use Flash. This is a problem if the user doesn’t have either enabled on their browser.  In this tutorial we’ll cover how to create an image viewer with only using CSS and HTML.

Read more…