1 of 11

What’s jQuery in 15 minutes or it’s free!

By: Maxime Rouiller

2 of 11

Who am I?

  • Maxime Rouiller
  • Senior Developper and Coach at Innobec
  • I blog at http://blog.DecayingCode.com
  • I’m on Twitter : @MaximRouiller

3 of 11

What is Innobec?

  • Developing custom web sites, mobile applications and portals
  • Coaching for ASP.NET Developer and Project
  • Our tools include:
    • Visual Studio 2010 & ASP.NET + ASP.NET MVC 3.0
    • jQuery
    • Test-Driven Development
    • Java, C++, Objective C (Android, iPhone, etc.)

4 of 11

Agenda

  • Simple introduction to jQuery
  • What is jQuery?
  • Why use jQuery?
  • Who’s using jQuery?
  • How to install?
  • Links of interest

5 of 11

What is jQuery?

  • History:
    • First conceived in August 2005
    • Version 1.0 dated January 2006
    • 36 releases later we are at 1.7.1 released November 21st 2011

6 of 11

What is jQuery?

  • Goal:
    • Code once, works everywhere
    • Transform the tedious task of Javascript into pure fun
    • Free and Open Source
  • Supported by:
    • Microsoft by including it with ASP.NET MVC
    • Nokia by including it in their Widget development platform

7 of 11

What is jQuery?

  • Cross-Browser Library
    • Works with:
      • Internet Explorer 6.0+
      • FireFox 2.0+
      • Safari 3.0+
      • Opera 9.0+
      • Chrome (all versions)

8 of 11

Why use jQuery?

  • Most adopted Javascript library right now
  • It works
  • Makes using Javascript actually fun!
  • Backed by Google, Microsoft, etc.
  • Strong community

9 of 11

Who is using jQuery?

10 of 11

How to install?

11 of 11

Links of interest