maximdocs

TwitterFacebook
Get flash to fully experience Pearltrees
http://net.tutsplus.com/articles/web-roundups/13-ways-to-browser-test-and-validate-your-work/

13 Ways to Browser Test and Validate Your Work - Nettuts+

Every day, when reviewing templates on ThemeForest , I test the submissions for validation and browser compatibility – not to mention my own work as well. Over time, I’ve scrounged the web for the best validation and browser compatibility testing tools around. Here’s my favorites. HTML and CSS Validation
CSS is the second-most-important thing you can master when it comes to web design, right after HTML. Below are more than 250 resources for mastering CSS . While they’re not likely to make it any less staggering, they can help you master the techniques that will help set your designs apart from the crowd. CSS3 Exciting Functions and Features: 30+ Useful Tutorials – More than thirty tutorials for learning to use some of CSS3′s more interesting new features. CSS: Getting Into Good Coding Habits – This article offers some best-practices for your CSS coding. 5 Tips for Organizing Your CSS – This article offers up five really useful methods for keeping your stylesheets better organized (and, therefore, easier to edit later). http://www.webdesignerdepot.com/2009/08/250-resources-to-help-you-become-a-css-expert/

250+ Resources to Help You Become a CSS Expert | Webdesigner Dep

HTML Coding Standards | Labs | Pete Goodman - Web Developer

http://www.petegoodman.com/labs/html-coding-standards/ This is not a guide to writing semantically correct mark-up, nor does this guide document all of my HTML conventions, as these are evident in my latest projects 1 . This is simply a guide for how I attempt to structure the HTML code of my projects. Doctype & Content Type Unless specifically requested, I always set the doctype of every site to XHTML 1.0 Strict .
Don't abuse meta tags. Search engines can give you a lower ranking if they think you are stuffing keywords which aren't relevant to your site just to get a better ranking. The appearance of HTML code should be neat and consistent. Layout should be structured with white-space used where required. Indenting should be used to improve readability. The use of styles should be consistent and have some overall plan.

Swinburne HTML Coding Standards - SwinBrain

http://swinbrain.ict.swin.edu.au/wiki/Swinburne_HTML_Coding_Standards
http://coding.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/ Once your latest project is finished, you are very likely to forget the structure of the project’s layout, with all its numerous classes, color schemes and type setting. To understand your code years after you’ve written it you need to make use of sensible code structuring. The latter can dramatically reduce complexity, improve code management and consequently simplify maintainability.

Improving Code Readability With CSS Styleguides | CSS | Smashing

Create Maintainable Code with a CSS Styleguide | Loud Dog

By Matt DeClaire on Mar 20, 2008 in Web Engineering Back when I was in school a teacher instilled in me a strict eye for code style. We submitted our assignments electronically to a testing script on his account, but before an assignment began running the rigorous gamut of test cases, it had to first pass a style check. http://www.louddog.com/2008/create-maintainable-code-with-a-css-styleguide/
http://coding.smashingmagazine.com/2008/08/18/7-principles-of-clean-and-optimized-css-code/

7 Principles Of Clean And Optimized CSS Code | CSS | Smashing Ma

But there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation.

Write a well structured CSS file without becoming crazy

http://woork.blogspot.com/2008/03/write-well-structured-css-file-without.html Big CSS files can be complex to manage but a good structured code can help you to make your life simpler. This is a descriptive post about how to write a well structured CSS file . I already spoken about code readability in CSS files , but after several most specific requests about this argument (mainly about the difficult of some readers to manage CSS file with a big quantity of layout elements), I decided to illustrate the process I use in these cases.
Using this Standard . If you want to make a local copy of this standard and use it as your own you are perfectly free to do so. That's why we made it! If you find any errors or make any improvements please e-mail me the changes so I can merge them in.

PHP Coding Standard

http://www.dagbladet.no/development/phpcodingstandard/
http://www.bbc.co.uk/guidelines/futuremedia/technical/ Standards for (server-side) application development to ensure that applications maintain the integrity and security of bbc.co.uk. AV standards, including links to technical information (bitrates, frame size, frame rate) for narrowband and broadband, streaming and download AV content. Standard giving requirements for normal page weight and methods for reducing page weight. This standard also gives guidance on how to optimise pages to achieve the best possible download speeds. Standards for the use of multimedia plug-in content on bbc.co.uk, including: approved formats; advice on the choice of Flash version; requirements on the provision of alternatives to plug-in content; how to optimise, test, deliver and embed plug-in content.

BBC - Future Media Standards & Guidelines - Technical Standa

Style Guide

Looking for Something? The New York Public Library has recently redesigned its Web site. The page you are looking for might have been removed or changed. We apologize for any inconvenience and would like to offer the following options:

CSS coding standards | drupal.org

All CSS code should be valid CSS, preferably to CSS 2.1 . CSS 3.0 is acceptable too, provided the usage can be justified and the principles of graceful degradation / progressive enhancement are followed. Vendor specific extensions may cause browser inconsistencies when declaring CSS3 before the standard has reached recommended status (a.k.a. finalized). Do not take for granted that a -vendor-xyz-property is and works the same as the final xyz-property . In general, all comments should follow Drupal's common Doxygen formatting conventions to stay consistent with the rest of Drupal's code base. In areas, where those common conventions cannot be applied, we resort to the CSSDoc syntax (draft) .

CSS Coding Standards | Labs | Pete Goodman - Web Developer

These CSS coding standards are not a guide for how to write CSS, but instead give an overview of how I prefer to structure my CSS files. The reason for setting out these rules explicitly is to increase the legibility of my code, and to aid situations where I am working as part of a group of developers. I always keep all CSS files within the directory /_includes/css/site/ . If I am creating CSS for a CMS along with the site, these files will be placed within /_includes/css/cms/ . Within each of these directories, I use a main stylesheet named global.css , along with a stylesheet named print.css .
The University of Minnesota web template HTML validates using XHTML 1.0 transitional. The XHTML and CSS coding follows standards developed by the W3C and University policy such as Accessibility of Information Technology . Dreamweaver—a free XHTML conversion extension can be downloaded to make the conversion. The latest version of Dreamweaver has this built in, too. Under File > Convert, you can find a variety of conversion options including XHTML 1.0 Transitional.

Web Coding Standards : eCommunication Standards : University of

The PEAR Coding Standards apply to code that is part of the official PEAR distribution. Coding standards often abbreviated as CS among developers and they aim to keep code consistent to be easily readable and maintainable by most of PEAR folks.

Manual :: Coding Standards