For those of you at the mobile workshop in San Francisco today (or anyone, really), I've attached the PDF and code samples to this blog entry. Once the recording is posted, I'll add a comment below with that URL.
If you want another version of it - I'll point out my course at Udemy as another option.
If you attended my presentation today and have feedback, please leave me a comment, or use my contact form.
Archived Comments
Hi Raymond,
Thanks for posting your slides and demo code, it's been very helpful in getting started.
I'm building a login form and would like to add some client side validation so they have to enter the username/password before proceeding. Do you know if jQuery mobile includes any client side validation or should I use a regular jQuery plugin for that?
Thanks,
Steve
Nope, nothing built in. You probably don't need a jQuery Plugin if your validation needs are that simple though. (imo)
Thanks,
Just curious what approach you would take to form validation? I have a simple login form with username/password which are obviously mandatory and I would like the errors to appear in red text below the fields - can all this be done without a plugin?
I'm learning JavaScript as I go at the moment.
Thanks
Oh yeah, it could be done pretty easily "manually". Just use a form submit handler and check the two fields. Would you like me to whip you up a quick demo? It wouldn't be "mobile" per se, just a simple form.
Hi Raymond,
If you could whip up a quick demo that would be much appreciated.
Thanks,
Steve
Here ya go: http://www.raymondcamden.co...
Thanks Ray for taking the time to write that blog post - I'm digesting it now.