Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > General > General Webmaster Talk
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

General Webmaster Talk General webmaster discussion forums - In this forum and its sub forums you can discuss general webmaster related issues or even issues that does not related to Webmastering.
Sub Forums: Running a forum :: Blogs and Blogging :: Word Press Forums :: Digital Photography

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-05-2004, 12:21 AM
wiccanwonder
Guest
 
Posts: n/a
Default how big should my pages be???

Im new to webdesign

Im trying to create a basic looking site consisting of a homepage and 3 other pages linking from it.
At the moment the pages are empty apart from a simple navigation bar that appears on each page and each page's background is an image that is used as a tile effect.
I have broadband and my pages load quickly when I open them but I tried to access them on someone elses PC that used a dial up connection and they were incredibly slow but I thought it might be down to their PC being old...
Also I used FrontPage to publish them and all the pages are listed as slow, one taking as much as 2 1/2 minutes to load.

How do I make my pages faster considering there is no content yet added?

Is there a 'size' that is normally used as a gauge?

Id appreciate any reply. Thanks.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 08-05-2004, 01:59 PM
FiveseveN
Guest
 
Posts: n/a
Default

The total size of the files needed to display a document, (or weight) is the most important, but not the only aspect that influences download speed. There are other variables that need to be considered:
:arrow: Bandwidth (of course), both user's and server's.
:arrow: Location - the closer the server is to the user, the less routing is involved, reducing the time it takes for packages to reach their destination.
:arrow: Performance - requests take longer to process on slow servers (obvious for dynamic pages) and pages are saved and redered slower locally on very slow computers. This should not be a problem these days, but you do need to think about it.
For and average size, I really don't know what to say. Connections are getting faster and faster as the Internet evolves. Here are 2 examples:
140 KB on Macromedia's index page
200 KB on 2AdvancedNet's (the hosting branch of 2A) index page
These are high-quality pages, mid-sized I'd say. They benefit from the best hosting solutions, so that's as fast as you can get, unless you go plug a LAN cable directly into their servers.

A few pointers:
:arrow: Drop MS FrontPage. Use Macromedia DreamWeaver. It even has code optimization, so you don't need to worry about futile code.
:arrow: If you use a tiled background, make the tile as small as possible. Optimize it for 1024X768 or 800X600 screen rez. (depends on the kind of people that view your site.User statistics are A MUST.)
:arrow: Use CSS and HTML effects whenever possible instead of graphics (you may think a 5KB image isn't much, but if you allow yourself to use 10 such images, you just added 50KB to the website). Don't insert a graphic unless it NEEDS to go there.

Good luck.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 09-15-2004, 01:37 PM
Senior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Aug 2004
Posts: 173
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Alexandru Ungur
Default

Excellent mini-tutorial FiveseveN just one correction though:

Quote:
Originally Posted by FiveseveN
:arrow: If you use a tiled background, make the tile as small as possible. Optimize it for 1024X768 or 800X600 screen rez.
Do not make the tile as small as possible, because if you do the browser could spend too much time recreating the bigger picture (especially if its name is IExploder oups I meant I Explorer...). Make it only reasonably small (around 100x100 pixels should be just fine).

Alex
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 10-22-2004, 03:45 AM
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

I wrote something about fast loading websites. Hope it'll help.

From my experience, a big ecommerce company here in Mexico had a constraint of 35kb on all its catalog pages and 25kb on its index page. They optimize their graphics to high levels.

Edgard Durand

Webmaster Resources
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 10-22-2004, 12:59 PM
Senior Member
2 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Aug 2004
Posts: 1,451
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via Yahoo to Paul_KY
Default

Whoa!

Very nice read, indeed. Thank You

Welcome
__________________
"There's no such thing as impossible. It's a myth. Don't believe it."
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 10-22-2004, 01:02 PM
Senior Member
2 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Aug 2004
Posts: 1,451
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via Yahoo to Paul_KY
Default

Dumb question here. What does, "Use external Script files" mean?

I place scripts between the <HEAD>. That's, "Internal", correct?
__________________
"There's no such thing as impossible. It's a myth. Don't believe it."
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 10-22-2004, 02:50 PM
novocaine
Guest
 
Posts: n/a
Default :)

external scripts as: external css files, .js files..

OMG.. my homepage has about 150Kb but a lot of graphics on it.. and at a good jpeg quality

I think the size of the site depends on your business and your target audience.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 12-10-2004, 10:49 AM
Darksat
Guest
 
Posts: n/a
Default

External files like javascript and CSS are held in seperate files and pulled into the head of each page.

Code:
<html><head>
<title>AAI Technologies Forum</title>

<link rel="stylesheet" type="text/css" href="default.css" media="screen" title="default" />
<script type="text/javascript" src="styleswitcher.js"></script>

</head>
<body bgcolor="#F1F1F1" text="#000000" link="#000000" vlink="#000000" topmargin="0">
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
ad exchange affiliates audio ads bid bidding directory bid directory list bid for position business clothes dedicated servers delisted designer directory links wanted discount executive suites finance google handbags internet and marketing internet marketing iphone jewelry link exchange nokia n95 paid blogging phones electronics replica samsung sem seo seo company sunglasses teac cd recorder uk property writer wallets web web design web development website development website promotion wholesale yahoo backlink

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 On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Restricted Pages? gotlinks General Webmaster Talk 1 10-31-2007 10:33 AM
wht do you think about videos on pages? Neo Google 0 09-24-2007 02:33 PM
directory pages bbrian017 Help using this forum 15 07-19-2007 08:00 PM
Presell Pages temi General Search Engine Discussions 4 04-26-2007 08:02 AM
how do you get to top ten on web pages? gillian New Members Introduction 16 11-12-2004 04:05 PM


All times are GMT. The time now is 12:08 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0