Website Critiques
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWebsite Critiques

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 19th, 2005, 01:39 AM
JAVan JAVan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 2 JAVan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
http://www.TechJobsVancouver.com - CSS Layout

Hi Everyone,

This is my first post but I've been reading this forum for a while now. I've found lots of great tips here

This is my first attempt at a table-less CSS layout: www.TechJobsVancouver.com

I've tried to create the site to be fast, simple, and useful. What do you think of the site?

There's one spot where I had to use a table for layout. It's on the job listing page. I use a table with two columns. The left column holds a message showing the number of jobs returned and the right column holds the navbar. I used a table here because both the message and the navbar are variable length and both need to be bottom-aligned. I've searched for a solution but the answer I've found is that it's impossible to do this using CSS. If you have a solution then I'd love to hear it.

Reply With Quote
  #2  
Old January 19th, 2005, 06:18 AM
Three's Avatar
Three Three is offline
Rosy Cheeked
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Cleveland, UK
Posts: 361 Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 9 h 14 m 12 sec
Reputation Power: 12
Send a message via MSN to Three
You seem to have two links to the your style sheet, one in the header (which is correct) and then one down near the bottom of your source, you need to remove the second one.

You've made a really good start towards CSS based design, your site looks professional and very slick, but I feel there is still quite a bit of work to get your mark-up in good shape.

For example:
Your two tables, should probably be marked-up as one, in the following way. Otherwise the coloumn headers have no association with their respective coloumns.
PHP Code:
<table>
<
thead>
<
tr><th>Job Title</th><th>Company</th></tr>
</
thead>
<
tbody>

<
tr>
<
td class="titlecol"><a href="go.php?id=2833&p=0" title="Open Job Description in New Window">Client Executive</a></td>
<
td class="companycol"><a href="list.php?search=company&keyword=Metafore Corp&cid=105&maxJobs=5" title="Show all jobs from this company">Metafore Corp</a></td>
</
tr>

<
tr>
<
td class="titlecol"><a href="go.php?id=2826&p=0" title="Open Job Description in New Window">APPLICATION DESIGN SPECIALIST</a></td>
<
td class="companycol"><a href="list.php?search=company&keyword=Bell Canada&cid=133&maxJobs=5" title="Show all jobs from this company">Bell Canada</a></td>
</
tr>

<
tr>
<
td class="titlecol"><a href="go.php?id=2825&p=0" title="Open Job Description in New Window">DIRECTOR-STRATEGY AND BUSINESS DEVELOPMENT</a></td>
<
td class="companycol"><a href="list.php?search=company&keyword=Bell Canada&cid=133&maxJobs=5" title="Show all jobs from this company">Bell Canada</a></td>
</
tr>
</
tbody>
</
table
__________________
Control post quality through the power of rep' ()

Reply With Quote
  #3  
Old January 19th, 2005, 03:59 PM
JAVan JAVan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 2 JAVan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Three: Thanks for pointing those mistakes out. I removed the bottom <link> tag and merged the two tables into one. I didn't know about the <thead>, <tbody> and <tfoot> tags so I think they'll come in handy in the future, too. I'm going to upload the code on my server later tonight.

Any other tips? Is the site fairly quick to render and navigate for everyone?

Reply With Quote
  #4  
Old January 20th, 2005, 05:51 AM
Three's Avatar
Three Three is offline
Rosy Cheeked
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Cleveland, UK
Posts: 361 Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level)Three User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 9 h 14 m 12 sec
Reputation Power: 12
Send a message via MSN to Three
Everything seems to render pretty snappily, and navigation is also fairly clear and quick, although there aren't many places to navigate to at the moment, if you plan to scale up the site, you might run into problems in that area (unless that is what the blue column is for? )

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWebsite Critiques > http://www.TechJobsVancouver.com - CSS Layout


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway