Introduction to PHP and Ajax
Ajax is a collection of technologies which allows a script to communicate with a server in real time. This series is an introduction to the power of Ajax. If you have mastered basic JavaScript, you can begin to use it immediately.
Testimonial Container
This script creates a nice little format for displaying testimonials. The container is initially displayed in a collapsed stated, and then expanded for the entire testimonial. It can also be used to highlight comments, featured products or news stories. Easy to implement. A nice addition to any site!
How to Grey Out the Screen
This tutorial will show you how to "gray" out the screen and create a "modal" environment. A "gray-out" is useful for creating a DHTML dialog box, or showing off a picture or video. While it's active, most of the interactive elements on the page are inactive.
A Modular Toolbox
Creating and maintaining an effective JavaScript toolbox can greatly reduce development time. This script will show you how to include specific snippet modules on individual pages. Comments and a tutorial are included.
Copy and Paste JavaScript with an Ajax Engine
It's not necessary to understand the characteristics of Ajax in order to use it. This article provides copy and paste JavaScript with an Ajax engine. No modifications are necessary.
Attention JavaScript Coders!
Want some recognition for your scripts? Submit them to us and they may be featured here and on JavaScript Source!
How to Use a JavaScript Query String Parser
In this article you'll learn how to obtain and use the data from the query string portion of the URL by using a JavaScript query string parser. This script is especially useful for people whose Web sites are served by free hosting providers.
Creating Dynamic RSS Feeds with Ajax
If you want to place RSS feeds on your Web pages and don't want to learn how to scrape pages, this tutorial will show you how to use the last RSS script to gather them for you.
Popular JavaScript Framework Libraries: An Overview - Part 3
In the last article of this series, we turned our attention to three strong contenders for the title of Framework supremacy: JQuery, the Yahoo! UI Library (YUI) and MochiKit. This week we continue our overview of the twelve most popular JavaScript Frameworks with the Dojo, Rialto and Spry Frameworks. By Rob Gravelle. 1127
Browse Doc JavaScript's Tip of the Day Archive:
Elsewhere on internet.com
MS Access and MySQL
Learn how to set up an off-site copy of a working MySQL database, an Access version of the same back-end, and a front-end that could link to either.
Cisco AutoQoS: VoIP QoS for Mere Mortals
Optimizing VoIP traffic traditionally requires a deep understanding of your network, but with Cisco's AutoQoS and some interfaces, happier VoIP is only three steps away.
Adobe AIR: Bring Web Development to the Desktop Securely Failing to understand how the Adobe AIR cross-platform runtime environment enforces application security and authenticity could lead to breaches. Find out what steps you need to take to protect users of your AIR applications.
PHP and SMIL: A Happy Combination SMIL gives you control of multimedia and text elements in a browser over a timeline, while PHP lets you write dynamic SMIL code. The combination produces nicely-timed presentations.
Upload Large Files ASP.NET doesn't allow you to upload files bigger than 4MB to the server.