rodders
04-07-2011, 01:50 PM
Okay so I am posting here because I know not where else to post!
I already run a website for an engineering society that details things like when the next chapter meeting is, history of the chapter, various things. The site is mainly html with some JavaScript and some SSI. I do this using Dreamweaver.
I have decided to learn how to write an iPhone app to make finding the monthly pertinent details easy. Surfing the website using Safari on the iPhone is possible but tedious. The Apple SDK is downloading as I type (I had to go out and buy a MacBook!).
I need to establish what those pertinent details are, arrange it so I just add the updates to a file of some sort on the server, which is read by both the website and the iPhone app to populate their pages. This way I will only have to update the one file each month. I do not know how to make my html page read from a file and populate - I will have to learn both that and how to do it for the iPhone app.
There must be a correct way to do this, and I am hoping that one or more of your brilliant members might point me in the right direction.
thanks
I already run a website for an engineering society that details things like when the next chapter meeting is, history of the chapter, various things. The site is mainly html with some JavaScript and some SSI. I do this using Dreamweaver.
I have decided to learn how to write an iPhone app to make finding the monthly pertinent details easy. Surfing the website using Safari on the iPhone is possible but tedious. The Apple SDK is downloading as I type (I had to go out and buy a MacBook!).
I need to establish what those pertinent details are, arrange it so I just add the updates to a file of some sort on the server, which is read by both the website and the iPhone app to populate their pages. This way I will only have to update the one file each month. I do not know how to make my html page read from a file and populate - I will have to learn both that and how to do it for the iPhone app.
There must be a correct way to do this, and I am hoping that one or more of your brilliant members might point me in the right direction.
thanks