User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 425,929 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,691 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Site Layout and Usability advertiser: Programming Forums
Views: 2148 | Replies: 11
Reply
Join Date: Aug 2005
Posts: 276
Reputation: J_Search is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Design Recommendations

  #1  
Jun 11th, 2006
(sorry if this doesn't belong here)

Anyone have any recommendations on layout for my homepage? HTML tables? CSS divs? Anything else? PROs/CONs. I don't mean to start a war. I'm just asking because I'm new to both (HTML/CSS) and don't really know where to start. Thanks!!!
Homepage
J_
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,453
Reputation: peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough 
Rep Power: 11
Solved Threads: 296
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Design Recommendations

  #2  
Jun 11th, 2006
I like that layout simple and effecient...
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Reply With Quote  
Join Date: Aug 2005
Posts: 276
Reputation: J_Search is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Re: Design Recommendations

  #3  
Jun 11th, 2006
Originally Posted by peter_budo
I like that layout simple and effecient...


haha, thanks. It's my first one. I was going to even pay someone to design it, but I got bored one day at work and started playing with VISIO and came up with that on the first try. But I don't know how to code it, yet.

Originally, by checking Daniweb's source, I figured tables&images were the best way to get a rounded look. I was turned off from tables once I typed "html tables vs css" in google. I found this site which has 3 examples of how to get rounded tables with CSS. But then I ran across this site, and I've been using that technique ever since. Cool thing about it is it doesn't use any images. I'm not sure why (noob) IE6 blocks the javascript calling it "Active Content" "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for options...". Is there a way around this? And why doesn't Firefox show a warning?
Last edited by J_Search : Jun 11th, 2006 at 6:18 pm.
J_
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,453
Reputation: peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough 
Rep Power: 11
Solved Threads: 296
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Design Recommendations

  #4  
Jun 12th, 2006
The first link tutorials give you geneal idea what you are about to do and how you can do it with different techniques.I love that Zen Garden example, brilliant work.
Second one, stright forward tutorials very nice done.

Anyway, good luck wih your development, hope to see final outcome of your work :p
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Reply With Quote  
Join Date: Aug 2005
Posts: 276
Reputation: J_Search is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Re: Design Recommendations

  #5  
Jun 13th, 2006
Honestly, I just need some advice on how to get what's already drawn into code. I'll further tweak and modify after that.
J_
Reply With Quote  
Join Date: Dec 2004
Posts: 49
Reputation: rus is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
rus's Avatar
rus rus is offline Offline
Light Poster

Re: Design Recommendations

  #6  
Jun 13th, 2006
There is a big debate over which is better, HTML tables or CSS. It just depends on what you prefer. I would suggest you try a little of both, see which one you grasp best. Or, it could be a combination of both.

I still use HTML tables with CSS to tweek the limits of the HTML. In other words, I create the table, then if I need to add padding, control font, etc., I use CSS.

Hope this helps.
Reply With Quote  
Join Date: Apr 2006
Posts: 116
Reputation: alpha2006 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 5
alpha2006's Avatar
alpha2006 alpha2006 is offline Offline
Junior Poster

Re: Design Recommendations

  #7  
Jun 14th, 2006
Nice layout.
If you choose some nice colors and add some sharp graphics, you can have a slick website.
Reply With Quote  
Join Date: Mar 2006
Posts: 2
Reputation: InterAKT is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
InterAKT InterAKT is offline Offline
Newbie Poster

Re: Design Recommendations

  #8  
Jun 22nd, 2006
Hi,

Your layout is pretty complicated so I advise you to use CSS divs. It's true that it is more complicated to learn CSS than to use HTML tables. But in my experience, once a designer/developer starts to know CSS they never go back to HTML tables.
HTML tables are OK when you don't know CSS and you want to create a very simple layout. Yours isn't that simple.
Shotly these are the advantages of CSS:
  • CSS provides many more presentational choices than HTML
  • Makes sites load faster and conserves bandwidth
  • Makes HTML documents less complicated and more accessible — separates structure from presentation
  • Enables us to make global changes — easier to maintain
(http://webguide.ua.edu/webtide/wtpres20021203.html)

I will give you some development tips also:

These products don't require advanced programming skills and help you build your site in a couple of days.

Hope this will help,
Mihaela
Reply With Quote  
Join Date: Aug 2005
Posts: 276
Reputation: J_Search is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Re: Design Recommendations

  #9  
Jun 22nd, 2006
Thanks for the links. Was that a commercial? haha.

Actually, I have all the backend code, I just hate html/css and design for that matter. I wasn't aware that these tools even existed for Dreamweaver. I'll have a look at them. Anything that makes my life easier.

Thanks,
J_
Reply With Quote  
Join Date: Mar 2006
Posts: 2
Reputation: InterAKT is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
InterAKT InterAKT is offline Offline
Newbie Poster

Re: Design Recommendations

  #10  
Jun 22nd, 2006
Except for MX RSS Reader-Writer, all the other products have 30 days free trials - so you can give it a try without loosing anything
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Site Layout and Usability Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Site Layout and Usability Forum

All times are GMT -4. The time now is 9:10 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC