I would like to develop Ajax web applications using Visual Studio that are optimized for the iPhone. There are a few resources on the web showing how this can be done. However, these tend to be optimized exclusively for the iPhone and also require some hacks to have MS Ajax work with certain OS versions of the iPhone. While the web app needs to be optimized for the iPhone, I don't want it to be exclusively designed for that device. The market is heating up with competition to the iPhone with devices that have higher screen resolution. My code should be able to detect what kind of device the user has and provide the properly optimized page. In the event that it cannot detect the device, at the very minimum, I would allow the user to indicate to the application what their screen resolution is. Once I know that, I should be able to provide the proper pages.As for Ajax, I am somewhat concerned about the size of Microsoft's Ajax library that gets downloaded to the client. I believe it's currently around 100k. That is still rather large for mobile devices having a slow Internet connection over a cell phone network. There are other non-Microsoft Ajax stacks available but I am not sure which ones would work with ASP.Net. I came across one that is about 10k. Does anyone know of another Ajax library out there that will work with ASP.Net pages? I don't necessarily require the UpdatePanel. As long as the library can perform a partial page update when working with the server, that is all that matters.Finally, I want the web application to mimic the way native iPhone apps work, with pages sliding in and out when they are navigated to. The UI of the web app should also look like a native app. This requires using the correct css formatting.What would be nice is to have either a project template or item template for Visual Studio that allows me to create an iPhone web app and includes support for an Ajax library that is small in footprint. Is anyone aware of such templates or third-party software that will allow me to quickly put together an Ajax-enabled web application designed for ASP.Net? Having spent several days reviewing what is currently available, it seems I need to end up spending a lot of time developing the infrastructure before I even get around to developing what my application really is suppose to do.
Adding meta tags under Zend FW
Hello there, recently has come to my hands the FTP of a website which is running under Zend, I would like to add some meta to the website but the index file is just a bunch of classes and includes so
Getting the full city list from maxminds geoip database
I am suprised I can't find any references to this.I have maxminds geoip lite installed and it works fine can retrieve the country and a city state every time no problem but it is not accurate it gets
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wordwrap on a variable that is going to be emailed it puts the line breaks in well before it should.
How to return to a previous page after running a PHP script
I'm having a bit of a melt down here because I think this should be really easy but can't work it out...!My page lists the records in my database and next to each record is a 'Delete' button. What I
Object Interfaces
EDIT: Never mind, I just updated to php 5.Hey all,I'm currently experimenting with php object interfaces. However, whenever I try to implement one, I get a php error.interface iTemplate{ public
problems with search form numerical "between" sending by php
I am trying to display the results of a search, on a sql database, on a web page. I set up html "select form" and set value to "Between x and x" I get a resource error when
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploaded to only .mpr files. .mpr files are not a MIME file type so I do not know how to limit it. Any
How to form a xml form table with a single sql statement..?
Hi everyone,
Help with PHP and checkboxes
I am posting this for a friend of mine, i wrote a small script for her to process her form data to an email but in testing i am having trouble getting the checkbox data to display in the email it
controlling/creating accounts with privileges
hi all,i'm trying to figure out how i can create/control account with privileges, for instance an Administrator creates an account but gives it guest privileges (able to see data but not edit, or