I am not really a programmer but I am familiar with programming concepts and I use javascript a lot. I'm frustrated with shareware apps that don't quite meet my needs for simple applications which typically involve a database of user-supplied data (recipe apps, home inventory apps, etc.). I'd like to learn how to build a custom app to meet my database-like needs. Now I considered MS Access but I really want to build without requiring purchase of a separate app for development. I also attempted Tiddy Wikki and have a very good working model but it's very slow b/c it's all javascript driven in a single file and uses no db. Is there a development environment that would be well suited for this sort of thing? A form which collects data, breaks it out into db tables and can be joined together. For example, I imagine a form which allows user to define ingredients, prices, grocery stores and aisles, can associate those ingredients with the store ailses and prices and can build recipes from those ingredients. Things like that.
I've heard a lot about AutoHotKey here and I've previously used AutoIt3 to make simple script-driven functions but I'm not sure if it is well suited for this sort of thing. When I set my mind to something, I can be like a sponge in that I learn a lot fast (else I just drop it--lol).....so perhaps I can learn to program. Any ideas on what development software would be well suited for this sort of thing?