IE9 Beta
Sep 16Microsoft has released Internet Explorer 9 beta, and quite surprisingly it works well. In an early pre-release I was privy to, there was a huge gap in SVG support namely using Raphael. The issue may in fact be more of a JavaScript issue after further investigation… IE9 alpha threw an error because Raphael omitted the time parameter on a setTimout call. The beta version accepts the missing...
RCN Chicago. (Suck My Balls)
Mar 03I went to the RCN comments section of their site. I was trying to play a trailer on Hulu for the new Karate Kid movie. It kept stopping. A two minute trailer kept stopping. I just started typing and this came out… WTF? http://www.speedtest.net/result/736463270.png My internet is shit again, and again, and again. Check my support calls. I’ve had a service technician come out twice, he...
Forms in IE vs FF (and the rest)
Feb 14If you’re trying to prevent the default action of a form to do some JavaScript validation, or for whatever reason, you may have to make some adjustments for Internet Explorer. The key here is capturing the event and telling it what you want, and not letting the browsers default actions take over. The button on your form should look something like this: <button id="submit"...