UIWebview and IPhone content does not postback (ASP.NET Browser Capability issues)
I have a simple page, it’s structure is as follows (pseudo code) :
I have a simple page, it’s structure is as follows (pseudo code) :
I’m using a C# asp.net website.
How can I write an ASP.NET (C#) application that will render a page can be permanently cached on the iPhone when it is bookmarked as a “Homescreen Icon”? I have tried setting this on the code behind “Response.ExpiresAbsolute = DateTime.MaxValue;” but to no avail. The server code is still executed every time the home screen icon is launched.
I’m using asp.net to build an ipad webapp. I know that using input type="email" will cause the keyboard layout on the ipad to change to handle email input more easily than the default. The problem is I’m using a server side text box control. Does anyone know how to make a server side control do this?
I created 1 custom post type with 2 custom taxonomy. Installed http://wordpress.org/extend/plugins/json-api/ and tried to reach result with:
http://example.com/api/get_recent_posts?dev=1&post_type=myposttype
How do I make sure my blog is iPad / iPhone / Android / touch-device friendly?