Hi there, I am looking at building a basic mobile app as an experiment. Basically I'm building a simple html interface which I hope to take into phoneGap and build as an app to upload to the app store (not have it online on the site. Essentially I wanted to just access the header/ footer and a bit of blog content (for instance) and have them streamed into the app.
Basically;
1)Does anyone have a tutorial on accessing WP content from your own server and have it appear in a different html site?
2)Or could someone get me started? I guess I need a PHP (or pref JAvascript to access the PHP as I'm not sure PhoneGap does PHP?) script that says got to http://mydomain.com/wp-content/themes/DynamiX/header.php?
I'm hoping this is as straightforward as it seems, I don't want anything fancy just to, for instance in the blog panel it just shows the last blog entry as a text feed?