Welcome to the Real Estate Forum


The "ORIGINAL" Real Estate Social Network" SINCE 2005 and your #1 Resource for all things Real Estate


  •  »Over 35,000 Members
  •  » Answer Questions From "REAL" Buyers & Sellers
  •  »Ask Questions & Share Stories With Fellow Real Estate Professionals.
  •  »Read Articles & Blogs written by Real Estate Professionals.

...you have come to the right place!


YES! I want to register an account for free right now!


p.s.: For registered members YOUR FORUM NAME is free of ads

Results 1 to 10 of 10
  1. #1
    HHI Golf Guy's Avatar
    HHI Golf Guy is offline Super Moderator
    Join Date
    Jan 2005
    Location
    Hilton Head, SC
    Posts
    789

    Default 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!

  2. #2
    Phoenix Realtor's Avatar
    Phoenix Realtor is offline Super Moderator - Realtor
    Join Date
    Mar 2005
    Location
    Phoenix, Arizona, USA
    Posts
    725

    Default

    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 .

  3. #3
    frobn is offline Condominium
    Join Date
    Feb 2005
    Location
    Key West, FL
    Posts
    291

    Default

    Quote Originally Posted by HHI Golf Guy
    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!
    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
    It is considered wise to stand on the shoulders of giants but foolish to put yourself in front of them.

  4. #4
    Chief Tutor's Avatar
    Chief Tutor is offline Internet Marketing Tutor
    Join Date
    Jan 2005
    Location
    San Diego, California
    Posts
    392
    Blog Entries
    8

    Default

    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.

  5. #5
    Corey Bryant's Avatar
    Corey Bryant is offline Administrator
    Join Date
    Jan 2005
    Location
    Encino, CA
    Posts
    35

    Default

    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

  6. #6
    happy home's Avatar
    happy home is offline Fixer Upper
    Join Date
    Apr 2006
    Posts
    58

  7. #7
    themedialion is offline Fixer Upper
    Join Date
    Dec 2006
    Posts
    15

    Default 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.

  8. #8
    JuniperAvenue is offline Fixer Upper
    Join Date
    Oct 2007
    Posts
    18

    Default

    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

  9. #9
    MarriedToRealEstate is offline Fixer Upper
    Join Date
    Oct 2007
    Posts
    23

    Default

    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. #10
    spanishproperty is offline Condominium
    Join Date
    Dec 2006
    Location
    Torrevieja, Spain
    Posts
    243

    Default

    That is now I have built all of my sites, by using a php include -

    <?php
    include 'leftnav.php';
    ?>
    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.

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •