-
Notifications
You must be signed in to change notification settings - Fork 0
library
-
Learn HTML5 elements better: HTML5 Doctor Glossary and Dive Into HTML5 : semantic elements
-
HTML5 Layout with ARIA roles by Jonathan Neal
-
Using border-radius with a border in Webkit? Try -webkit-background-clip to fix the bleed.
-
Write efficient CSS for optimum browser performance.
-
Know your available browser CSS hacks.
-
Style input placeholders with vendor-prefixed extensions
-
If
hr
has a width, make sure you havetext-align: left
also set for consistent rendering across all browsers. IE8 renders thehr
in the center while others align it to the left. (see #297) -
Consider less visually intense colors for text selection when the window is inactive.
-
Using
text-decoration: underline;
for anchors cause some issues specially for languages that have dots under some letters. Useborder-bottom: 1px solid currentcolor;
in such cases. Note: consider thattext-shadow
does not effect borders.
- Things to consider while using PNG images
Gmail for Mobile HTML5 Series:
-
Using AppCache to Launch Offline - Part 1
-
Using AppCache to Launch Offline - Part 2
-
Using AppCache to Launch Offline - Part 3
-
A Common API for Web Storage
-
Suggestions for Better Performance
-
Cache Pattern For Offline HTML5 Web Applications
-
Using Timers Effectively
-
Autogrowing Textareas
-
Reducing Startup Latency
-
CSS Transforms and Floaty Bars
David B. Calhoun - Developer Blog - David Calhoun, frontend engineer working for Yahoo! Mobile team.
Wayne Pan - Wayne Pan, engineer working for Google AdMob
-
Internationalization tips - Things to watch out for when using languages other than English.
-
Security - Always try to nail down your installation
-
Consider some opinionated web do's and web dont's
-
Get your team hooked using the same front-end coding standards and best practices.
-
What should a developer know before building a public web site? Stackoverflow great summaries.