Sorting Values with JavaScript

Nov 19th in JavaScript & AJAX by Andrew Burgess
21

Lists and tables are often the best way to display data on the web; but you shouldn’t have to worry about sorting that information manually. In today’s tutorial, you’re going to make a jQuery plugin that will put all your ducks in a row with JavaScript ease!

Continue Reading

The Basics of Object-Oriented JavaScript

The Basics of Object-Oriented JavaScript

Nov 11th in JavaScript & AJAX by Leigh Kaszick
41

Over recent years, JavaScript has increasingly gained popularity, partly due to libraries that are developed to make JavaScript apps/effects easier to create for those who may not have fully grasped the core language yet.

While in the past it was a common argument that JavaScript was a basic language and was very ’slap dash’ with no real foundation; this is no longer the case, especially with the introduction of high scale web applications and ‘adaptations’ such as JSON (JavaScript Object Notation).

Continue Reading

Build a Simple Password Strength Checker

Build a Simple Password Strength Checker

Nov 4th in JavaScript & AJAX by Siddharth
65

Providing instant feedback is the in-thing right now. Why limit yourself to checking usernames and email addresses? Why not extend this to provide quick visual feedback about the strength of the password the user has input? Today, we’ll take a look at how to create a simple password strength checker using the jQuery library, regular expressions and a simple algorithm.

Continue Reading

Simple Draggable Element Persistence with jQuery width=

Simple Draggable Element Persistence with jQuery

Oct 29th in JavaScript & AJAX by Dustin Blake
61

At some point you may need to create a draggable element within your web application. This is great functionality, however you may want or find that you need the element to stay in place after being dragged around. In this tutorial I will show you how to easily drag an element and make it stick, even after a page reload, by grabbing and storing its X and Y coordinates.

Continue Reading

Create an Animated Flip Down Clock

Learn how to Create a Retro Animated Flip-Down Clock

Oct 21st in HTML & CSS, JavaScript & AJAX by Alexandru Pitea
90

In this tutorial, we will create an animated flip down clock inspired by the 70’s. Using the Mootools framework, I tried to replicate the flip action of the pads and make it as lifelike as possible. With it’s retro styling, it could be a really neat thing to add to your website, so let’s get started!

Continue Reading

preview

How to Create an Image Gallery Powered by Picasa

Oct 20th in JavaScript & AJAX by Mikhail Kozlov
38

In this tutorial we are going to create a simple image gallery powered by Google’s Picasa Web Albums. In order to enhance the user’s experience, we’ll throw some jQuery into the mix and create a scrollable album carousel.

Continue Reading

Drag to Share

Drag to Share

Oct 19th in JavaScript & AJAX by Dan Wellman
71

We’ve all seen the brilliant functionality on Mashable where news stories and interesting articles can be shared to social networking sites; the functionality is driven by the images accompanying the articles; you click and hold on an image and can then drag it into a toolbar to share it. It’s brilliant and intuitive, and in this article I’m going to show you how we can replicate this behavior with jQuery and jQuery UI.

Continue Reading

An Introduction to the Raphael JS Library

An Introduction to the Raphael JS Library

Oct 14th in JavaScript & AJAX by Damian Dawber
37

Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…

Continue Reading

Create an In-Place Editing System

Create an In-Place Editing System

Sep 22nd in JavaScript & AJAX by Siddharth
101

Making users click through multiple pages just to edit a field is so 1999. In this tutorial, you’ll learn how to create an in-place editing system as found on popular sites, such as Flickr.

Continue Reading

Checking User Name availability using Mootools and Request.JSON

Checking Username Availability with Mootools and Request.JSON

Sep 18th in JavaScript & AJAX by Matt Vickers
46

This tutorial will teach you how to check username availability with Mootools’ Request.JSON and PHP/MySQL

Continue Reading

Page 1 of 812345»...Last »