Building a Pagination System with AJAX
by Alejandro Gervasio | June 06, 2006 |
|
You know how to use AJAX to pull rows from a database , but do you know how to create an AJAX-based system to organize the records neatly into pages? |
The Matching Columns Script: Matching CSS div Heights with JavaScript
by Stefan Milschook | April 07, 2006 |
|
One of the fundamental problems people have with CSS page-level layout is matching CSS div heights. Others might call this ‘matching column heights’ in web pages.
In this article/video (see below,) we are going to solve this problem using a lesser known JavaScript method: the Matching Columns Script. |
Image Cross Fade Redux
by Steven Chipman | March 22, 2006 |
|
An effective way to show your photos online. |
How to Develop Web Applications with Ajax: Part 3
by Jonathan Fenocchi | March 08, 2006 |
|
In part 3 of this series on Ajax, we'll learn how to use Ajax in conjunction with server-side processing and how these technologies can produce powerful web applications. |
JavaScript Popup Media Player
by Jonathan Fenocchi | February 17, 2006 |
|
Playing videos in popup windows is often a simple task, but when you end up with multiple pages for each individual video, things can quickly become complicated. In this article, we’ll be discussing how to use just one page for your popup. |
Automatic Ad-Rotation in JavaScript
by Jonathan Fenocchi | February 17, 2006 |
|
This article will focus on rotating the ads, in random order, over a period of time without reloading the page. |
JavaScript and Accessibility. Pt. 2.
by Jonathan Fenocchi | February 17, 2006 |
|
Last week we began this series with a discussion about new practical and standards-compliant use of JavaScript. We continue that this week beginning with Form Validation. |
JavaScript and Accessibility. Pt. 3.
by Jonathan Fenocchi | February 17, 2006 |
|
Last week, we covered Form Validation and JavaScript Image Rollovers. This week completes the series. Topics covered today are Drop-down Navigation Selections, DHTML Menus, Proprietary Alternatives, Document.all, and innerHTML. |
How to Populate Fields from New Windows Using JavaScript, Page 1
by Jonathan Fenocchi | February 17, 2006 |
|
In this article, I’ll show you how to enhance the functionality of these popup windows by allowing the person to fill out the information there. |
How to Populate Fields from New Windows Using JavaScript, Page 2
by Jonathan Fenocchi | February 17, 2006 |
|
In this article, I’ll show you how to enhance the functionality of these popup windows by allowing the person to fill out the information there. |