Real Estate Forums

Website Usability Website usability is determined by user satisfaction, ease of learning, user ability to remember an organization and its functionalities.

Reply
 
Thread Tools Display Modes
Old 04-18-2005, 08:51 AM
SanDiego's Avatar
SanDiego SanDiego is offline
Uber Real Estate Webmaster
 
Join Date: Jul 2004
Posts: 902
SanDiego is on a distinguished road
Default Designed for Blackberry/Mobile?

How many of your web designers take mobile phones and the Blackberry Browser into consideration when developing a site?

I recently had a guy call me looking for condos while he was driving around viewing my site with the blackberry!

And Since I've always wanted one, I went out and got one yesterday to see how they do and I am a bit surprised at how decent the web browsing is...

I have a feeling with each new model that comes out, it will get better and when that happens, designing sites more compatible with them JUST might be a decent idea!

Any thoughts?
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
Reply With Quote
Old 04-18-2005, 10:23 AM
frobn frobn is offline
Real Estate Web Guru
 
Join Date: Mar 2005
Location: Key West, FL
Posts: 473
frobn is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

Quote:
Originally Posted by SanDiego
How many of your web designers take mobile phones and the Blackberry Browser into consideration when developing a site?

I recently had a guy call me looking for condos while he was driving around viewing my site with the blackberry!

And Since I've always wanted one, I went out and got one yesterday to see how they do and I am a bit surprised at how decent the web browsing is...

I have a feeling with each new model that comes out, it will get better and when that happens, designing sites more compatible with them JUST might be a decent idea!

Any thoughts?

Don't tell your competition but when you build your web site on standards today you will have little to do tomorrow to be compatible with cell phones and PDAs as they become more prominent for web browsing. Encourage your competitors to use flash, a lot of images and very little text.

Last edited by frobn; 04-18-2005 at 10:25 AM.
Reply With Quote
Old 04-22-2005, 10:11 AM
maxxipotamus's Avatar
maxxipotamus maxxipotamus is offline
Real Estate WebMaster
 
Join Date: Mar 2005
Location: Portland, OR
Posts: 229
maxxipotamus is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

I use a Blackberry and absolutely love it. But I haven't encountered a buyer who's so high-tech yet. But in time, Broadway is right, they'll all be using cell phone browsers.
Reply With Quote
Old 05-22-2005, 08:51 PM
MattL MattL is offline
Advancing Webmaster
 
Join Date: May 2005
Location: Downers Grove, IL
Posts: 69
MattL is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

We do our best to make PDA-friendly pages on our sites. By and large, this just means properly designing table-layouts so that when the PDA browser converts columns to paragraphs everything still makes sense.

On the other hand, some MLSes (like MLSNI) offer PocketRealEstate.com to its Agents (MLSNI does so for free, others do charge). This at least solves the problem of the Agent having to look something up while out doing showings. I know of at least one deal closed strictly because of this capability.

Although the Blackberrys are very popular, PocketPCs are gaining a lot of steam (thanks to the near-desktop-IE viewing of web pages).

Agents can get a ~30% discount with HP for these gizmos through NAR.

-Matt
Reply With Quote
Old 05-22-2005, 09:37 PM
maxxipotamus's Avatar
maxxipotamus maxxipotamus is offline
Real Estate WebMaster
 
Join Date: Mar 2005
Location: Portland, OR
Posts: 229
maxxipotamus is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

Matt, this is true particularly with super g technology coming where we may wi-fi virtually anywhere.
Reply With Quote
Old 05-23-2005, 05:07 AM
frobn frobn is offline
Real Estate Web Guru
 
Join Date: Mar 2005
Location: Key West, FL
Posts: 473
frobn is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

Quote:
Originally Posted by MattL
We do our best to make PDA-friendly pages on our sites. By and large, this just means properly designing table-layouts so that when the PDA browser converts columns to paragraphs everything still makes sense.

-Matt
Doesn't it make more sense to designing "tableless" layouts with css and xhtml?
Reply With Quote
Old 05-23-2005, 06:02 AM
MattL MattL is offline
Advancing Webmaster
 
Join Date: May 2005
Location: Downers Grove, IL
Posts: 69
MattL is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

That would be nice, especially if there were a standards-compliant browser on a PDA. But, alas, none of them are. IE isn't bad, but definitely supports more proprietary behaviors than it does adhere to the positioning standards.

Beyond that, there is the problem of space relationships on the PDA that would be practically impossible to translate (and I'm certain would wind up looking incorrect). For example, let's say you position your body/main content at 300px down and 250px right (leaving room for a big header & left-hand menu). Well, the PDA screen is only 320x240, so what should the browser do?

Unless you're going all the way to XSLT to reformat your layout for each platform, good ol' "HTML4-loose" is about the best you can do.

Finally, most real estate information being presented is the "correct" use of tables. Search results, Listing details, census information, etc., are all tabular information.

-Matt
Reply With Quote
Old 05-23-2005, 12:25 PM
frobn frobn is offline
Real Estate Web Guru
 
Join Date: Mar 2005
Location: Key West, FL
Posts: 473
frobn is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

Quote:
Originally Posted by MattL
That would be nice, especially if there were a standards-compliant browser on a PDA. But, alas, none of them are. IE isn't bad, but definitely supports more proprietary behaviors than it does adhere to the positioning standards.

Beyond that, there is the problem of space relationships on the PDA that would be practically impossible to translate (and I'm certain would wind up looking incorrect). For example, let's say you position your body/main content at 300px down and 250px right (leaving room for a big header & left-hand menu). Well, the PDA screen is only 320x240, so what should the browser do?

Unless you're going all the way to XSLT to reformat your layout for each platform, good ol' "HTML4-loose" is about the best you can do.

Finally, most real estate information being presented is the "correct" use of tables. Search results, Listing details, census information, etc., are all tabular information.

-Matt
I don't follow your reasoning. Whether you use tables or divisions for your data you have the same spacial considerations to contend with. Divisions are easier to work with than tables for odering content and you can use percentages to overcome the width problem you refer. Also, with Css you are able hide headers and columns for different media. The major advantage of css and xhtml standards is the 'separation of content and layout' so even lacking a 'standards-compliant browser' on a PDA your content will still display and probably display better than with "Html4-loose'. IE has several problems with CSS compliance but they have announced that are correcting these short comings and IE7 will be CSS 2 compliant.
Reply With Quote
Old 05-23-2005, 02:38 PM
MattL MattL is offline
Advancing Webmaster
 
Join Date: May 2005
Location: Downers Grove, IL
Posts: 69
MattL is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

1. I would really like to see a free-flowing DIV-based Listing that does not use absolute positioning, and still maximizes content on the screen. I honestly don't think it's achievable without tables.
2. Tables are not fundamentally bad. The whole anti-table thing began because tables are not meant to be used for positioning, they are meant to be used for tabular data. That being said, and as I pointed out, this is tabular data.
3. PocketIE and other PDA-based browsers reformat tables based on columns, not rows. For this reason, the usual 4-cell layout of Header->Left Nav->Body->Footer will still flow correctly on a PDA. If you use positioning to place your content at the top (for SEO), then your PDA-version is going to be terribly confusing.
4. PDA browsers cannot be upgraded, so a year-old device doesn't care whether there's a new IE that is 100% compliant. In fact, the PocketPC I just bought a month ago will never see a new browser unless they start offering PocketPC OS upgrades (which rarely happen). And that goes without saying for all of the phone-based gadgets that have "home-grown" browsers. You can't force the world to upgrade just because you have a standard.

This argument has been going on for a very, very, very long time. My friends over at the Web Standards Project (www.webstandards.org) started campaigning in 1998 for adherence to the exact standards we're talking about now -- seven years later.

I'll say the same to you that I said to them: Good luck trying to force the world to upgrade to fit your standards-compliant site.

-Matt
Reply With Quote
Old 05-23-2005, 06:42 PM
frobn frobn is offline
Real Estate Web Guru
 
Join Date: Mar 2005
Location: Key West, FL
Posts: 473
frobn is on a distinguished road
Default Re: Designed for Blackberry/Mobile?

Quote:
Originally Posted by MattL
I'll say the same to you that I said to them: Good luck trying to force the world to upgrade to fit your standards-compliant site.

-Matt
Matt, I won't respond to your points as your mind is already made up. I am not trying to force anyone to do anything. I am just pointing out some gaps in reasoning. I do advocate for standards and I imagine that some people will agree with me and perhaps investigate them. I wasn't invoved in standards in 1997, but it doesn't take much understanding to know that things were different then. Today even MS is conceding. I have no crystal ball, however, I believe that standards will eventually dominate and I am planning accordingly. You obviously see things differently. Hey, its differences that make life interesting.
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 02:47 PM.


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