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.

Website Design Forum


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



Freelance Jobs

Reply
WebMastee in training
Old 04-13-2004, 12:38 PM WebMastee in training
Junior Talker

Posts: 2
Trades: 0
Drafted as webmaster for my company and tasked with creating a new products display that simulates the apple Itunes inventory slide.


I am having a problem getting started.
I am thinking that it is just a table with JavaScript but sound as if this is the hard way to do it.

http://www.apple.com/itunes/store/findmusic.html
(blue arrows each side)

Does anyone know if Frontpage,Dreamweaver etc has an easier method of creating this.

Thanks in advance for your help.
vegaman is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-13-2004, 09:35 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
Quote:
Drafted as webmaster for my company...
Let me guess... "Vegaman knows PowerPoint, let's have him do the Web site."

Good luck and welcome to the club of people who got here (into Web development) by accident!
__________________

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

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-20-2004, 11:35 AM
steveharro's Avatar
Extreme Talker

Posts: 172
Trades: 0
This is not the same setup as your example but it might be of some use.You will need to put your own graphics in before you will see a result.I have high lighted where you need to make changes.Make sure you get the path to the graphics correct.Best of luck

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ricocheting (ricocheting@hotmail.com) -->
<!-- Web Site: http://www.ricocheting.com -->
<!-- Begin
var rotate_delay = 5000; // delay in milliseconds (5000 = 5 secs)
current = 0;
function next() {
if (document.slideform.slide[current+1]) {
document.images.show.src = document.slideform.slide[current+1].value;
document.slideform.slide.selectedIndex = ++current;
}
else first();
}
function previous() {
if (current-1 >= 0) {
document.images.show.src = document.slideform.slide[current-1].value;
document.slideform.slide.selectedIndex = --current;
}
else last();
}
function first() {
current = 0;
document.images.show.src = document.slideform.slide[0].value;
document.slideform.slide.selectedIndex = 0;
}
function last() {
current = document.slideform.slide.length-1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
}
function ap(text) {
document.slideform.slidebutton.value = (text == "Stop") ? "Start" : "Stop";
rotate();
}
function change() {
current = document.slideform.slide.selectedIndex;
document.images.show.src = document.slideform.slide[current].value;
}
function rotate() {
if (document.slideform.slidebutton.value == "Stop") {
current = (current == document.slideform.slide.length-1) ? 0 : current+1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
window.setTimeout("rotate()", rotate_delay);
}
}
// End -->
</script>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center>
<form name=slideform>
<table cellspacing=1 cellpadding=4 bgcolor="#000000">
<tr>
<td align=center Background=../graphics/grayback.jpg>
<b>Image Slideshow</b>
</td>
</tr>
<tr>
<td align=center Background=../graphics/grayback.jpg width=330 height=190>
<img src="toad.jpg" name="show">
</td>
</tr>
<tr>
<td align=center bgcolor="#C0C0C0">
<select name="slide" onChange="change();">
<option value="toad.jpg" selected>Toad
<option value="chameleon.jpg">Chameleon
<option value="lizard.jpg">Lizard
<option value="Gecko.jpg">Gecko
</select>
</td>
</tr>
<tr>
<td align=center bgcolor="#C0C0C0">
<input type=button onClick="first();" value="|<<" title="Beginning">
<input type=button onClick="previous();" value="<<" title="Previous">
<input type=button name="slidebutton" onClick="ap(this.value);" value="Start" title="AutoPlay">
<input type=button onClick="next();" value=">>" title="Next">
<input type=button onClick="last();" value=">>|" title="End">
</td>
</tr>
</table>
</form>


</center>
</BODY>
</HTML>

Regards Steveharro Best Download Sites

Last edited by steveharro; 04-20-2004 at 11:39 AM..
steveharro is offline
Reply With Quote
View Public Profile
 
Old 05-26-2004, 04:48 AM
Web-Wonder's Avatar
Experienced Talker

Posts: 45
Location: Blackwood, Sunny Scotland
Trades: 0
Quote:
Originally Posted by ppedersen
Let me guess... "Vegaman knows PowerPoint, let's have him do the Web site."

Good luck and welcome to the club of people who got here (into Web development) by accident!
I know that one all too well, I have just been tasked with providing at intranet site.
What was said to me was - You know about this sort of thing, so I've put you forward to do it !
Web-Wonder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to WebMastee in training
 

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