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?

link|improve this question
4  
Btw, you can use this page - ecmazing.com/blogs - to read many of the above mentioned blogs. I made this page for myself, but anyone is welcome to use it :) – Šime Vidas Jan 18 '11 at 3:54
2  
I would love if this could be updated to the 2010-11 version of blogs :) – nowayyy Feb 5 '11 at 17:02
Could you package this as a google reader bundle perhaps? – ErsatzRyan May 20 '11 at 15:38
feedback

closed as not constructive by Bill the Lizard Nov 22 '11 at 18:57

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

14 Answers

up vote 19 down vote accepted

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

link|improve this answer
Top notch. I barely find a need to follow anything else when having ajaxian, they do a good job consolidating all information. – mark Jan 3 '09 at 23:56
feedback

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

link|improve this answer
feedback

The mir.aculo.us blog

Continuing intermittent incoherency (Alex Russell of Dojo fame)

Ariel Flesler (from jQuery dev team)

link|improve this answer
feedback

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.

link|improve this answer
feedback

nihilogic.dk, by Jacob Seidelin

link|improve this answer
feedback

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

http://james.padolsey.com/

link|improve this answer
feedback

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 :)

link|improve this answer
feedback

NCZOnline, by Nicholas C. Zakas

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

This blog has some advanced javascript material:

JupiterJs

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

link|improve this answer
Why the downvote? The blog I referred above does have a significant quantity of advanced javascript articles. Please explain the downvote. – Alexandre Gomes Aug 29 '11 at 21:38
feedback

protected by Community Nov 22 '11 at 18:57

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.