
Start reading this book and pleasure to share
The HTML5 spec is 900 pages and hard to read. HTML5 for Web Designers is 85 pages and fun to read. Easy choice.
via http://books.alistapart.com/product/html5-for-web-designers

Start reading this book and pleasure to share
The HTML5 spec is 900 pages and hard to read. HTML5 for Web Designers is 85 pages and fun to read. Easy choice.
via http://books.alistapart.com/product/html5-for-web-designers
What is web design?
According to wikipedia : Web design is similar ( in a very simplistic way ) to traditional print publishing ( neither print ad nor design ). For me, it’s not about graphic design - it’s all about usability, accessibility, readability.
Boss : Can you write a pointer to point the homepage to xxx.html?
Me : …………… Pointer?
Boss : Yup, I need a fxxking pointer point from this page to another page….Do you understand what I mean?
Me : ……. Absolutely understand !
Boss : Hey, I feel strange to the top box of the right column. Don’t you?
Me : ……How strange?
Boss : Â I don’t know, it’s just strange. Can you align that box to left?
Me : OK….but….
Boss : Please emphasise authors’ name in the first paragraph as well.
Me : Empahasis??
Boss : Thicken words.
Me : …………..OK……..
Boss : How long do you need to finish a 5-pages website?
Me : Is there any programming?
Boss : No, it’s just a small website.
Me : How small is it?
Boss : Â Listen ! I just told you that it’s a website of 5 pages only !
Me : OKOK, 5 pages small website without any programming( writing it down… ).Â
Boss : I just want you to make it asap !
Me : OK, if you can provide me the photoshop file, I would like to say 1 day ( haha, indeed just need a single click to export.. )
Boss : Oh Great ! You are genius man, go ahead !
Papervision - an open source project targeting on Flash 3D presentation.

What we had before this project? We still have several ways to show 3D in internet : VRML, Java, Shockwave, and some other uncommon plugins; And most of the time, if you got some experience on that, we were always needed to code something like “matrix” and complex steps. I think it blocked most of us to learn at that time.
As W3C announced before, XHTML 5 ( HTML 5 ) will be published not later than 2010; that means we can start building websites with new syntax and tags. Although the fact is most of the end users are still using old browsers that only support HTML 4 ( I think we need to wait at least 2 more years for prevalence of “new browsers” )
For those who are interested in HTML 5, let me introduce you a online editor - Mozilla Bespin !

I think fixing png problem for ie5.5 / 6 maybe one of the troublesome question when building a beautiful website. Use? Or not using png? I haven’t tried all libraries ( Indeed that’s impossible ), but I can suggest these two for those who are new to this topic.
I’ve posted a question of displaying Chinese of tree component months ago ( in Adobe official forum ); And weeks ago I got a mail from a reader there asking about the solution…
There’s bug in displaying Chinese in Flash CS3 tree component, the only reason that cause the display error is the default fonts in tree component is set to Arial, so the solution here is to comment out the following line:
//htmlLabel.embedFonts = true;
I googled and found that it’s quite hard to find out the reason, so I just posted here, hope that help.