Slides, code from my jQuery Mobile presentation
Below you can find the slides and code from my jQuery presentation. The code is included as an attachment (click the Menu button in the slide display).
For the person who asked about the mobile detection, the site I could not remember was http://detectmobilebrowser.com/. Thank you @itsMeAra.
Also - if you attended, please rate me here: http://speakerrate.com/talks/7214

The reason being is that each time I hit my back button, the one that navigates app screens to the previous screen. Reloads the jQuery detection and redirects back to the mobile version, that means that I can never leave the browser in the manner that one should be able too.
I highly suggest that if anyone is going to be looking at Mobile Detection for their websites in the future, that you have a good look at the project that is desinged for this and that is the OWASPI project WURFL at http://wurfl.sourceforge.net/
Sorry to be so negative, but thats the reality of this.
My site uses a session cookie when you leave the mobile site - but ONLY sets it if you click the exit mobile button the bottom right. Don't hit back. Can you just try that?
I have been using jQuery mobile to build clients mobile versions of their current web applications and so far they love it.
@Andrew: jQuery mobile doesn't crash our companies Samsung Galaxy S browser, and the user can leave the page whenever they want?
It was wrong to make the intial assumption I did make.
That is just common knowledge and behaviour of a browser mechanics.
But a simple cfinlclude to load that data would work fine.
Look I have to make this very clear, this is not a dig at Ray or jQuery but something that I have noticed overtime. And there are a couple of high profile news sites that detect that you are browsing and redirect you to a new domain usual starting with m so if the domain was www.abc.com it would redirecto you to m.abc.com and when you try to hit the back button, you are taken back to the www.abc.com site which then redirects you back to m.abc.com
I am not telling anyone how to do this, or that they shouldn't do this. What I am saying is that you really should be aware that on a mobil device it is highly possible that this will frustrate the user to the website, and I have stopped browsing these sites because I was getting sick and tired of having to kill the task on the mobile each and everytime.
I guess at the end of the day, you are free to do what you please. but I just want it be known that this can be a problem that noone might have ever considered.
Thx a lot =D
Is there another way to get the source code/documents?