If you read our tutorial on include files (ssi) then you learned how to encapsulate ASP code within include files and the benefits it brings us.
As developers, we should endeavour to make our lives easier wherever possible... no one wants to re-invent the wheel after all.
Functions and Subroutines exist to not only save us time, but to bring power to our ASP.
They are just another way of encapsulating code, but have a lot more functionality than just 'saving some code for later'.
First, let's look at Functions... Imagine a balloon salesman in the street. We've all seen them they require one piece of information when you buy a balloon, the colour.
Let say we asked for a red balloon... The balloon salesman armed with this 'information' then does a pretty basic action... he hands you the balloon. The balloon you received is a direct result of the information you gave the balloon seller.
Functions are just the same... they return to you a value based on the information you provided. Lets look at an example Function: -
A Function is passed some information. The information we pass a Function, is known as an 'argument'. The information we get back from a Function is known as the 'return value'. Whilst a Function can have many arguments, it can only have one return value.
Let us look at one more example: -
Again, another basic example. We should notice this time that the Function accepts two arguments.
By now, we have some idea of how to write a Function. How do we use one?
Let me show you now how we can use the calcTax example.
Above you see the example function in action... easy huh!
I have tried to make understanding Functions as easy as possible... Understanding a Subroutine (Sub) is now going to be easy for you. Imagine a block of code that performed some instructions based on information you gave it...
Sounds very much like a function, doesn?t it? Well this time, we do not get anything back. A sub does NOT pass back information it just uses the data we give it for some purpose.
I will use only one example of a Sub, and in the same example make use of the sub: -
The above Sub, demonstrates my point. We put something in, it performs an action (in this case writing to the screen), but nothing is returned to us in the code. One thing that REALLY IS important when using a sub, is that we do not put brackets around the arguments... Because we do not have a return value we do not need brackets and in this case, if we try we will get an error.
Well, that just about concludes this article. We should by now be writing efficient code with the use of Functions and Subs. Don?t forget that if you use your functions and subs in multiple pages then you should really store them within include files for reasons of easy maintenance and better performance.
Rob Collyer, experienced with 20 years programming knowledge and site administrator of tutorial on include files (ssi) - Copyright 2003-2004
Wood Dale Chicago prom limo .. Lockport Chicago limo O’HareThere is an ongoing debate about web copy. Some say... Read More
A common dilemma most small and medium businesses face when... Read More
If you are looking for creating your online presence you... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
Like wine cars get more attractive to collectors as years... Read More
The "robots" meta tag, when used properly, will tell the... Read More
We all start out the same. Some have budgets, some... Read More
Fresh website content for your visitors can be of real... Read More
Your site is fast and getting traffic, but conversion rates... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
What to put your the website if you are an... Read More
Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
More and more non-profit organizations are developing websites to help... Read More
In my previous life.....Actually, my previous JOB life, I was... Read More
Three way linking and concerns.For many years SEO experts were... Read More
One of the things that Internet excels is disseminating information... Read More
The following is a list of patterns that many visitors... Read More
Having an eye catching website is great, but are you... Read More
The Internet is a remarkable publishing medium. With just a... Read More
The big thing these days is your ability to capture... Read More
Analyzing traffic to a site is a key factor in... Read More
1. Address your targeted audience on your business site. Example:... Read More
80% of your Web site is Maintenance!Once your Web site... Read More
It may come as some surprise to a traditionally off-line... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
Antigo wedding limo ..Losing website sales and traffic is sometimes simply a case... Read More
Webmasters deal with a myriad of complex design challenges every... Read More
Even though the Internet has been around for a long... Read More
Starting a business online is no longer as difficult as... Read More
This simple question can take on several different forms, but... Read More
When most people build a web site, they think one... Read More
You hear a great deal about the Internet these days... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
The internet has taken over our lives with a vengeance,... Read More
After planning the design and content of your website, it's... Read More
Having an eye catching website is great, but are you... Read More
Go to any internet marketing forum you want these days... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
With all of the factors involved in designing and building... Read More
A website lets you put your products in front of... Read More
The Internet is a remarkable publishing medium. With just a... Read More
This is a growing concern amongst many business owners. Does... Read More
Getting a Targeted Visitor to a website is a waste... Read More
Analyzing traffic to a site is a key factor in... Read More
Understanding and using web analytics.In recent years, website marketers were... Read More
Have you ever wondered what challenges are faced by other... Read More
While creating a Web site may seem like... Read More
The Internet is being used by local service business to... Read More
When used to describe a web site, the term "sticky"... Read More
After deciding what kind of internet business you want to... Read More
Web Development |