Hello all,
I'm new to web programming, but I had an idea I could use as an instructional tool, and I was hoping I could get some guidance.
Here's my idea: I want to have some form that takes the data entered by the user, submits each word in the form to google images, and retrieves the first image returned by Google Image Search. Each image should be then be pasted in the current document
What language would I need for this (I read about it being disallowed in Javascript due to cross-site scripting?), what kind of topics would I need to learn, and what would the basic template look like for doing such a task?
Thanks.