Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Miscellaneous

Results 41-60 of 66
Conditional Statements in Java Script � Part II
In continuation of the previous section let use see the remaining conditional statements in Java Script in this section.If there are many branching r conditions to be decided based on which actions must be executed then the programmer can go for if...else if....else statement.
(0 ratings)
Reviews0
PriceFree
Views898
AJAX get page title example
AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows user to enter web-page url and display title of that page right after user stops typing.
(6 ratings)
Reviews0
PriceFree
Views2356
Javascript Trim Ltrim and RTrim Functions
This set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than using a clumsy loop, they use simple, elegant regular expressions. The functions are granted to the public domain.
(0 ratings)
Reviews0
PriceFree
Views1285
Show different text without reloading the a page
A very easy and short tutorial for beginners. You will learn how to show different text without reloading the page.
(3 ratings)
Reviews0
PriceFree
Views1518
Simple Clock
Here you will learn how to make a simple clock using text. The code of this is brief and easy. You can get alot of help from this.
(3 ratings)
Reviews0
PriceFree
Views1834
Creating Pop Ups with Javascript
There are many scripts out there that provide customized pop ups for your pages. Rather than trying to supply a one size fits all script this article demonstrates how you can easily write your own popups, giving you complete control over what you show your users.
(0 ratings)
Reviews0
PriceFree
Views1358
JavaScript Browser Detection
This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative.
(3 ratings)
Reviews0
PriceFree
Views1315
URL Redirection using JavaScript.
Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script.
(3 ratings)
Reviews0
PriceFree
Views1152
Using the replace function to implement a replaceAll function.
This tip demonstrates different ways of implmenting a replaceAll and discusses their pros and cons. It shows both the easiest "set & forget" method as well as demonstrating the best way to code for maximum performance.
(3 ratings)
Reviews0
PriceFree
Views1700
Essential Javascript Tips
This is the bunch of good Javascript scripts, they all are much helpful, try them!
(0 ratings)
Reviews0
PriceFree
Views848
Introduction to the TreeWalker object of DOM
The TreeWalker object is a powerful DOM2 object that lets you easily filter through and create custom collections out of nodes in the document. This is a comprehensive tutorial on how to utilize this object.
(0 ratings)
Reviews0
PriceFree
Views759
External JavaScript and PHP
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.
(0 ratings)
Reviews0
PriceFree
Views1634
OOP in JavaScript: Introduction
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.
(3 ratings)
Reviews0
PriceFree
Views1192
Adding Sound/Music to web sites
Learn how to use Dreamweaver Behaviors to Play Sound in 2 quick steps
(3 ratings)
Reviews0
PriceFree
Views1953
Pop-up Windows
Use the Dreamweaver behaviors panel to create small pop-up windows. This behavior helps to create pop-up ads, small browser windows etc. If you don't have Dreamweaver we have provided the code that you can cut 'n' paste and use in your web page.
(6 ratings)
Reviews0
PriceFree
Views1725
Dreamweaver Behaviors
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Dreamweaver behaviors make it easy to add interactivity to your site. Try out all the cool stuff possible using Dreamweaver behaviors.
(3 ratings)
Reviews0
PriceFree
Views1680
Add to Favorites
Creating a simple 'add to favorites' link. This is a client side request, that asks the browser to put the link in the 'favorites' folder. Each browser may respond differently to this request, IE will pop open a window asking the user if they wish to add to their favorites.
(12 ratings)
Reviews0
PriceFree
Views3184
Bookmark Homepage
Creating a simple "set to homepage" link. The dhtml script that sets the homepage only works for IE. It calls the following function, "this.setHomePage('http://someurl.com')" see webpage for more details.
(9 ratings)
Reviews0
PriceFree
Views2111
Table Border Styles
An simple introduction to creating different border styles for your tables. Including border sizes, colours and types.
(3 ratings)
Reviews0
PriceFree
Views2393
Defining arrays using literal notation
Literal notation is a new way of defining arrays in JavaScript that's extremely flexible and robust. Learn about literal notation in this tutorial.
(0 ratings)
Reviews0
PriceFree
Views1021
Results 41-60 of 66