| Who We Are | TEDxAlexandriaU Blog | Speakers |
|---|---|---|
| About TED Description |
Post Tittle Thursday, March 8th, 2012th |
Add a speaker Description |
| About TEDx Description |
Post Tittle Thursday, March 8th, 2012th |
Be a speaker Description |
| About TEDxAlexandriaU Description |
Post Tittle Thursday, March 8th, 2012th |
Speakers Description 2011 |
Friends ![]() |
Gallery ![]() |
|---|---|
![]() |
jQuery(function($){
$("#ticker").tweet({
username: "TEDxAlexandriaU",
page: 1,
avatar_size: 25,
count: 20,
loading_text: "tweets loading ..."
}).bind("loaded", function() {
var ul = $(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
ul.find('li:first').animate( {marginTop: '-4em'}, 500, function() {
$(this).detach().appendTo(ul).removeAttr('style');
});
ticker();
}, 5000);
};
ticker();
});
});