Skip to content

dget/js-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Intro to Javascript

Hey - my slides are in the pdf file you can get above, but I also listed my resources below.

Resources

Tools

  • jsFiddle - lets you develop js/css/html side-by-side to play with things
  • CoffeeScript - language that compiles to JS, nicer syntax / slightly cleaner semantics
  • node.js - fast server-side JS

Cool Libraries

  • jQuery - jQuery site with links, documentations
  • Backbone.js - front-end app framework
  • jQuery UI - lots of neat pre-build widgets for common tasks
  • d3.js - cool graphing/visualization library
  • socket.io - WebSocket library that handles fallbacks for old browsers, used in server (node) and client
  • underscore.js - library that provides functions for common things you do

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published