views:

4013

answers:

15

I am currently trying to find some blogs that talk (almost solely) on the JavaScript Language, and this is due to the fact that most of the time, bloggers with real life experience at work or at home development can explain more clearly and concisely certain quirks and hidden features than most 'Official Language Specifications'

Below find a list of blogs that are JavaScript based (will update the list as more answers flow in):

Which top-rated blogs am I currently missing from the above list, that you think should be imperative to any JavaScript developer to read (and follow) concurrently?

+16  A: 

I find that http://ajaxian.com/ has a lot of useful information about javascript, ajax, and so on.

M4N
Top notch. I barely find a need to follow anything else when having ajaxian, they do a good job consolidating all information.
mark
+4  A: 

It isn't entirely a JavaScript blog but Web Bug Track has a lot of useful info about how and where browsers fall down with JavaScript.

For example most of the basic DOM methods in IE are broken.

scunliffe
+5  A: 

The mir.aculo.us blog

Continuing intermittent incoherency (Alex Russell of Dojo fame)

Ariel Flesler (from jQuery dev team)

Eran Galperin
+3  A: 

nihilogic.dk, by Jacob Seidelin

llimllib
That guy is very good with JavaScript! Some great canvas work etc
alex
+7  A: 

I noticed QuirksMode is missing. PPK is the source for Cross-Browser Programming Issues.

aldrinleal
A: 

I recently started following James Padolsey blog which I find very informative

http://james.padolsey.com/

Kenny Eliasson
A: 

With a couple of colleagues, I've recently started a technically-focused Javascript blog called DailyJS which you might find useful.

+1 for Quirksmode too, btw :)

Ric
A: 

NCZOnline, by Nicholas C. Zakas

A: 

Great list, very handy to have all the blogs in one place. Good Stuff.

Web design kent
A: 

jibbering.com, not a blog but has worthwhile content on javascript.

Comptrol
A: 

Not necessarily a must-read, but wtfjs is pretty funny (and informative).

justkt
A: 

This blog has some advanced javascript material:

JupiterJs

The open source javascript MVC framework maintained by jupiterjs folks: JavascriptMVC

Alexandre Gomes
A: 

The If Works by James Coglan (author of Faye, class.js and plenty of awesome stuff).

jdv