0
votes
1answer
34 views
Multiple file uploader - looking at Google Docs implementation
I'm looking to implement a multiple file uploader in my ASP.NET 3.5 site.
Now, the Google Docs multi-file uploader is pretty awesome, and I'd like to create something like that. …
0
votes
0answers
19 views
Batch Uploads to with Ruby
Hey,
I am thinking about creating a batch upload script for ruby's gdata-ruby-util library, to batch upload documents to Google Docs. I have looked into the GData Batch Processin …
0
votes
0answers
28 views
Google docs spreadsheet: creating graphs [closed]
How can I create graphs out of data stored in Google docs Spread sheet application? Do I have to write application for that?
0
votes
4answers
70 views
How to mimic DropBox functionality with Ruby script?
I would like to upload documents to GoogleDocs every time the OS hears that a file was added/dragged/saved in a designated folder, just the way DropBox uploads a file when you save …
0
votes
2answers
166 views
Edit GoogleDocs documents in UltraEdit or Notepad++ ?
I would like to edit GoogleDocs documents in UltraEdit or Notepad++.
Reason being a few features missing from the current GoogleDocs editor.
Can this be done ?
0
votes
0answers
41 views
Version Control with Google Docs Best Practices?
From a quick perusal, it seems that Google Docs does not support version control the way git or svn does. My question is:
If I want to store all my documents on Google Docs, what …
0
votes
0answers
18 views
Google Docs query returns 404
Every time I run this query against my Google Docs account I get an 404 http error in return.
http://docs.google.com/feeds/documents/private/full?q=software
There's plenty of stu …
0
votes
1answer
217 views
copy worksheet from one spreadsheet to another
Is it possible to copy spreadsheets with gdata API or worksheets from one spreadsheet to other? For now i copy all cells from one worksheet to another. One cell per request. It is …
0
votes
1answer
39 views
Exception Problem when using Google Documents List Data API with PHP
Hi, I am trying to upload, download documents and spreadsheets using Google Documents List Data API with PHP. I gone through the documents and FAQ's. Only version 1.0 is available …
0
votes
0answers
51 views
Why should we use web app over Google Docs? [closed]
I have seen some people try to use their excel spreadsheet application as a database. I feel like it's not a good solution but at least you can getting things up and running very e …
0
votes
1answer
43 views
How would you simulate Google Docs type functionality in a Rails app (without multiuser simultaneous edits)?
I know that there is an API for Google Data that lets you interact with Google Docs.
But if you wanted to avoid Google Docs entirely and try to build similar functionality into a …
1
vote
1answer
20 views
how to get application name for a google doc?
I am trying to talk the google docs. I need the appcation name string. I have no idea what it is. please help
0
votes
1answer
212 views
Regular Expression Carriage Return Find & Replace on Google Docs
On Google Docs, I want each list-item (my bullet is an en dash, "-"), of which there are over 1,000 in 20 or so documents, to be separated by an additional line feed. It makes it e …
3
votes
4answers
332 views
Alerts when navigating away from a web page
When I try to close my Google docs tab with unsaved changes, this is what I get in my browser (FF 3.5).
Are you sure you want to navigate away
from this page?
You have …
3
votes
4answers
158 views
Is there any IDE or Source Control System inspired by Google Docs collaborative mode?
Google Docs (formely Writely) has implemented a collaborative mode where 2 users can edit the same document at the same time. This idea could be extended to programming through:
…
