Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 06-25-2007, 10:52 AM
RESteve's Avatar
RESteve RESteve is offline
Moderator
 
Join Date: Sep 2005
Location: Houston, TX
Posts: 1,473
RESteve is on a distinguished road
Default Framing - Old vs. New

I've been reading online about framing and how to effectively use it in a website, and picked up that using an iframe is the "old" method of framing a site.

If this is true, does anyone know what the "new" method is? Does it involve using AJAX, or something like CSS and Divs?

(as you can see, I'm completely clueless here. )
__________________
Steve Castaneda, Realtor
Keller Williams Realty
The MyHomeHouston Team

Specializing in Houston Real Estate. Feel free to visit my Houston Real Estate Blog or read about Real Estate Technology for agents.
Reply With Quote
Old 06-25-2007, 01:04 PM
Saodavi's Avatar
Saodavi Saodavi is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Denton, Texas
Posts: 647
Saodavi is on a distinguished road
Default Re: Framing - Old vs. New

Quote:
Originally Posted by RESteve View Post
I've been reading online about framing and how to effectively use it in a website, and picked up that using an iframe is the "old" method of framing a site.

If this is true, does anyone know what the "new" method is? Does it involve using AJAX, or something like CSS and Divs?

(as you can see, I'm completely clueless here. )
I have nothing to contribute to this thread. I'd like to know as well though ... so I'm here to throw in my "me too".
__________________
Denton Real Estate is the premiere website for home buyers in the North Texas area. If you're looking for Denton, Tx Real Estate, find your way home at DentonRealEstate.com.
Reply With Quote
Old 06-25-2007, 07:33 PM
Eric Blackwell Eric Blackwell is offline
Super Moderator
 
Join Date: Dec 2005
Location: Louisville Kentucky
Posts: 2,086
Eric Blackwell will become famous soon enough
Default Re: Framing - Old vs. New

Steve;

Got a reference for iframing being the "old". Glad to help you look. Been needing that answer myself...

Best;

Eric
__________________
Eric Blackwell
Technologist, SEO Specialist and Consultant

Louisville Real Estate My Home Real Estate Site

Search Engine Marketing, Coaching & Custom WP Blogs Learn how to get the MOST out of your already awesome REW site.

Real Estate Industry Watch - Real Estate Industry News Blog Get up to date info on the Real Estate Industry
Reply With Quote
Old 06-26-2007, 08:44 AM
BrandonSternfield's Avatar
BrandonSternfield BrandonSternfield is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Fort Lauderdale, Florida
Posts: 1,502
BrandonSternfield is on a distinguished road
Send a message via AIM to BrandonSternfield
Default Re: Framing - Old vs. New

I put "html new way to frame" into google.. and the first result was "Scientist Finds a New Way to the Center of the Earth". I love the internet.

But searching online... I can't find anything to mention a newer way to frame...
__________________
If you're not remembered, you never existed.
Reply With Quote
Old 06-26-2007, 10:12 AM
RonnieG's Avatar
RonnieG RonnieG is offline
Uber Real Estate Webmaster
 
Join Date: Sep 2005
Location: Denver, Colorado
Posts: 1,084
RonnieG is on a distinguished road
Default Re: Framing - Old vs. New

I am learning more html and other techniques every day. From what I see in recent sites I have examined, the use of DIVs is replacing the old framing technique where a master frame page held and referenced two or more other html pages, one being a nav structure, another 1-2 being site standard header and footer stuff, and one being the main content container. Being pretty lazy, and SEO-ignorant, I built and ran a FrontPage site like that many years ago, and it worked very well for what it was. However, without modern CMS's (Content Management Systems), such as what REW uses, DIV coding for very large sites, with the same DIVs replicated on every page of the site, would be very tedious and error prone to code and maintain, especially if a re-arrangement of the framing structure was ever needed. So, the advent of CMS products has made use of what would have been tediously repetitive DIV coding practical, since the CMS generates it based on a template, and the programmer no longer has to do it all by hand.

As to IFrame, a totally different framing method, I disagree that it is "old". It is a technique that meets a specific need: a way to conveniently include content FROM AN EXTERNAL SITE, within a DIV-coded page/site structure, or even in the old style framing structure. I, the main site owner, have no control over how the external site is coded, or what languages/server/database infrastructure it uses, and I really don't care. So unless and until every real estate agent also becomes an IDX programmer, and/or every website vendor can incorporate every IDX in the country in their sites, I think IFrame will be around for a long time, especially in our industry.
__________________
Ron Goodman, GRI, REALTORŪ
Prudential Colorado Real Estate
Denver Colorado Real Estate: Highlands Ranch, Parker, Littleton, Castle Rock
Adwords for Real Estate: PPC Setup Services & Consulting

Last edited by RonnieG; 06-26-2007 at 10:15 AM.
Reply With Quote
Old 06-26-2007, 11:12 AM
RESteve's Avatar
RESteve RESteve is offline
Moderator
 
Join Date: Sep 2005
Location: Houston, TX
Posts: 1,473
RESteve is on a distinguished road
Default Re: Framing - Old vs. New

That was my real main purpose for this thread. I'm currently trying to figure out a solution on how to frame a site and have the height dynamically adjust based on the external framed content.

I can currently do it if the content is hosted locally, but after searching the web, this is a common complaint about the iframe feature set that really hasn't (can't?) be address.

Since I'll be putting up my Wolfnet IDX soon, I'm stuck with either a) framing the page content and hoping users don't mind double scroll bars or b) have the page open on a new window without browser navigation, so that my site stays in the background and they have to come back to it to move to another page.

