Go Back   CodingForums.com > :: Client side development > General web building > Site reviews

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 5 votes, 3.60 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-30-2004, 06:57 PM   PM User | #1
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
Review my site - hsteu

http://hsteu.57host.biz
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 07:20 PM   PM User | #2
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,233
Thanks: 4
Thanked 81 Times in 80 Posts
Spookster will become famous soon enough
Not to point out the obvious but you might want to fix this part:

Quote:

Database Error
--------------------------------------------------------------------------------

MySQL Error : Database Error
Error Number: 1049 Unknown database 'link92_book1'
Date : Fri, January 30, 2004 11:19:06
IP : 65.87.142.230
Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Referer : http://www.codingforums.com/showthre...threadid=32430
PHP Version : 4.3.3
OS : Linux
Server : Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.2 PHP/4.3.3 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.7a
Server Name : www.hsteu.57host.biz
Script Name : /index.php
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Old 01-30-2004, 07:23 PM   PM User | #3
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,233
Thanks: 4
Thanked 81 Times in 80 Posts
Spookster will become famous soon enough
And I hereby forbid you from ever using this tag again

Code:
<CENTER></CENTER>
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Old 01-30-2004, 07:33 PM   PM User | #4
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
Quote:
Originally posted by Spookster
And I hereby forbid you from ever using this tag again

Code:
<CENTER></CENTER>
Why?
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 07:37 PM   PM User | #5
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
I had never seen that before, it wasn't there 3 days ago, but now I have deleted what was creating that


Quote:
Originally posted by Spookster
Not to point out the obvious but you might want to fix this part:
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 08:05 PM   PM User | #6
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
When did you make? 5 years ago?
Delete what you got, learn the current state of technology and start over.
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
Vladdy is offline   Reply With Quote
Old 01-30-2004, 09:23 PM   PM User | #7
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
Quote:
Originally posted by Vladdy
When did you make? 5 years ago?
Delete what you got, learn the current state of technology and start over.
2 Months ago and how about giving me a comment of what atually to do.
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 09:39 PM   PM User | #8
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
Use CSS for presentation. Use HTML for describing the content. Stop using the presentational tags that are removed from Strict:
  • dir
  • menu
  • center
  • isindex
  • applet
  • font
  • basefont
  • s
  • strike
  • u
  • iframe
  • noframes
Try to avoid using the deprecated presentational tags:
  • sub
  • sup
  • big
  • small
  • tt
  • i
  • b
Use tables for tabular data only. Use tags for what they are intended for (this includes avoiding overuse of div and span as well). Validate your pages. Never use a tag because of it's default presentation, use it because it's the appropriate tag for the situation. Do as little with JavaScript as possible, and never rely on JavaScript for critical functionality - let JavaScript be an additional user service instead of being necessary. And code for the standards compliant browsers first, then correct for iew's and iem's quirks, instead of the other way around. Test your JavaScripts in moz, op7 and ie5.0w, ie5.5w, ie6w. Test your style in the same browsers, and preferably in saf and ie5m too, if you have a mac to test it on.
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote
Old 01-30-2004, 09:57 PM   PM User | #9
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
liorean, It is not testing it on a mac which is hard, because I use one for everything, it is testing on Windows I cannot do.
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 09:57 PM   PM User | #10
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
What do you think of this template - http://freesitetemplates.com/templates/samples/171/
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 09:59 PM   PM User | #11
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
Exclamation One browser problem

Opera 6 mac does not display the page correctly
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Old 01-30-2004, 09:59 PM   PM User | #12
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
Quote:
Originally posted by Error 404
2 Months ago and how about giving me a comment of what atually to do.
What to do:
Step 1: Delete everything you got (save content in a text file)
Step 2: Learn the current state of technology (HTML 4.01 Strict - XHTML 1.0 Strict - XHTML 1.1, CSS2, Accessibility guidlines)
Step 3: Start over.
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
Vladdy is offline   Reply With Quote
Old 01-30-2004, 10:00 PM   PM User | #13
Roy Sinclair
Senior Coder

 
Join Date: Jun 2002
Location: Wichita
Posts: 3,880
Thanks: 0
Thanked 0 Times in 0 Posts
Roy Sinclair will become famous soon enough
Your request for more specifics is reasonable. I suggest that you turn ON the display of Javascript errors in IE and then visit your page. You get two javascript errors as the page loads, not a good thing, it's possible your hosting service may be the source of those errors so you may want to contact them if you find your code is all ok.

Before I go beyond that, you should know that what you've written is functional and usable by the vast majority of users on the web and much of the content on the web right now suffers from the same problems. You aren't alone and the comments that follow aren't personal, feel free to challenge any suggestions for the "why should I do that?". The purpose of the comments are to help you learn.

Your page uses lots of deprecated (that's a funny word for obsolete) tags and constructs. Back when HTML was a new concept there was very little you could do in a web page to control the look of the page. As new versions of HTML were developed a number of tags and properties for tags were added to give the developer control over the look of the page. The table tag was also found to be very useful for organizing the page and was quickly adopted by developers everywhere.

The problem with the proliferation of tags and properties is that web pages became so complex the actual content for the page is almost always overwhelmed by the code for the presentation of the content.

The answer to that problem was to reduce HTML back to it's roots as a carrier of content, using tags that give meaning to the content and separating out the presentational information into an entirely new language. The result of that was the "deprecation" of the presentation HTML code and properties plus the creation of a presentational language known as Cascading Style Sheets (CSS).

Initially, CSS simply didn't live up to it's billing so even though the CSS specification was already in place during the building of nearly everything that's on the web today it was all still done the same as before because the browsers in use simply didn't handle CSS well enough.

With the current browsers though it's now possible to perform the separation of content from presentation and those of us who've "seen the light" are trying to explain the benefits to the rest of the world.

There are several additional threads in this forum which explain much more about this topic, if you're interested let us know and we'll link you up to them .
__________________
Check out the Forum Search. It's the short path to getting great results from this forum.
Roy Sinclair is offline   Reply With Quote
Old 01-30-2004, 10:01 PM   PM User | #14
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
Quote:
Originally posted by Error 404
What do you think of this template - http://freesitetemplates.com/templates/samples/171/
Graphics are OK
Coding sucks
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
Vladdy is offline   Reply With Quote
Old 01-30-2004, 10:06 PM   PM User | #15
gsnedders
Senior Coder

 
gsnedders's Avatar
 
Join Date: Jan 2004
Posts: 2,340
Thanks: 1
Thanked 7 Times in 7 Posts
gsnedders will become famous soon enough
Heres the good news, the script errors are from the High Speed Train Webring code, however, as much as I would like to delete because of this, I will lose most of the people coming to my site.
__________________
Geoffrey Sneddon
gsnedders is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 10:12 AM.


Advertisement
Log in to turn off these ads.