The big list of JavaScript, CSS, and HTML development tools, libraries, projects, and books

Source: Internet
Author: User
Tags dojo toolkit mootools ultraedit

Http://msdn.microsoft.com/en-us/scriptjunkie/ff604643.aspx | Rey Bango | May 2010

I 've been meaning to do a roll-up of top JavaScript, CSS & HTML development tools that I use or have been recommended to me and after having lunch with my bud Brian wilpon today, I realized I just needed to do it. he asked me what some of the newer tools are and I think this is the best way to help him (and the community in general ). it's definitely not an all-inclusive list so if you see some that you feel I shoshould add or remove, let me know in the comments.

Here they are by category:

Debugging tools that make life much easier:

When tively debugging JavaScript applications is a royal pain in the derriere and to compile that, the available tools just don't stand up to those used by managed code developers. luckily, we do have a decent set of tools that lessens the pain substantially. firebug is definitely a must have since it inspecates so much DOM & xhr introspection as well as the Web Developer toolbar. both are simply awesome. I also love Charles for HTTP sniffing and it's saved my butt when firebug couldn't handle it.

IE8 Developer Tools-Microsoft's browser debugger tools
Firebug-Mozilla's browser debugger add-on
WebKit Web Inspector-WebKit's browser debugger tools
Fiddler-HTTP sniffer. Great for seeing Ajax requests.
Charles-HTTP sniffer. Great for seeing Ajax requests. (My personal fav)
Service capture-HTTP sniffer. Great for seeing Ajax requests.
Dynatrace Ajax-HTTP Performance Analyzer
Web Developer's Toolbar-all purpose Firefox toolbar to inspect everything on a page
Yslow-analyzes page performance based on accepted industry best practices.
Pagespeed-analyzes page performance based on accepted industry best practices.

CSS Editors:

I prefer to write my CSS code by hand. Call me old-school but cannot swear by the following CSS editors. cssedit by macrabbit (MAC only) is especially loved by character designers.

Topstyle
Rapid CSS
Xyle
Stylizer
Cssedit

CSS frameworks:

These frameworks have really taken off. like their JavaScript brethren, they help to abstract much of the complexity of building consistent layouts in cross-browser fashion. they're definitely something I need to look into more and from what I 've read, 960 GS & blueprint are the ones people are looking.

960 Grid System
Blueprint css framework
Yaml
Yahoo Yui grids CSS
Tripoli

CSS resets:

Want to minimize browser inconsistencies? Then use a CSS reset stylesheet to specify baseline CSS styles that make browser presentation defaults more consistent.

Meyer reset by Eric Meyer
Yui2: reset CSS
Iecss

Javascript libraries:

I definitely recommend everyone to learn JavaScript as you'll need it to be a really valid client-side developer. with that said, a good JS library will go a long way to making your development faster and much more stable. these libraries are all very mature and dramatically help to abstract the complexities of cross-browser development. my personal favorite is jquery, of which I'm a member of the project team.

Jquery
Jquery UI
Prototype
Mootools
Dojo
Yui
Javascriptmvc
Qooxdoo
EXT JS
Adobe spry
Raphael. js-simplifies working with vector graphics on the Web
Labjs dynamic script loader-allows execution and load management of JavaScript files
Lawnchair-a lightweight client-side JSON document store
Sessvars. js-client-side session data management solution
Reactive extensions for JS

Javascript minifiers

Every byte counts when you're sending files via HTTP and best practices dictate that on a production, you need to optimize all of your files to minimize page load times. compressing JavaScript code is one of the easiest ways to do that and these tools will help. on the jquery project, we 've started using Google's closure compiler because it's generated the best compression. try all of them out to see which suits you best.

Yui Compressor
Closure Compiler
Jsmin
Dean Edward's packer

Javascript Shells

There are times when you just want to test a snippet of code without actually going through the trouble of creating a full page. that's where JavaScript shells shine. jsfiddle and jsbin both rock because apart from supporting plain Ole JS, they also allow you to include a host of libraries including jquery, mootools, & dojo.

Jsfiddle.net
Jsbin
Mootools.net/shell(Mootools-specific)

Color Management:

As a programmer, I'm insanely color scheme challenged. i'm inclined to mix yellow with mauve causing a concerted moan to occur into ss the design community. luckily, these tools help you choose WEB safe color schemes that are not only consistent but won't burn the eyebils off your site visitors.

Colourlovers
Kusers

Editors and ides:

I work at Microsoft so you wowould perform CT Me To Be A Visual Studio whiz. not so. only recently starting at MS, I 've only dipped my toe in the vs waters. what I 've seen though has impressed me but I still have a long way to go before I understand it. if you're on a Mac, though, I do highly recommend both textmate and coda. both are truly awesome. I 've used coda a little more because I liked the UI of it a little better than textmate's but tm's Bundle System and ecosystem is amazing. you can get code-complete for just about anything via bundles. for Windows, notepad ++ has been just awesome. I wish it had built-in FTP support like ultraedit.

Visual Studio
Expression
Textmate
CoDA
Ultraedit
Komodo ide
Notepad ++
Bbedit

