24 Best Practices for AJAX Implementations

24 Best Practices for AJAX Implementations

Feb 8th, 2010 in JavaScript & AJAX by Siddharth

Implementing AJAX technology can be a hit or miss thing. Do it well and you’ll have users raving over the slickness it provides to the general user experience while if you mess it up, you’ll be at the receiving end of their wrath. Here are 24 tips to guide you with implementing AJAX technology within your web application.

Continue Reading

Quick Tip: How to Extend Built-in Objects in JavaScript

Quick Tip: How to Extend Built-in Objects in JavaScript

Feb 5th, 2010 in JavaScript & AJAX, Screencasts by Jeffrey Way

Constructor functions, like Array, offer a wide range of methods and properties that you can make use of. But have ever wished that one of these objects offered some method that isn’t built-in? Is there a way to do so yourself? Absolutely! Let’s see how.

Continue Reading

What's In Store for jQuery UI 1.8 - Plus Free Books!

What’s Changed in jQuery UI 1.8 – Plus Free Books!

Feb 5th, 2010 in JavaScript & AJAX by Dan Wellman

jQuery UI 1.8 is currently at the release candidate stage and, barring the discovery of a major bug or flaw, will shortly become the current stable release of jQuery’s official UI library. So what has changed since the last current stable release of 1.7.2? One of the major differences of course is that the library now runs on the latest release of jQuery itself – version 1.4.1, but there have been many other changes including the addition of some great new components, which we’ll look at over the course of this article.

Continue Reading

How to Test your JavaScript Code with QUnit

How to Test your JavaScript Code with QUnit

Feb 3rd, 2010 in JavaScript & AJAX by Gavin Huang

QUnit, developed by the jQuery team, is a great framework for unit testing your JavaScript. In this tutorial, I’ll introduce what QUnit specifically is, and why you should care about rigorously testing your code.

Continue Reading

How to Build your First iPhone App

The Easiest Way to Build your First iPhone App

Jan 28th, 2010 in HTML & CSS, JavaScript & AJAX by Bill Peña

Mobile websites have come a long way, but if you want to take full advantage of a smartphone’s hardware, or get listed in the iTunes App Store, you need to compile your code. In this tutorial, we’ll show you how to create a mobile web app with an iPhone look and feel using jQTouch, then turn it into a native iPhone app using Phonegap. No Objective-C necessary.

Continue Reading

How to Make IE6 Render HTML5 Mark-up Correctly

How to Make All Browsers Render HTML5 Mark-up Correctly – Even IE6

Jan 20th, 2010 in HTML & CSS, JavaScript & AJAX by Bill Peña

HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a common layout using some of HTML 5’s new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6.

Continue Reading

Sexy Animated Tabs Using MooTools

Sexy Animated Tabs Using MooTools

Jan 18th, 2010 in JavaScript & AJAX by David Walsh

One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping.

Continue Reading

jQuery 1.4 Released: What you Must Know

jQuery 1.4 Released: The 15 New Features you Must Know

Jan 14th, 2010 in JavaScript & AJAX by James Padolsey

jQuery 1.4 was recently released. This wasn’t simply a maintenance release as some had speculated; there are many new features, enhancements and performance improvements included in 1.4! This post covers the new features and enhancements that you may find beneficial.

You can download jQuery 1.4 right now, here: http://code.jquery.com/jquery-1.4.js

Continue Reading

Getting Started Animating with jQuery

jQuery Animations: A 7-Step Program

Jan 6th, 2010 in JavaScript & AJAX by Siddharth

A dash of animation can spruce up a dull interface. In this tutorial, you’ll learn how to do it the right way with jQuery.

Continue Reading

Bullet-proof Content Viewer

A Bullet-Proof Content Viewer

Jan 5th, 2010 in JavaScript & AJAX by Dan Wellman

In this tutorial, we’re going to look at how we can easily create an attractive and space-saving content viewer which even works with JavaScript disabled. We’ll build a solid core of semantic HTML, styled with some basic CSS and we’ll then use jQuery to add further enhancements in the form of transition animations.

Continue Reading

Page 1 of 912345»...Last »