It’s out! – Announcement – Changelog – Download
Author Archives: Bramus!
Javascript html_entity_decode
Dirty, but it works 😛 function html_entity_decode(str) { var ta = document.createElement(“textarea”); ta.innerHTML=str.replace(/</g,”<”).replace(/>/g,”>”); toReturn = ta.value; ta = null; return toReturn; } Did this help you out? Like what you see?Consider donating. I don’t run ads on my blog nor do I do this for profit. A donation however would always put a smile on …
LOLspeak Translashun Dictionary
Gone, Without a Trace
When something is thin enough to fit into an envelope, light enough to sit on your lap for a couple of hours without discomfort and so compact that it doesn’t even bulge in an airline seat-back pocket, wouldn’t it make sense that one could lose track of such a thing? Even if it is a …
TinyMCE 3.0.4 Released!
Safari and ACID3
iPhone SDK : Scorecard
iPhone SDK & Enterprise
Javascript in Internet Explorer 8
Wasn’t IE8 Supposed to pass Acid2?
The IE Team explains why: IE8 passes the official ACID2 test hosted on http://www.webstandards.org/files/acid2/test.html. There are also a number of copies of this test around the net. One popular copy that I’ve seen of late is http://acid2.acidtests.org/. IE8 fails the copies of ACID2 due to the cross domain security checks IE performs for ActiveX controls. …