Home > Computers And Internet > Javascript

<  1  2  3 


Using External JavaScript Files

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 organize them, you don't have to copy/paste the code
...read all


Dirty Web Promotion Tricks #1 - Legitimate and Malicious Javascripts

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 is done. Many sites include legitimate javascripts that
...read all


Guide to creating simple chromeless popup windows.

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 does retain the title bar (for easy closing). Some visitors
...read all


Spice Up Your Web Site with JavaScript

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 CGI scripts, JavaScript can be placed directly
...read all


Make your website scream with excitement with Java!

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 how can it help me? 2) WHY Java NOW? 3) WHY
...read all


<  1  2  3