Recent activity
Subscribe to this feed
Alysson started following the idea "Contact Management" in I want Sandy.
Fox Mulder replied on August 23, 2008 08:46 to the idea "Sandy iPhone web app" in I want Sandy:
http://www.iphonesandy.com. I scaled back from my original vision. I need to learn more iPhone Web Dev but this should serve you guys well in the mean time.
Feel free to send me any feedback. You even have a beautiful home screen icon for easy access.
Klink started following the idea "Contact Management" in I want Sandy.
A comment on the idea "Sandy iPhone web app" in I want Sandy:
Bricoleur .... I believe we had similar interests in a charity about education and now regarding sandy and iPhone. Would be great to connect once again. ex VP for R2R – joshie, on August 20, 2008 10:28
Fox Mulder replied on August 19, 2008 02:57 to the idea "Sandy iPhone web app" in I want Sandy:

I created a mock up and this runs a back end database that can store all the entries entered into the iPhone I posted this to another question about this and just discovered this post. This does not recreate the admin portion of the site. It is for quick and simple execution of tasks to Sandy. After all this is all about interacting by email.
Here is the post url
http://getsatisfaction.com/iwantsandy...
kevin1 replied on August 10, 2008 06:18 to the idea "Tagged, limited calendar and RSS feeds" in I want Sandy:
It is possible to create calendar and RSS feeds containing only items with a specific tag. Use the search term "tags=blahblah".
http://iwantsandy.com/list?tags=proje... (website)
http://iwantsandy.com/list.ics?tags=p... (calendar feed)
http://iwantsandy.com/list.rss?tags=p... (RSS feed)
Although you might want to use the "private" version of the feeds in order to avoid authentication problems. (Looks like http://iwantsandy.com/we5rnl28m1ns3dy...)
To add done items, archived items and past events.
http://iwantsandy.com/list.ics?tags=t...
The RSS feeds have an additional problem. They only return the first "page" of items (about 25).
See http://getsatisfaction.com/iwantsandy...
HeG replied on August 04, 2008 07:29 to the idea "Backup all my data to a file" in I want Sandy:
Brandon replied on August 02, 2008 05:26 to the idea "Contact Management" in I want Sandy:
Bricoleur replied on July 26, 2008 23:12 to the idea "Sandy iPhone web app" in I want Sandy:
Not a solution but a bit of a help...
I've created a couple icons on my home page to link to frequently used Sandy pages (for example lists)...
In the grocery store I can simply hit the icon for Sandy Lists and will go right there without having to fiddle with home page first.... still not the same as native app... but a bit of an aid while waiting
Bricoleur replied on July 26, 2008 19:25 to the idea "Sandy iPhone web app" in I want Sandy:
MadameSoybean replied on July 26, 2008 18:59 to the idea "Sandy iPhone web app" in I want Sandy:
kazemi started following the question "daily digest on demand" in I want Sandy.
ksnider replied on July 10, 2008 01:10 to the idea "how can I schedule for every 6 months?" in I want Sandy:
Yeraze replied on July 09, 2008 23:01 to the idea "how can I schedule for every 6 months?" in I want Sandy:
ksnider replied on July 09, 2008 12:56 to the idea "how can I schedule for every 6 months?" in I want Sandy:
bloftin replied on July 03, 2008 21:24 to the question "Import contacts?" in I want Sandy:
got it... you were close on the phone # its actually the address data in gmail exports out as
LABEL;TYPE=HOME=QUOTED-PRINTABLE:"a bunch of text for address"
Doesn't look like sandy can handle this input... I don't know if its non standard, I'm guessing the fault is on Sandy's side.
... now what I don't understand is my initial failures with just the two vcard ID"s. Those shouldn't have failed and in fact if I import that same file now Sandy accepts them!
Yeraze replied on July 03, 2008 18:12 to the question "Import contacts?" in I want Sandy:
bloftin replied on July 03, 2008 18:01 to the question "Import contacts?" in I want Sandy:
im XP32/Pro and FF3... sandy will accept a single entry from me but not more. From the above post example i can do either entry but not bot together in a vcf file.
alone works
BEGIN:VCARD
VERSION:3.0
FN:someuser
N:last,first;;;
EMAIL;TYPE=INTERNET:someuser@gmail.com
EMAIL;TYPE=INTERNET;TYPE=HOME:someuser@cox.net
TEL;TYPE=HOME:555 555 5555
TEL;TYPE=CELL:555 555 5555
END:VCARD
alone works
BEGIN:VCARD
VERSION:3.0
FN:another user
N:last1;first1;;;
EMAIL;TYPE=INTERNET:anotheruser@cox.net
END:VCARD
does not work
BEGIN:VCARD
VERSION:3.0
FN:someuser
N:last,first;;;
EMAIL;TYPE=INTERNET:someuser@gmail.com
EMAIL;TYPE=INTERNET;TYPE=HOME:someuser@cox.net
TEL;TYPE=HOME:555 555 5555
TEL;TYPE=CELL:555 555 5555
END:VCARD
BEGIN:VCARD
VERSION:3.0
FN:another user
N:last1;first1;;;
EMAIL;TYPE=INTERNET:anotheruser@cox.net
END:VCARD
I tried a couple of different entries and doesn't look like sandy want's to parse more than one... format doesn't seem to be an issue just multiple vcards in the file.
Yeraze replied on July 03, 2008 17:34 to the question "Import contacts?" in I want Sandy:
I'm running windows XP64, using FireFox3.. My vcard looks like this (sanitized):
BEGIN:VCARD
VERSION:3.0
FN:Bob Jones
N:Jones;Bob;;;
EMAIL;TYPE=INTERNET:bobjones@hotmail.com
END:VCARD
BEGIN:VCARD
VERSION:3.0
FN:Jane Jones
N:Jones;Jane;;;
EMAIL;TYPE=INTERNET:janejones@comcast.net
END:VCARD
I simply attached it to an email to sandy (via gmail), with no subject or body (Aside my from sig). During the export, I chose "vCard" format, and saved it as "contacts(4).vcf".
bloftin replied on July 03, 2008 17:22 to the question "Import contacts?" in I want Sandy:
Whats your platform? i'm running xp and saving the .vcf to local hdd and then sending it to sandy as an attachment. Did you put anything in the subject or body?
I just did my 'most contacted' which is 20 entries and it failed. Sandy replied "I got your email but couldn't find anything you asked me to do. Let's see if we can quickly remedy that:...."
here is a snip from the first two entries... in my .vcf (modified user info)
BEGIN:VCARD
VERSION:3.0
FN:someuser
N:last,first;;;
EMAIL;TYPE=INTERNET:someuser@gmail.com
EMAIL;TYPE=INTERNET;TYPE=HOME:someuser@cox.net
TEL;TYPE=HOME:555 555 5555
TEL;TYPE=CELL:555 555 5555
END:VCARD
BEGIN:VCARD
VERSION:3.0
FN:another user
N:last1;first1;;;
EMAIL;TYPE=INTERNET:anotheruser@cox.net
END:VCARD
....18 more entries
| next » « previous |
Loading Profile...





