Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Site critique

Status
Not open for further replies.

sfvb

Programmer
Nov 25, 2001
399
US
I am not a web designer (I have a lot to learn in that area), but I would like a critique of my site
For the person that might visit/revisit my site, I thought a simple, clean site was best, so that's what I was shooting for.

I know I could speed up the Java Script and CSS load time by not formatting those pages, (the HTML for that matter), but decided to leave them formatted for now.

Also, I know that the archives page will become unruly after a period of time. I plan on changing that page into a calendar type page in the future.

Any and all comments are welcome.

Steve
 
Code:
   <table id="count" cellpadding="0" cellspacing="0">
      <tr id="RPL"><td>&nbsp;</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
          <td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
          <td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
      </tr>
      <tr id="LTR"><td>A</td><td>B</td><td>C</td><td>D</td><td>E</td><td>F</td><td>G</td><td>H</td><td>I</td>

          <td>J</td><td>K</td><td>L</td><td>M</td><td>N</td><td>O</td><td>P</td><td>Q</td><td>R</td>
          <td>S</td><td>T</td><td>U</td><td>V</td><td>W</td><td>X</td><td>Y</td><td>Z</td>

      </tr>
      <tr id="CNT"><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th>
          <th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th>
          <th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th>
      </tr>
   </table>

That is the scariest bit of code I have seen for a long time.

What is it doing, and why are you doing it that way?

"I'm making time
 
I use IE 5.5 and the interactive bit doesn't seem to work as expected. I understand you intend to do more work in this area, though, so no problem for now.
My main concern is how the site relies so heavily on javaScript - in fact it doesn't work at all without it. Many of us - including me, browse with JavaScript disabled except for a few 'trusted sites', so this site would be effectively unavailable to us. Also spare a thought for those with disabilities or who have a text-only browser for whatever reason, but who might appreciate your work.

Is there any way, I wonder, of presenting this in a similar way without relying on javaScript?

Regards, Andy.
**************************************
My pathetic attempts at learning HTML can be laughed at here:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top