Hey There,
I think this platform is great, I have already developed a handful of static apps for various clients and myself. All work great.
My problem… I want to step it up, I want to get off the static development and create some dynamic apps such as a Notepad that can save files or simply…. Adding items to a list.
I looked at your “Create a List” thread. I should be able to figure out how to expand, but I’m a little lost on the architecture of where everything should go. If I wanted to create a simple UI with a list box and then a text box with a submit button on the another page… have the user add the name, which will add another list box with a name, ultimately a growing list based on how many inputs the user put in…. can you give me some idea of how to do this?
Is this all done through javascript?
Can you build an app that runs .php scripts <– and if so, if I wanted to connect to a MySQL database where would I put connection files?
I think I just need some direction I’m a decent programmer when it comes to HTML + PHP, but Java i’m not so good with.