Archive for the Javascript Category

Create a Slick and Accessible Slideshow Using jQuery

Create a Slick and Accessible Slideshow Using jQuery

Saturday, June 6, 2009 No Comments

In this in-depth web development tutorial, you’ll learn how to create a usable and web accessible slideshow widget for your site using HTML, CSS, and JavaScript (jQuery).

Tags: ,

Category: Javascript

Create a Fun Tweet Counter With jQuery

Create a Fun Tweet Counter With jQuery

Wednesday, May 20, 2009 No Comments

In this tutorial, we will look at using jQuery to call Twitter’s API and then use the results to create a widget for a blog or personal website that shows what hours during the day we tweet at the most.

Tags: ,

Category: Javascript

Creating a “Filterable” Portfolio with jQuery

Creating a “Filterable” Portfolio with jQuery

Sunday, May 10, 2009 No Comments

If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break them into different categories. In this tutorial, I will show you how to make “filtering by category” a little more interesting with just a little bit of jQuery.

Tags:

Category: Javascript

Create an Amazon Books Widget with jQuery and XML

Create an Amazon Books Widget with jQuery and XML

Sunday, May 10, 2009 No Comments

It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built to traverse XML documents with ease.

Tags: ,

Category: Javascript

Simulate Gravity with jQuery

Simulate Gravity with jQuery

Friday, May 8, 2009 No Comments

Visual effects on web pages are becoming more and more effective thanks to framework like jQuery. The idea of being able to adjust the look of a page with a click or a button gives the user a bit of extra interaction. This tutorials aims to give you insight of realistic gravity animations with jQuery.

Tags:

Category: Javascript

How to Mimic the iGoogle Interface

How to Mimic the iGoogle Interface

Wednesday, May 6, 2009 No Comments

In this tutorial I’ll be showing you how to create a customizable interface with widgets. The finished product will be a sleek and unobtrusively coded iGoogle-like interface which has a ton of potential applications!

Tags:

Category: Javascript

How to Add Auto Complete to Your Google Custom Search Engine

How to Add Auto Complete to Your Google Custom Search Engine

Wednesday, May 6, 2009 No Comments

This tutorial will show you how to use the “Popular Queries” feed from your Google Custom Search Engine (CSE) as a data source for a jQuery autocomplete.

Tags:

Category: Javascript

Build An AJAX Powered Shopping Cart

Build An AJAX Powered Shopping Cart

Tuesday, May 5, 2009 No Comments

ne of the innovations of the web is online shopping. It allows us to buy things without ever leaving the comfort of our homes. However, the most basic element of online shopping, the shopping cart, has not evolved much. In this tutorial, we’re going to make an AJAX powered shopping cart using PHP, jQuery, and a few nifty plugins.

Tags:

Category: Javascript, PHP

Build An Incredible Login Form With jQuery

Build An Incredible Login Form With jQuery

Tuesday, May 5, 2009 No Comments

One struggle that still remains today in web design is displaying all of the redundant information on every page. For example, a login form. What if there was a way to easily make the content accessible on every page, but keep it hidden until needed? Well you can, by making a top panel that when clicked, will reveal its self and its content. But we need to make this look nice, so we’ll also animate it.

Tags:

Category: Javascript

Page 1 of 512345»