Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 5th, 2007, 04:35 AM
rdc.arch
Guest
 
Posts: n/a
Default Help! Slow Loading Issue-information management

Hello all - let me start by saying i am an architetural designer, not
a web designer - but my wife is just starting a business and we can
not fford to hire a website designer so i have created www.artstudioshanti.com
- it is more of a portfolio than an online store, but eventually my
need to become an online store - also, as she adds more items the
loading gets slower because of the way i have written it - what i am
trying to achieve is a clean interface that does not reload when you
switch galleries, but simply loads the new gallery in place - i have
done this through javascript so far, but as more items are dded this
is going to get unweildy - and, if there were some way to just add
thumbs, images, and text files and have them added to the site by some
server side magic i would be very happy -

so, my question is mostly, what sshould i be researching to figure out
how to make this work? i have heard ajax and mysql thrown around but
know nothing of either - any help would be greatly appreciated!

  #2  
Old March 6th, 2007, 10:15 AM
tgscott
Guest
 
Posts: n/a
Default Re: Help! Slow Loading Issue-information management

On Mar 5, 4:22 am, "rdc.arch" <rdc.a...@gmail.comwrote:
Quote:
Hello all - let me start by saying i am an architetural designer, not
a web designer - but my wife is just starting a business and we can
not fford to hire a website designer so i have createdwww.artstudioshanti.com
- it is more of a portfolio than an online store, but eventually my
need to become an online store - also, as she adds more items the
loading gets slower because of the way i have written it - what i am
trying to achieve is a clean interface that does not reload when you
switch galleries, but simply loads the new gallery in place - i have
done this through javascript so far, but as more items are dded this
is going to get unweildy - and, if there were some way to just add
thumbs, images, and text files and have them added to the site by some
server side magic i would be very happy -
>
so, my question is mostly, what sshould i be researching to figure out
how to make this work? i have heard ajax and mysql thrown around but
know nothing of either - any help would be greatly appreciated!
Yes, it sounds like employing some AJAX might be a good solution.
However, this is a CSS group, so your posting to the wrong place.

AJAX uses a combination of JS and serverside scripting to allow HTML
pages to interact with the server without completely reloading. In
your case, this could mean loading in images as and when they are
required, rather then pre-loading them all when your page is first
loaded.

You'll need to learn a little server side scripting, such as PHP,
possibly MySQL too, depending on how much information you want to play
with. A Javascript library called Prototype (http://
www.prototypejs.org/) takes a lot of the hard work out of it. Do some
googling on things like "simple ajax php", "ajax getting started",
etc.

Tom

http://www.talkingpixels.co.uk/


 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles