
--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To post to this group, send email to cfwh...@googlegroups.com.
To unsubscribe from this group, send email to cfwheels+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfwheels?hl=en.
Cool Russ. I think this would be a cool example of using something like MongoDB to store the tweets, just to learn how it works.
On Thu, Sep 15, 2011 at 11:09 AM, Russ Johnson <russ.c...@gmail.com> wrote:
Had a few spare hours to spend playing with some new stuff, primarily the Twitter Bootstrap and a jQuery plugin for accessing Twitter. I was going to be needing these for a new upcoming project and thought I would take them for a spin. In the process I built this little site using Wheels. Its pretty simple actually, just a one pager that pulls tweets that have "coldfusion" in them. The site updates every 60 seconds and automatically adds new tweets to the top of the timeline.I had to add a catch for now that will stop the auto refresh after 10 API hits due to the rate limiting on Twitter. But I have already thought about taking this one step further and "caching" all the tweets in the db so the server can ping the API periodically vs each client doing it using the jQuery plugin.Anyways, I will be opening up the GitHub repo for this site as soon as I scrub all the passwords if anyone is interested in the code.
Russ Johnson
@russ_johnson
ru...@angry-fly.com
www.angry-fly.com
<image001.gif>
--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To post to this group, send email to cfwh...@googlegroups.com.
To unsubscribe from this group, send email to cfwheels+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfwheels?hl=en.
--
Troy Murray
Cool Russ. I think this would be a cool example of using something like MongoDB to store the tweets, just to learn how it works.
On Thu, Sep 15, 2011 at 11:09 AM, Russ Johnson <russ.c...@gmail.com> wrote:
Had a few spare hours to spend playing with some new stuff, primarily the Twitter Bootstrap and a jQuery plugin for accessing Twitter. I was going to be needing these for a new upcoming project and thought I would take them for a spin. In the process I built this little site using Wheels. Its pretty simple actually, just a one pager that pulls tweets that have "coldfusion" in them. The site updates every 60 seconds and automatically adds new tweets to the top of the timeline.I had to add a catch for now that will stop the auto refresh after 10 API hits due to the rate limiting on Twitter. But I have already thought about taking this one step further and "caching" all the tweets in the db so the server can ping the API periodically vs each client doing it using the jQuery plugin.Anyways, I will be opening up the GitHub repo for this site as soon as I scrub all the passwords if anyone is interested in the code.
Russ Johnson
@russ_johnson
ru...@angry-fly.com
www.angry-fly.com
<image001.gif>
--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To post to this group, send email to cfwh...@googlegroups.com.
To unsubscribe from this group, send email to cfwheels+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfwheels?hl=en.
--
Troy Murray
Very nice, great work!
Nice job!! I learnt that for no sql, couchdb would need no cfwheels Driver as it uses http calls for data access. Once again, great job.
You bring up an interesting point. I haven't had a chance to fire-up
CouchDB/MongoDB yet, but do these work with CFWheels?
-t
--
Troy Murray