Categories
 
  Search Scripts

 
  Sponsor Links
 
Tips and Tutorials related scripts & softwares
Say you want to stop users from entering non-alphanumeric characters or white spaces. Well a short and easy tutorial on how to use JavaScript to achieve this with the regex function.
 
 
Learn how to save time and money by using the javascript src() function to including local or remote document like headers, footers, css, images, and flash files.
 
 
Javascript that alert users when clicking on sensitive links (like delete or update links). You can customize the message with option to continue or cancel. Works great with PHP, ASP, and Perl administration sites.
 
 
This tutorial explains an easy method of offering an automatically updated html file to other sites. I have taken the example of an article but the same theory could be applied to other content such as tutorials, images or news.
 
 
A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible.
 
 
INTERNET cookies are incredibly simple, but they are one of those things that have taken on a life of their own. Cookies started receiving tremendous media attention starting February 2000 because of the Internet privacy concerns. The debate still rages on.
 
 
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.
 
 
Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
 
 
A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a page for any amount of users you may have. To use Cookies there are two things you need to do, one is set the cookie, and the other is retrieve a cookie you have already set. Here's a brief tutorial on how to use cookies, and a couple of ideas which you can use cookies for.
 
 
In this article we are going to design a JavaScript based Digital Clock. Here we are see use a HTML Form to show our Digital Clock. Take a look below on piece of code… Here we have defined HTML form. And use input and assign a class frm to it. Class frm will take care of representation of clock.
 
 

Page(s) 1 2 3 4 5 6 NEXT

 

Home | About Us | Advertiser | Contact Us |