Where I chart the progress of the Salsa Rapido method.
I've embedded a Blogger blog below. The links take you to mambalsa.blogspot.co.uk in a new window. Please feel free to comment :-)
Description Character Limit Example
Code$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 3, ShowDesc: true, ShowPubDate: false, DescCharacterLimit: 100 });
No Description Example
Code$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 4, ShowDesc: false });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'L', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'L', DateFormatLang:'tr' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'L', DateFormatLang:'en-gb' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'LL', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'LLL', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'll', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'lll', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'DD MMMM YYYY', DateFormatLang: 'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM/DD/YYYY' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM/DD/YYYY HH:mm' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM-DD-YYYY' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM-DD-YYYY HH:mm' });