Check out this “bug fix” applied this evening to FeedLounge:
if (ie) {
newNode.appendChild(myNode);
oldNode.innerHTML = '';
}
else {
oldNode.innerHTML = '';
newNode.appendChild(myNode);
}
Ain’t it grand?
I’m very pleased to share version 2.5 of Social with you. Brought to you by our good friends at MailChimp (see their blog post), Social is a…
Fellow Colorado web geeks, I made you a t-shirt. The code that comprises the white stripe is a full, working HTML page with canvas code that draws…
It’s been very interesting to me to see how some folks are re-evaluating their work/life balance in the wake of reading Isaacson’s Steve…
Check out this “bug fix” applied this evening to FeedLounge:
if (ie) {
newNode.appendChild(myNode);
oldNode.innerHTML = '';
}
else {
oldNode.innerHTML = '';
newNode.appendChild(myNode);
}
Ain’t it grand?
haha. more like “web development … *sigh*”
i wub it!