Tag Archives: javascript

Making an iPad app with JavaScript

So recently at work I’ve gotten tasked with making a kids/educational game for the iPad. At the time of the project inception I hadn’t had the mobile training that I received up to this point. So, being a good web developer and JavaScript aficionado I chose a JS/HTML approach. The Framework Rather than re-invent the wheel… Read More »

So You Want To Learn JavaScript?

JavaScript is definitely the “hot” old language with a new spin. With Microsoft betting on JavaScript with Windows 8 and their WinRT platform architecture now it probably a good time to start learning it. So where do you begin? A couple key starters are books. Two highly recommended books are: JavaScript: The Definitive Guide by… Read More »

The JQuery Trap

JQuery is the awesomesauce. I mean it’s the bomb and John Resig (the creator) is a JavaScript god. JQuery is a very useful tool…..in the right scenario. If you don’t know what JQuery is it’s a JavaScript library that greatly simplifies accessing the DOM in the web browser.. For example, instead of selecting all the content with… Read More »