I\'m looking for a way to integrate Googl开发者_运维百科e Docs in an iPhone app (basically, I want to write something in a spreadsheet).
Hi Guys I am trying to create a web 开发者_JS百科app to share docs with all editor features (just like google docs).
I want to know how and which things are used开发者_开发百科 to make google docs and box.net ?Most of the UI functionality comes from using Javascript and HTML\'s DOM together with AJAX, a technique fo
I am making a cooperation application like google docs, but I found this is different to do on the web. The problem is, when the user typing, another user should see the update at the same time. But w
Google docs now supports drag & drop upload. How did they do? How did they implement progressbar for uploading file? Did they use HTML5 websocket?
Very oddly, there seems to be no way of setting Google Document links to open in a new window. (target=\"_blank\").
I like being able to use google spreadsheets, but it\'s tricky to integrate into my site visually.So I was thinking that I would recreate their form (an easy cut/paste), submit the form via AJAX, the
What i wanted is that i have created a form for registration in which after giving submit button i need to create a folders called product and catalog. In the product folder i need a spreadsheet which
I have gotten almost a complete API to work, with creating and deleting documents and folders. But I fail at updating documents. It was very easy when using gdata, but since this code has to work on a
I\'m pretty new to SalesForce and their Apex language. I\'ve been reading some documentation and tried the integration between Google and SalesForce.