DevelopmentNow Blog
 Wednesday, October 22, 2008

I was talking iPhone webapps last night with some other developers & the discussion turned to Javascript debugging. Thanksfully, most mobile web apps don't use a lot of javascript (mainly because they should be simple apps & mobile devices don't have the horsepower to do tons of javascript). But still, I rooted around and this post from Christopher Hill about enabling javascript debugging in Safari with Drosera. However, it only works in the Mac version of Safari, and you should grab the nightly build to boot.

If you're testing on Windows, you can get by with Firebug/Firefox for heavy & initial debugging, and then using Safari's Developer tools (enabled in the Preferences->Advanced dialog) and Safari's javascript console to echo out debug statements using javascript code like this:

if(window.console) {
        window.console.log("some debugging text");
    } 
mobile | Web
October 22, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Monday, October 20, 2008

A quick note to say that I'll be talking about iPhone webapp development at the PDXUX meeting tomorrow night, 7pm, at the downtown Portland Koin center. I'll talk about mobile UI design, implementation choices, and how to build a native-like web app for the iPhone using iUI and ASP.NET.

October 20, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Monday, October 06, 2008

A very near-term heads up that I'll be participating in the RWW Live chat on mobile web development this afternoon at 3:30pm PST. I'm not yet sure how much focus will be on mobile web versus mobile native applications, but hopefully my perspective on web sites targeting handhelds and iPhones will be useful in rounding out the conversation.

October 6, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]