cancelBubble is a collection of useful links by and for professional web designers and developers.

Search: best practices

Good news you sexy beast, I have found 72 results for you.

*Miscellaneous The Official Guide to HTML5 Boilerplate

Submitted by matt 4 days ago (more from net.tutsplus.com)

In this screencast, Paul Irish meticulously reviews each page, and then further goes on to explain why and when you would use each snippet in your projects. The product of years of learning, this video is not to be missed! Even if you have no intention of using this template, you’ll still learn an array of helpful techniques.

*HTML/CSS HTML5 Reset - A simple set of best practices to get your HTML5 project going

Submitted by matt 20 days ago (more from html5reset.org)

We usually start every HTML project with the same set of HTML and CSS templates. Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it's time for an update, and we thought we'd put it out there for everyone to use.

*HTML/CSS HTML5 Boilerplate - A rock-solid default for HTML5 awesome

Submitted by matt 27 days ago (more from html5boilerplate.com)

After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash. A starter apache .htaccess config file hooks you up with caching rules and preps your site to serve HTML5 video, use @font-face, and gzip.

*Design Endeca User Interface Design Pattern Library

Submitted by matt 43 days ago (more from patterns.endeca.com)

Describes principled ways to solve common user interface design problems related to search, faceted navigation, and discovery. The patterns are offered as proposed sets of design guidelines based on our research and design experience as well as lessons learned from the information search and discovery community

*Design Pattern App

Submitted by matt 43 days ago (more from patternapp.com)

A resource for everyone who needs to design or develop user interfaces. It is a collection of Web design patterns, best practices, which helps you to find inspiration and design interfaces with great user experience. It is also a user interface gallery full of real world examples of our patterns.

*Programming Google JavaScript Style Guide

Submitted by matt 53 days ago (more from google-styleguide.googlecode.com)

The point of having style guidelines is to have a common vocabulary of coding so people can concentrate on what you're saying rather than on how you're saying it

*Miscellaneous Hands-On Guide: Verifying FIFA World Cup against Performance Best Practices

Submitted by matt 90 days ago (more from blog.dynatrace.com)

I want to take you through a Step-By-Step analysis of different pages on the FIFA site based on Web Performance Best Practices that have been established over the last couple of years. FREE tools such as the dynaTrace AJAX Edition, Yahoo’s YSlow and Google’s PageSpeed make it easy to perform these analytic steps identifying issues that could easily become real performance problems.

*Programming Zakas’ JavaScript performance tips

Submitted by matt 106 days ago (more from james.padolsey.com)

Five key points emerged during the presentation: Store out-of-scope variables in local variables. Minimize property access. Do as little as possible on each iteration of a loop. Minimize document reflow by only changing the DOM when absolutely necessary. Don’t use inline styles unless you’re animating.

*Usability The Psychologist’s View of UX Design

Submitted by matt 110 days ago (more from uxmag.com)

A visual designer approaches UX design from one point of view, the interaction designer from another, and the programmer from yet another. It can be helpful to understand and even experience the part that others are experiencing. I take research and knowledge about the brain, the visual system, memory, and motivation and extrapolate UX design principles from that.

*Programming JavaScript Coding Standards

Submitted by matt 117 days ago (more from asp.net)

Covers naming standards, style guidelines, design guidelines and programming guidelines. They are targeted at developers using the Ajax Control Toolkit and Microsoft ASP.NET Ajax Library, but even if you’re using other frameworks you will likely get some value from reading them.