Wireframing:

I know some of you are cowboys (or cowgirls) and you just want to start hacking. well, for the truly impatient, these tools at least let you wireframe your pages quickly and easily. I 've used balsamiq and flairbuilder and both rock. it seems that flairbuilder is really cranking it up with some nice features. both are Adobe AIR apps which means they're cross-platform.

Omnigraffle
Balsamiq
Flairbuilder

Browser testing:

I 've been fortunate to have multiple OS versions over the years. my wife wocould definitely prefer for me to have a couple of less PCs sitting around but it's let me test out my web apps on a variety of platforms, browsers and OSES. shoot, I even have a version of IE6! For those with less hardware, these services shocould definitely help. Note that services like browsercam & Gomez are submodules-based but worth the cash if you can afford it.

Browsercam
Adobe browserlab
Microsoft Expression web superpreview for IE
Gomez
Tredosoft multipleie
Crossbrowsertesting
Multi-Safari
Browserscope
Cuzillion
Ietester
Litmus

Testing

(Based on the list by John resig ):

This was a list I snagged from John resig. obviusly, he's done a boatload of testing so I know this list rocks. jslint is the old mainstay created by Douglas crockford but other have really become increasingly essential to good testing. jquery developers shoshould definitely be looking at qunit & jquery-lint. the most complete tool is selenium but it does have a bit of a learning curve. if you're into determining JS performance, checkout sunspider, dromaeo, Google's V8 benchmark and jslitmus. these measure the performance of the JS engine, not your apps.

Jslint
Jquery lint
Jsunit
Selenium Core
Jsspec (mootools)
Unittestjs (prototype)
Qunit (jquery)
DOH unit testing (Dojo)
Yuitest 2
Yuitest 3
Mochitest
Screwunit
Jsunittest
Jsunity
Jstestdriver
Crosscheck
Env. js
Fireunit
W3C markup validation service
W3C CSS validation service
Sunspider
V8 Benchmark
Dromaeo
Jslitmus

Documentation:

APIS-most comprehensive list of APIs on the Web
Jquery docs
Jquery UI docs
Mootools docs
Prototype docs
Dojo docs
JSON reference
Jsonp

Books

The books below are really a great selection. I have records in my own library and every so often re-read them I'm currently reading high performance JavaScript by Nicolas zakas. another great book is Stoyan Stefanov's object-oriented javascript: create scalable, reusable high-quality JavaScript applications and libraries. I also highly recommend Steve Souders performance book at the bottom of the list. they're basically the definitive sources for optimizing your web apps.

Javascript/DOM:
  • Javascript: the definitive guide
  • Javascript: the good parts
  • Professional JavaScript For Web developers (wrox programmer to programmer)
  • Dom scripting: web design with JavaScript and the Document Object Model
  • Advanced Dom scripting: Dynamic Web Design Techniques
  • Beginning JavaScript with Dom scripting and Ajax: from novice to professional (beginning: from novice to professional)
  • Object-oriented javascript: create scalable, reusable high-quality JavaScript applications and libraries
  • Pro JavaScript Techniques
  • Secrets of the Javascript ninja
  • Ajax Security
  • Ppk on JavaScript, 1/E
  • Accelerated Dom scripting with Ajax, APIs, and libraries
  • High Performance JavaScript (build faster web application interfaces)
Javascript libraries:
  • Jquery cookbook: Solutions & examples for jquery developers (animal guide)
  • Learning jquery 1.3
  • Jquery in action, Second Edition
  • Jquery UI 1.7: the user interface library for jquery
  • Rebecca murphey's jquery fundamentals training materials (Creative Commons license)
  • Mastering dojo: JavaScript and Ajax tools for great web experiences (Pragmatic programmers)
  • Practical dojo projects (practical projects)
  • Concise Guide to dojo (wrox programmer to programmer)
  • Dojo: the definitive guide
  • The dojo Toolkit: Visual Quickstart Guide
  • Getting started with dojo
  • Mootools 1.2 beginner's Guide
  • Mootools essentials: the official mootools reference for JavaScript and Ajax Development (firstpress)
  • Practical prototype and script. aculo. US (expert's voice in Web Development)
  • Prototype and script. aculo. Us: You never knew JavaScript cocould do this! (Pragmatic programmers)
  • Prototype And scriptaculous in action [Ajax]
  • Learning the Yahoo! User Interface library: Develop your next generation Web applications with the Yui Javascript development library.
  • Learning ext JS
  • Ext js 3.0 cookbook
  • EXT Js in action
HTML & CSS:
  • Pro CSS and HTML Design Patterns
  • Web standards solutions: the markup and style handbook, Special Edition
  • Bulletproof web design: improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd edition)
  • The Art & Science of CSS
    HTML Utopia: designing without tables using CSS
  • Build your own website the right way using HTML & CSS, 2nd Edition
  • Head first HTML with CSS & XHTML
Performance:
  • High Performance Web Sites: essential knowledge for front-end engineers
  • Even faster web sites: performance best practices for Web developers
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.