Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-16-2013, 06:38 PM   PM User | #1
rachellesays
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
rachellesays is an unknown quantity at this point
jQuery Twitter Live Search Query Plugin - incoming posts disappear/reappear

Hi,

jQuery Twitter live search query feed plugin from http://www.dreamtemplate.com/dreamco...ion/tweet.html

Here is my implementation: http://rachellesays.com/twitter-try/tweet.html

Made it refresh every second, and commented out "Searching Twitter" text from tweet.html to get rid of weird jumps every time it refreshed.

However, whenever a new tweet comes in, it appears for a second or two, disappears, then reappears--doing this for three times or so almost like it's flashing.

I have a feeling the issue is in jquery.tweet.js when a new post is being appended/binded (if you look @ source code thru browser, lines 223-243, near the last third of the code).

ANY help on how to resolve this would be GREATLY APPRECIATED!!
rachellesays is offline   Reply With Quote
Old 01-17-2013, 12:37 AM   PM User | #2
rnd me
Senior Coder

 
rnd me's Avatar
 
Join Date: Jun 2007
Location: Urbana
Posts: 3,455
Thanks: 9
Thanked 466 Times in 450 Posts
rnd me is a jewel in the roughrnd me is a jewel in the roughrnd me is a jewel in the rough
it's probably does to an older fetch arriving after the updated one.
http fetches are not done in order: some can take a while.

one second is way too little: the old ones can stack up, and twitter is going to turn you off after a few hours of war-hammering like your doing.

plus, i would be pissed if i realized your page sucks 500mb per day from my data plan; that's ridiculousness!
__________________
my site (updated 5/13)
STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.6% IE9:9.8% IE10:10%

Last edited by rnd me; 01-17-2013 at 12:39 AM..
rnd me is offline   Reply With Quote
Reply

Bookmarks

Tags
flashing, jquery plugin, live query search, twitter feed

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:13 AM.


Advertisement
Log in to turn off these ads.