HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
code help
Goto page 1, 2, 3  Next
Post new topic   Reply to topic    HTML Help Forum -> Javascript
View previous topic :: View next topic  
Author Message
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 1:28 pm     code help Reply with quote

hey all
im stuck doing a website for one my classes in uni
and i wanna blow my teacher out of the water

i was just wondering if someone could help me out with finding a website that explains/shows you the code/script for something like the picture viewer on http://tigerwoods.com/ (scroll down you see three pictures that you can click and see more like a slideshow)

it doesnt have to be extactly like that, in fact a few choices would be nice

and also i need a code for having a "seperate window" inside another window (like having another scrollbar)that shows another page (like news.html) but on the index.html

i need specific height's and width's for both

the sooner the better the projects due on tuesday and i wanna start finishing it tonight or tomorrow

whoever helps me know you're the coolest and i greatly appreciate it!!

thanks scottie!
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 1:30 pm     Reply with quote

oh and the for the pictures it doesnt have to display 3 at a time, if its easier if it just has the arrows and adds one new one each time you click thatd be cool too!

thankkkss
sticks464



Joined: 31 Dec 2006
Posts: 2627

PostPosted: Fri Nov 13, 2009 3:52 pm     Reply with quote

Quote:
micacchi
Quote:
a website that explains/shows you the code/script for something like the picture viewer on http://tigerwoods.com/

jcarousel lite

Quote:
a code for having a "seperate window" inside another window (like having another scrollbar)that shows another page

Iframes
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 7:52 pm     Reply with quote

ooh that was fast thanks!

for the jCarouselLite plugin
i tried to look at the installation guide and im getting confused

do i just copy steps 1,2,3 into the frame i want it in and adjust the "someimage" to the location?

the pictures show up below like

next prev
picture
picture
picture

i want it to show up exactly like the demo

is there any other pluggin thats a little nicer looking ?
maybe without those ugly next and prev buttons lol

if not its cool
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 8:06 pm     Reply with quote

Quote:
a code for having a "seperate window" inside another window (like having another scrollbar)that shows another page

Iframes[/quote]


whats wrong with my iframe?

my index.html is a blank black page that reads

test
test
test

but doesn't show up?

http://www.frag9.happyhost.org/default.html
sticks464



Joined: 31 Dec 2006
Posts: 2627

PostPosted: Fri Nov 13, 2009 8:15 pm     Reply with quote

Quote:
i want it to show up exactly like the demo

Copy the code from the demo, substitute your own images into the code.
Quote:
is there any other pluggin thats a little nicer looking ?
Sure, google image carousel, or try one from this list.
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 8:37 pm     Reply with quote

ok thanks ill keep trying to figure out the pictures..

as for the iframe..

i got it working a bit better..
it now looks like

www.frag9.happyhost.org/default.html

why is there a frame around it?
i wan't it to be just the page
no visible frame
sticks464



Joined: 31 Dec 2006
Posts: 2627

PostPosted: Fri Nov 13, 2009 8:54 pm     Reply with quote

Code:
<iframe src="index.html" frameborder="0" align="center" class="style2" style="width: 100%; height: 488px">
<p>See our <a href="news.html">newsflashes</a>.</p>
</iframe>
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 9:16 pm     Reply with quote

ok thanks i got the iframe working Smile

what about the picture's?
i checked that list and i don't think thats what i'm looking for

is there one that shows the pictures as a slideshow like this one:

http://www.e2interactive.com/e2_photo_gallery/demo/

but have it so when you click on a certain picture or on mouse over it shows the picture as a larger image in a frame? not a new window
sticks464



Joined: 31 Dec 2006
Posts: 2627

PostPosted: Fri Nov 13, 2009 10:00 pm     Reply with quote

That's a wordpress gallery. If you want to use it outside wordpress you have to buy it.
I'll have a look tomorrow, I think there is a jquery gallery that's simular.

EDIT:
Here's some links to more slideshows
http://www.queness.com/post/222/10-jquery-photo-gallery-and-slider-plugins

http://blueprintds.com/2009/01/20/top-14-jquery-photo-slideshow-gallery-plugins/

http://www.queness.com/post/633/30-javascript-image-and-photo-galleriesmootool-prototype-jquery-and-tutorials

http://javabyexample.wisdomplug.com/web-programming/47-javascript/85-30-best-jquery-photo-plugins-sliders-slideshow-galleries-and-scrollers.html

http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gallery-and-slideshow/
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Fri Nov 13, 2009 11:13 pm     Reply with quote

you're honestly the man

i found a bunch of them that i like

http://www.openstudio.fr/jquery/index.htm (cool cause it supports videos)

I think these two are the same but ones on top and ones bottom?
http://spaceforaname.com/gallery-customized.html
http://spaceforaname.com/galleryview

http://cssglobe.com/lab/easyslider1.5/02.html

how easy are they to customize and get set up?

im pretty new to code but im down for learning O_O

im most likely going to need help tomorrow
check back so im not screwed

thanks brothaa
sticks464



Joined: 31 Dec 2006
Posts: 2627

PostPosted: Sat Nov 14, 2009 5:40 am     Reply with quote

Of the ones you mentioned http://spaceforaname.com/gallery-customized.html would probably compliment your site best.

Their all fairly easy, customizing the images is probably the most time consuming. It's a matter of what you want.
http://spaceforaname.com/gallery-customized.html
http://spaceforaname.com/galleryview
are the same with the thumbnail display in a different position.
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Sat Nov 14, 2009 8:15 am     Reply with quote

ok sweet man
im diggin that one

how do i install it?
i have an empty frame ready to go for it

im sorry im really new to this stuff
might need a step by step i couldnt figure out the download stuff before Sad
sticks464



Joined: 31 Dec 2006
Posts: 2627

PostPosted: Sat Nov 14, 2009 8:47 am     Reply with quote

OK, first thing, what browser are you using?
micacchi



Joined: 05 Jul 2009
Posts: 46

PostPosted: Sat Nov 14, 2009 8:50 am     Reply with quote

IE
or firefox
or safari?
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> Javascript All times are GMT - 8 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial