Tag : (X)HTML
1 - 2 of 2
Bookmark Today
Fonts
I found a cool info about 10 beautiful fonts here, and all of them are FREE !
CMS / Blog tools
Born as phpRadiant in January 2007, Frog CMS is a PHP version of Radiant CMS, a well known Ruby on Rails application. The current stable version is 0.9.3, released 14 August 2008.
I've found a great slideshow site introducing Modular CSS. I can understand clearly enough to get a gist of the concept of Modular CSS, which I've been working on depending on my experience. This slide shows how it works to support non-CSS oriented browsers like old-fashioned NN4, IE5.5/6, Mac/IE, and so on.
This slide tells that it is good to separate CSS by:
but I think separating CSS into many files also causes a problem and tends to be non-maintainable. Of course write all code in one file is not good, actually a bad manner, but also make it into small pieces are bad neither, I think.
so...I/You have to be careful when I/you try to make it separated.