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 are you doing? Join today to start receiving webdevtips's tweets.

Already using Twitter
from your phone? Click here.

Default_profile_6_bigger
webdevtips

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