Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|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
I suggest you subscribe to CodeProject's newsletter, they often have great blogs in them. – Yannbane Sep 6 '12 at 20:12
among those dailyjs.com is best... – Ajay Patel Dec 7 '12 at 10:15

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

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

13 Answers

up vote 20 down vote accepted

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

share|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

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

share|improve this answer

The mir.aculo.us blog

Continuing intermittent incoherency (Alex Russell of Dojo fame)

Ariel Flesler (from jQuery dev team)

share|improve this answer

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.

share|improve this answer

nihilogic.dk, by Jacob Seidelin

share|improve this answer

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

share|improve this answer

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

share|improve this answer

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

http://james.padolsey.com/

share|improve this answer

NCZOnline, by Nicholas C. Zakas

share|improve this answer

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

share|improve this answer
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Doug Ramsey Aug 23 '12 at 4:55

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

share|improve this answer

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.