I'm going back and forth on what to do; both look decent.

Ah; the turmoils of not having a custom IDX.
__________________
Steve Castaneda, Realtor
Keller Williams Realty
The MyHomeHouston Team

Specializing in Houston Real Estate. Feel free to visit my Houston Real Estate Blog or read about Real Estate Technology for agents.
Reply With Quote
Old 06-26-2007, 11:15 AM
BrandonSternfield's Avatar
BrandonSternfield BrandonSternfield is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Fort Lauderdale, Florida
Posts: 1,502
BrandonSternfield is on a distinguished road
Send a message via AIM to BrandonSternfield
Default Re: Framing - Old vs. New

Well, you only need one scroll bar, one inside the iframe.

Your site should hopefully not be that long for that page
__________________
If you're not remembered, you never existed.
Reply With Quote
Old 06-26-2007, 12:02 PM
RESteve's Avatar
RESteve RESteve is offline
Moderator
 
Join Date: Sep 2005
Location: Houston, TX
Posts: 1,473
RESteve is on a distinguished road
Default Re: Framing - Old vs. New

Optimizing for 1024x768? My site is naturally longer on a standard size screen so I will automatically have a scroll bar for the site. That's why I'm saying I'll have to have to scrolls bars, which IMO, isn't pretty at all.
__________________
Steve Castaneda, Realtor
Keller Williams Realty
The MyHomeHouston Team

Specializing in Houston Real Estate. Feel free to visit my Houston Real Estate Blog or read about Real Estate Technology for agents.
Reply With Quote
Old 06-26-2007, 02:05 PM
BrandonSternfield's Avatar
BrandonSternfield BrandonSternfield is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Fort Lauderdale, Florida
Posts: 1,502
BrandonSternfield is on a distinguished road
Send a message via AIM to BrandonSternfield
Default Re: Framing - Old vs. New

I'd recommend to have that one page shorter, to avoid this problem them. Two bars totally mess with scroll wheels.
__________________
If you're not remembered, you never existed.
Reply With Quote
Old 06-26-2007, 02:14 PM
RESteve's Avatar
RESteve RESteve is offline
Moderator
 
Join Date: Sep 2005
Location: Houston, TX
Posts: 1,473
RESteve is on a distinguished road
Default Re: Framing - Old vs. New

Quote:
Originally Posted by BrandonSternfield View Post
I'd recommend to have that one page shorter, to avoid this problem them. Two bars totally mess with scroll wheels.
I agree. The problem is that by default, Wolfnet's IDX results in 10 properties found. That's a pretty long page!

It sucks cause if I scroll all the way down, click a link down there, it does not come back up to the top.

No clue how to fix it either.
__________________
Steve Castaneda, Realtor
Keller Williams Realty
The MyHomeHouston Team

Specializing in Houston Real Estate. Feel free to visit my Houston Real Estate Blog or read about Real Estate Technology for agents.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 04:39 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.