Tagged Questions
The ticker tag has no wiki summary.
3
votes
2answers
63 views
Can I post my own message in Facebook “Real Time App Activity” (apps ticker)?
Is it possible to post my own message and publish it on the app ticker whenever i want?
(Not talking about the general ticker on users feed, but the one you have when you enter an app)
For example: ...
3
votes
6answers
4k views
An automatically scrolling live ticker (like the “Top Tweets” of Twitter)
Is there a good Javascript library for generating an automatically scrolling list like the "Top Tweets" on the Twitter homepage? Preferable as jQuery plugin. It should also support AJAX functionality ...
2
votes
1answer
111 views
App name showing incorrectly on the ticker
We have an old name for the app and we want the app to show the correct name on the ticker but we have not been able to do it (it is still showing the old name). We updated the title of the url canvas ...
2
votes
3answers
363 views
My application name is appearing incorrectly in Facebook's canvas app ticker
I have some question regarding fb app ticker, I already ask this question on facebook development forum but its been a few days now and to no avail. You see, I have develop my very first facebook app ...
2
votes
1answer
208 views
Jquery twitter ticker first li 2 times
Hello Stackoverflow users,
I have created a tweet ticker with jquery for a website. The problem now is that the first tweet is showing 2 times and when that is over it is working great.
But how can ...
2
votes
2answers
174 views
kilo (K) and mega (M) suffixes on matplotlib's axes
I would like to print values on axes not as 30000 or 7000000 but as 30K or 7M. It means to add K (kilo) suffix for x < 10^6 and M (mega) suffix for x >= 10^6. How can I do that?
Current code ...
2
votes
3answers
217 views
jquery functions don't work with news ticker
I'm using a news ticker for a news section in a page and I want to use prettyphoto plugin with these news but any of jquery function doesn't work when < li > items change their position.
For ...
2
votes
3answers
143 views
Suggestions regarding the .NET tool to use for project
I need to develop a project that needs to have a Ticker and an AdRotator, apart from some button controls and a banner.
I have two options - ASP.NET and Windows Forms.
With Windows Forms, I've been ...
2
votes
2answers
22k views
Continuously scrolling horizontal ticker containing images in jQuery?
I would like to do something like this: http://javascript.about.com/library/blcmarquee1.htm
The script I referenced however seems to be a bit laggy (outdated?), so I was wondering if anyone knew of a ...
1
vote
1answer
76 views
Is there any way to read from the Facebook Ticker (App or Stream) using the Graph API?
I have done some research and know there is currently no way to post specifically to the ticker, but I am curious if developers are able to get any information out of the ticker using the API.
1
vote
2answers
107 views
NSTextField subclass for sliding text - Objective-C/Cocoa
I want to do what is described here. I know I am kinda repeating the question but that post does not have an answer. I have searched the net and didn't find anything I could understand either.
So, ...
1
vote
1answer
131 views
Publish to only the ticker?
Is it possible to publish to only the ticker using JS, and not have a story also in the main page panel?
1
vote
1answer
112 views
Access Ticker stream
is there anyway I can access Ticker in my app? if so how can I do it, a quick example would be amazing.
btw, my app is for iOS
1
vote
1answer
139 views
I am beginner in j2me.In J2me Ticker function, How to apply differnt Color in Single Ticker?
*I am developing one j2me-Lwuit Project for Nokia s40 devices.I have some problem abuot ticker. I have apply Only one color for tiker.But i want differnt color to apply for single ticker.This is my ...
1
vote
2answers
126 views
jQuery ticker plugin bug in Chrome
Here at www.islyamov.site90.net I use Alex Fish's Ticker plugin (http://alexfish.heroku.com/posts/21) to animate list items. List is styled properly with CSS, and you can see red, yellow and blue ...
1
vote
0answers
172 views
JQuery scrolling text plugin which supports add/remove
There are a number of JQuery plugins that support scrolling text right to left.
We are looking for one that supports dynamically adding or removing items from the list.
Ie: You are scrolling 3 text ...
1
vote
3answers
307 views
wpf auto scroll items in databound ItemsControl (like news ticker)
I am creating a messages ticker for my application.
<UserControl.Resources>
<DataTemplate x:Key="MessagesDataTemplate">
<TextBlock
FontWeight="Bold"
...
1
vote
2answers
217 views
How to get a list of ticker symbols legitimately somewhere on the internet. (PHP)
I'm looking to retrieve a list of all the ticker symbols in the NYSE through a PHP script (or something similar, server-side or client-side) to use for autocomplete. Currently I have a questionable ...
1
vote
1answer
175 views
Smooth ticker in IE8…impossible?
Let me explain my scenario.
I have a web page generated with PHP which has a lot of divs with rollover effects. It represents a table with more than 200 cells, but is made of divs instead of a table ...
1
vote
4answers
225 views
Fader Ticker JQuery and PHP
This (lovely) little script I wrote should gently fade through each element in a list <li></li>. But nothing happens at all. What's wrong.
<div id="twitnews" style="padding-left:20px; ...
1
vote
4answers
641 views
Simple JQuery Fade ticker
I've looked at multiple tickers and they are all far to weighted. I'm after a very simple fadeIn() fadeOut() JQuery ticker for a list of elements to display titles.
<li>Story 1</li>
...
1
vote
1answer
359 views
Javascript ticker in asp.net
How to create a simple ticker in asp.net which runs horizontal at the bottom of the aspx page.
I want it to simple because I want to put it on the production site and I can't compile the code again.
1
vote
2answers
1k views
Seamless JQuery marquee/ticker
Hey guys,
I found code posted by a user on here for a seamless jQuery marquee/ticker. I've modified it to start and stop when scrolled over/scrolled out of, but it often lags once the user scrolls ...
1
vote
3answers
1k views
Symbian S60 - Scrolling text in a CEikLabel
I have a single line CEikLabel in my application that needs to scroll text.
The simple solution that comes to mind (but possibly naive) would be something like..
[begin pseduo code]
on timer.fire ...
0
votes
2answers
142 views
How to post to the ticker on facebook, like spotify does with music
I'm making an app that should post to the ticker on Facebook, of what I'm hearing on my app...
Just like Spotify does with their app..
I've made the Open Graph on facebook, and the FB connection on ...
0
votes
1answer
80 views
how to Make small ticker screen Blackberry
I want to customize very first MainScreen of my Blackberry application as like small ticker screen. My aim is that the first MainScreen should be of size 320width,100height so when user launches the ...
0
votes
1answer
51 views
Posting to the Facebook game ticker
Is it possible to post directly to the Facebook game ticker? As you might if you were sending an app request for example?
As I understand you can post actions to the ticker, but I was just wondering ...
0
votes
0answers
21 views
Social Discovery and websites
i would like to know if social discovery works only on canvas application or even with javascript integration with SDK on a website.
Reading FB documentation i don't find an answer (even if the ...
0
votes
0answers
27 views
Bigger Images On News Trick
How can i publish bigger image on news ticker? I try 480 px × 360 px (like youtube), 410x300 and more (og:image or image_src tag).. But it always publish as 130x130 px. Facebook minimize the images ...
0
votes
2answers
479 views
Can't ask for 'publish_actions' permission
So here's the thing, I can't ask for 'publish_actions' permission for other users than Developers and Test Users.
And when I tried posting an action with a regular user I got an error like this one:
...
0
votes
2answers
103 views
Achievement link in ticker points to app's canvas page instead of achievement's url
I have an achievement registered for my application with 'url' parameter set to smth like
http://app-canvas-url.com/facebook_achievements/123.html
When achievement is published for a user ticker ...
0
votes
0answers
100 views
Facebook ticker causes “Security Warning” (mixed content) when viewing https applications for SOME users
I've spent the last day completely removing all http source calls and yet I continued to hear user reports of constant IE popups saying "Security Warning..." (mixed content).
Users are claiming it ...
0
votes
1answer
99 views
How to Change the App Image in Facebook Games Ticker
I have not yet started adding achievements to Games Ticker for my game app, but by default when someone starts my app, a new post is there saying "X is playing the Appname". The bookmark image is ...
0
votes
1answer
150 views
Using Open Graph Beta, how do you post that two Facebook users are friends within in an app?
In our app, you can be friends with each other (just like you can be friends on Facebook).
Is it possible to use the Open Graph Beta to post an update in the News Feed, Ticker, and Timeline that a ...
0
votes
1answer
481 views
Live Scrolling Stock Ticker
Looking for a scrolling stock ticker, as seen here: http://www.bloomberg.com/ - preferably run in combination with jQuery liScroller.
How would I go about this? RSS? Any costs involved?
...
0
votes
2answers
161 views
javascript time ticker
I want to build a simple time ticker.
Basically i will have a global javascript variable injected from the server side that will represent in my business model a active task start time for an agent.
...
0
votes
1answer
115 views
Why does the facebook app ticker say [My Name] is using Untitled Page
Ive created a simple facebook canvas app with the title set in the head but when i access the app through facebook i get an entry in the app ticker on the right saying ive started using Untitled Page.
...
0
votes
1answer
137 views
Programmable WIFI scrolling marquee sign
I'm looking for a scrolling marquee sign that connects to the internet via Wifi so i can remotely program whats being displayed. I have looked all over but come up empty. Does anyone have anything ...
0
votes
1answer
343 views
jQuery ticker - how to remove #ticker-title
hoping someone can help.
I'm using jQuery's ticker plugin to display news headlines.
I need to be able to remove the title element 'titleElem' from the js (the text 'Latest news' is added via the JS ...
0
votes
1answer
298 views
single-line text-only weather ticker
What is the best path for adding a single-line text-only weather ticker to my website?
A simple option would display the temp and current conditions for a defined city. (static)
An advanced option ...
0
votes
2answers
176 views
Ticker on Blackberry homescreen
I am building an application, for a Blackberry device, which will show a ticker on the home screen. I have searched a lot but couldn't find a solution.
I have tried updating the background image ...
0
votes
1answer
72 views
Need help in creating ticker application in java [closed]
i have to create one ticker application in Java applet.I don't have any idea how to create the ticker.i searched on the internet but not getting the proper description.any body have any ideas about ...
0
votes
0answers
70 views
Is there a way to incorporate the jQuery innerfade plugin with Twitter?
I'm looking to make a twitter feed that displays one line at a time and fades into the following one (much like innerfade (http://medienfreunde.com/lab/innerfade/). I've been using the tweetable ...
0
votes
3answers
321 views
how can create this news ticker?
i have been saw this news ticker at top of :
http://www.aja.ir/portal/Home/Default.aspx
how can create that,what is it's solution?
i need one sample on javascript or Jquery,or one tutorial about it,
...
0
votes
0answers
609 views
JCarouselLite Smooth Vertical Scrolling
Sorry if this question has been asked before, but I was unable to find the exact answer I was looking for.
I need to make a vertical text ticker that moves smoothly, with no discernable pauses, and ...
0
votes
2answers
397 views
JQuery Fade Ticker Neat and Tidy
Experimenting with my own ticker and have run out of JQuery knowledge. The elements are supposed to fade out then the next one fades in. At the moment the first element fades out whilst the second and ...
0
votes
1answer
298 views
How to create a news ticker using JUST MooTools? [closed]
It's simple. I wish to create a news ticker, a news area the size of 1 article but with many articles on rotation, for my website but using only the MooTools core (and "more") functionality.
Is it ...
0
votes
2answers
65 views
How to I setup a database that tracks prices for 100k+ products over time? [closed]
I would like to setup a server that stores prices data for potentially 100,000+ products over time. Updates will be provided once or twice per month.
I would also have many components of such prices. ...
0
votes
3answers
402 views
news ticker script help
okay so im creating a ticker of sorts and i need it to be running until page is obviously closed or navigated away from.
this script will just be cycling through li, this is what ive got so far:
...
0
votes
1answer
71 views
PHP & MySQL Tickers..Is this standard practice?
I currently have about 4 different database tables which output to html tables. Each of these tables uses a count query to calculate data from a 5th table.
That's no problem, but what about when I ...