I was fortunate to have the opportunity to speak at W3Conf in San Francisco this year. My talk was about reading experiences on the web, ways we can improve them and where we see this…
Tag: development
RequireJS better organizing dependencies
I love RequireJS. Javascript, with all it's flexibility and power, tends to lack a bit in organization and dependency management. ECMAScript 6 promises to fix with classes and modules, but until then we have RequireJS.…
Graphical Web Experiment
The Quest for the Graphical Web was an experimental presentation I put together with some amazing friends and the team at Adobe to tell the story of how the web is evolving from a graphical…
Thoughts about hack-a-thons
So I attended a game jam this weekend. I haven’t done any flash programming for about 2 years, so it was fun to take a trip back into the past and write some Actionscript again.…
MPMoviePlayerController in iOS4 horizontal
I updated XCode and my iPhone SDK today to the latest 3.2.3 and iPhone OS4 only to find that it broke my video players, so below is the code to play it the same way…
swfaddress 2.3 problems: IE7 not loading parameters/not updating URL
I have since reverted to using swfaddress 2.2, I should note I am also using swfobject 2.2. First the confusion began when I noticed in the src folder when downloading the swfaddress package there are…
Read more of swfaddress 2.3 problems: IE7 not loading parameters/not updating URL
Content Management System Overview
This is just a brief summary of some of the Content Management Systems I've used and what they're good at/bad at, to hopefully help you make better decisions when deciding how to go about your…
Papervision3D filter notes
Typically when adding filters in papervision you have to use ViewportLayers and apply the filters to them, however this can become messy and tedious if you are applying filters to a large number of objects.…
don’t forget to flush()
This is sort of a personal reminder and assistance to anyone else wasting their time on this issue. I was having the problem where my socket was working and communicating as expected on Mac OS,…
safari activity window for all browsers.. Charles
So I've always been in love with safari's Activity window, but I often like using more common browsers for website debugging and hate jumping over to safari which typically runs the same as my standard…
Read more of safari activity window for all browsers.. Charles