Tag development

Code Standards | Isobar

Excellent and fairly exhaustive "Front-end Development Best Practices".

The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and Books – Rey Bango

All great tools.

XRefresh = browser refresh automation for web developers

XRefresh is a browser plugin which will refresh current web page due to file change in selected folders. This makes it possible to do live page editing with your favorite HTML/CSS editor.

Aha! Moments When Learning Git | BetterExplained

Code Bubbles Project: Rethinking the User Interface Paradigm of Integrated Development Environments

The essential goal of this project is to make it easier for developers to see many fragments of code (or other information) at once without having to navigate back and forth. Each of these fragments is shown in a bubble.

Estimating in Agile Software Development

Manifesto for Agile Software Development

Individuals and interactions over processes and tools
Working software over comprehensive documentation
Customer collaboration over contract negotiation
Responding to change over following a plan

A successful Git branching model

"The repository setup that we use and that works well with this branching model, is that with a central “truth” repo. Note that this repo is only considered to be the central one (since Git is a DVCS, there is no such thing as a central repo at a technical level)."

jQuery source viewer

Quickly view any jQuery method's implementation, including internally defined functions.

Mingle2 – How I Built a Web 2.0 Dating Site in 66.5 Hours

Matthew Inman built and deployed a full-featured dating website in 66.5 hours. His steps for doing so are excellent guidelines for any personal development project.