chornbeck
03-28-2007, 02:57 PM
OK, so I need to write a windows application, except I know little to nothing about coding in VB, C#, etc... I do know PHP, and most other web languages fairly well, so I am trying to figure out if I can accomplish a similar functionality using PHP, flash, and some SQL...
Here's what the project needs to accomplish:
1. A one page display with 5 menu items on the left (looks just like a standard web page)
2. Each of these sections will include menus which the user can choose media from (videos, flash files, etc.)
3. Some of the functionality requires that data be stored and retrieved from a SQL DB for use.
4. Each time a different menu item is clicked, a time stamp needs to be put into a SQL DB so I can track how much actual time was spent on each portion of the "presentation" after the fact.
Here's what I'm thinking:
1. A WAMP configuration so I can run PHP and MySQL on a local machine.
2. A locked down, kiosk-style browser to give the appearance of a full screen windows app instead of a web app...
3. The MySQL DB's will replicate on a daily basis to a central SQL server (on the same network)
4. Some kind of javascript (or other) event handler (onclick) that makes a SQL entry every time a menu item is clicked, thereby tracking when the user switches between sections.
Would someone tell me if this is a reasonable thing to try? I simply don't have the time to learn new syntax and coding logic at this point and I feel I have to go with what I know, in this case, PHP.
Does anyone have any experience, good or bad, with trying to create a desktop app in this fashion.
Here's what the project needs to accomplish:
1. A one page display with 5 menu items on the left (looks just like a standard web page)
2. Each of these sections will include menus which the user can choose media from (videos, flash files, etc.)
3. Some of the functionality requires that data be stored and retrieved from a SQL DB for use.
4. Each time a different menu item is clicked, a time stamp needs to be put into a SQL DB so I can track how much actual time was spent on each portion of the "presentation" after the fact.
Here's what I'm thinking:
1. A WAMP configuration so I can run PHP and MySQL on a local machine.
2. A locked down, kiosk-style browser to give the appearance of a full screen windows app instead of a web app...
3. The MySQL DB's will replicate on a daily basis to a central SQL server (on the same network)
4. Some kind of javascript (or other) event handler (onclick) that makes a SQL entry every time a menu item is clicked, thereby tracking when the user switches between sections.
Would someone tell me if this is a reasonable thing to try? I simply don't have the time to learn new syntax and coding logic at this point and I feel I have to go with what I know, in this case, PHP.
Does anyone have any experience, good or bad, with trying to create a desktop app in this fashion.