Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jhermiz
3564 Posts |
Posted - 2007-10-26 : 10:22:41
|
Whats the easiest or best I guess way to write up a mashup in maybe vs.net? For instance we have too many printers in the office we work at. I'd like to write some code that shows sort of our office map (maybe just two rectangles for upper level / lower level) that has maybe printer icons of all the printers in this building. Sort of like google maps when you search for say a restaurant. You'd then be able to filter the printers based on name / type / etc...All of which would be stored in the db. Im not asking for ideas on the db side Im really just asking how to approach this interface wise.Thanks,JONWeblog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
|
Kristen
Test
22859 Posts |
Posted - 2007-10-26 : 13:20:25
|
I presume you can't ACTUALLY use Google Maps for the inside of your office building? |
|
|
jhermiz
3564 Posts |
Posted - 2007-10-26 : 13:46:08
|
quote: Originally posted by Kristen I presume you can't ACTUALLY use Google Maps for the inside of your office building?
I dont think so...or am I missing something Kristen.JonWeblog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
|
|
Kristen
Test
22859 Posts |
Posted - 2007-10-26 : 17:21:45
|
"am I missing something Kristen"I doubt it! but I was just wondering if Google Maps (or something like it) could display on a scale within-a-building, rather than of global-scale. |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2007-10-26 : 19:34:06
|
Sounds like a job for WPF. But I imagine that's a whole lot of stuff to learn just to do what you want.Damian"A foolish consistency is the hobgoblin of little minds." - Emerson |
|
|
|
|
|