-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jquery pluginizing (and general extendibility) #6
base: master
Are you sure you want to change the base?
Conversation
Wow, Alan! This looks pretty cool! We're in the middle of a big project at All the best, On Wed, Jan 2, 2013 at 5:11 PM, Alan Palazzolo [email protected]:
|
Hi, @zzolo , thank you for this great work. I have a question. What if my data is really large? Will it be a problem for the browser to deal with too many items? Thank you for your time. I am a newbie. |
Hi @emptymalei, this is more of a general question about Google Docs and not necessarily about this tool. I have found there to be limitations with the amount of data that can be handled by Google Docs. We had some issues with a few thousand rows of about 10 columns. I have not found any documentation on it, so I don't really have any actual set limits. I think it just comes down to trial an error. Of course, there is always limitations on the clients browser concerning how much data can be processed and rendered regardless of these tools. |
Thank you @zzolo . If the limitations are several thousand rows, I think it won't be a problem for most people. Maybe we can use json or xml instead if our data becomes really large. |
Per @emptymalei's suggestion, a config option to choose between pulling data via tabletop - breaking news situations - or flat json file for maintaining after the fact -- would be huge... Gonna check this out regardless... Nice work... |
You can now just use your JS data directly. There is a data option. See the README. Also, you should use the projects issue queue for feature requests like this. :) |
Wanted to ping on this issue. I talked briefly with Steve and John from WNYC about this, and just wanted to see if its still a possibility of putting all these changes back up stream here. |
Awesome work on this timeline and thanks for sharing your work.
We used it on a project recently and I had a few extra hours, so I spent time making this into a more extendable, reusable jQuery plugin.
You can see the options here:
https://github.com/MinnPost/jquery-vertical-timeline
And see an example here:
http://minnpost.github.com/jquery-vertical-timeline/example.html
This is a really big pull request and probably not something you want to pull in, but I wanted to show it to you all and see if you wanted to try to merge it all together. Feel free to close if you don't think this is a good direction.