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.
Making multiple rows with one query
I have a table called efed_handler_characters with two fields handler_id and bio_id. What query 2 is supposed to do is get the id from the handler and then with each char(acter) is supposed to make a
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message should be made reachable online.I have seen a bug which l am not having a clue to solve and l need
Help Optimizing code
Good Morning,I wrote a small import function for a website of mine and I know there has to be a better way to handle what I'm doing. I'm hoping someone can take my code and make it run a hair faster
How do i use vars in an array
Hiya peeps!How do I use a var in an array. You will see $id but it isnt working.array('MAINCONTENT' => '<div id="registration"><form id="register"
Loop column after 2 results
Hello All.Here is what I have:Client ID Company name Client ID Company nameI then need a script to echo 2 results per row then start a new row.I've tried many
jquery validation in codeIgniter
hai i need to add client side validation to my fiels which are selected in a forloop.the fields are auto incremented according to count.i need to add validation for a selected fields onlymy code is
please help me in this update statment
hi every one
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");while ($row = mysql_fetch_array($result)){if ($flight_num == $row['flight_num']){echo "<center>Flight Number
WELCOME SCREEN
first of all let me tell you what does my script do, it´s a very simple query to show a email from a database, (EX: Welcome: user@server.com). i get the email whit the id.
parsing error
can anyone explain this syntax error:Parse error: syntax error, unexpected T_IFThe error is occuring at the blank field check ie: if (!$_POST['username]...etc etc//check if form has been submittedif