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.
How do i do multi uploads?.
Hey i would like to do this : http://hosting.mrkrabz.net/I've got the base down you can upload single files, But how would i make it so when you click a button it adds a new field for a file to be
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:Code: class cMyTidy extends tidy{ public $tralala;}$oMyTidy = new cMyTidy();doSomething($oMyTidy);function
Users and Groups with PHP Classes
Hi,I have setup what I hope to be a good working User class. Now I want to introduce group membership and group permissions. Before doing so, I have a couple of questions.Firstly, because users and
Material Master Update through BAPI - Follow up material not updated
Hi Experts,
PHP4 to PHP5 Conversion
Hi Everyone,I am working on a site that is built up on PHP4 and each page is being started from <? instead of <?php as of PHP5.I want to convert this <? to <?php on every
Fatal error: Call to a member function fetchrow() on a non-object in C:xamppht
okay i have this query and everytime i add `item_id`=? to it... it gives me the error in the title...Code: $query = $db->execute("select * from items where `player_id`=?,
PHP FTP connect doesn't work with correct login
Hi!i am working on this test code:Quote<?php $ftp_server = "ftp.*******.it";$ftp_user = "weburl@*******.it";$ftp_pass = "CENSORED";// set up a
How can you detect variable string in a massive string?
Ok guys, i need some help with this one.I am going to be getting a large string, like 10-20 paragraphs. I will also have an array or words that i would like to search it for.
Find current logon time
Hi,
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the correct file. I can do the forms and $_POST, but I need it so that it actually works.Current stuff in