Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Client Side Scripting
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 09-26-2009, 01:41 AM
  #1
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
how to load new image without loading new page?

Is it possible with html? i've been working on a site but each time you click the next arrow a new page loads, all the text is in the same place so it doesn't move and is even in a fixed div but due to it being a new page everything loads, the text collapses until the larger image in the center loads. Of course this is fixed when the site is cached but of course the site would only be cached once someone has clicked through it and experienced the problems 27 times...

so my question is is it possible to code for when i click the next arrow only a new image from a different link to load? is this possible with html? I don't know a single thing about flash or javascript.

thanks for all the help in advance here is the page in question (not done but you can still see the problems. the home and bio links well, aren't links yet)

http://www.paulodourado.com/

Last edited by celadoris : 09-27-2009 at 01:46 AM.
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 04:19 AM
  #2
Sawtooth500
Lord (Level 16)
 
Sawtooth500's Avatar
 
Join Date: Nov 2007
Location: Chicago, IL. USA
Posts: 604
iTrader: (0)
Sawtooth500 is on a distinguished road
You need to use javascript - you can have javascript preload all your images when the home page loads, then they will be cached.

See http://www.pageresource.com/jscript/jpreload.htm
__________________
-Taras Hryniw

http://www.waltonstreetwebdesign.com
Sawtooth500 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 11:48 AM
  #3
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
Quote:
Originally Posted by Sawtooth500 View Post
You need to use javascript - you can have javascript preload all your images when the home page loads, then they will be cached.

See http://www.pageresource.com/jscript/jpreload.htm
i think i have it set up correctly, i didn't even mess with the pixel dimensions and it seems to be working fine, can anyone test it out for me?
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 01:42 PM
  #4
Sawtooth500
Lord (Level 16)
 
Sawtooth500's Avatar
 
Join Date: Nov 2007
Location: Chicago, IL. USA
Posts: 604
iTrader: (0)
Sawtooth500 is on a distinguished road
They seem to be loading instantly for me - although I'm on an extremely fast connection, you may also want to have someone with a slower connection test it. If it seems like it's going fast, then your mission is accomplished.

Also FYI on 4.html I get a page not found error.
__________________
-Taras Hryniw

http://www.waltonstreetwebdesign.com
Sawtooth500 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 05:32 PM
  #5
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
Quote:
Originally Posted by Sawtooth500 View Post
They seem to be loading instantly for me - although I'm on an extremely fast connection, you may also want to have someone with a slower connection test it. If it seems like it's going fast, then your mission is accomplished.

Also FYI on 4.html I get a page not found error.
ya all the webpages arent up yet im up to 11 now out of 25 im having a problem where the images inbetween (the numbers x/25) the "clickers" aren't loading instantly even though the larger images are, ive incluced the smaller images in the javascript preload as well...
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 05:35 PM
  #6
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
--edit--.......

Last edited by celadoris : 09-26-2009 at 05:46 PM.
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 06:21 PM
  #7
Sawtooth500
Lord (Level 16)
 
Sawtooth500's Avatar
 
Join Date: Nov 2007
Location: Chicago, IL. USA
Posts: 604
iTrader: (0)
Sawtooth500 is on a distinguished road
Another option is just to make all the images on a single page and use javascript to change images. That would definitely be smoother than putting each image on a new page.
__________________
-Taras Hryniw

http://www.waltonstreetwebdesign.com
Sawtooth500 is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2009, 08:03 PM
  #8
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
Quote:
Originally Posted by Sawtooth500 View Post
Another option is just to make all the images on a single page and use javascript to change images. That would definitely be smoother than putting each image on a new page.
how would I go about doing this?

Last edited by celadoris : 09-27-2009 at 01:47 AM.
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-27-2009, 01:48 AM
  #9
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
******bump
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-27-2009, 03:31 PM
  #10
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
anyone?....
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-28-2009, 05:31 PM
  #11
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
well does anyone at least know of a javascript forum or something?
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-28-2009, 10:28 PM
  #12
Pegasus
Mama Hen
 
Pegasus's Avatar
 
Join Date: Nov 2001
Location: 35º South of Santa Claus
Posts: 23,240
iTrader: (0)
Pegasus is a name known to allPegasus is a name known to allPegasus is a name known to allPegasus is a name known to allPegasus is a name known to allPegasus is a name known to all
I've moved this thread over to client-side scripting for you. Someone here will have the solution for you.
__________________


Decaf is the root of all evil...
HTMLForums Awards 2008
Pegasus is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-03-2009, 02:25 AM
  #13
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
thanks a bunch, BUMP
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-06-2009, 11:43 PM
  #14
celadoris
Fighter (Level 4)
 
Join Date: Sep 2009
Posts: 33
iTrader: (0)
celadoris is an unknown quantity at this point
anyone still?
celadoris is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Reply
KEEP TABS
SPONSORS
 
Boxedart

 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 05:23 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.