Mark Ross
Member since Jun 24, 2010
- Profile: /members/6281-mark-ross.htm
- URL: http://markdross.wordpress.com
- Comments: 2
Recent Blog Comments By Mark Ross
-
Exploring Javascript's parseInt() And parseFloat() Functions
Posted on Sep 16, 2010 at 1:08 PM
Ben, Great post. I wish I would have read through this about 2 weeks ago as the parseInt() function broke part of my code (bad code on my part). It was hard to narrow down, but after looking in depth at parseInt(), I realized that parsing a string like "09" returns a very different value when not... read more »
-
Detecting iPhone's App Mode (Full Screen Mode) For Web Applications
Posted on Jun 24, 2010 at 12:04 PM
Interesting article! I tried it on my website application and it worked great. But I noticed, after being in app mode, it seems there is no way to get back to the standard browser mode (ability to change the url, bookmark, etc). I guess the app needs to act just like an app and "pretend" that its... read more »