Development Tutorials
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsCommunityDevelopment Tutorials

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old November 27th, 2003, 06:44 PM
FrankManno FrankManno is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 42 FrankManno User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Article Discussion: 5 Web Design Tips You Can't Live Without

In the world of web design both novice and experienced designers often have their faults when laying out websites.&nbsp; Don\'t fall into the trap of making \"common\" mistakes.&nbsp; In this article Steve opens up his own bag of tricks and gives us five design tips that may just make your next project that much more successful.


The Topic/Review Can Be Found Here: 5 Web Design Tips You Can\'t Live Without

Reply With Quote
  #2  
Old November 28th, 2003, 09:43 AM
iahmed iahmed is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: USA
Posts: 171 iahmed User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 42 m 58 sec
Reputation Power: 6
Thumbs up

Very Good Article.
Nice work from the Author.

Please fix the glitch in the metatag generator page (link from the 3rd tip www.websitegravy.com/metagen.php)

Thank you again for well wriitten article.

-iAhmed

Reply With Quote
  #3  
Old November 28th, 2003, 06:09 PM
ajbattrick ajbattrick is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 1 ajbattrick User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
An interesting article. However,
Quote:
Since browsers have increased support for CSS, or Cascading Style Sheets, whenever possible, use CSS to define your fonts, rather than HTML's <font> tag
Why should you use css, just because the browser's support it? There is no reason given here, and it does not affect the typography at all.

Reply With Quote
  #4  
Old November 29th, 2003, 05:22 PM
q3utom q3utom is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 16 q3utom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Good article, would help some one new to all this webdesign stuff.

Concerning css. Why use it ? Because the amount of time it saves defining the fonts of your site. All you need to do is make one css file then attach it to all your pages. Then in text boxes just use class="style" and it changes it to the set out css. Saves time and you never have to worry about making sure the text is formatted to verdanna and font size 11 or whatever you like.

It isn't necessary but it is helpful. Concerning flash use. You can make good looking flash websites containing all your content and fit it into a small file size, I also think macromedia are getting better at compressing the data.

You probably know about this but with php you can make sure it checks the users browser settings and it resizes everything so it fits.

Another point to consider is who are you making a website for? A lot of the people you will make sites for won't know any html or how to change the text of their site. You may be paid to change it for them. However lots of users want to constantly change text. For example news updates. PHP here comes in handy here and I think it is a way forward.

You may think im completly wrong but im only 16 and this is just what I have learnt so far in making sites for people.

q3

Reply With Quote
  #5  
Old December 2nd, 2003, 12:41 PM
FrankieShakes FrankieShakes is offline
Frank The Tank!
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: Jun 2002
Location: Toronto, Canada
Posts: 1,246 FrankieShakes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to FrankieShakes Send a message via MSN to FrankieShakes
I agree with q3utom... CSS has many benefits, one being the cleaner code that's produced.

The larger your page sizes are, the slower your site will load. Thus, by linking to an external stylesheet, you increase the speed at which your pages will load. One the user has downloaded the stylesheet, all subsequent pages will simply make use of the CSS file in the cache, causing the pages to render quicker.

Besides, the font tags are deprecated, and are no longer considered the "standard". You have a lot more flexibility with CSS than you do without.

Great article!

Reply With Quote
  #6  
Old December 2nd, 2003, 05:44 PM
notbrain notbrain is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Scottsdale, Arizona
Posts: 1 notbrain User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to notbrain Send a message via Yahoo to notbrain
If you need to be convinced why CSS is better than <font> tags and the like, take a look at:

URL

And for a path that will lead you to a multitude of CSS resources:

URL

Reply With Quote
  #7  
Old December 10th, 2003, 12:58 PM
Greg Hill Greg Hill is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Occidental CA
Posts: 1 Greg Hill User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I agree that CSS is a very powerful tool. I've only been using it for a couple of months, and am completely sold. Wholesale changes to the look of a site are possible in minutes if you take some upfront time to create appropriate classes and then incorporate them in your HTML.

Having said that, CSS can also mess things up pretty dramatically. A case in point: the use of "letter-spacing" to spread out the letters in your text. Done incorrectly, you can create overlapping, unreadable text.

The author mentioned that he likes to spread out his text using CSS. It would have improved the article had he included some example CSS declarations for accomplishing this.

Thanks for an otherwise useful article.

Reply With Quote
  #8  
Old December 10th, 2003, 12:59 PM
Jcaputo's Avatar
Jcaputo Jcaputo is offline
Administrator
Developer Shed Admin.
 
Join Date: Oct 2003
Posts: 114 Jcaputo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 46 m
Reputation Power: 10
Good points Greg - Ill be sure to pass them on to the author for you!

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsCommunityDevelopment Tutorials > Article Discussion: 5 Web Design Tips You Can\'t Live Without


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 5 hosted by Hostway