Real Estate Forums

MLS listings and IDX Solutions Discuss implementation of MLS / IDX solutions, MLS providers and how to improve conversion using the multiple listings service available in your area.

View Poll Results: I am using following technology to develop my web sites...
PHP 4 66.67%
ASP / .NET 2 33.33%
Java JSP 0 0%
Simple HTML / static pages 0 0%
Voters: 6. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 05-31-2006, 09:14 PM
violatordead's Avatar
violatordead violatordead is offline
New real estate webmaster
 
Join Date: May 2006
Location: Denver, Colorado
Posts: 16
violatordead is on a distinguished road
Send a message via ICQ to violatordead
Question Question about IDX Data / tools: ASP / MS Access / Dreamviewer

Hello Webmasters,
This is my first post, and I am very glad that I am found this forum, a lot of usefull info! [thanks to forum creators!!!]

So my task briefly, I did develop web site for real estate agent http://www.luckymountainhome.com

Now I need to implement custom MLS listing for this web, already got IDX access for summit county. FTP access, 4 zip files with data and 4 zip files with pictures, 4 meaning RESIDENTIAL, PARTIAL, LAND and COMMERCIAL databases.
and separeted 4 folders with images for each item.

I am able to import each database (TXT format with Field delimiter : "|") to MS Access DB. Problem starts here

Database (TXT file) do not have image names for each property. The only field that some how can be related to the images can be MLS # Field and Images Count Field - cause image name contain MLSNUMBER_XXX_XX.jpg

So I did following using ASP >

<img src="imagesmls/<%=(Recordset1.Fields.Item("Field1").Value)%>_101_ 11.jpg" width="115">

_101_12.jpg - 90% of properties have this picture.

rest of them can be MLSNUMBER_101_22.jpg or MLSNUMBER_101_56.jpg

But there is a logic chain : if Property have 8 pictures than:
In database theres id field PROPERTYMLSNUMBER and field Image Count : [8]

and Image folder will contain folowing related images to this Property

MLSNUMBER_101_12.jpg
MLSNUMBER_201_32.jpg
MLSNUMBER_301_56.jpg
MLSNUMBER_401_23.jpg
MLSNUMBER_501_25.jpg
MLSNUMBER_601_22.jpg
MLSNUMBER_701_45.jpg
MLSNUMBER_801_22.jpg


see screen shot >>>


I am still dont know what last 2 numbers mean in image file name....but anyway,
may be somebody already had same task and issues

this is basically question about ASP
script should check first 7 symbols (mls number) and then add extension jpg removing last 7 digits...kinda wild card...

<img src="imagesmls/<%=(Recordset1.Fields.Item("Field1").Value)%>[WILD CARD].jpg" width="115">

this is about main listing page,

but for the detailed page

need to check image count field and if it = a
than create image list:
MLSNUMBER_101_XX.jpg
MLSNUMBER_201_XX.jpg
MLSNUMBER_301_XX.jpg
................................
MLSNUMBER_a01_XX.jpg

-----------------------------------------
Its Scenario...


so, i dont know may be some of the Guru will say - "PHP"
any advice will be helpfull
Thanks!!!!
__________________
-----------------------------------------------
We Build Virtual Homes EboxLab.Net
...and maintain them LuckyMountainHome.com
Reply With Quote
Old 06-03-2006, 01:55 PM
violatordead's Avatar
violatordead violatordead is offline
New real estate webmaster
 
Join Date: May 2006
Location: Denver, Colorado
Posts: 16
violatordead is on a distinguished road
Send a message via ICQ to violatordead
Default Re: Question about IDX Data / tools: ASP / MS Access / Dreamviewer

Problem Solved!!! Uff, using File System Object
__________________
-----------------------------------------------
We Build Virtual Homes EboxLab.Net
...and maintain them LuckyMountainHome.com
Reply With Quote
Old 06-09-2006, 10:23 PM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 13,739
webmaster will become famous soon enough
Default Re: Question about IDX Data / tools: ASP / MS Access / Dreamviewer

sorry you didnt get much of an answer to this, the majority of us are PHP programmers.
__________________
Want to save up to 50% off Real estate webmasters product websites & common upgrades? Check out my latest blog post regarding our end of the year sale.
Reply With Quote
Old 06-10-2006, 08:40 AM
violatordead's Avatar
violatordead violatordead is offline
New real estate webmaster
 
Join Date: May 2006
Location: Denver, Colorado
Posts: 16
violatordead is on a distinguished road
Send a message via ICQ to violatordead
Default Re: Question about IDX Data / tools: ASP / MS Access / Dreamviewer

It is fine, found solutions already may be its time to swtich to PHP
__________________
-----------------------------------------------
We Build Virtual Homes EboxLab.Net
...and maintain them LuckyMountainHome.com
Reply With Quote
Old 06-14-2006, 12:37 PM
RobertD RobertD is offline
Advancing Webmaster
 
Join Date: Sep 2005
Posts: 63
RobertD is on a distinguished road
Default Re: Question about IDX Data / tools: ASP / MS Access / Dreamviewer

We develop in ASP/.Net

The FileSystemObject is very slow relatively speaking. For best performance, you should store you image information (name, path, dimensions, etc.) in a database for quick querying and retrieval.
Reply With Quote
Old 06-14-2006, 12:42 PM
violatordead's Avatar
violatordead violatordead is offline
New real estate webmaster
 
Join Date: May 2006
Location: Denver, Colorado
Posts: 16
violatordead is on a distinguished road
Send a message via ICQ to violatordead
Default Re: Question about IDX Data / tools: ASP / MS Access / Dreamviewer

Make sense, thanks for advice, unfortunaly IDX comes in shitty format....
__________________
-----------------------------------------------
We Build Virtual Homes EboxLab.Net
...and maintain them LuckyMountainHome.com
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 05:43 PM.


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