Home

Submit

Source

Feeds
Tutorials » JavaScript » General Development

JavaScript General Development Tutorials

JavaScript General Development Tutorials

JavaScript General Development
Writing Better jQuery Code
JavaScript / General Development
We all know that jQuery is great, that you can do things in 2-3 lines in jQuery that you can in 20 lines of Javascript, but is your jQuery code starting to get a bit bulky? Could you do things better?

Site: www.query7.com Report - View Tutorial

JavaScript General Development
Getting Browser details and Version Detection using JavaScript
JavaScript / General Development
We work hard to get more traffic to make our web portal or blog popular. We use various tips and techniques to achieve our goals. We go for search engine optimization, forum and discussion boards. We put our back link there. People use it and from different parts of the world people comes to our web portal or blog.

Site: www.xfunda.com Report - View Tutorial

JavaScript General Development
Auto Suggest Using PHP/MySQL & Ajax
JavaScript / General Development
Autocomplete dropdown list for improved usability.

Site: www.talkphp.com Report - View Tutorial

JavaScript General Development
Table rows Reordering
JavaScript / General Development
A simple tutorial covering one way of reording a table.

Site: www.azforums.net Report - View Tutorial

JavaScript General Development
Tabs
JavaScript / General Development
How can you create tabs through javascript.

Site: www.developnew.com Report - View Tutorial

JavaScript General Development
Simple Cross-Browser getElement Function
JavaScript / General Development
This is a simple, quick function that allows you to easily create cross-browser code using a single function.

Site: www.tech.hostforadollar.com Report - View Tutorial

JavaScript General Development
Counting and Looping
JavaScript / General Development
Some of the assignments the browser will need to perform on your code consist of executing a portion of code over and over again until an intermediate condition occurs. This repetitive execution of code is referred to as looping. To perform such a loop, your code will need to specify a condition to test, what to do depending on the test for example how to loop, and when to stop.

Site: www.functionx.com Report - View Tutorial

JavaScript General Development
Conditional Statements
JavaScript / General Development
A script is usually executed in a top-down approach. Instead of letting the browser proceed as you wish, you can set a condition that would control the sequence of processing. If the condition you set if true, then you can perform a desired operation. This processing is performed using the if condition.

Site: www.functionx.com Report - View Tutorial

JavaScript General Development
Conditional Operators
JavaScript / General Development
Conditional statements allow you to control the flow of execution of a script or one of its sections. To do this, you use some keywords and associate them with expressions to check. Depending on the outcome of the checking process and other comparison operations, you can take appropriate actions. Most of the conditional statements perform comparisons and act depending on the outcome of such comparisons. To assist you in making such comparisons, the JavaScript language is equipped with special operators that can act on natural numbers, decimal numbers, or strings.

Site: www.functionx.com Report - View Tutorial

JavaScript General Development
A Case for A Case
JavaScript / General Development
Simplify that Mountain of JavaScript validation code.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript General Development
Escape Characters
JavaScript / General Development
Do you like single and double quotes, tabs, returns, or double spacing in your Alert and Prompt boxes? Yes? Then read this tutorial.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript General Development
External JavaScript
JavaScript / General Development
Post one JavaScript to your site and it can come up on multiple pages! This is how to do it.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript General Development
Print with JavaScript
JavaScript / General Development
Set up a print request through JavaScript.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript General Development
Datasheet control
JavaScript / General Development
This worked example creates a compact form with multiple similar records, with the familiar appearance of a datasheet. Features: Familiar datasheet-style input grid, ability to update multiple changed records, shows which fields have been edited

Site: www.webdesign.org Report - View Tutorial

JavaScript General Development
Tabular List control
JavaScript / General Development
This worked example applies styling and functionality to a basic grid of data to produce a simple form control that's a pleasure to use. Features: Subtle 3D styling, Row selectors & select-all function, Sortable columns.

Site: www.webdesign.org Report - View Tutorial

 
Site Search

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