Web Development  >>  Javascript

Better Interfaces with CSS, JavaScript, and the DOM

Language : English Quality : Average Has Audio : true Source : Google Videos Media : Flash
Today's modern, standards-compliant browsers provide designers with vastly improved capabilities for creating rich user interfaces. In this ... all » session, we'll examine ways of using CSS and JavaScript together to create pages that are responsive, intuitive and more usable. See how these technologies can allow users to control display properties like fonts and colors, create forms with better navigation and validation, and build pages with features like in-place editing, table formatting and data sorting and filtering – and that don't need to round-trip back to the server. We will also examine ways to make use of these technologies so that even if the user disables them, the page content remains accessible

Tags: JavaScript, DOM, CSS, Interface, Web Development,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Javascript
  • DOM - Document Object Model
  • CSS - Cascading Style Sheet

  • Created : 2006-08-16   Duration : 58:37

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Make the whole Web look better with Stylish
    Most Firefox users are familiar with the Greasemonkey extension, a powerful tool that lets you enhance your browsing experience by rewriting HTML pages and JavaScript on the client side. The Stylish extension gives you that same level of control over Cascading Style Sheets (CSS). Unlike JavaScript, altering a page's CSS cannot change its functionality -- but it can greatly enrich its usability
    Script Smarter: Quality JavaScript from Scratch
    JavaScript is an amazingly useful language that offers many unique benefits. With a little consideration for how scripted functionality degrades, you can use JavaScript to bring a whole range of functional, design and usability improvements to your web sites