Click here to get back home

Help! Slow Loading Issue-information management

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Help! Slow Loading Issue-information management rdc.arch 03-04-2007
Get Chitika Premium
Posted by rdc.arch on March 4, 2007, 11:22 pm
Please log in for more thread options


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!


Posted by Adrienne Boswell on March 5, 2007, 2:25 am
Please log in for more thread options



> 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!
>
>

DB is the way to go:

CREATE TABLE products
(add id AUTO-INCREMENT PRIMARY KEY,
img VARCHAR(50),
thumb VARCHAR(50),
description VARCHAR(250),
title VARCHAR(50),
added DATETIME,
price DOUBLE,
lastupdate DATETIME,
status VARCHAR(2)
)

SELECT img, thumb, descripption, title
FROM products
ORDER BY title

You can put all your images (not the images themselves, but the path to
the image), text, title, price, etc. into a table and query the table to
get the information out again.




--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share


Posted by Andy Dingley on March 5, 2007, 2:16 pm
Please log in for more thread options



> trying to achieve is a clean interface that does not reload when you
> switch galleries, but simply loads the new gallery in place

Just do it the simple way, and then have the web server serving it
from static pages. It's simple to get working and perfectly fast
enough.

You can use an "off line" database if you want, where an off-line
database export process generates HTML pages that are then uploaded as
static pages. This is simple, but still gives you the benefits of
automatically generated navigation.

You don't need a "live" database until you're doing either searches or
on-line sales. Then look at running a pre-built web shop catalogue,
rather than writing your own.


Similar ThreadsPosted
Help with web site management February 11, 2005, 6:26 am
XML storing and management September 26, 2007, 8:18 am
Workflow Management or CRM software recommendations? August 7, 2004, 5:10 pm
i need feedback regarding a content management system. September 1, 2005, 8:51 am
Registration Management Script for Login & Passwords etc. October 7, 2006, 4:33 pm
Dreamweaver VERY slow September 2, 2004, 3:44 pm
TABLES ARE SLOW in IE! January 12, 2006, 1:33 am
Searching HTML+CGI source for generating KO tournament management June 28, 2007, 7:20 am
How to check why page slow? April 4, 2008, 5:11 am
Drop menu loads slow December 28, 2005, 12:46 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap