preview

10 Really Helpful Traversing Functions in jQuery

Sep 9th in JavaScript & AJAX by Piao Yishi
43

With jQuery, selecting HTML elements is laughably easy. But at times, we may wish to further refine the selection, which can be a hassle when the HTML structure is complicated. In this tutorial, we’ll explore ten ways that we can refine and extend a set of wrapped elements that we wish to operate upon.

Continue Reading

Learn a Few JavaScript Libraries at Once

Learn 3 Excellent JavaScript Libraries at Once

Sep 2nd in JavaScript & AJAX by Siddharth
62

Let’s go with a hands-on approach today. We are going to write a tiny snippet of code in jQuery and then port it over to several different libraries. Outside of that chunk, we are going to look at how to implement some basic, necessary functionality in each of these libraries. Sounds fun? Let’s dive in!

Continue Reading

Build a Simple jQuery News Ticker

How to Create a Simple News Ticker

Aug 19th in JavaScript & AJAX by Dan Wellman
57

In this tutorial we’ll be looking at how we can transform some semantic and accessible underlying HTML into an attractive and functional news ticker that smoothly scrolls its contents. Some news tickers are horizontal and some are vertical; the one that we’re going to create today will be vertical.

Continue Reading

5 Ways to Make Ajax Calls with jQuery

5 Ways to Make Ajax Calls with jQuery

Aug 18th in JavaScript & AJAX by Piao Yishi
84

There are at least five ways to make AJAX calls with the jQuery library. For beginners, however, the differences between each can be a bit confusing. In this tutorial, we’ll line them up and make a comparison. Additionally. we’ll review how to inspect these AJAX calls with Firebug as well.

Continue Reading

Easily Implement a Live Search Effect: New Plus Tutorial

Aug 12th in JavaScript & AJAX by Piao Yishi
37

The live search effect is no novelty in desktop apps. In Mac OS X or Windows Vista/7, just type a few letters in a search box, and almost instantly you get the search results on the fly. Having to hit the submit button is becoming old school. This tutorial will show you how to bring this cool effect to the web world with jQuery. The code used in this tutorial is modified based on John Resig’s approach. Join today!

Continue Reading

Creating Flash Charts From Google Spreadsheets

Creating Flash Charts From Google Spreadsheets

Aug 7th in JavaScript & AJAX by Pallav Nadhani
19

With Google docs gaining popularity, it is anticipated that in the near future there will be a great demand for connecting it to external systems for various purposes such as data interchange, data visualization, etc. In this article, I will show you how to connect Flash based charts (FusionCharts) to Google Spreadsheets and plot live data using JavaScript.

Continue Reading

Decoding the Flickr API

The Ultimate Guide to Decoding the Flickr API

Jul 28th in JavaScript & AJAX by Siddharth
40

Flickr, being the biggest photo management and sharing site in the world, has an impressive API to let developers access and manipulate almost all of its data. Lets take a look at how to work with the API: at the lowest level possible.

Continue Reading

How to Create A Simple Web-based Chat Application

How to Create A Simple Web-based Chat Application

Jul 24th in JavaScript & AJAX by Gabriel Nava
147

In this tutorial we will be creating a simple web-based chat application with PHP and jQuery. This sort of utility would be perfect for a live support system for your website.

Continue Reading

http://nettuts.s3.amazonaws.com/386_navigation/200x200.png

A Different Top Navigation

Jul 21st in JavaScript & AJAX by Connor Zwick
83

When designing a new site, web designers usually face the age-old question: vertical or horizontal navigation? There are pros and cons to both solutions. One example being horizontal navigation limits the number of links you can have due to a limited page width. This is usually solved by including a drop down system. However, if you are attempting to make your particular site stand out, you might consider thinking outside the "norm".

In this tutorial, we will be doing precisely that. We will use jQuery to create a different multi-layered horizontal navigation system that is still intuitive enough for anyone to use for the first time.

Continue Reading

Create  a Twitter-Like

Create a Twitter-Like “Load More” Widget

Jul 16th in JavaScript & AJAX by David Walsh
57

Both Twitter and the Apple App Store use a brilliant technique for loading more information; you click the link and fresh items magically appear on the screen. This tutorial teaches you to use AJAX, CSS, Javascript, JSON, PHP, and HTML to create that magic. This tutorial will also feature both jQuery and MooTools versions of the script.

Continue Reading

Page 2 of 8«12345»...Last »