Design Recommendations

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Aug 2005
Posts: 279
Reputation: J_Search is an unknown quantity at this point 
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Design Recommendations

 
0
  #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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,260
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Design Recommendations

 
0
  #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)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 279
Reputation: J_Search is an unknown quantity at this point 
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Re: Design Recommendations

 
0
  #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 7:18 pm.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,260
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Design Recommendations

 
0
  #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)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 279
Reputation: J_Search is an unknown quantity at this point 
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Re: Design Recommendations

 
0
  #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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 50
Reputation: rus is an unknown quantity at this point 
Solved Threads: 0
rus's Avatar
rus rus is offline Offline
Junior Poster in Training

Re: Design Recommendations

 
0
  #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 Quick reply to this message  
Join Date: Apr 2006
Posts: 116
Reputation: alpha2006 is an unknown quantity at this point 
Solved Threads: 5
alpha2006's Avatar
alpha2006 alpha2006 is offline Offline
Junior Poster

Re: Design Recommendations

 
0
  #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 Quick reply to this message  
Join Date: Mar 2006
Posts: 2
Reputation: InterAKT is an unknown quantity at this point 
Solved Threads: 0
InterAKT InterAKT is offline Offline
Newbie Poster

Re: Design Recommendations

 
0
  #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 Quick reply to this message  
Join Date: Aug 2005
Posts: 279
Reputation: J_Search is an unknown quantity at this point 
Solved Threads: 6
J_Search J_Search is offline Offline
Posting Whiz in Training

Re: Design Recommendations

 
0
  #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,
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 2
Reputation: InterAKT is an unknown quantity at this point 
Solved Threads: 0
InterAKT InterAKT is offline Offline
Newbie Poster

Re: Design Recommendations

 
0
  #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 Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum


Views: 2957 | Replies: 11
Thread Tools Search this Thread



Tag cloud for Site Layout and Usability
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC