Post Articles - Article Directory - Free Content                        

  Number Times Read : 19      
Categories

Arts
Arts and Crafts
Business
Career
Cars and Trucks
Coding Sites
Computers
Computers and Technology
Cooking
Current Affairs
Databases
Education
Entertainment
Finances
Gardening
Healthy Living
Holidays
Home
Internet
Legal
Medical
Outdoors
Pets and Animals
Recreation
Relationships
Religion
Self Help
Self Improvement
Sports
Staying Fit
Technology
Travel
Web Design
Wellness Fitness Diet
Women Only
Writing
XYZ
 
Stats
Total Articles: 35305
Total Authors: 2597
Total Downloads: 621882


Newest Member
Daryl Stewart
 




Advertising Your Local Business, No Website? No Problem!


   

Using Include Files To Make Changes To All Your Website Pages Instantly



[Valid RSS feed]  Category Rss Feed - http://www.postarticles.com/rss.php?rss=94
By : Heather Colman    14 or more times read
Submitted 2008-03-31 09:19:34
Subscriber Karen Balacek poses the following question.

I have a template with my menubar and my banner on all my pages. I change the template and save it as the same template file that I used for creating all my pages. Is there a way I can apply that to all my pages instantly or do I have to make the changes manually for each page?

The simple answer is to use an Include File. The difficult part may be to understand how to use them. Don t be intimidated by this however. Using an Include is not really that complex when you understand the basics of how they work and why.

A lot has been written about this subject. Most is rather technical and at best difficult to understand. This article will cover the basics of how an Include File works, in easy to understand language and explain how you can apply this technique saving yourself time and effort as a result.

What is an Include?

If you are familiar with basic html you know that whatever content you put in the html coding will be displayed through an open browser. The content is placed inside html tags on the same page you want to display.

An Include File contains content that is LOCATED SOMEWHERE ELSE instead of right there inside html tags of the page.

The contents of an Include file will also be dispayed through an open browser just as if the content were right there in the html code. That somewhere else is usually at a different location somewhere on your server.

Using specific php type language, the html code tells your browser to go to anotherplace.html , grab the content and display part or all of it in your browser.

Why Use an Include File?

Why would you want to use an Include File when you can accomplish the same thing in your html coding?

There are a variety of reasons for this, but this one tops my list as the most beneficial.

For the sake of simplicity, lets assume you have a 100 page website and each one of those pages displays the same page header. Lets also assume you just had a beautiful new page header designed and you want it to replace your old one.

If you were use the traditional methods of updating your pages, you would be required to make changes to the html code on 100 pages. That s a lot of work. Even minor changes to that many pages takes time to accomplish.

By using an Include, you make the changes to the Include File, upload it to your server and it automatically updates those 100 pages for you.

The content inside an Include can be anything you can put on a webpage ie.. text, graphics, audio etc.

The format can be any format you use on your web page, ie.. .txt, .html, .asp, .php etc.

A small piece of php code (NOTE: Replace brackets [ ] with < > below)

[?php include( http://www.yourwebsite.com/yourpageheader.html ); ?]

replaces the standard code for your page header in your html code.

[img src= http://yourwebsite.com/yourpageheader.jpg ]

Now when you update your pages you can make changes to ONE file to update hundreds. The beauty of this is there are no limits to the number of Includes you can use on one page.

The Include File originated with the php language, but your pages do NOT need to be in php to use them.

To use an Include File in your html or htm pages you need to add a small .htaccess file to your server. If you do not already have .htaccess file on your server, you can make one in Notepad or any text editor. Starting with a blank page, copy and paste the following code.

#RemoveHandler .html .htm
#AddType application/x httpd php .php .htm .html
AddHandler application/x httpd php .html .htm

Save the file as .htaccess and upload it to the same folder that contains your index file. If you already have one, update it to include this information.
Author Resource:- Copyright 2008 Heather Colman. Graphic Designer Heather Colman helps virtual assistants, coaches, and other professionals online bring visualization and depth to their products with custom 3d product images and website graphics. Visit her site at: http://www.CustomDesignGraphics.com
Article Source Post Articles Directory


HTML Ready Article. Click on the "Copy" button to copy into your clipboard.




Firefox users please select/copy/paste as usual
New Members
Sign up
learn more
 
Nav Menu
Home
Login
Submit Articles
Submission Guidelines
Top Articles
Link Directory
About Us
Contact Us
Privacy Policy
RSS Feeds
Books & More
Free Games

Actions
Print This Article
Add To Favorites
 
Sponsors

Web Hosting - Small Business

Authority Black Book

 

© 2005-2008 All Rights Reserved - PostArticles.com - Post Articles