Where do the experienced Javascript / AJAX developers hang out and discuss things on the net?
April 6, 2007 9:32 AM
Subscribe
Where do the experienced Javascript / AJAX developers hang out and discuss things on the net?
comp.lang.javascript has been more or less helpful for me in the past. But I've recently found myself frustrated as I try to do more with Javascript and support more broswers. On a practical level, some of the recent questions I've needed help with have either been answered incorrectly or not answered at all. Some of this is stuff I'd really think people would be all over: for example, the reference implementation given for a JSON stringifier/parser at json.org doesn't work in Safari (because it uses the unimplemented-in-webkit hasOwnProperty method) and can choke in Moz if you feed it DOM nodes, so I was looking for other implementations. Nobody had anything to say, and I'm reasonably certain I hadn't engaged in some horrid netiquette faux pas. I also see an awful lot of newbie activity on c.l.j, which gives me a great chance to help other people out, but I wonder if it drives other developers away.
I'm finding more answers to questions on blogs via Google (some stuff on TrimPath, and from John Resig and Thomas Frank pointed me in the right direction). Are people really retreating from forums to individual blogs? If so, whose should I be following? If not, are there forums where the readership is more experienced and the discussion is better?
posted by weston to computers & internet (14 comments total)
12 users marked this as a favorite
I stumbled across Ajaxian.com and it seems pretty solid so far. Not sure how it rates in the grand scheme of things, but when I've found time to read it I've always left having learned something
...but then again I'm a banker so YMMV...
posted by Mutant at 9:58 AM on April 6, 2007