Hi Sam Sherlock I really appreciate your time. have pasted the following into the head of a test page, immediately below the title:
<script src="jquery.js" type="text/javascript"></script> <\script> jQuery(document).ready(function(){ jQuery.getFeed({ url: 'http://blog.novaconnection.com/syndication.axd', success: function(feed) { alert(feed.title); } }); });</script> Do I need to copy the jquery and jfeed files to the website as well? If so where? Then I guess that I need to invoke the plugin in the body. Is that about right? Really appreciate your help. Desmo On Jul 10, 10:47 am, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > 1) script src jquery.js in the head > > 2) in the head: <script> > jQuery(document).ready(function(){ jQuery.getFeed({ > url: 'http://blog.novaconnection.com/syndication.axd', > success: function(feed) { > alert(feed.title); > } > }); > > });</script> > > I don't have any direct experience with this particluar plugin so I don't > know exactly what the bin folder is and there may be something crucial I > have missed, other than that it should be enough to get on with now. hth -S > > 2008/7/10 desmo <[EMAIL PROTECTED]>: > > > > > > > Thanks very much indeed for your reply. It is most appreciated. > > > The code you kindly sent goes, I assume, in the "body". > > > What needs to go in the "head"? > > > And do I need to put a file in the "bin" folder? > > > Anything else I need to think about other than the formating - which I > > will deal with once I can get the feed going. > > > Kind regards > > > Desmo > > > On Jul 9, 10:06 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > > > 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 clearhttp:// > >www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss... > > > > 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- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -