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 your group to be featured on the Yahoo! Groups website? 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 69 - 101 of 200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
69
The fast paced advancements in education and technology require us to keep up to date in the chosen field. We also need to improve our skill sets or study a...
john_david601
Offline Send Email
Aug 6, 2008
7:43 am
70
Hi, I can't figure out how the template system work ... Here is my code : var record = new TAFFY([]); record.config.set("template",{title: "none",sub_title:...
thierry.tranchina
thierry.tran...
Offline
Sep 2, 2008
11:57 am
71
Good catch. Found a bug. Just rolled out 1.6.1 to fix it. Let me know if you see anything else....
tacoman_cool
Offline Send Email
Sep 2, 2008
4:58 pm
72
... Great! Work like a charm. Another question : Can we use the methods like find() to return boolean instead of Collection? Again, great job....
thierry.tranchina
thierry.tran...
Offline
Sep 3, 2008
1:52 am
73
I am new to Taffy and fairly new to javascript. I am working with a server which only allows javascript in the html.. no php or asp. I have pulled data into...
Walt
walt29621
Offline Send Email
Sep 7, 2008
4:19 pm
74
Hey Walt, You have it spot on. This is a very good use case for TaffyDB. One thing to be aware of is that you won't be update the hard copy (the file) using...
tacoman_cool
Offline Send Email
Sep 8, 2008
8:23 pm
75
Thanks Ian, I'll go forward with it and let you know how it works out for me. The file doesn't need to be dynamic. Very rarely updated. Walt ... php. ... ...
walt29621
Offline
Sep 8, 2008
11:29 pm
76
Hi, I want to know if we can use the methods like find(), has() or like() to return boolean instead of Collection? Actually, I call find() and test the lenght...
thierry.tranchina
thierry.tran...
Offline
Sep 9, 2008
10:33 am
77
... Anyone still alive?...
thierry.tranchina
thierry.tran...
Offline
Sep 24, 2008
10:16 am
78
I'm sorry, I missed your first post. Calling find and testing the length is really your best options for seeing if the collection contains any matches. You...
tacoman_cool
Offline Send Email
Sep 24, 2008
2:42 pm
79
Hello I want to print a Taffy collection as a table, but I don´t want to write the code for every single table. There´s a way to write a javascript function...
arntracks
Offline Send Email
Oct 6, 2008
11:17 pm
80
Thanks for the question, Sorry for the slow response. It prompted some ideas in my head and I ended up putting together a whole tutorial on the topic. I want...
tacoman_cool
Offline Send Email
Oct 13, 2008
5:44 am
81
I am new to Taffy and new to javascript. How to pass JSON from Web Service to Taffy ? Thanks!...
hopeheartfly
Offline
Oct 15, 2008
8:13 am
82
That is really easy and is covered in the getting started article: http://taffydb.com/index.cfm?oa=gettingstarted#create In short though, as long as your JSON...
tacoman_cool
Offline Send Email
Oct 15, 2008
2:01 pm
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
Messages 69 - 101 of 200   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