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
I'm Totally a NOB and need help
Old 02-27-2008, 04:10 PM I'm Totally a NOB and need help
Junior Talker

Posts: 2
Trades: 0
I have created a couple of web pages using Front page and Dream weaver but I am stuck as I get to the advanced stuff. A simple web page that displays text and pictures is relatively easy. What I want to do is beyond my abilities and I need help understanding how to do it.

What I have is a drawing of a facility. It's actually the campus site map. I have learned how to bring it into Dream weaver as a background image and that is about as far as I get.
  1. I am trying to create buttons on top of the site map and cannot figure out how to best do it. Each time I bring a image into Dream weaver it goes below the site drawing and I cannot figure out how to get it on top of the graphic.
  2. After I create the buttons I want to be able to mouse-over them and have a pop-up balloon display some dynamic data from a field device that has XML built into it.
Any help, ideas, examples would be appreciated. I'm still learning. Should have gotten into this a long time ago.
mikesheridan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-27-2008, 04:44 PM Re: I'm Totally a NOB and need help
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
First off, it's noob not nob :P secondly three links I want you to use.
http://www.notepad2.com/
http://www.w3schools.com/html/default.asp
http://www.w3schools.com/css/default.asp
The first is a nice program that highlights your html and css for you. The second is a site where you can learn to write the html on your own, the third is the same site but is about CSS such as:
HTML Code:
<html><head><title>Blah</title>
<style type="text/css">
body {background: url(path/to/your.img);}
</style></head><body><p>Hello World!</p></body></html>
It's pretty simple.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 02-27-2008, 04:56 PM Re: I'm Totally a NOB and need help
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
The first one requires an image map, which requires cgi. Here's a link to a pretty straightforward tutorial, to see if that's something you think you're ready for:

http://hoohoo.ncsa.uiuc.edu/docs/tut...gemapping.html

Mousing over and displaying a popup is usually accomplished with javascript, but for the dynamic data part you'll need server-side scripting.
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


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

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 02-27-2008, 05:15 PM Re: I'm Totally a NOB and need help
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
http://www.htmlgoodies.com/tutorials...le.php/3479741 Client-side image map, no CGI needed...
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 02-27-2008, 07:25 PM Re: I'm Totally a NOB and need help
Junior Talker

Posts: 2
Trades: 0
Thanks all!! OK Noob, not Nob. Told you I was new. LOL

Appreciate the help!
mikesheridan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I'm Totally a NOB and need help
 

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.36993 seconds with 12 queries