13 messages in com.googlegroups.google-gadgets-apiRe: Using Google Spreadsheets to crea...
FromSent OnAttachments
pame...@gmail.com09 Dec 2006 04:25 
ditman12 Dec 2006 01:39 
pame...@gmail.com12 Dec 2006 02:49 
Bonstio12 Dec 2006 03:08 
pame...@gmail.com12 Dec 2006 03:17 
Bonstio12 Dec 2006 09:01 
Justin McConnell12 Dec 2006 14:30 
pame...@gmail.com12 Dec 2006 17:19 
pame...@gmail.com12 Dec 2006 17:21 
Bonstio13 Dec 2006 01:20 
ditman13 Dec 2006 01:44 
pame...@gmail.com13 Dec 2006 02:14 
ditman14 Dec 2006 04:06 
Subject:Re: Using Google Spreadsheets to create Dynamic Maps, Random Quote Generators, To-Do Lists
From:Justin McConnell (bool@gmail.com)
Date:12/12/2006 02:30:55 PM
List:com.googlegroups.google-gadgets-api

On Dec 9, 4:26 am, "pame@gmail.com" <pame@gmail.com> wrote:

It can literally take 5 minutes to make any of these gadgets, and with spreadsheet sharing, you can let your friends or colleagues add to the spreadsheet data. Let me know if you have questions.

I love it! Thanks for sharing. JSON is my favorite sharing format (talk about a geeky thing to say!)

and I recently discovered Python than PHP is better for back-end processing as it doesn't have a default max execution time limit on hosted servers. The most I can get on my hosted server is 1 min for PHP

A pain in the butt for sure. Perhaps you have already seen and tried the ini_set function? ( http://www.php.net/ini_set ) ini_set("max_execution_time", x) where x is an integer number of seconds should do the trick.