Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 03-21-2006, 12:02 PM New project direction
Johntech's Avatar
Average Talker

Posts: 24
Trades: 0
I am working on a project with the following information:

1. I have an exploded view of a machine assembly
2. I have an Access database with all the parts listed in the assembly
3. In the database is included:
What machine the assembly came from, name of the assembly, the part number of each part on the assembly, description of each part and location in our parts cabinet
4. I will create a web page from the assembly drawing with hot spots and when you point to one of the hot spots a box will pop up and display the information about the part pointed to.

How can I do this on a stand-alone computer

Thank you for all you help

John

Last edited by Johntech; 03-21-2006 at 12:39 PM.. Reason: More informative title
Johntech is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-21-2006, 03:03 PM Re: Which way to turn
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
with HTML, by installing IIS, writing an application in ASP/.net and javascript.

or write a standalone app in some language or other (depending on what you can code in)
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-21-2006, 06:37 PM Re: Which way to turn
metho's Avatar
Ultra Talker

Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
Trades: 0
PHP works with Access via ODBC as well. Is this for your own reference or for a public website? If public, there's a fair amount of set-up and maintenance work to have your own webserver.
__________________
I do
Please login or register to view this content. Registration is FREE
based.
Spend a lot of time in
Please login or register to view this content. Registration is FREE
.
And
Please login or register to view this content. Registration is FREE
chews up the rest.
metho is offline
Reply With Quote
View Public Profile Visit metho's homepage!
 
Old 03-22-2006, 01:27 PM Re: Which way to turn
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
Oops, double post.
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by collyer_1; 03-22-2006 at 01:33 PM..
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 03-22-2006, 01:28 PM Re: Which way to turn
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
You could create a series of divs all poisitioned one on top of the other. Then color the parts of the image you want to highlight and save each of them as a seperate image.

Using CSS you could show and hide those layers based on whatever roll over you're doing.
HTML Code:
<a id="show" href="#"> <p>Hover Here</p>
	<div id="visible"><p>&nbsp;</p></div>
</a>
Then the rollover CSS:
Code:
#visible {
	background: url(part01.jpg);
	color: #fff;
	width: 100px;
	height: 100px;
	visibility: hidden; 
}


a:hover div#visible {
	visibility: visible;
}
If the Div is positioned absolutely in a way that puts it above the original image it should appear that upon rolling over a link you are highlighting part of the exploded machine assembly. When in fact the code is making an image with a highlighted part appear over the original image.
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by collyer_1; 03-22-2006 at 01:35 PM..
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 03-23-2006, 01:04 PM Re: Which way to turn
Johntech's Avatar
Average Talker

Posts: 24
Trades: 0
I can do the hot spots with image mapping. I finally got my system setup , win2k pro, with IIS and tried some basic ASP stuff.... "Hello World" etc but when I tried just to read what was in the data base from some code I pulled off the web that's where I got stuck. I don't know anything about ASP what I have been reading online. If I can get the data to display on the screen I think that would be half the battle.

Any help would be greatly appreciated.

John
Johntech is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Which way to turn
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.82351 seconds with 12 queries