4:05 PM
1 step forward, 5 back.
Well I’ve fixed everything I had broken in terms of this web-app for the iphone, but I can’t seem to get any further forward with it. I want to have an app that gives me some control over the display there and then, for testing purposes as well as to gauge interest in the potential of changing the display by the user. HOWEVER to do so I need to merge my files (I currently have a site that shows the dynamic text etc, and one that has a menu.) The problem I am currently facing is changing from ‘prototype.js’ which clashes with JQuery.js to purely JQuery.
They look pretty similar - for example: start of an Ajax request…
<!—//
Prototype: new Ajax.Request(‘./outputdata.php’, {
JQuery: $.get(“./outputdata.php”, {
//—>
But well I don’t have a scooby where to go from here and so it looks like I’m starting from scratch as the animation methods are slightly different too…
On the plus side having figured out the whole landscape/portrait CSS katy just came across what I’ll be needing when I begin to make the app native to the iphone - fixed landscape view.
Rubbish.