Archive for the ‘DHTML’ Category

Thursday July 28, 2005 02:25

SimpleBits

Posted by rousso as DHTML

I run into this site today which I find enviable a lot. Check it out. Dan Cederholm seems to do a very nice job on web design. 

SimpleBits.com

Tuesday July 19, 2005 02:23

JavaScript – The World’s Most Misunderstood Programming Language

Posted by rousso as DHTML

Incredible article on Javascript! I have been programming Object Oriented languages for a very long time (since OO Turbo-Pascal in late 80’s). The truth is that I myself had probably misunderstood JavaScript. Why? Two sets of reasons: a) all those...

Thursday June 23, 2005 02:24

CSS Playground

Posted by rousso as DHTML

I disovered this interesting site of a mr Stu Nicholls. He seems interested and is knowledgeable in CSS.

Don't miss it.

Tuesday June 14, 2005 02:21

CSS cache

Posted by rousso as DHTML

One annoying thing about modifying themes and styles sometimes, is CSS caching. Although including a stylesheet in a page by using <link rel... tag is a good thing (because the stylesheet gets cached by the browser and is not downloaded again and...