Resources for Good Site Aesthetics and Techniques
here are two link to fun web development stuff to look at, learn from and implement - updated daily (at least). The most popular web development bookmarks on del.icio.us: http://del.icio.us/popular/webdev My favorite bookmarks on my del.icio.us account: http://del.icio.us/memeshift/webdev …read more
Website Development (not CMS)
Website development using conventional programming and tools (pre-CMS ): html, dreamweaver, CSS, NVU, etc...
CSS is amazing
One of the things I am working on is creating websites for nonprofits. In the past, I used CSS a little for changing background colors, fonts, etc because I saw it somewhere but I had no idea what it was capable of. (For anyone who hasn't heard of it, CSS can be used to create designs for HTML pages. It allows one design file to be used for multiple pages in a website so that changing the font all across a site, for example, does not require changing each page in the site.) The CSS Zen Garden project provides a webpage for designers to create CSS designs for, which are then posted online. Each of the designs use the same HTML code (so they have the same content) - the only difference is the CSS (including images) design. Of the hundreds of designs posted online, here are a few examples that I liked and think show a good variety of designs: Museum, Pretty in Pink, Obsequience, contemporary nouveau, and Garden Party. Isn't this cool? …read more