Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8626037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:55:36+00:00 2026-06-12T07:55:36+00:00

I am working on an iOS app that needs to retrieve information about what

  • 0

I am working on an iOS app that needs to retrieve information about what competitions are currently going on different stages for a dance competition. I need to create a web interface to edit a plist file on my server that the app will download to update this information on the iDevice automatically. The page will basically be a grid of buttons, a single column for each stage. The buttons will switch the value for the competition between “TRUE”, and “FALSE”.

My problem is I don’t really know what language to use to do this. I started with PHP to create a basic web page for the program. I know that PHP only runs on page load. So I am now thinking about using AJAX, (Since I can update the user interface without refreshing the page.) I found that there is a nice plist editor for PHP, but not for AJAX. What would be the best way for me to do something like this? PHP, AJAX, Java? Could I have AJAX or Java run PHP scripts?

The plist looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Arena Hall</key>
<dict>
    <key>1 : Round 1</key>
    <true/>
    <key>2 : Round 1</key>
    <true/>
    <key>3 : Round 1</key>
    <false/>
</dict>
<key>Sycamore Hall</key>
<dict>
    <key>4 : Round 1</key>
    <true/>
    <key>4 : Round 2</key>
    <false/>
</dict>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:55:37+00:00Added an answer on June 12, 2026 at 7:55 am

    I learned java and php and discovered the best way to do something like this.
    I used jQuery to load a plist file into a string.
    Using “Plist Parser” by theGoldenMule, I turn the plist into a JSON object.
    Then I create a table of buttons using jQuery. Each button will run a javascript function.
    This function send an AJAX query with the info to change to a php file.
    Using CFPropertyList by Christian Kruse and Rodney Rehm, I change the values and save the plist file back to the server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an iOS app that needs to post to either Twitter,
I'm working on an iOS flash-card style learning app that, on load, needs to
I've working on an App that needs to call up some information from a
I'm working on an iOS app that uses a NSMutableURLRequest and a NSURLConnection to
I am working on an iOS app which is going to handle many documents
I'm working on an iOS App (FW: 5.0+ & ARC) which needs to update
I am working on an iOS 5 app. I have a view controller that
I have been working on a Core Data iOS app that works perfectly through
I'm working on a photo app that needs to save images with user specified
Am I being particular dense today? I'm working on an app that needs to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.