I think the hard part is actually making an understandable web
interface so that the client can either input the correct coordinates
to the program that renders the boxes, which is all they really are
from what I saw on the site.
Once getting the coords you can send them to a program like
cfx_imageflare, Image Magik, or even cfx_image, which do good jobs
generating images.

Could be as simple as a couple of form fields...making the client
think in x/y might be tough though :)

I'd be tempted to even do a layer/css javascript based point and click
visual designer if they wanted to get really slick. Heck, the front
end could just output the layers absolutely positioned too. Images
have their advantages though.

http://www.domapi.com/examples/index.cfm
Select resize from the dropdown...DOMApi can create and remove
resizeable and dragable layers on the fly and then get their X and Y
coords when finished.

Flash could do something similar I imagine.

-- 
jon
mailto:[EMAIL PROTECTED]

Monday, September 30, 2002, 11:17:25 PM, you wrote:

HH> A friend of mine is trying to develop a site for a potential client but is stuck 
on one requirement.  The client wants
HH> to dynamically represent the floorplan of a rental property by just providing 
general dimensions.  There is a site that
HH> already has something like this but I'm not sure how they accomplish this.  The 
site that has this is
HH> www.mynassauproperty.com.

HH> The site seems to have a dynamic back end in ASP that creates a PNG image on the 
fly.

HH> Here's an example: http://makeashorterlink.com/?Q197356F1

HH> Any ideas?

HH> Thanks,

HH> Howie


HH> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to