Guys, I want to make a helper template program to create certain types of content. I wonder which language I can use to do this?
It will be something like the image below. I will enter images and text into the boxes, and it will generate an HTML Page in the template I want. (I will code this template myself)
http://i.imgur.com/RCPdRJG.png
I can do this with PHP or C/C++. However, I want to make a program with an interface. (In a Windows environment) Since I am currently at the stage of making console applications in C and C++, I cannot do what I want.
Is there a language or tool you can recommend?