Tuesday, August 9th, 2011
Ajax Questions and Answers
Caching and dynamic views
My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I...
JQuery Function Not Defined?
Hi there,
I'm trying to set a php session variable from a radio button. The idea is that a jquery function is called which...
IE 8 Crashing Problem
Hello Everyone, Here\'s the situation: two iSeries boxes - Dev and Prod both V5R4M0 We\'re using AJAX to dynamically load content using a tabbed...
IE 8 Crashing Problem
Hello Everyone, Here\'s the situation: two iSeries boxes - Dev and Prod both V5R4M0 We\'re using AJAX to dynamically load content using a tabbed...
Ajax News, Tips and Guides
Audible Ajax
Episode 25
In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Podcast RSS
GET E-MAIL UPDATES
Ajaxian Jobs
Contact us
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:






Hey guys, just to make my marketing people happy… I actually work for Isobar, I just write for IBM on occasion.
Thanks!
Apologies, Rob. Corrected.
Seriously, no post since 1 month, and you post à article about someone suggesting to use vars ? Isn’t that what variables are made for ?
And what’s the big deal?
Yeah, not so cool. And the “article” doesn’t even give a good example – or one I can understand in the 2 seconds I’d give.
At least a “instead of X I do Y” would be useful.
Hi guys,
what’s wrong with Ajaxian ?, this is not what it was before. Now there are only stupid pointless articles. It’s become really boring blog. It’s a pity
The author’s e.g. is not valid JavaScript. Whichever noob has never heard of variables or string concatenation will surely not gain any insight from typing that “example code” into their interpreter, because it will only throw a SyntaxError. FAIL!
Hey Ajaxian! Why would you post this rubbish? Are your editors high? It’s utterly pointless, beyond quaint, and way too longwinded. FAIL!
I actually registered to leave a comment. I can’t agree more with the other commenters. What happened to this website? Hardly any new articles, and all the new articles are of very poor quality. It’s a shame really.
What the bloody hell was that?
R.I.P. Ajaxan.
Although not as in depth with its news, I’ve started a new web developer news site called http://devbullet.in which offers brief news updates of what’s new on the web.
Every use of “selector concatenation” I’ve ever seen was just poorly formed javascript and a lack of understanding of how selectors work. In short, it’s a huge anti-pattern.
Here’s a tip: If you’re generating divs with unique ids en-mass, give them a class, or give their *parents* an ID/class. You don’t need to have jQuery post-fix 400 separate elements. That’s stupid, slow, and for CSS yields a FOUC.
I’ve been doing this for a VERY long time. you don’t need a special attribute.
Use the data- attributes. I actually use one called data-selector.
THEN you build your selector like this $(‘[data-selector=foo]‘)
wow.
Will have agree with @jaimz