nickdominguez | Shared With: Everyone - Dec 20 2006 | css, standards, imported:del.icio.usI'm willing to bet alot of designers and developers didn't know that CSS was 10 years old. I certainly didn't.
nickdominguez | Shared With: Everyone - Oct 30 2006 | article, standards, imported:del.icio.usThis article highlights and answers some of the most frequently asked questions about HTML. HTML is the foundation of the Web, and both developers and designers need to understand it.
Related Content from Around Faves
standard
-
Guido's recommendations for python coding conventions.
I don't follow the function naming conventions - as I'm too used to InitialCapital for function and method names (I think functions should look more like Classes than variables).
6 FaversViewed: 7 TimesQuoted: Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
- Rich - May 16 20091 FaverViewed: 10 Times
- petersigrist - May 13 20091 FaverViewed: 36 Times
