*Background/Intro:* - I have limited knowledge of web server/client structure and protocol, but have been able to create a gadget (client-side Javascript only) to retrieve and present format data. - I am working in a Apps Education domain. My users use Chrome, Firefox and Safari - mostly. - I have tried following all the numerous Google API docs I can possibly find, with no clue still.
*Desired Outcome:* - I would also like to create a web app (client-side only, as a local web page, callable via a users browser) with Javascript to do CRUD operations. *Main Question:* - Is my desired outcome possible, or am I 'smoken funny stuff'?! (it can be browser specific - I'm not doing it for IE!) - Should I just do it all with Python and API's? *Other Notes:* - I do understand JSON/XML/ATOM protocol, if that is how it has to be done, but I also understand that a PUT cannot be done from a browser/client-side - is that right? Not even with Javascript? - I also understand the need for JSONP or other method to get around the 'same origin' issues - I think. *So please help me, with my scattered and sketchy knowledge - Thanks ;)*
