-
08-12-2005, 10:40 AM #1
Web Design Tip Of The Month
In addition to adding content to their sites, most web site owners like to tinker with design changes or even add or delete entire sections of their web site. One problem that they encounter is having to redo the navigation structure of the web site.
For SEO purposes, you may want to change the anchor text on your menus. No matter the reason you are making changes, if you do not plan your site correctly you may have to manually change hundreds of pages or take your chances with a global edit.
On my sites the navigation menus, sub menus, and footers are the most frequently changed areas of a page. In order to save myself a ton of work when updating a site I use server side includes for my menus and footers. I even use an include to display featured properties throughout the web site.
This way, I need to make changes to only one file to update these sections of my web site!
-
08-17-2005, 01:31 PM #2
Nice!
We have that for our footer at AA and I suggested they change our I-Frame (well, drop it completely) and make our Nav bar like our footers. How easy would that be!Matt Pellerin, A Phoenix Realtor
Visit our main site to find Phoenix real estate and homes for sale. Go here for Paradise Valley and Scottsdale real estate .
-
08-17-2005, 01:44 PM #3
Condominium
- Join Date
- Feb 2005
- Location
- Key West, FL
- Posts
- 291
That is an excellent way to do it. If your server has php on it you can also use a php include. I also use css menus with the menu items as list items. That way they are all text and when I want to change an item I edit, add, or delete it from the list. There are several sites that have css menu makers, here is the best one I have found list-a-matic
Originally Posted by HHI Golf Guy
It is considered wise to stand on the shoulders of giants but foolish to put yourself in front of them.
-
great reference site...I have been doing most of my nav bars on the left hand side so as to avoid using java script but finding a good CSS script which enables me to do a horizontal nav bar is great. This will allow for more space below the header to work with. I knew some good ones were out there, I just hadn't found them yet.
Offering Real Estate Web Design and Real Estate Marketing Services. We also offer a Real Estate Directory, and Single Property Websites. View my Internet Marketing Resume.
-
08-23-2005, 10:10 AM #5
A couple of others can be Suckerfish Dropdowns and Accessible Website Menu
The Brothercake menu is very easy to manipulate. And I usually put the list in an ASP include file so that I only have to change one file
-
05-04-2006, 03:11 AM #6
-
12-12-2006, 02:44 AM #7
Fixer Upper
- Join Date
- Dec 2006
- Posts
- 15
Anothe menu site...
I used the menus from dhtmlcentral com on my www.realpinions.com website.
This was very easy to implement and modify and I'm using them within SSIs to every page gets wrapped with the same formatted menus.Last edited by themedialion; 12-19-2006 at 03:14 AM.
-
10-18-2007, 12:51 AM #8
Fixer Upper
- Join Date
- Oct 2007
- Posts
- 18
Great tip. Suckerfish is real nice IMHO.
Juniper Avenue Web Hosting
No tricks, no gimicks, just good old fasihoned quality products and services. Welcome to the neighborhood!
Use coupon code 'REALESTATEHOST' to get 10% off any hosting package!
Use coupon code 'REALESTATEDESIGN' to get 10% off any website design package!
http://www.juniperavenue.com
-
10-23-2007, 09:26 PM #9
Fixer Upper
- Join Date
- Oct 2007
- Posts
- 23
Has anyone ever heard of Spry? It's Adobe's free offering to AJAX, but they have some very neat widgets that come with it. One is a menubar widget that is pretty slick and very easy to update.
This site is my solution to the problem of finding a good Realtor.
Check it out here: http://www.yourrealtorreportcard.com
Affordable Web Design:
http://www.vintagecoding.com
-
10-24-2007, 07:05 AM #10
Condominium
- Join Date
- Dec 2006
- Location
- Torrevieja, Spain
- Posts
- 243
That is now I have built all of my sites, by using a php include -
I do this with every page, the header, the footer, the navigation bar and anything that is repeated on other pages to reduce the amount of repeat editing that I need to do.<?php
include 'leftnav.php';
?>
This is a good post, lots of people that have huge sites don't realise how much time can be saved....
It's like having a stylesheet or javascript file instead of having solely the script in each page separated in a different file.
Good post



LinkBack URL
About LinkBacks






Reply With Quote



Bookmarks