Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

Flash, SEO and Optimization - How To Properly Use Flash On Your Websites
Flash movies can be a great thing. They can help catch eyes that are otherwise bored with static looking pages, and they can help tell a story better than plain text. However the use of flash must be tempered with the ability to rank in search...

How to customize web templates on your own to create unique websites
How to customize web templates on your own to create unique websites Web templates are raw materials that need to be refurnished/edited to be published online. Editing web-templates could include content insertion, graphic insertion/modification,...

Tips on Creating a Site Map
A quick search on Google for advice on creating a site map initially threw up many links to software you could buy or download for free to create a site map. But why do you need a site map? Basically as websites get larger and more...

"Top 10 Ways For Web Designers To Find New Clients"
Given the "dotcom" bust and the global recession of the past 18 months it can be difficult for Independent Web Designers to put food on the table these days. However, the business is out there -- you just have to be a little more aggressive in...

Why Your Web Designer Should Know About Web Marketing
Many excellent web designers know next to nothing of web marketing, and this can be a big problem. Marketing a site in search engines requires that the site be designed in a search engine compatible format. Many beautiful sites do not fare well in...

 
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 again and again
(imagine if it runs to 100 or more lines!!), and you'll be forced
to write more generalized code for better integration and
scalability.

Besides, enclosing the common JavaScript routines in external
files keeps your web pages uncluttered and search engine spiders
and crawlers are able to reach the important content easily. They
don't have to shuffle through tens of lines of scripts.

In the first edition [that appeared in my newsletter - BYTESWORTH
REACHOUT] of my article I had omitted the process of creating the
external JavaScript files, but when one of my readers asked me
how to do it, I had to re-write the article.

It's very simple. Use any text editor of your liking (if you
hand-code your HTML, you can use the same editor that you use for
your HTML editing). Write the required code, and save the file
with .js (dot js) extension.

I'm going to give you a small example.

Suppose your JavaScript file is "myjfuncs.js".

and it has a function to return the bigger number of the two
supplied as parameters (you can simply start with the function,
no need to write

So when we use one of its functions in a JavaScript:



In this way, we can use all the complex functions contained in
the myjfuncs.js file.

About the Author
Amrit Hallan is a freelance web designer. For all web site
development and web promotion needs, you can get in touch with
him at amrit@bytesworth.com or http://www.bytesworth.com. For
more such articles, visit http://www.bytesworth.com/articles You
can subscribe to his newsletter [BYTESWORTH REACHOUT] on Web
Designing Tips & Tricks by sending a blank email at
bytesworth-subscribe@topica.com

Sign up for PayPal and start accepting credit card payments instantly.