Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UCLA jQuery

Sean Murray
December 20, 2011
190

UCLA jQuery

Sean Murray

December 20, 2011
Tweet

Transcript

  1. www.novacoast.com 2 About Novacoast HQ - Santa Barbara, CA -

    Professional Services && Product Development Consultants - Hire developers strictly out of UCLA and UCSB Engineering Programs - Offices nationwide... such SF, Boston, New York, Santa Barbara, Ohio, Louisiana Friday, November 2, 12
  2. www.novacoast.com Multiple Layers of a LAMP (MAMP) Stack 4 Web

    Development 101 Server Client (Browser) PHP MySQL Apache HTML CSS JavaScript Flash Friday, November 2, 12
  3. www.novacoast.com Browsers interpret code slightly differently Web Development 101 6

    This can be difficult to code for, to say the least. Friday, November 2, 12
  4. www.novacoast.com In the old days... 7 a simple fade in

    http://www.switchonthecode.com/tutorials/javascript-tutorial-simple-fade-animation Friday, November 2, 12
  5. www.novacoast.com What is jQuery? 9 - Fast, concise JavaScript Library

    - Modular, plug-in architecture - Simplifies HTML Document Traversal - Simplifies Event Handling - Simplifies Animating - Simplifies AJAX - is Lightweight - is CSS3 Compliant - is Cross-browser! Friday, November 2, 12
  6. www.novacoast.com Analytics 11 52.54% of the Top 10,000 websites use

    jQuery. http://trends.builtwith.com/javascript/jQuery Friday, November 2, 12
  7. www.novacoast.com Document Object Model 21 What is it? • Standardized

    • HTML interface • Event Bindings Friday, November 2, 12
  8. www.novacoast.com “A bullet proof vest doesn’t keep you from shooting

    yourself in the foot, it's good to have a strong foundation in javascript before fully utilizing jQuery” - Jon Sharp The basics 23 Friday, November 2, 12
  9. www.novacoast.com Rule Of Thumb Selectors 30 • Use ID Optimization

    • Avoid non-standard CSS3 • Think right to left Friday, November 2, 12
  10. www.novacoast.com jQuery UI Suite Effects Engine 36 • Easing Effects

    • Widgets • Theming Friday, November 2, 12
  11. www.novacoast.com AJAX 37 • Reduce page load time • Save

    bandwidth • Better use of cacheing • Live updates and feeds Stream live data or load pages asynchronously Friday, November 2, 12
  12. www.novacoast.com Best Practices 38 • Cache DOM • Optimize Selectors

    • Go Native (when possible) Friday, November 2, 12
  13. www.novacoast.com Community 42 • Open IRC Discussions • CLA (Contributors

    License Agreement) • Room for growth Friday, November 2, 12