AllArticles.net
Javascript

Some Useful JavaScript Tricks
Author: Mitchell Harper

JavaScript can be one of the most useful additions to any web page. It comes bundled with Microsoft Internet Explorer and Netscape Navigator and it allows us to perform field validations, mouse-overs images, open popup windows, and a slew of other t
Validating Form Input in JavaScript
Author: Amrit Hallan

This time we'll make a form that collects information about the visitor at your site. You must have filled-in copious registration forms or survey forms where you had to enter your name, your email, your address, etc. Sometimes users, intentionally
Using External JavaScript Files
Author: Amrit Hallan

When you have lots of JavaScript functions and you plan to use them on many web pages, it is always advisable to keep them in a separate file, and then include that file on every page where those functions are required. This way, you can better orga
Guide to creating simple chromeless popup windows.
Author: Michael Bloch

Popup windows - hate 'em or love 'em; they are a constant companion during our Internet surfing. They can be quite useful, especially the chromeless variety. A chromeless popup window is one that doesn't show the browsers menu or tool bar, but doe
Dirty Web Promotion Tricks #1 - Legitimate and Malicious Javascripts
Author: Michael Bloch

One of the best way to get visitors to further explore your site is to convince them to set your home page as their Internet start page, or for them to add you their "Favorites". In this article, we'll examine some ethical and unethical ways this i
Spice Up Your Web Site with JavaScript
Author: Shelley Lowery

JavaScript is a scripting language designed for use within a web page and/or on a web server. It is used to create special effects within a web page. Elements such as links, images and forms can be manipulated using this powerful technology. Unlike
Make your website scream with excitement with Java!
Author: Johnathan Wyka-Warzecha

Several years ago, Java was introduced. It was slow. Now, computers have beefed up, the internet is a lot faster, and Java is a serious language. It can lower costs, and REALLY get people talking about your website! I'll cover: 1) WHAT is Java, and
Effective search engine optimization help pop up : pop up that provides help or suggestion for visit
Author: Endar WS

function tutup() { newwin=window.open('index.htm','PopupTest','width=350,height=423, top=30,left=30') }
Page: 1 2 3