jQuery: Acting on specific key events
Posted by scothj | Filed under Javascript/AJAX - Tutorials
it’s very very simple to wire up key events to your DOM objects such as form elements, or DIVs for example. In today’s post I’ll talk about taking it one step further by registering the key event, but also checking for, and acting upon specific key events, such as pressing TAB or ENTER.
Ajax Performance Analysis
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Address performance challenges of Ajax
JavaScript regular expressions guide
Posted by scothj | Filed under Javascript/AJAX - Tutorials
A massive one page JavaScript regular expressions guide and reference
Browser detection using JavaScript's navigator object
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Learn how to use the navigator object of Javascript to detect the browser type and version of your...
Overview of scripting in NS6
Posted by scothj | Filed under Javascript/AJAX - Tutorials
This tutorial discusses some essential techniques for scripting and getting your scripts to work in...
Javascript Clock
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Clock for you website using javascript
Creating a Dynamic Clock in JavaScript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
How to create a dynamic clock for your website using JavaScript.
Flashing Text in JavaScript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Create a flashing text effect using setInterval() - two examples included!
Giving Text Effect using script.aculo.us
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Built-in function is provided to create text or image effect.
Create an Alert Box in JavaScript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Learn how to create a pop-up alert box that displays a message to the visitor.
Disabling The MyImage Toolbar in IE6+
Posted by scothj | Filed under Javascript/AJAX - Tutorials
IE6+ incorporates a new feature called MyImage Toolbar, which, if enabled on Tools|Internet...
Programmer's Guide to Regular Expressions
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the...
Como ‘encadenar’ combos o listas
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Veremos una manera fácil de como actualizar los valores de un combo, en base a la selección de otro.
How to Mimic the iGoogle Interface
Posted by scothj | Filed under Javascript/AJAX - Tutorials
How to Mimic the iGoogle Interface
DOM Table Object Properties
Posted by scothj | Filed under Javascript/AJAX - Tutorials
One page reference explaining the various DOM properties available for the HTML table element
Check All/Clear All links for dynamic check-boxes
Posted by scothj | Filed under Javascript/AJAX - Tutorials
In forms when using check boxes for a list of records that is generated dynamically (example:...
AnyLink Vertical Menu
Posted by scothj | Filed under Javascript/AJAX - Tutorials
A drop down menu that can be associated with any link on your page
Cross Domain Message Passing using Iframe
Posted by scothj | Filed under Javascript/AJAX - Tutorials
This tutorial explains how to use Iframes from cross domain message passing.
Edit Any Webpage Using JavaScript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
With this small snippet of code you will be able to edit any webpage you want.
Fading in text using the DOM
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Here we'll learn to do with JavaScript what Java and Flash have "been there done that" with- fade...
JS Object - Pixel Pie Chart
Posted by scothj | Filed under Javascript/AJAX - Tutorials
A step-by-step instructional tutorial explaining how to make an object, to make a Pixel Pie Graph.
Intro to JavaScript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Microsoft had hoped that VBScript would emerge as the premier scripting language for use on the...
Universal countdown script
Posted by scothj | Filed under Javascript/AJAX - Tutorials
This is a "universal" count down script that lets you count down to absolute events whereby the...
Creating a drop down navigational box
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Learn how to implement a drop down menu box using the SELECT element of forms and JavaScript
Browser Version Control
Posted by scothj | Filed under Javascript/AJAX - Tutorials
There are several different browsers and versions out there, thus you, the programmer, do not know...
Creating time-dependent scripts using JavaScript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Learn how to use JavaScript to manipulate and display the current time and date
Fading in text using the DOM
Posted by scothj | Filed under Javascript/AJAX - Tutorials
This tutorial explains how to create text fading effect utilizing JavaScript and the new DOM of...
Table Row and Column Highlighting
Posted by scothj | Filed under Javascript/AJAX - Tutorials
Make a table with highlighting cells when the mouse is over
Removing Nodes using javascript
Posted by scothj | Filed under Javascript/AJAX - Tutorials
The code below will teach u how to remove child nodes using javascript
Dynamic countdown script
Posted by scothj | Filed under Javascript/AJAX - Tutorials
This is a live count down script that can be set to count down to any future date/time, such as...