ArticlesReader.com Menu
Newest Articles
Most Viewed Articles
ArticlesReader.com RSS
Submit Article
Login
Signup
Search the articles

Articles Main Categories
Advice
Animals
Automobiles
Business
Career
Communications
Computer Programming
Computers
Entertainment
Environment
Family
Fashion
Finance
Food
Health & Medical
Home & Garden
Humor
Internet Business
Internet Marketing
Legal
Leisure & Recreation
Marketing
Other
Politics
Reference & Education
Religion
Self Improvement
Sports
Technology & Science
Travel
Writing
Subscribe
Receive alert message from us when new articles submitted to our site for free.

Enter your name

Enter your email

Syndicate

















Related Products
Home::Web Development

Server Side Includes (SSI) with ASP

Author : Rob Collyer

Server Side Includes (SSI) with ASP



People often have identical sections of code spread throughout many ASP pages, typically code at the top of the page (usually referred to as the header) and the lower part of the page (the footer). Similarly, you may have code that performs a certain set of instructions that you are repeating across multiple pages. Consider an example:-



<%

If foobar="yes" then

response.write "YES!"

Else

response.write "NOT YES!"

End if

%>



Ok, ok... it's simple, but imagine that you used this on multiple pages. What's wrong with this picture?



Well... you don't have to think about that long before realising that if you ever wanted to change something about that piece of code, you'd have your work cut out. you would have to change every page... everyone has done this at some stage and luckily most usually take the steps to learn a way around this problem.



If we could save our valuable chunk of code into a file and have that file accessed whenever we needed the code, then we no longer have a problem when it comes to changing things, as we simply update one file. Include files or Server Side Includes (SSI) as they are more commonly known are a powerful way to not only save time when it comes to maintaining and updating a site, but also increase efficiency and speed of that site too!



Ok, lets see how we use an include file... to start with we need to use one of two methods. The first one allows for including files relatively. By that I mean relative to the directory the ASP file that is using the include file resides. The second method includes files virtually. Including files virtually means that the path is taken from the root directory.



Consider that we are going to have a file (/main/somefile.asp) include another file (/includes/someinclude.asp).



To demonstrate, relative inclusion, look at this:-



<%

Response.Write "executing included code now"

%>


<!--#include file="../includes/someinclude.asp"-->

<%

Response.write "done executing included code"

%>



And here, we give an example of the other method, virtual inclusion:-



<%

Response.Write "executing included code now"

%>


<!--#include virtual="/includes/someinclude.asp"-->

<%

Response.write "done executing included code"

%>



Note the slight difference between the two methods. With virtual inclusion, you can move the file that calls upon the include file anywhere without affecting the outcome, because the path is always relative to the root. The same cannot be said however for relative inclusion. If you move a file that is using relative inclusion to a different directory, you'll most likely find the relative path is no longer correct.



From the examples above, you may also notice that both methods, when calling the include do so OUTSIDE of the ASP script block. This because #include declarations are not interpreted by ASP. Include files are included before a single line of ASP is processed which means the following WONT work:-



%lt;%

Page=request.form("page")

%>

<!--#include file="../includes/<%=page%>.asp"-->



We were attempting to perform a dynamic include and I would be the first to admit that the above would be very useful indeed if in fact it were possible. I do intend to cover a few methods that work around this set back but I know you will now be itching to get started right away on using include files to even worry about this, so I will cover it in a future article.



I hope that you have found the above informative and hope it inspires you all to write code that's more efficient and more easily maintained.

Rob Collyer, experienced with 20 years programming knowledge and site administrator of http://www.webforumz.com">www.webforumz.com - Copyright 2003-2004

Spam emails More free articles

