Custom Alert Box
Create your own alert boxes, customized to match your site. Use this script to override the default window.alert method of a browser. Easy to implement and customize.
MD5 Algorithm
The MD5 algorithm is a secure hash function. It takes a string input, and produces a fixed size number - 128 bits. This number is a hash of the input - a small change in the input results in a substantial change in the output. The functions are thought to be secure, in the sense that it would require an enormous amount of computing power to find a string which hashes to a chosen value. In others words, there's no way to decrypt a secure hash. The uses of secure hashes include digital signatures and challenge hash authentication.
Using getElementsByClassName to Obtain an Array
This discussion looks at how to construct a function to get an array of all the elements with a specified class. Very interesting, with many excellent points.
Ajax and PHP - Forms and JavaScript Limitations
This tutorial covers the limitations pertaining to how HTML forms operate within Ajax dynamic content and what type of JavaScript can be used in Ajax-generated content.
Library Detector for Firefox
Detects what JavaScript libraries are being used on the current page and displays the result as icons with detailed tooltips in the statusbar. Currently supports jQuery, jQuery UI, Prototype, Scriptaculous, Dojo, YUI, Qooxdoo, MooTools and Spry.
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 Populate Fields from New Windows Using JavaScript
Occasionally, filling out web page forms can be daunting. Fortunately, some forms display a question mark next to the form field, which opens a popup window containing additional information. This week, you'll learn how to enhance the functionality of those windows.
How to Fix Web Pages with Active Content
Internet Explorer can cause some problems in the way it deals with Active Content. This can be fixed by using JavaScript but it creates extra work. Fortunately, there's another solution, IEWebFix
Database-enabled Ajax with PHP
Ajax has taken the Web to a new level by offering an intuitive interactive model that rivals the desktop. To compete with desktop applications, you'll learn how to create database-enabled Ajax requests using PHP and MySQL.
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.
An Introduction to the Yahoo! Query Language Platform Yahoo! has released a base platform that opens up Yahoo! user data via web standard APIs and also provides a framework for how developers, publishers, and advertisers can build applications on and off Yahoo!.
Getting Started with the Twitter API Twitter's API lets you read and write Twitter messages with minimal coding in nearly any programming language. In fact, you can use this Application Programming Interface without doing any programming.