Home

Submit

Source

Feeds

Home » JavaScript » Navigation and Searching ::

JavaScript Navigation and Searching
A script that jumps back "home" when "h" is pressed. In other words, a script that allows you to specify a target url to go to when "h" is pressed.
Related Tutorials
JavaScript Getting Started
Get key press event using JavaScript
JavaScript / Getting Started
This tutorial will show you how to get the pressed key in the browser window, whether it's Ctrl, Alt, Shift, Page Up, Arrow Up or any other key. There's both an Internet Explorer and a Firefox way of doing this.

Site: www.geekpedia.com Report - View Tutorial

JavaScript Getting Started
Learning Javascript - Keeping Markup Clean
JavaScript / Getting Started
Like many front end developers I've come to Javascript late. Of course I could go and grab one of the many Javascript libraries out there. But I'm making an effort to learn Javascript.

Site: www.shapeshed.com Report - View Tutorial

JavaScript Miscellaneous
Capturing a Key
JavaScript / Miscellaneous
The user presses a key, and something happens. Exactly what is up to you. This works across browsers and with all ASCII characters.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript Miscellaneous
Javascript Image Gallery Using Mootools
JavaScript / Miscellaneous
This free image gallery based on javascript is a quick & easy solution. Implementing the demo doesn’t requre knowledge of any javascript. In this article, I’ll explain and breakdown the javascript that runs the image gallery using the javascript framework Mootools.

Site: tutorialdog.com Report - View Tutorial

JavaScript Getting Started
Javascript Essentials
JavaScript / Getting Started
Let's face it, not everyone wants to know everything there is about javascript. Some people just want to know enough to apply others javascript scripts to their own page. If you are that kind of person then this article is for you.

Site: www.webtech101.com Report - View Tutorial

JavaScript Getting Started
Andy's Introduction to JavaScript
JavaScript / Getting Started
This is an introductory, easy to follow tutorials on JavaScript. It also includes several advanced JavaScripts such as JavaScript live clock, Image flip, and Drop down menu box.

Site: www.geocities.com Report - View Tutorial

JavaScript Getting Started
Learning Javascript - Creating Content
JavaScript / Getting Started
Using Javascript and the DOM you can create content on the fly. You can also make sure that if Javascript is turned off things won't go wrong.

Site: www.shapeshed.com Report - View Tutorial

JavaScript Getting Started
OOP in JavaScript: Introduction Javascript tutorial
JavaScript / Getting Started
An introduction to Object Oriented Programming in Javascript. This example creates a small user control that can be used repeatedly and independantly on the same web page.

Site: www.geekpedia.com Report - View Tutorial

JavaScript Getting Started
Functions
JavaScript / Getting Started
Sometimes instead of just adding your javascript to the page and having the browser perform the tasks as soon as the script is read, you might want your javascript to be performed only upon the detection of a certain event. A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized JavaScript designed to accomplish a single task.

Site: www.webcheatsheet.com Report - View Tutorial

JavaScript Getting Started
Creating interactive alert, confirm, and prompt boxes using JavaScript
JavaScript / Getting Started
Learn how to create them interactive dialog boxes, that is. With JavaScript, you can pump into your pages some life by using JavaScript controlled boxes.

Site: www.javascriptkit.com Report - View Tutorial

JavaScript Getting Started
Tutorial: Introduction to JavaScript
JavaScript / Getting Started
JavaScript is an easy-to-learn programming language which can be built into Web pages, so that it executes from within the browser rather than on the web server. Intranets especially can leverage the power of JavaScript to create "smart" Web pages which can process data and interact with the user. In this introduction we concisely look at the main programming points of the JavaScript language.

Site: www.intranetjournal.com Report - View Tutorial

JavaScript Getting Started
Writing Your Own JavaScript Functions
JavaScript / Getting Started
In this article we're going to focus on a programming concept--writing your own functions. Knowing how to write your own functions will improve almost any JavaScript you create. In fact, you'll see how custom-made functions can enhance several of the JavaScript tricks you've already learned.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript General Development
External JavaScript and PHP
JavaScript / General Development
External JavaScript can reference not just .js files, but PHP scripts as well. See how this is done, and the wonderful possibilities linking PHP to JavaScript bring.

Site: www.javascriptkit.com Report - View Tutorial

JavaScript Forms
JavaScript Forms and Frames
JavaScript / Forms
This articles discusses two aspects of JavaScript: working with HTML forms and manipulating frames. It also present a simple but effective personalized greeting script and a script used for submitting and HTML form. Main topics covered: Personalized greetings, Submitting an HTML form using JavaScript, Input Validation, and Frames and JavaScript.

Site: www.intranetjournal.com Report - View Tutorial

JavaScript Getting Started
JavaScript primer
JavaScript / Getting Started
So what is JavaScript? Is it Java? What does it do? Is it difficult to learn? These questions will all be answered in this tutorial, and more.

Site: wsabstract.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement