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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 153 - 182 of 201   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
153
Tried this, didn't work var init2 = function () { newFruit = TAFFY(fruits); fruit2 = gridPrinter2({ containerID: "displayGridDiv2" }, newFruit.find(...
Bruce
bfr348
Offline Send Email
Jun 9, 2009
11:47 pm
154
I'd like to see more examples. For instance, in the existing grid example, I have tried to find a place to insert a statement like this but nothing I try...
Bruce
bfr348
Offline Send Email
Jun 9, 2009
11:47 pm
155
Hey Bruce, So I think this is where you need to do. Mind you it has been a while since I wrote the grid example. The gridPrinter expected the element ID you...
tacoman_cool
Offline Send Email
Jun 10, 2009
1:34 pm
156
Actually it was this that I tried. (Second set of {} ) But at any rate it illustrates why I'm asking for real working examples. var init2 = function () { ...
Bruce
bfr348
Offline Send Email
Jun 11, 2009
3:16 pm
157
Tried this, including correcting unmatched brackets from your example; but it didn't work. I'd really like to see a working example. var init2 = function () { ...
Bruce
bfr348
Offline Send Email
Jun 11, 2009
3:16 pm
158
Ahh, sorry. I forget that fruits isn't a TAFFY collection at this point. Try this: var init = function () { var fruits =...
tacoman_cool
Offline Send Email
Jun 11, 2009
3:33 pm
159
Seems like the taffy tables that have label rows ought to be built using TH elements, thus making CSS for the header row simpler?...
Bruce
bfr348
Offline Send Email
Jun 11, 2009
6:36 pm
160
OK, I was able to get that to work, thanks....
Bruce
bfr348
Offline Send Email
Jun 11, 2009
6:37 pm
161
You're write, although that is really only an example of how someone could build a data grid using TaffyDB. It isn't meant to be production ready code. Using...
tacoman_cool
Offline Send Email
Jun 11, 2009
6:48 pm
162
TaffyDB seems like it ought to be getting more attention; and I still need to see more examples. I don't see activity on Twitter, which I think might help....
Bruce
bfr348
Offline Send Email
Jun 12, 2009
7:01 pm
163
I agree completely. I'd love to see TaffyDB grow and see greater adoption. There are a few ways I could see that happening and all of them take a whole lot of...
tacoman_cool
Offline Send Email
Jun 12, 2009
10:03 pm
164
For me, having it not integrated into one of those frameworks is why it is a tool I would use. Since everything else I'm using is YUI based, then I can use...
Jonathan Buford
jonb@...
Send Email
Jun 12, 2009
11:23 pm
165
For me, TaffyDB/jQuery integration might work but I think instead good examples of using them together might work. FWIW my principal application of TaffyDB...
Bruce
bfr348
Offline Send Email
Jun 13, 2009
1:39 am
166
Yeah, keeping it separate is a strong selling point in my opinion, although it may reduce adoption. Unless there was interest from one of the Ajax library...
tacoman_cool
Offline Send Email
Jun 15, 2009
12:03 pm
167
How and where will this conference talk come out? By comparison, I see that Jquery Tools has gotten quite a lot of traffic and commentary. There are several...
Bruce
bfr348
Offline Send Email
Jun 15, 2009
5:17 pm
168
The video will show up here: http://www.jsconf2009.com/ Yeah, the flowplayer folks have a lot more time on their hands that me :-)...
tacoman_cool
Offline Send Email
Jun 15, 2009
5:23 pm
169
Does Taffy have a timestamp or a method for representing a date as an object?...
Jason Castellucci
castelluccij
Offline Send Email
Jun 17, 2009
3:37 pm
170
It doesn't. That is something I've though would be worth while to build, but I haven't had a strong enough need to do it. Typically in my apps I store the...
tacoman_cool
Offline Send Email
Jun 17, 2009
3:56 pm
171
I'm running a design contest with my own money over at 99Designs.com in hopes that we can have a little more attractive site. If anyone wants to donate to help...
tacoman_cool
Offline Send Email
Jun 17, 2009
4:47 pm
172
I posted through the TaffyDB site, but did not see an answer. Maybe it got lost, or Ian missed it. I would appreciate your thoughts, and perhaps inclusion of...
z_mikowski
Offline Send Email
Jul 18, 2009
10:58 pm
173
New Patch against 1.7.2. Provides methods insertInto, truncate; modified remove (see prior message). Added callback stubs onInsertInto and onTruncate. 1c1 <...
z_mikowski
Offline Send Email
Jul 23, 2009
6:56 pm
174
Hi All, I am using taffy 1.7.2 version. Can anyone let me know how to filter record between a specific range. eg: i want to filter records having price greater...
irshadansari_06
Offline Send Email
Aug 4, 2009
2:50 pm
175
Hi all, I have a TaffyDB contained inside a complex object: var chardata = { name: 'Felonious', race_id: 1, ... weapons: [{ weapon_id: 15, }, { weapon_id: 39, ...
todd.chambery
Offline Send Email
Aug 4, 2009
2:50 pm
176
Hi, Can you let me know how to print array after filtering records using find function because find function returns indexes and we cant pass index to...
irshadansari_06
Offline Send Email
Aug 4, 2009
2:50 pm
177
Hi I have 10 rows with these numbers 93.52 89.08 505.75 490.08 18500 152.15 116.10 -86.35 -75.70 -103.90 What I need it's to be able to sort them like that ...
moonpo
Offline Send Email
Aug 4, 2009
2:50 pm
178
My data was entered as text !...
moonpo
Offline Send Email
Aug 4, 2009
2:50 pm
179
Hi Irshad, There are three main methods that help you work with your data in TaffyDB. Find, Get, and forEach. First and Last are also version of get that only...
tacoman_cool
Offline Send Email
Aug 4, 2009
3:47 pm
180
Hi Irshad, Find doesn't actually support what you are trying to do there, although it is hinting at syntax I'd like to support in the future. What you can do...
tacoman_cool
Offline Send Email
Aug 4, 2009
4:06 pm
181
Hi Todd, What you are trying to do sounds reasonable. But I'd assembled your "object" first before you try and stringify. So let's say your JavaScript normally...
tacoman_cool
Offline Send Email
Aug 4, 2009
4:28 pm
182
Don't know if it's a good practice but I do like that invoiceList=invoicesSearch.stringify(); resultData = new TAFFY(invoiceList); if ($("#field1").val() !=...
Pierre-Olivier Chassay
moonpo
Offline Send Email
Aug 4, 2009
4:28 pm
Messages 153 - 182 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