Showing posts with label Style. Show all posts
Showing posts with label Style. Show all posts

Tuesday, December 26, 2006

Web 2.0 how-to design guide

The list below is a summary of many of the common features of typical "Web 2.0" sites.

Clearly, a site doesn't need to exhibit all these features to work well, and displaying these features doesn't make a design "2.0" - or good!

I've already addressed some of these factors in my introductory Current Style article.

Read Via WebDesignFromScratch

Friday, October 13, 2006

Code Style - Common file properties

With the exception of special-purpose files, each source file must ontain the GNU copying statement, CVS Id tag, and author's name and e-mail address.

C, Perl, and Bourne shell files must contain Gnu Emacs variables at the end of the file:

# Local Variables:
# mode: perl
# indent-tabs-mode: nil
# perl-indent-level: 4
# End:

Each file must always end with the linebreak. Otherwise it might conflict with CVS. All files must have Unix linebreak format.

Source - Torrus.org