Related articles


  1. Search Engines and Customers Want Focused Web Site Content
  2. A Web Site That Sells Is All One Needs To Have A Successful Online Business!
  3. Easy Steps To Website Development and Promotion
  4. But My Business Doesn't Need A Website!
  5. 50 Ways To Use Your Website
  6. Where on Earth is Your Websitee?
  7. Having a Domain Name And Web Site Gives Your Business The Key To The Door
  8. Five Reasons You Have to Stop Your Web Site
  9. Ten Major Tips to Develop a Multilingual Web Site to Work
  10. Website Globalization
  11. Do You And Your Website Have Credibility?
  12. My Yahoo Search - Beyond Bookmarks
  13. How to Create a Professional Web Site in 24 Hours
  14. Do You Really Need A Website To Succeed
  15. Launch Your Own Website Today - It's Easier Than You Think!
  16. Growing Your Meetings In CyberSpace
  17. 7 Profit Producing Reasons Why Every Successful Service Professional Needs A Web Presence
  18. Content Management
  19. How To Make Your Website More Successful? (Part I)
  20. Selecting a Web Content Management Product
  21. Web Design for the Professional Magician Part I - Selecting the Perfect Domain Name
  22. Building a Great Intranet Taxonomy
  23. Web Accessibility: The Basics
  24. Benefits Of An Accessible Website: Part 2 - The Business Case
  25. Benefits Of An Accessible Website: Part 1 - Increase In Reach
More related feeds
Server Side Includes Ssi With Asp
The second method includes files virtually. Including files virtually means that the path is taken from the root directory. Consider that we are going to have a file (/main/somefile.asp) include another file (/includes/someinclude.asp). ...

Compare All Plans
ASP.NET v2.0 (only with Windows plans) - NEW! -. Cold Fusion v7 MX (only with Windows plans) - NEW! -. Javascript/DHTML. Server Side Includes (SSI). Override .htaccess Support (only with Linux plans). Databases ...

Open Question: How do I get Server Side Includes SSI to work on my ...
I'm desperate! I have put the .html include files in my public_html directory and added the required text (AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes) to the top of my existing ...

Web Hosting Glossary
Server-Side Includes. Instructs the server to include some dynamic information in a Web page before it is sent to a client. This dynamic information could be current date, an opinion poll, etc. Many hosts require that SSI pages have ...

85 PHP Script
MySQL and SSI (Server Side Includes) are required. 36) Another “Users Online” Script! This Users Online script shows how many users are on your website, you can change the time in which the MySQL Database Table is refreshed so you can ...

SSI : Server Side Include
SSI is most suitable for simple automatization tasks; more complex server-side processing is often done with one of the more complex programming languages Perl, PHP, ASP, JSP, CFML, Python and Ruby.

Seo & Web development Terminology A - Z
SSI: Server Side Includes or SSI is a simple server-side scripting language used almost exclusively for the web. As its name implies, its primary use is including the contents of one file in another. SSL: Secure Sockets Layer (SSL), ...

Designing Your Website’s Directory Structure
If your scheme machine provides SSI (Server Side Includes) every your webpages crapper deal a ordinary brick enter and a ordinary notation file. You strength also delimitate every your website’s styles in a ordinary call sheet. ...

Dedicated Server - customize and configure your own Linux ...
Support Frontpage Server Extensions, ASP, ASP.NET v1.0, ASP.NET 2.0, ASP.NET AJAX, ColdFusion, MS IE Web Controls, WSE 2.0, ASPUpload 3.0, ASPJPEG 1.4, GUIDMaker, ASPCrypt, Server Side Includes (SSI), Frontpage Server Extensions, ...

Abyss Web Server (Mac OS X)
PHP, Perl, Python, ASP, ASP.NET, Ruby on Rails gibi birçok gelişmiş web teknolojisi ve MySQL, SQLite, MS SQL Server, MS Access, Oracle veritabanları desteklenmektedir. HTTP/1.1, Server Side Includes (SSI), CGI/FastCGI, ISAPI eklentileri ...

 


 

© 2007 articlesreader.com - All Rights Reserved