blog.davidpadbury.com
Conference | David Padbury
https://blog.davidpadbury.com/category/conference
Code is like poetry. Some is beautiful, the rest of it isn't very good…. November 22, 2010. November 22, 2010. I recently attended HTML5 Live. The Keynote was given by Jeffery Hammond. HTML5 on the Gartner Hype Cycle. I found how he described us as being at the top of the “inflated expectations” curve particularly amusing as many of these I’ve seen first hand-. Marketing is keen to “add HTML5”. Many technologies and API are keen to be grouped with HTML5, despite being quite unrelated. Like most events, I...
blog.davidpadbury.com
David Padbury | Code is like poetry. Some is beautiful, the rest of it isn't very good… | Page 2
https://blog.davidpadbury.com/page/2
Code is like poetry. Some is beautiful, the rest of it isn't very good…. Just incase you were wondering how far HTML(5) could go…. March 1, 2011. This is a video demonstrating Cloud9 IDE from the ajax.org folks. It’s a few months old but I was just reminded of it by some recent tweeting. It’s incredible and really promising stuff. More importantly, it really demonstrates that a lot is possible with the technology in Chrome Firefox today. You can pull it down from Github and try it yourself now. Of course...
blog.davidpadbury.com
HTML5 | David Padbury
https://blog.davidpadbury.com/category/html5
Code is like poetry. Some is beautiful, the rest of it isn't very good…. Introducing StitchIt – The CommonJS Module packager for ASP.NET MVC. April 17, 2011. April 17, 2011. One of the biggest challenges writing large client-side JavaScript single page applications is how you actually manage a large amount of JavaScript. How do you structure the content of the files? Where do you include all the script tags? What order do the script tags have to appear in? It’s all a bit of a headache. Exports.add = ...