[jQuery] Re: Google AJAX Feed API

2007-04-24 Thread Mika Tuupola
On Apr 24, 2007, at 4:02 AM, Mike Alsup wrote: I decided to make this a more polished plugin. You can find the new version here: http://malsup.com/jquery/gfeed/ Great work Mike. I was actually working on something similar :) -- Mika Tuupola

[jQuery] Re: Google AJAX Feed API

2007-04-24 Thread Scott Sauyet
I don't know why this didn't show up on the list. I sent it hours ago... Mike Alsup wrote: I decided to make this a more polished plugin. You can find the new version here: http://malsup.com/jquery/gfeed/ Very nice! One minor bug: you're max value is going to get ignored if it's

[jQuery] Re: Google AJAX Feed API

2007-04-23 Thread Mike Alsup
I decided to make this a more polished plugin. You can find the new version here: http://malsup.com/jquery/gfeed/ Mike Excellent Mike. I've started using it in my application as a feed reader, was very easy to implement with a backend for defining feeds, I just loop them out and include

[jQuery] Re: Google AJAX Feed API

2007-04-23 Thread Karl Swedberg
Very cool, Mike! Excellent job. I started playing around with the Google Feed API this weekend. Lots of fun. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 23, 2007, at 9:02 PM, Mike Alsup wrote: I decided to make this a more polished plugin.

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread DaveG
In very basic terms you can pretty much substitute the word join or combine for mash-up. Thus, in this case we're combining RSS feeds from multiple sources into a single presentation. ~ ~ Dave On Fri, 20 Apr 2007 11:25:54 -0500, Christopher Jordan [EMAIL PROTECTED] wrote: So by mashing

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
Hi Bruce, Make sure the path to jquery and the file name are correct. I can't post a demo from behind my firewall but I can put something online later. Mike I have the api key, it is indeed sharp. Did some yesterday with it.The code below looks interesting, but when I do it I get a blank

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
://www.bkdesign.ca/1jqrss.html Bruce P - Original Message - From: Mike Alsup [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, April 20, 2007 12:51 PM Subject: [jQuery] Re: Google AJAX Feed API Hi Bruce, Make sure the path to jquery and the file name are correct. I can't post

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
I have the api key, it is indeed sharp. Did some yesterday with it.The code below looks interesting, but when I do it I get a blank page. Have the latest jquery1.1.2.js and key, page remains blank? Any demo of this to see whats wrong Bruce P - Original Message - From: Mike Alsup

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Christopher Jordan
Thanks Dave. I appreciate the initiation. :o) Chris DaveG wrote: In very basic terms you can pretty much substitute the word join or combine for mash-up. Thus, in this case we're combining RSS feeds from multiple sources into a single presentation. ~ ~ Dave On Fri, 20 Apr 2007 11:25:54

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
Well, not to me lol. Nice work! Is there a way to get it to say: Published 5 minutes ago? Bruce - Original Message - From: Mike Alsup [EMAIL PROTECTED] It's actually quite similar to the example posted here: http://code.google.com/apis/ajaxfeeds/documentation/ My code just uses

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
Is there a way to get it to say: Published 5 minutes ago? Well, you have the pub date so from that you can calculate whatever you want to display. What would one add to this to get it to update in real time? You can reload the feeds as often as you want but ultimately you're at the mercy

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
To view the api example, you can open the file from the browser (no need to have a API key and put it on a server). Also, If someone has the time, a cool plugin idea is an RSS viewer. Here's a quick and dirty plugin to convert anchors into feed divs. Modify it to suit your needs:

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Karl Swedberg
] wrote: What would one add to this to get it to update in real time? That would be super cool! bruce P - Original Message - From: Mike Alsup [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, April 20, 2007 2:42 PM Subject: [jQuery] Re: Google AJAX Feed API It's actually

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Ariel Jakobovits
its so pretty - Original Message From: Karl Swedberg [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, April 20, 2007 1:21:18 PM Subject: [jQuery] Re: Google AJAX Feed API Here is a really cool RSS viewer written with jQuery: http://www.osxcode.com/feedsearch/ --Karl

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Tane Piper
Excellent Mike. I've started using it in my application as a feed reader, was very easy to implement with a backend for defining feeds, I just loop them out and include the JS :) Tane On 4/20/07, Mike Alsup [EMAIL PROTECTED] wrote: To view the api example, you can open the file from the