|
Link - KEYWORD SEARCH RESULTS
Return to Links Main Page
12 - PRIMARY Keyword matches for CODE
Click on any Title to go to that site
|
| Title |
Description |
|
script type="text/javascript">
function addBookmark(title,url) {
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}
|
|
The following is a list of tips & tricks that I've learned and decided to share with others to help them in any projects they may be working on. Feel free to use them as you deem fitting and if you have any tips or tricks that you wish to share, please email them to me and I will include them with full credit to you.
|
|
Sometimes the HTML "alt=" isn't enough to relay the detail you'd like it to. Here is a tool that will allow you to give your users more interactive tooltips.
|
|
Walter Zorn's Drag & Drop is a DHTML API which makes it easy to add extensive drag and drop functionality to any element on a page. The API supports dragging and resizing and also provides Javascript methods for programmatically moving and resizing elements. It works on an impressive range of browsers right the way back to Netscape and has options that include limiting the area within which an item can be manipulated and restricting resizing to maintain the initial ratio of width to height of an element.
I've previously used DOM-Drag, a similar library by Aaron Boodman, to create user interfaces that allow users to set the order of items by dragging them relative to each other. Aaron recently updated DOM-Drag's documentation to include even more examples.
I prefer DOM-Drag's API over Drag & Drop's as it uses smart object orientation to provide hooks for performing additional actions when drag related events occur. Drag & Drop's API is less flexible but the library provides resizing support out of the box and has compatibility with older browsers. I recommend trying out both before picking one as a starting point for your own scripts.
|
|
Your one stop shop for FREE Java Scripts and Java Applets on the Net!
|
|
Reference, tutorials, scripts.
|
|
JavaScriptSource and JavaScripts.com - Cut-n-Paste Scripts
|
|
The nice thing about select lists is that if you click on the list and then hit a key, the list will jump down to the letter you selected. So if you have a list with a thousand entries, you can hit "M" to jump to the first entry that starts with "M" (case insensitive). The problem with this is that if you have a hundred entries that start with "M", you still have to scroll down and search for the value you want.
To provide a method of allowing the user to type in a value and have the select list auto-select the first matching value, you need to provide a text field above the select box. Note that the Javascript below will only work with single-select lists, not multiple-select lists.
The first example below will loop over the entire list to search for a matching string and is ideal for short lists for simplicity.
The second example below is for lists that contain hundreds or even thousands of values. It creates an array, one position for each letter of the alphabet, that stores the location of it's first occurrence. It'll also exit the search if it's searching for strings that start with a specified letter and it comes to a list option that starts with a letter that comes later in the alphabet. For example, if the user types "Eb" and there is no list entry that starts with "Eb", it'll stop searching when it hits a list entry that starts with "F".
|
|
Welcome to Java-scripts.net, a great little place to find cool, useful, and free javascripts for your site! All free javascripts on this site come with easy-to-follow installation instructions, along with a live demonstration. Just pick a category below, and off you go!
|
|
AJAX DEMOS
Inner Html
Javascript Updater
DRAG & DROP DEMOS
Simple
Custom Draggable
Custom Drop Zone
CINEMATIC DEMOS
Animate Position
Animate Size
Animate Size & Position
Animate Fade
Round a Shape
Color Example
Rounded Corner Examples
BEHAVIOR DEMOS
Accordion
Weather Widget
|
|
Retrieving Elements
The two most common methods of retrieving elements based on the W C DOM are the document.getElementById() and document.getElementsByTagName() methods. Both of these methods are important to learn as they form the basis of much of what follows. The document.getElementById() method as the name implies retrieves an elements id by passing the id as an argument.
|
|
Starting with the Basics
Error Messages
Dates and Times
Event Handlers: onMouseOver
More Event Handlers
Prompts and Variables
Concept of Properties
Hierarchy of Objects
Creating a Function
After-Effect Commands: onUnLoad and onMouseOut
Opening New Windows
Opening a Window with a Function
"Confirm" Method
Math Variables
Image Flip Using onMouseOver
Image Flip with Function
Calling Functions with Forms
Form Fields and the Value Property
Passing Information to the Function
Creating Random Numbers
If and Branching
If/Else Statements
Producing Random Statements and Images
Introduction to FOR Loops
Introduction to WHILE Loops
Introduction to Arrays: Calling Functions from a Function
Putting It All Together: A Slide Show
Putting It All Together: Animation
Putting It All Together: Form Field Validation
|
20 - SECONDARY Keyword matches for JAVASCRIPT
Click on any Title to go to that site
Click on any Primary Key to search by that keyword
|
| Title |
Description |
|
Forums, articles, tutorials, code and discussion forums - mid level.
|
|
Description: This is a practical, elegant DHTML tooltip script. Use it to display additional information about a link or any other element when the mouse moves over it. A customizable tooltip pops up, which works in all modern DHTML browsers- IE, NS, and Opera . Three interesting features of this script are:
* Unlike a regular tooltip (ie: one created using the "title" attribute), Cool DHTML Tooltip continues to display itself and follow the mouse around while the mouse is anywhere over the link/HTML element.
* Fully customizable tooltip style via CSS, including an optional shadow (IE+ only). You can further modify the background color/width of individual tooltips through JavaScript.
* Cool DHTML Tooltip intelligently detects the four edges of the browser window, always displaying itself in full view of the user.
|
|
Gigantic site for developers, articles, forums and blogs
|
|
ASP Scripts and Components | User Authentication
|
|
Welcome to Dynamic Drive, the place on the net to obtain free, original DHTML scripts and components to enhance your web site!
|
|
Welcome to HotScripts.com, the net’s largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal. We currently have - , - scripts across different programming languages and - , - categories, as well as links to books, articles, as well as programming tips and tutorials. If this is your first time visiting, be sure to become a registered member to enjoy all of the free benefits.
|
|
Introduction
The Non-Technical Introduction
Primers
HTML
Ad Banners
JavaScript
Perl & CGI
ASP
Database-SQL
|
|
Our Web Design Training Program has provided the very best in online web design training to more than - , - individuals interested in web design and development since . Our Web Design Courses cover a breadth of Web work, from html to Flash; from Dreamweaver to Photoshop. Each online Web class is taught by our fellow experts and working professionals in the field.
|
|
Description: A JavaScript quiz script with instant grading. The script can accommodate an unlimited number of questions, and is VERY easy to update, since all editing is done through an external data file.
|
|
Tutorials, Articles and Resources
|
|
The JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!
|
|
Description: JavaScriptKit.com Multiple Choice Quiz script is a highly flexible quiz that can be used to test your visitors, with the results instantly graded (on separate page). Some noteworthy features of the script are:
* Script supports arbitrary number of questions, each with an arbitrary number of choices.
* Solution embedded in external .js file, making "cheating" difficult (cumbersome).
* Separates the questions and result into two separate pages. Uses cookies to transmit information from the former to later.
* Instant quiz results and grade, shown on results page.
* "View solution" feature on results page, with solutions to questions the user incorrectly answered highlighted in red.
* Cross browser functional and very easy to set up.
|
|
Learn web design with the help of our active online forums, articles and tutorials. Simple and straight forward, Killersites.com will help you build better websites quickly.
|
|
ASP
ASP NET
C and C++
Cold Fusion
Java
JavaScript
Perl
PHP
Python
Remotely Hosted
Tools and Utilities
|
|
Serves the Internet community as the largest and most well-known programming directories anywhere. Now owned by Jupitermedia Corporation (formerly Mecklermedia Corporation), the ScriptSearch site has undergone a complete redesign and relaunch in early in order to better tune the site for you, the visitor.
ScriptSearch's comprehensive programming directory is more intuitively organized by programming language with subfolders with various script categories. Rating features allow you to find the most popular and most useful resources according to the rest of our visitors. Its even a breeze to bookmark your favorite listings on your own "My Favorites" page, that you can easily return to. And there lots more inside.
|
|
But if you saw that table in a client-side application, you'd expect to be able to click on the headers and have the table sort, would you not? I know it always annoys me when you can't. A fair few web applications do allow this; most of them, which are pulling this data by submitting a SQL query to a relational database (an environment eminently suited to tabular data) implement this by resubmitting the whole page with something like ordercolumn= in the URL, and then adding an ORDER BY clause to their SQL query to return the data from the DB ordered by the specified column.
Resubmit the page? Just to sort data we already have? I'm sure we can do better than that.
|
|
printed references and free online resources useful in your web design adventures, with Color, Fonts, HTML, CSS, and JavaScript.
|
|
Welcome to FreeVbCode.Com, the place on the Web for the highest quality, free visual basic code. Currently, there are code examples and articles on this site. New code is added every day.
|
|
Tutorials on just about every facet of web design, CSS section is very rich.
|
|
Discussion Forums
HTML, XML, JavaScript
Software Reviews
Editors,Others
Top
JavaScript Tutorials,
Tutorials
ASP, CSS, Databases
Jobs
Discussion List
FAQ, Roundup, Configure
Authoring
HTML, JavaScript, CSS
Design
Layout, Navigation,
Graphics
Tools, Colors, Images
Software
Browsers, Editors, XML
Internet
Domains, E-Commerce,
WDVL Resources
Intermdiate, Tutorials,
WDVL
|
|