Category Archives: Javascript

My canvas experiment: spinner-meh-gic

After visiting this years full frontal conference in brighton I came back itching to play with some of the new HTML5 things. One of them being the 2D rendering <canvas> tag. During the HTML5 workshop hosted by Remy Sharp (@rem) … Continue reading

Posted in Javascript, jQuery, Projects | Leave a comment

Javascript type and Internet Explorer

Here’s a fun little discovery. I was working on a web application for the iPhone and the javascript includes were declared as follows: <script src="lib/jquery-1.3.2.min.js" type="application/x-javascript"> </script> I wanted to test a more generic XML handling pattern so I loaded … Continue reading

Posted in Javascript | Leave a comment