Home Alphabetical Listings
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O P | Q | R | S | T | U | V | W | X | Y | Z | # | Sym | All
Select letter above or 'All' for full listing (a very long list)
Title: A Good Enough addEvent
In Category: Snippets
Date Uploaded: July 25 2008
Description: This function makes it easy to add events without tripping over existing ones. Easy to implement.
Title: A Modular Toolbox
In Category: Snippets
Date Uploaded: November 24 2008
Description: 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.
Title: ABA Routing Number Checksum
In Category: Forms
Date Uploaded: November 14 2005
Description: This script will validate an ABA routing number according to a given algorithm. (Although the number may be valid, it may not be actually assigned to a financial institution.)
Title: Absolute Popup Box
In Category: Navigation
Date Uploaded: January 17 2006
Description: This popup box is not an actual window. It pops right up on the page, partially hiding the page content. No need to worry about popup blockers. Good for bios, site maps, and other short items.
Title: Acceleration Math Related
In Category: Math Related
Date Uploaded: July 3 1997
Description: JavaScript can help you find acceleration equivalents.
Title: Accept Terms
In Category: Forms
Date Uploaded: May 21 2001
Description: This script allows your visitors to accept your terms and conditions before proceeding by checking a box. If they don't agree, an exit button will takes them to a designated page.
Title: Access Image URL to TextBox
In Category: Page-Details
Date Uploaded: December 19 2002
Description: When an image is clicked, this script will show the image URL in a textbox.
Title: Accessible Compact Forms
In Category: Forms
Date Uploaded: December 22 2006
Description: Tight on space? Use this script to create a compact form that is accessible and works even when JavaScript and CSS are turned off.
Title: Ace Date Display
In Category: Misc/Libraries/Tools
Date Uploaded: February 21 2002
Description: Use this code snippet to display today's date on your web page.
Title: Ad Calculator
In Category: Math Related
Date Uploaded: August 27 1999
Description: Selling ad banners has just got easier! Just enter two fields of the three fields of information, such as the total cost, CPM (cost per thousand impressions), and exposures (number of ads shown), and the calculator will solve the last field for you.
Title: Add a Hotkey
In Category: Snippets
Date Uploaded: December 19 2007
Description: This script will fire an event when the key specified in the variable "key1" is pressed. In this example, pressing the spacebar will trigger the display of an alert box.
Title: Add A Row
In Category: Misc/Libraries/Tools
Date Uploaded: November 1 2001
Description: This script adds a row to a table by clicking on a button.
Title: Add and Remove Elements
In Category: Snippets
Date Uploaded: February 15 2008
Description: Dynamically create HTML elements with content wrapped within them according to the DOM2 specification. Easy to implement.
Title: Add Commas
In Category: Text Effects
Date Uploaded: November 18 1999
Description: Modifies a number by adding commas after every third digit. For example, 123456789 is converted to 123,456,789. The script example shows this script as used on numbers of various sizes. And, it demonstrates a clever use of the modulus operator.
Title: Add Input Fields
In Category: Forms
Date Uploaded: June 23 2008
Description: Use this script to upload files. As a file is selected, another input field is automatically added.
Title: Add Time
In Category: Time & Date
Date Uploaded: September 21 2005
Description: Use this script to add time - in the form of seconds, minutes, or hours - to the current time.
Title: Add to Favorites
In Category: Navigation
Date Uploaded: August 29 2007
Description: This small script will launch the browser Favorites window to bookmark the current page. Works in Firefox and Internet Explorer.
Title: Add-Remove Options (DOM)
In Category: Forms
Date Uploaded: August 31 2007
Description: Add or remove objects in a select list, using the DOM. This script was written to work with DOM Level 1 and DOM Level 2 capable browsers, with try/catch logic included for IE use.
Title: Add/Remove an Event
In Category: Snippets
Date Uploaded: November 17 2007
Description: Use this set of snippets to add or remove events from your scripts. Consists of two functions: addEvent and removeEvent.
Title: Adding HTML Controls
In Category: Forms
Date Uploaded: July 13 2005
Description: Use this script to add HTML controls to your forms. This example uses the <input> tag.
Title: Adding Options
In Category: Forms
Date Uploaded: August 3 2005
Description: Add or change options on a form select menu. Simple script, includes comments.
Title: Adding Options 2
In Category: Forms
Date Uploaded: July 30 2007
Description: Add or change options on a form select menu. This script will also allow sub-group items, for additional selections.
Title: addLoadListener
In Category: Snippets
Date Uploaded: January 8 2007
Description: This snippet will prevent designated functions from being executed until after the page loads. Includes a sample of the function in use.
Title: addNewStyleSheetByFullCSS
In Category: CSS
Date Uploaded: September 25 2006
Description: Have you ever wanted to add a style sheet to your document using the full CSS without having to use addRules and insertRules? While this method is a bit "non-standard", it's a pretty nifty approach that can be expanded upon.
Title: Address Book
In Category: Cookies
Date Uploaded: June 6 2000
Description: Saves an address book database as a cookie on the user's computer. In addition, the underlying code could be very beneficial for use in other projects.
Title: Adjusted Cost Base
In Category: Math Related
Date Uploaded: August 31 2000
Description: Computes the average cost base (or cost per share) for a series of stock or mutual fund purchases. When a sale is entered, the capital gain (or loss) is calculated.
Title: Advanced Calculator
In Category: Math Related
Date Uploaded: June 21 1997
Description: This is a very comprehensive JavaScript calculator. Although the source code can get quite confusing, it works.
Title: Advanced Calculator 2
In Category: Math Related
Date Uploaded: November 09 2004
Description: This is a very sharp looking advanced calculator made using JavaScript and HTML.
Title: Advanced Gallery
In Category: Text Effects
Date Uploaded: January 23 2004
Description: This gallery script allows you to display and rotate entire blocks of HTML on demand. Display images, text, or rich HTML in a dynamic manner.
Title: Advanced META Tag Generator
In Category: Misc/Libraries/Tools
Date Uploaded: October 5 2001
Description: This is your tool for creating a complete set of META tags. It's fast, fun, and an easy way to create all kinds of META tags, not just basic ones such as the keyword and description META tag.
Title: Advanced Password Checker
In Category: Pass. Prot.
Date Uploaded: October 12 2004
Description: This script uses an array to store the usernames and passwords. It also uses a prompt box for username and password info and uses the indexOf property to search the array for a username and password match in a for.. loop.
Title: Advanced Scroller
In Category: Text Effects
Date Uploaded: February 5 2002
Description: Instead of 'typing', 'pushing' or 'blinking' words, this scroller replaces a random character in the text with the correct new one to eventually create a new phrase.
Title: Age Calculator
In Category: Math Related
Date Uploaded: December 8 2000
Description: Just enter the birthday you wish to track and JavaScript will display the person's age, down to the second. Displays your age along with the day you were born. Cool!
Title: Age Finder
In Category: Time & Date
Date Uploaded: June 15 1999
Description: Not only will this script tell you how many days, hours, minutes, and seconds old you are, it tells you how long until your next birthday!
Title: Age Redirection
In Category: Navigation
Date Uploaded: August 13 1997
Description: Occassionally, your Web site might need to redirect minors away from adult content. This script is a VERY simple preliminary age check. Those underage are then forwarded to www.crayola.com.
Title: Agree Before Entry
In Category: Forms
Date Uploaded: January 26 2007
Description: Confirm your visitor's approval by requiring their name before continuing on. Useful if you require your visitors to accept a disclaimer before downloading software or visiting a section of your members-only site. Could be used with a cookie.
Title: Agree Before Posting
In Category: Forms
Date Uploaded: November 16 2007
Description: Sometimes you may need to make sure your visitors agree to specific terms before submitting their comments. This script will disable the input fields until they agree to your terms. Easily adaptable.
Title: Airport Calculator
In Category: Math Related
Date Uploaded: July 24 1998
Description: This useful JavaScript calculator will tell you the degrees, Nautical Miles, Statute Miles, and Kilometers between your originating and destination airports. It's got a built-in database of over 150 of the most traveled airports! Very neat! I've given a copy to everyone I know who fly often. ;-)
Title: Ajax Loader
In Category: Ajax
Date Uploaded: February 21 2006
Description: Use this script to load XML and HTML files with XMLHTTPREQUEST, otherwise known as AJAX. In the tag, just add the name of the file to load and the element to display the file in, usually a <div> element.
Title: Ajax Navigation
In Category: Ajax
Date Uploaded: July 24 2006
Description: Use this script instead of frames. When a visitor clicks on a specific link, the content of that link is inserted into the page without a refresh. When a page doesn't exist, a user-friendly error message is given.
Title: Ajax Navigation 2
In Category: Ajax
Date Uploaded: December 6 2006
Description: When a visitor clicks on a specific link, the content of that link is inserted into the page without a refresh. When a page doesn't exist, a user-friendly error message is given. [Note: This is an edited version of the original script.]
Title: AJScroller
In Category: Text Effects
Date Uploaded: April 24 2003
Description: AJScroller is a cross-browser, DHTML scroller. Full HTML syntax is supported, which means you can add images, format and align text quickly and easily. The scrolling speed and pause delay can be configured and controlled dynamically.
Title: Alarm Clock
In Category: Time & Date
Date Uploaded: December 7 2000
Description: Set an alarm that will play any sound from your computer. You can even select a snooze time after it sounds. Awesome!
Title: Alert
In Category: Text Effects
Date Uploaded: August 4 1997
Description: If you're just looking for a quick way to tell your visitor something, use this JavaScript alert! When they put their cursor on the link, they get the message in the form of a JavaScript alert!
Title: Alert & Confirm
In Category: Text Effects
Date Uploaded: August 4 1997
Description: Here is a JavaScript confirm message that has variable responses. Basically, the response they get depends on what the user enters.
Title: Alert and Confirm Generator
In Category: Text Effects
Date Uploaded: October 15 2001
Description: Use this script to create quick and easy alert and confirmation scripts. Pick what you want, enter your text and get the source code. Pretty neat!
Title: Alert Box Protection
In Category: Snippets
Date Uploaded: January 23 2006
Description: Often when working on scripts alert boxes are placed inside loops as a debugging tool. You can sometimes end up with hundreds of alert boxes and no way to stop them. This script placed at the start of your code will give you an option to disable the alert boxes after a pre-determined number set by you.
Title: Alert Button
In Category: Snippets
Description: Sometimes you need to display an information box. Copy this script into your document and you will have a button alert. Label it whatever you want and customize the message to fit your needs.
Title: Algebraic Equation Solver
In Category: Misc/Libraries/Tools
Date Uploaded: February 14 2003
Description: This script solves algebraic equations with complex coefficients up to the cubic order.
Title: Alien Spacecraft
In Category: Image Effects
Date Uploaded: June 7 2000
Description: An alien spacecraft hovers around the background of the page using JavaScript and DHTML. Best used with a space background. Cool!
Title: All Lower Case
In Category: Snippets
Date Uploaded: August 10 1999
Description: Converts a textbox entry to all lowercase letters as soon as they move to the next item in the form (or click the submit button).
Title: All Upper Case
In Category: Snippets
Date Uploaded: August 9 1999
Description: Converts a textbox entry to all capital letters as soon as they move to the next item in the form (or click the submit button).
Title: Alternate Colors
In Category: Misc/Libraries/Tools
Date Uploaded: April 28 2008
Description: Most scripts that provide alternating rows of color are made for tables. This script can be used with any HTML tag, e.g., div, p, etc. Very easy to set-up and implement. Highlight that special section on your page without too much fuss.
Title: Alternate Table Row-List Item
In Category: Misc/Libraries/Tools
Date Uploaded: February 13 2008
Description: Use this script to make your table data and list items easy to read. No need to hassle with listing each alternate row coloring. Very easy to use.
Title: Alternating Message Text Box
In Category: Text Effects
Date Uploaded: May 25 2007
Description: With the help of this script you can put up a text box on your Web page that displays alternating messages for your visitors. It saves space, as a lot of text can be contained in a minimal display area.
Title: Alternating Rows
In Category: Misc/Libraries/Tools
Date Uploaded: September 7 2007
Description: Make your tabular data nice and readable. Just add some colors to this script and - voila! - no hassle alternate row coloring. Your data stays pristine, your output is improved, and your markup barely changes.
Title: Always on Top Popup
In Category: Misc/Libraries/Tools
Date Uploaded: November 20 2006
Description: This script opens a floating layer popup. This technique allows the user to work in the main window while still being able to view the popup. The popup window will hover at the same spot where it opens, even if the user scrolls down the page.
Title: Amazing Message Box
In Category: Text Effects
Date Uploaded: July 16 2003
Description: It's a little more work than a regular alert but the results are impressive. Create an arbitrary-shape box with optional realistic shadow and animated transitions in minutes.
Title: Amazing Quadratic Equation Solver
In Category: Math Related
Date Uploaded: March 15 2006
Description: This script will factor and solve for both values of X, any quadratic equation that has real number solutions.
Title: Amortization
In Category: Math Related
Date Uploaded: November 27 2000
Description: Calculate monthly mortgage payments quickly and easily. Displays an Amortization Table. Great!
Title: Amortization Calculator
In Category: Math Related
Date Uploaded: August 23 2004
Description: Use this script to help figure out your mortgage payments. It takes the percentage rate, principal and the length of the loan and produces a payment schedule.
Title: Animagix
In Category: Misc/Libraries/Tools
Date Uploaded: July 3 2003
Description: A useful javascript toolkit for animations. With the demonstration, little geckos wander around this page with just four lines of code added to your page.
Title: Animated MiniTabs
In Category: Navigation
Date Uploaded: June 16 2006
Description: A sleek animation effect using tabs for a slide navigation bar. Degrades very nicely when JavaScript is turned-off.
Title: Animated Popup Elements
In Category: Misc/Libraries/Tools
Date Uploaded: February 2 2009
Description: Bring simple and effective animation to a page by fading your popup elements in and out using this JavaScript function.
Title: Animated Tooltip
In Category: Text Effects
Date Uploaded: July 31 2001
Description: Hold your mouse over a particular graphic and display an animated tooltip in the form of a scroll. It's really cool!
Title: Annual Calendar with Events
In Category: Time & Date
Date Uploaded: November 11 2002
Description: Shows an overview of the whole year as a 3 x 4 grid of month calendars. Events are highlighted and generates tool-tip message.
Title: Anti-Spam
In Category: Misc/Libraries/Tools
Date Uploaded: October 7 2005
Description: Hate spam? Fight back! This script will generate random e-mail addresses on a page that spambots will, in turn, try to contact. Because they aren't real, they will bounce back to the spammer's mailbox, which will keep them busy with fake addresses. This example generates 10 fake addresses but you can set the number as high as you want. Put the script on a blank page on your site and let the battle begin! (You could also have it link to several other pages with the same script. The spambot will follow the link and gather the other addresses also.)
Title: Ants
In Category: Games
Date Uploaded: July 8 1999
Description: As you move your mouse around the page a swarming army of ants scattered about the window will chase after it. (No wisecracks about buggy code now...) If an ant actually reaches the mouse cursor, we reposition it randomly around the edge of the window, and its chase starts again. The ant images are preloaded with a great image loading bar script, then the script begins. A great effect!
Title: Anywhere Mail
In Category: Forms
Date Uploaded: August 4 1997
Description: This script will let visitors send e-mail to anyone, at any time.
Title: AOL Links
In Category: User-Details
Date Uploaded: August 24 2001
Description: Let someone add you to their AOL Buddy List or have them send you an Instant Message with text in the message block that you can choose! And it's only two lines of code!
Title: APR or Flat Rate Loan Repayment Calculator
In Category: Math Related
Date Uploaded: October 8 2007
Description: This calculator provides a method of comparing compound and flat rates of interest. Flat rates of interest are often used in illustrations because they appear lower than the APR but are in actual fact more expensive. For example, an APR of 7.8% represents a better value than a flat rate of 5%. Includes comments.
Title: Area Calculator
In Category: Math Related
Date Uploaded: May 23 2000
Description: A simple calculator to determine the area of a square, triangle, rectangle, circle or sphere.
Title: Area Calculator 2
In Category: Math Related
Date Uploaded: December 4 2001
Description: Put a calculator on your page that can tell a visitor the square units of a square, rectangle, parallelogram, or a triangle.
Title: Area Math Related
In Category: Math Related
Date Uploaded: July 3 1997
Description: JavaScript can help you find area equivalents.
Title: Area/Volume Generator
In Category: Math Related
Date Uploaded: December 13 2001
Description: Need to find the area or circumference of a circle, the area of a rectangle, or the volume of a cylinder? This cool script will find it for you. In addition to the answer, it also gives all the steps needed to solve the equation. (The answer is rounded off.) Pretty cool!
Title: Armor Penetration Calculator
In Category: Math Related
Date Uploaded: July 7 1997
Description: JavaScript can help you figure armor penetration.
Title: Arrange
In Category: Games
Date Uploaded: January 3 2003
Description: A nice implementation of the magic squares game where the objective is to arrange the numbers in order. Multiple levels, timer and counter included. Warning: Tthe game is very addictive! (Internet Explorer only)
Title: Array Creator
In Category: Generators
Date Uploaded: January 23 2008
Description: Coding large arrays can be a bit of a repetitive chore. This script will create a generator that will help speed up the process. Easy to use and implement!
Title: Arrow Links
In Category: Page-Details
Date Uploaded: May 17 1999
Description: This neat little JavaScript will indicate which link is selected with a little arrow image. Hard to explain, but you'll understand when you see it! Very cool!
Title: ASCII Character Code
In Category: Misc/Libraries/Tools
Date Uploaded: November 26 2001
Description: This script shows the ASCII decimal code of any character. (You can type in any amount of characters in the box, but only the first one is shown.)
Title: ASCII Encryption
In Category: Pass. Prot.
Date Uploaded: August 31 2000
Description: (Internet Explorer Only) A very simple encryption method that uses random values for each character. Interestingly, you can encrypt the same string as many times as you want and the result will always be different. Best used with short strings.
Title: ASCII Engine
In Category: Math Related
Date Uploaded: January 13 2000
Description: Enter any keyboard character and the Ascii Engine outputs the character's equivalent in Ascii Decimal, Ascii Hex, and even binary.
Title: Ask Mustafa
In Category: Games
Date Uploaded: July 17 2000
Description: We've captured the spy Mustafa from the Austin Powers movie. Mustafa will refuse to answer any question you ask. Except, he hates hearing the same question three times in a row. Ask him a question three times in a row and he will answer you. Fun!
Title: Astrological Calculator
In Category: Math Related
Date Uploaded: March 21 2002
Description: A handy calculator that will calculate both your Western and Chinese birth Signs. Enter the day, month, and year of your birth - or your date's - and instantly figure out if you (or they) are a Gemini born in the Year of the Ox, or a Year of the Rabbit/Cat Aquarius. The calculator will also return customizable funny messages if the user inputs an impossible date (ie, February 30 or December 32).
Title: Astronaut
In Category: Image Effects
Date Uploaded: March 21 2000
Description: Watch as the astronaut floats around in space. His random movements over the background of moving stars gives the perception of space travel. Wow!
Title: Atmosphere Calculator
In Category: Math Related
Date Uploaded: July 7 1997
Description: JavaScript can help you do atmospheric computations.
Title: Auction Watcher & Refresher
In Category: Misc/Libraries/Tools
Date Uploaded: January 6 2003
Description: Use this script to have your favorite online auction items auto-refresh at your specified interval or whenever you want. Great for those last minutes of an auction!
Title: Audio Greeting
In Category: Text Effects
Date Uploaded: December 26 2001
Description: Script plays audio greeting when user loads the page. You can record your own audio greeting and customize the greeting time and message. IE only.
Title: Auto Currency
In Category: Forms
Date Uploaded: May 11 2001
Description: Inserts the proper seperators to automatically format any currency field.
Title: Auto Drop Down
In Category: Forms
Date Uploaded: March 23 2001
Description: Automatically adjusts the values in the selection box depending on the item selected in the drop down menu. Awesome!
Title: Auto Email Link
In Category: Forms
Date Uploaded: February 21 2001
Description: Automatically creates a new e-mail utilizing the user's default e-mail client. The script fills in the subject line and adds the URL of the current Web page to the body. Note: May not be compatible with all e-mail clients.
Title: Auto Expire
In Category: Time & Date
Date Uploaded: August 11 2008
Description: Set "go live" and "expire" dates for content, such as "Latest News" or various promotional content. Great for when you don't have time to remember to go back and take old content down, or when you want to create content and have it go live at a later date.
Title: Auto Fill
In Category: Forms
Date Uploaded: April 11 2005
Description: Set a text field value in one window by entering text in another window.
Title: Auto Month
In Category: Forms
Date Uploaded: April 20 2007
Description: This pulldown menu will automatically adjust the range of months so that the current month is at the top. The remaining months are placed in order after the current month. The menu still functions with JavaScript turned-off. Updated.
Title: Auto Popup Window
In Category: Text Effects
Date Uploaded: January 30 2001
Description: Automatically opens a small popup window and closes it after a specified time. Great for displaying important messages without forcing users to close multiple windows!
Title: Auto Sum Checkboxes
In Category: Forms
Date Uploaded: April 4 2008
Description: As the user selects items in the form, this script will display a running total automatically. No need to keep reloading the page, and no surprises for your user at the check-out point. Easy to implement into your existing forms.
Title: Auto Tab
In Category: Forms
Date Uploaded: April 21 2000
Description: Automatically sets focus to the next form element when the current form element's maxlength has been reached. The user, then, does not have to manually click in or tab to the next field. Very easy to change for different size fields. Perfectly suited for constant-length strings such as a phone number or social security numbers.
Title: Auto Year
In Category: Forms
Date Uploaded: January 25 2001
Description: This pulldown menu will automatically adjust the range of years depending on the current year. As an added bonus, the range is easily modified.
Title: Auto-Complete Function
In Category: Forms
Date Uploaded: September 6 2006
Description: Create an auto-complete or auto-suggest text box in JavaScript, without use of prototype handlers and other advanced techniques. This script could be adapted for use in a number of different situations.
Title: Auto-Complete Textfield
In Category: Forms
Date Uploaded: April 21 2006
Description: As the user enters information into a textfield, this script will provide suggestions based on the list in the array.
Title: Auto-Enter Current Date
In Category: Forms
Date Uploaded: January 4 2008
Description: This script will enter the current date in a read only form field. Good for when you want to collect the current date but want to make sure it's formatted properly.
Title: Auto-Resizable-Pop-Up
In Category: Page-Details
Date Uploaded: September 11 2001
Description: Use this script to view full-size images from thumbnails. The full-size images can be different sizes. The pop-up window will change to the appropriate size.
Title: Auto-Select
In Category: Misc/Libraries/Tools
Date Uploaded: March 07 2008
Description: This function, when called on a particular HTML element, will auto-select all of its inner text. It works on elements such as input, textarea, div, span, td, and pre.
Title: Auto-Sum Form Boxes
In Category: Forms
Date Uploaded: May 13 2005
Description: This script will automatically total boxes in a form. Use it to keep a running total of quantites or prices in an order form.
Title: AutoBlink
In Category: Misc/Libraries/Tools
Date Uploaded: February 25 2005
Description: Google's new Beta Toolbar includes a feature called 'AutoLink'. The toolbar scans through the current Web page and links any addresses or ISBN numbers to Google's services. This script will stop the toolbar from placing a link in the Web page.
Title: AutoClose Inactive Popup
In Category: Navigation
Date Uploaded: November 28 2001
Description: Ever want to close a popup window after ten minutes of inactivity? Then this script combination will suit your needs. Only two lines of JavaScript are required for each child page.
Title: Autofill and Select Form Fields
In Category: Snippets
Date Uploaded: November 12 2007
Description: When testing forms you don't need to keep filling in the different fields. Use this function to automatically fill-in input blocks and select values in the form for you. Very easy to use.
Title: Automatic Breadcrumbs
In Category: Navigation
Date Uploaded: October 5 2007
Description: This script will automatically build a "breadcrumb" navigational link to any page on your Web site. This allows your visitors to see exactly where they are on your Web site at an given time. Very easy to implement.
Title: Automatic Coloured Rows
In Category: CSS
Date Uploaded: May 30 2006
Description: Tired of adding even and odd classes to your tables to distinguish the rows? This script will do it for you automatically. You can even use it with lists!
Title: Automatic Copyright Update
In Category: Page-Details
Date Uploaded: May 16 2005
Description: Make sure your copyright notices are up-to-date. This script will automatically update your pages for you.
Title: Automatic Image Resizer
In Category: Misc/Libraries/Tools
Date Uploaded: September 7 2005
Description: This script will resize a group of images to a preset maximum width. Useful for regulating picture size, especially on sites where images are posted at random by multiple users.
Title: Automatic Link File-Size Generation
In Category: Misc/Libraries/Tools
Date Uploaded: September 12 2008
Description: This script displays the size and type of a document next to the link targeting it. This distinguishes the 'attachment' link from a normal Web link, and provides the user with helpful information. Easy to implement. Includes the necessary jQuery script.
Title: Avenue Metasearch
In Category: Misc/Libraries/Tools
Date Uploaded: September 13 2001
Description: This search form gives you the possibility to search the 42 most popular search engines and directories. The form is transparent, so you can paste it right on your Web site to fit your design ... and it is only one line!
Title: Avenue MetaSearch
In Category: Image Effects
Date Uploaded: July 23 2004
Description: This search form gives you the possibility to search the 50+ most popular search engines and directories.
Title: aWrite
In Category: Misc/Libraries/Tools
Date Uploaded: May 5 2003
Description: aWrite 1.0.2 is a small simple JavaScript which writes a whole new web page at the click of a radio button. You can use it for check boxes, select menus, links, and more.
JavaScript® is a registered trademark of Sun Microsystems, Inc.
Jupitermedia's Database Journal offers SQL courses and other database related resources for beginner to expert developers.
|
|