Lowdown on the technical aspects of design
Posted by Jeff as Design, Design Features, Featured Articles, TipsClearly, I’m asking for trouble here by laying down a list of what is regarded as good design.
Hopefully though, this does not turn out like O’Reilly’s Bloggers’ Code of Conduct which he later took back:
Proper use of fonts – as a general rule, no more than three font families are to be used on a single page. Too similar fonts make for a staid feel, while over-using fonts is gaudy. (This one I remember from my elementary Journalism class)
Font families – unlike in print media, the use of serifs (Garamond, Times New Roman, Cambria) and sans-serifs (Arial, Tahoma, Calibri) are reversed: serifs are generally used online for headers and titles, while sans-serifs are used for body text. The general assumption is that serifs when displayed onscreen without sub-pixel font rendering tend to strain the eyes. While OS X and Windows Vista already implement font families optimized for sub-pixel font rendering, this is still a small percentage of your audience.
Writing special symbols – with the proliferation of adaptive WYSIWYG interface, it’s increasingly more difficult to resist writing in Microsoft Word and pasting everything over to your platform’s Visual Editor (in my experience, WordPress and Blogger are notorious for not filtering Microsoft-proprietary extensions to HTML when copy-pasting). As such, the inevitable appearance of symbols such as é and € make the work of future-proofing your code more difficult than it should be. To get on the good side of font substitution between operating systems and browsers, and future extensions to the current HTML/XHTML standards, consider using entity names versus entity numbers.
Use of images – here’s where it gets dicey. Unless you’re running a design site, it is good practice to stick with muted background patterns that tile well – not wallpaper sized images that only add unnecessary loading times to your page. Then again, I have seen well-optimized images used as watermarks that still manifest good practice. Your gut feel would be your best bet.
Formats of choice – JPEG is still de factor photos and PNG for outlined images. Generally, it is best to leave a file in its original format. You almost never have to perform format conversions as this decreases the fidelity of your images. This is especially true for PNG; unless specialized software is employed, converting a GIF does not give the vector-based advantage of PNG because the latter is dependent on distance between image elements (lines, loops, fills), unlike GIF.
In the next installment…
Color themes -
Adapting to different screen resolutions -
Cross-browser compatibility -
No related posts.
Related Articles
No related posts.
Our Features
-
Design and Themes
The Modern and Creative Design and Themes
In order to design a website you can organize web design contests which are meant for the designers who are best in this field. This is one of the best way by which you can get the best designs and then you can pick any of them. You can use internet that is the ideal [...]
Read on
More Design and Themes Features -
Software and Widgets
WordPress Plug-ins
If you blog using WordPress and can’t do something that you want done like adding Sphere-related content at the end of your blog posts you might be surprised to find out that there are already plug-ins available that make it happen. To find good WordPress plug-ins all you need to do is search for “wordpress [...]
Read on
More Software and Widgets Features -
Reviews
A Friend In Need
I’m helping out my friends from the UA&P – IShareHappiness Blog Team. Whenever you feel pessimistic, angry, troubled, frustrated, and depressed – what have you – you need someone to talk to. Someone who could help you be more optimistic and help make you feel that there is hope. Sometimes it’s hard to talk to [...]
Read on
More Blog Reviews -
Monetization
The Modern and Creative Design and Themes
In order to design a website you can organize web design contests which are meant for the designers who are best in this field. This is one of the best way by which you can get the best designs and then you can pick any of them. You can use internet that is the ideal [...]
Read on
More Monetization Features -
Marketing and Search Optimization
The Importance of SEO Consulting in Creating Online Businesses
Due to the reception and acceptance of SEO as a business process for assuring successful profit generation, many blogs, article contents, and forums have been discussing this matter, even providing some tips and tricks for everyone who is interested to know what is behind the trend and the system. People who would like to achieve [...]
Read on
More Marketing and SEO Features -
Blog Resources
SUBSCRIBE
Via RSS Feed
Via Email
Via Mobile Phone
CATEGORIES
- Blog Tutorials News
- Design and Themes
- Featured Articles
- Marketing and Search Optimization
- Monetization
- Software and Widgets
- Writing
Friends
-
Freelance writing jobs
- SEO Copywriting Service
- SEO web hosting
- iPage
- FatCow
- Face to Face Sales
- China Wholesale
- For wordpress installation help, you could check 1-click Wordpress Setup on iPage.
Bloggy Awards
Blogger Jobs
- Need a Break From Blogging? Cook With Recipe Finder!
- Screencast/video blogger with wordpress/web 2.0 experience
- Android App Review/Blogger Wanted
- Canadian Business Blogger Wanted
- Fashion Writers Wanted at Pumpsicle

CONTRIBUTORS
RESOURCES
- Blog Herald
- Blog Network Watch
- Copyblogger
- Daily Blog Tips
- Japanese Blogs
- Lorelle on WordPress
- Problogger
6 Responses
Geo
23|May|2007I guess it’s the same with powerpoint presentations, documents, or anything that you wrote that you want to present to people.
They also teach that here in the corporate world.. but it’s more focused on presentations.
Anyway, good post. I’ll wait for the next installment.
ia
23|May|2007I hate it when people resize their images in HTML, not in a graphics editor. The file size could have been smaller and hence the loading time could have been faster.
I also hate it when people copy-paste from Word to HTML and don’t check if symbols like curly quotes, en/em dashes, and ellipses actually show up as readable text. Even worse is when you copy from Word and you use the HTML generated by it. Nightmares.
Geo
23|May|2007Lol. Sorry ia-chan I am one of those people.. sometimes.
And speaking of design, I have a problem of putting tables from Word to HTML (especially if its a complex table). Do you have any advise on that, blog-tutors? I usually want to just copy-paste my table to my corporate blog.. you know how big bosses love charts and tables.
ia
23|May|2007Sorry Geo, I wasn’t trying to hit you with that comment. The second one just happened to me yesterday with a client. It infuriated me for hours.
If it’s a table… Word should be able to export the code as an HTML document and you can just copy the portion where the table appears. That’s the easiest way I can think of.
Geo
24|May|2007No worries. I understand your point even if it was trying to hit me.
And about the table, yeah I just copy it but the formatting goes away. And if it is a somewhat complex table (like a column will be divided into 2 columns again), it just looks weird. What I usually do then, is just convert the table to an image then put it in the blog. I’m not sure if there’s an easier and better way.
Jeff
24|May|2007Both Word and FrontPage (now-defunct) have tag cleanup functions
http://articles.techrepublic.com.com/5100-1035_11-5197013.html
http://office.microsoft.com/en-us/frontpage/HA010951391033.aspx