Search the web
Sign In
New User? Sign Up
taffydb · TaffyDB Support and User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 85 - 115 of 201   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
85
Sorry for the Spam on the TaffyDB List. Yahoo didn't catch it. I've turned on some moderation to better prevent it in the future....
tacoman_cool
Offline Send Email
Nov 4, 2008
3:48 pm
86
Not so bad actually - I got a hot date out of it.... Peter Sorenson Quizzicle LLC _____ From: tacoman_cool [mailto:ian@...] Sent: Tuesday,...
peter
peters@...
Send Email
Nov 4, 2008
3:59 pm
88
I've a Taffy collection where each row contains 2 fields (see snippet below). Now I want to retrieve the unique values of the "optgroup" field, so the...
focus2friends
Offline Send Email
Nov 21, 2008
6:08 pm
89
I've a Taffy collection where each item contains 10 fields. Is it possible to perform a query and retrieve only the fields I'm interested in? (e.q. only field1...
focus2friends
Offline Send Email
Nov 21, 2008
6:08 pm
90
The way to do that is using the Taffy Utility function TAFFY.gatherUniques. You'll need to build a bit of a wrapper though. Something like: ...
tacoman_cool
Offline Send Email
Nov 21, 2008
6:32 pm
91
Not really. It doesn't fit the style of TaffyDB and, in most cases, wouldn't be needed. Unless you have a function or library that automatically prints/uses ...
tacoman_cool
Offline Send Email
Nov 21, 2008
6:36 pm
92
It's very common to do a "select col1, col2 from table" and as such I consider my (normalized) Taffy collection. The collection has several widgets as...
focus2friends
Offline Send Email
Nov 21, 2008
6:59 pm
93
Wouldn't it be easier if you could select a specified field (column) values from the collection and do a gatherUnique on that resultset?...
focus2friends
Offline Send Email
Nov 21, 2008
7:08 pm
94
Right, that is true for a normal database. But in JavaScript you are just caring along references to the original objects rather than the objects themselves....
tacoman_cool
Offline Send Email
Nov 21, 2008
7:08 pm
95
It very much would. The reason it hasn't to date is to save space in the .js file and to focus on the API more on the things people have been asking for....
tacoman_cool
Offline Send Email
Nov 21, 2008
7:14 pm
96
Ok, the "borders" of TaffyDB are now clear. I'll finish my "client data broker" app, see what I come across and share my thoughts. cheers....
focus2friends
Offline Send Email
Dec 7, 2008
6:21 pm
97
I'm retrieving JSON content from various web services that I'm collecting into a Taffy. Sometimes, parsing of the JSON string fails due to: - line breaks -...
focus2friends
Offline Send Email
Dec 8, 2008
4:51 pm
98
I don't personally have know of one. I know there are various "isJson" functions out there that may meet your needs. Can you post a short example of a JSON...
tacoman_cool
Offline Send Email
Dec 8, 2008
4:54 pm
99
I'm retrieving the JSON payload of various keywords on: http://spy.appspot.com Here's a sample (retrieved via a server proxy that performs a POST): ...
focus2friends
Offline Send Email
Dec 8, 2008
11:46 pm
100
Yeah, it is tough to tell. I just copied the JSON from the URL and tried to put it in a .js file as JavaScript and couldn't get it to work. It is a huge JSON...
tacoman_cool
Offline Send Email
Dec 8, 2008
11:50 pm
101
Why does sort toggle work correctly on only the first column? If you identify multiple columns as sortable, the first will toggle correctly ...
Bruce
bfr348
Offline Send Email
Dec 11, 2008
3:11 pm
102
Hey Bruce, I think there is a bug with this. I was noticing a problem with two column sorting yesterday, just haven't had a chance to track it down and fix it...
tacoman_cool
Offline Send Email
Dec 11, 2008
3:13 pm
103
... Actually, a function to get only unique values out of a TAFFY would have been convenient for my mini-catalogue app too, but gatherUniques(array) is also...
martin_seidel
Offline Send Email
Dec 20, 2008
4:20 pm
104
Great work, btw....
martin_seidel
Offline Send Email
Dec 20, 2008
4:20 pm
105
Any progress with this? TaffyDB looks like a very interesting idea but it appears to not have much momentum or active development....
Bruce
bfr348
Offline Send Email
Dec 22, 2008
7:25 pm
106
So - this project is already dead?...
Bruce
bfr348
Offline Send Email
Dec 22, 2008
7:25 pm
107
Nope. The project isn't dead. I'm working on a new release to fix the sorting bug (sorting with one column works, sorting with more than 1 is unpredictable....
tacoman_cool
Offline Send Email
Dec 22, 2008
7:28 pm
108
OK, so I thought there was a bug with multi column sorting. But I can't duplicate it. Anyone have any ideas? Here are my quick tests:...
tacoman_cool
Offline Send Email
Dec 23, 2008
8:22 pm
109
None of what you posted is relevant. You didn't even TRY to duplicate the problem. The problem is with dynamic, click-to-sort column heads. None of your...
Bruce
bfr348
Offline Send Email
Dec 23, 2008
9:10 pm
110
Ok, hold your horses. What error are you talking about? TaffyDB is a data wrapper and doesn't have any official click-to-sort functionality. You'd need to add...
tacoman_cool
Offline Send Email
Dec 23, 2008
9:16 pm
111
Yes, the fact that the grid tutorial cannot perform multi-column sorting is the problem we are talking about. I described that I had tried to extend the...
Bruce
bfr348
Offline Send Email
Dec 23, 2008
9:44 pm
112
Ahh, I got you. I thought you had a problem within TaffyDB itself. That is what I was trying to duplicate as I had a similar problem to what I understood...
tacoman_cool
Offline Send Email
Dec 23, 2008
9:49 pm
113
Just make any other column sortable; and have it actually work. For example change this: { name: "food", display: "Fruit", sortable: true}, "water", "fiber", ...
Bruce
bfr348
Offline Send Email
Dec 23, 2008
10:27 pm
114
Can you have multiple collections work together? Like have a collection be a work as a table? I'm trying to set up a comic cms with one collection for...
himebriny
Offline Send Email
Dec 26, 2008
5:45 pm
115
You may need to give us a little more detail, but in short you can have more than one collection and they can work together. You need to code it out in your...
tacoman_cool
Offline Send Email
Dec 26, 2008
5:51 pm
Messages 85 - 115 of 201   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help