Firefox Plugins:
These are essential firefox plugins for web developers:
Development
Debugging
Design
Security
Online Web Dev Tools
Validation:
Code Beautifiers and Optimizers:
Reference Materials:
Online Tutorials:
Cheat Sheets:
- CSS: Printable Sheet by AddedBytes
- CSS: Leslie Franke’s Reference
- HTML Tags: Visibone
- HTML: Visibone Popups
JavaScript
- The Ultimate jQuery List
- Mini Ajax
- Directory of JavaScript Libraries
- JSBin: Debug JS Live
- Sizzle (CSS Selector Library)
- Processing JS (A JavaScript port of the Processing Language)
Web Development Blogs
CSS Libraries
CSS Tweakage
- http://pxtoem.com/ does conversions between px/pt/em/percent
- http://www.suprb.com/apps/csstype/ allows you to input text then apply all sorts of typographic styles to it so that you can preview how it will look.
Development Environment
Misc
Comment with any resources you wish to contribute.
Adam,
I found some pretty nice CSS typography tools online that might be of use to everybody.
The first:
http://pxtoem.com/
is a pixel to em calculator that also gives percentages and points.
The second:
http://www.suprb.com/apps/csstype/
allows you to input text then apply all sorts of typographic styles to it so that you can preview how it will look.
Awesome. Thanks Erik. Added.