Archive for December, 2005

28th Dec 2005

CSS Import

For inspiration: www.cssimport.com

Posted in CSS | No Comments »

26th Dec 2005

Converting HTML to XHTML in Dreamweaver MX

Didn’t know about this feature till I read this article - http://builder.com.com/5100-6371_14-5061538.html

Converting HTML to XHTML in Dreamweaver MX

You can also use Dreamweaver MX to convert existing HTML files to XHTML 1.0 Transitional. After opening an HTML file in Dreamweaver, select File | Convert | XHTML. If Dreamweaver encounters code it can’t convert, such as <img> tags without alt text, it provides a report at the end of the conversion process. From there, you can manually repair the offending code.

Posted in xHTML | 5 Comments »

26th Dec 2005

Transitional vs. Strict

Elements/Attributes not allowed in xHTML Strict

  • font
  • center
  • iframe
  • strike
  • u
  • s
  • dir
  • noframes
  • align
  • target
  • language (script)
  • background
  • bgcolor
  • noshade
  • border (allowed in table)
  • height (allowed in img and object)
  • width (allowed on img, object, table, col, and colgroup)
  • nowrap
  • text (body)
  • alink (body)
  • vlink (body)
  • link (body)
  • vspace

For more, go to:

http://24ways.org/advent/transitional-vs-strict-markup

http://liorean.web-graphics.com/xhtml/comparison.loose-strict.html

http://www.zvon.org/xxl/xhtmlReference/Output/comparison.html

Posted in xHTML | No Comments »

25th Dec 2005

CSS Shorthand Guide

Someone once asked me what’re the shorthand values for font properties. I wasn’t so sure because I was never a big fan of shorthand. Well, today, I came across this article while surfing online, and thought I should bookmark it here coz it might come in handy one day.

http://www.dustindiaz.com/css-shorthand/

Posted in CSS | 1 Comment »

25th Dec 2005

Ten reasons to learn and use web standards

Excellent reasons on why everyone should use web standards. Read the full post at 456bereastreet.

If you’re a web developer or designer new to the concept of web standards and are undecided on whether you should spend the time to learn all about them or not, here are some of the most important reasons for doing so.

For web professionals who are already using web standards, this list may come in handy when you need good arguments. And feel free to add any additional benefits you can think of.

  1. Make yourself look professional
  2. Make your clients look good
  3. Maximize the number of potential visitors
  4. Faster loading and reduced bandwidth usage
  5. Provide the foundation for accessibility
  6. Improve search engine rankings
  7. Make your markup easier to maintain
  8. Future-proof content
  9. Good business sense
  10. It’s the right way to do things

Posted in Random | No Comments »