Profile_bird

Hey there! webdevtips is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving webdevtips's tweets.

Already using Twitter
from your phone? Click here.

Default_profile_6_bigger
webdevtips

  1. New FireFox/Firebug Add-On: Page Speed. Similar to Yahoo's YSlow site speed tool, with added features like unused CSS. http://bit.ly/MjqPU
  2. If you are using Dreamweaver, pasting when u have an image in memory will launch fireworks "save image" dialog. Great for tutorial creation.
  3. Tip: Want your <ol> bullet to be bottom aligned? Display the contents of the <li> as inline-block.
  4. Excellent resource on mobile browsers and mark up language: http://bit.ly/UcBDp
  5. Tip: In creating image sprites, leave the top line transparent, making it easier to avoid accidental or wrong background images
  6. Use <label> element with the 'for' attribute - when the label is clicked, the associated radio /checkbox will change state.
  7. Accessibility and SEO: Why Accessible Websites are not for the disabled. Old but interesting post at http://magicposition.com
  8. Great resource of 90+ CSS properties, values of those properties, and browser support for each value at http://awe.sm/Iii
  9. Want to see your web page in browsers or operating systems do you don't have access to? Make screen shots at http://browsershots.org
  10. Matrix of browser support for Canvas: http://philip.html5.org/tes...
  11. Microsoft has made available their testing suites for HTML5, ARIA and CSS 2.1: http://samples.msdn.microso...
  12. CSS hack for IE8 and other IE8 information: http://tinyurl.com/cst2w7
  13. When creating tables, <tfoot> comes BEFORE <tbody> in the HTML code.
  14. Form buttons DON'T need a name. Only names on submit buttons get sent along with the form.