I would start by trying to get something going, and see what you
learn/achieve (you may even just
advance straight to accomplishment)

   jQuery.getFeed({
       url: 'http://blog.novaconnection.com/syndication.axd',
       success: function(feed) {
           alert(feed.title);
       }
   });


the information here is quite clear
http://www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss-atom-feed-parser-plugin



2008/7/9 desmo <[EMAIL PROTECTED]>:

>
> I've been advised that jquery and jfeed is the best way of putting an
> rss link on my web page (novaconnection.com)
>
> The feed is to come from my new and currently under-populated blogsite
> (blog.novaconnection.com).  The feed file is
> http://blog.novaconnection.com/syndication.axd.
>
> I am not knowingly guilty of having done much in java but have done a
> little html - I did my website from a template which I modified quite
> a bit.
>
> I would really appreciate a step by step muppet's guide on how to
> insert the rss feed on my webpage.
>
> Can anyone help or point me to something mono-syllabic which I might
> understand?
>
> Thanks in advance
>
> Desmo
>

Reply via email to