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
maid service near Lake Forest ..The Internet has opened a whole New World of opportunity... Read More
As increasing numbers of people search for information on the... Read More
Having an eye catching website is great, but are you... Read More
If you have some experience in web site design and... Read More
If you are developing your website on a host that... Read More
Many millions of dollars are being wasted on promoting and... Read More
In the late 1990's three San Francisco based web developers... Read More
Customer service questionnaires can help your clients better understand their... Read More
"I have a small business with just a couple of... Read More
So you have decided that you want to do freelance... Read More
When most people build a web site, they think one... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
Your business website is a critical aspect of being able... Read More
Every online entrepreneur I talk to is asking the same... Read More
When visitors add your web site to their Favorites or... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
Your site is fast and getting traffic, but conversion rates... Read More
You've decided to create a website to market your products... Read More
If you're fairly new to the Internet scene, you may... Read More
Many of site owners still don't realize all advantages of... Read More
You've put up a website to promote a product or... Read More
For years now I've been looking to start my own... Read More
More and more businesses are recognizing the importance of content... Read More
It never ceases to amaze me how many people set-up... Read More
Creating a content management system either from scratch,... Read More
top rated cleaning service Des Plaines ..When you consider the billions of individuals and companies on... Read More
80% of your Web site is Maintenance!Once your Web site... Read More
Dan Kennedy once said that if you can't make money... Read More
One of the most important parts of establishing a new... Read More
Running an effective website is a continuous process. I have... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
1. Splash pagesMost of the time splash pages are uncalled... Read More
Like wine cars get more attractive to collectors as years... Read More
Making a web site is easy. Making a good web... Read More
In this day and age most businesses consider having their... Read More
Internet has opened a whole new world for web developers... Read More
Your web site will be your window to the world.... Read More
This simple question can take on several different forms, but... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
One of my most salient memories from when I sold... Read More
1. Address your targeted audience on your business site. Example:... Read More
What to do if you are an artist after you... Read More
It is an undeniable fact that not everybody is keen... Read More
Why do some sites succeed while the vast majority of... Read More
The first thing you will have to deal building your... Read More
There's been widespread speculation about the new legislation being introduced... Read More
"'Page Not Found' on this Server. Check the URL and... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
If you're looking for better web site ROI, chances are,... Read More
Web Development |