Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

simplepie-support · SimplePie Support

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1485
  • Category: Open Source
  • Founded: Jan 31, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1067 - 1096 of 5877   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1067 Michael Shipley
michael_ship... Send Email
May 2, 2008
8:31 am
If I understand you correctly, here's how to do it: <?php require 'simplepie.inc'; $feed = new SimplePie(&#39;http://site.com/feed/'); echo '<h2>Feed level...
1068 diamantsus Send Email May 2, 2008
8:48 am
Do you can add support for Server Proxy? F.e.: function SimplePie_File($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null,...
1069 Michael Shipley
michael_ship... Send Email
May 2, 2008
11:46 am
Sure, just extend the SimplePie_File class. http://simplepie.org/wiki/addons/start - Mike...
1070 catchitcat Send Email May 2, 2008
3:21 pm
I'm building a site with the newsblock demo. I'd like to have a search box on the top of my page that will allow users to search for keywords from a select...
1071 catchitcat Send Email May 2, 2008
4:26 pm
Now that I think of this more, it doesn't even need to search RSS feeds, just particular sites. For example, lets say I have 5 search sources. 1....
1072 tdbuilder Send Email May 2, 2008
4:45 pm
... You can do it by modifying this neat little search script <http://186kpersecond.com/search.php> . Just view the source. It's not mine, the credits are on...
1073 catchitcat Send Email May 2, 2008
5:07 pm
Thanks for the suggestion. but that is a little beyond my scope. I'm a designer, not a programmer. :) -Cat...
1074 telecombooksblog
telecombooks... Send Email
May 3, 2008
3:46 am
I have 60 feeds for a Newsblock 1.1.1 demo. It threw memory leak error in my server, although the memory limit is 128MB, which is way higher than the error...
1075 neilpharazyn Send Email May 3, 2008
5:48 am
We want to use Simple Pie as part of a new product/service. So we decided that we would use Simple Pie Live to demonstrate it to interested parties. To our...
1076 univbgpd9 Send Email May 3, 2008
6:51 am
access all computer tutorials for free visit http://www.univbgpk1.newsit.es/...
1077 Michael Shipley
michael_ship... Send Email
May 3, 2008
8:31 am
I worked on this problem and made a post about how to fix it a few days ago. The fix worked for me in IE6 (havent testing in IE7 yet). All I did was I change...
1078 T D
tdbuilder Send Email
May 3, 2008
3:04 pm
Are you looking for something like I showed in the link or are you looking for a search that returns custom results on "your" site? I could send you a quick...
1079 Michael Shipley
michael_ship... Send Email
May 3, 2008
4:44 pm
Actually I just looked at the Newsblock 1.1.1 demo and I don't see the SP 1.1.1 destruct method called at all. Make sure your using the latest 1.1.1 version of...
1080 Bruce
bchandpc Send Email
May 3, 2008
6:51 pm
Catherine, Here is what I have on one of my sites that I think is what you want. http://www.racebuz.com/search/ I got it from ...
1081 Ryan Parman
skyzyxufks Send Email
May 3, 2008
7:40 pm
Here's the situation: * SimplePie Live is currently a very early beta, and yes, things are broken. * I've been busy trying to get my startup funded, and...
1082 johnhumphrey111 Send Email May 3, 2008
8:06 pm
Have you played around with Yahoo Pipes? Very intuitive and you can build off of something that is already close to what you're looking for. They just added...
1083 telecombooksblog
telecombooks... Send Email
May 3, 2008
9:00 pm
Mike, thanks for the tips! I added $feed->__destruct(); before return $html;, and it worked! All 60 feeds loaded pretty quickly. So I guess the real limitation...
1084 Michael Shipley
michael_ship... Send Email
May 4, 2008
4:42 am
As long as you have enough memory to load and process one feed, and you destruct SP after your finished with it, you should theoretically be able to handle an...
1085 ketchup_sandwich
ketchup_sand... Send Email
May 4, 2008
4:58 am
I've been testing the Database caching out and its pretty cool, but a few things I noticed. You didn't use mysqli (curious why not) and the id in cache_data ...
1086 Ryan McCue
mccue_ryan Send Email
May 4, 2008
7:49 am
I've managed to work out why I'm experiencing bug #57. Due to the Windows way of storing paths, $location->get_scheme() on line 8280 returns 'c', the drive...
1087 Ryan McCue
mccue_ryan Send Email
May 4, 2008
7:59 am
... Actually, it appears this stems from 2 separate bugs. 1) get_favicon() doesn't check if the cache object created is actually an object 2) SimplePie_IRI and...
1088 c.fox70 Send Email May 4, 2008
10:52 am
hello there, i am fighting with some memory problems, even after "__destruct&quot; and "unset" after every loop memory still increases. even with just calling...
1089 Michael Shipley
michael_ship... Send Email
May 4, 2008
11:30 am
Here's something that is kind of drastic but can help a lot. The biggest memory leaker is SP's sanitize function. Don't know why but it is. You need to extend...
1090 packet.wrapper Send Email May 4, 2008
2:07 pm
I'm sorry for posting this as it is not really a SimplePie support question. I am trying to come up with a basic tabbed web-page where SimplePie is used at a...
1091 Ryan McCue
mccue_ryan Send Email
May 4, 2008
2:47 pm
... I'm wondering if my Lilina ( http://getlilina.org/ ) might be what you're looking for? (Ignore the downloads and use the Subversion trunk ;) ) Thanks, ...
1092 wsvshawn Send Email May 4, 2008
4:44 pm
I have a site hosted with Yahoo! but they don't allow you to modify or upload .htaccess files so the Newsblock application won't work. Is there a way to run...
1093 Ryan Parman
skyzyxufks Send Email
May 4, 2008
8:56 pm
... This was initially implemented last summer, so I'm trying to remember the logic behind it. I believe that we were looking at database caching, and were...
1094 Ryan Parman
skyzyxufks Send Email
May 4, 2008
9:00 pm
Yeah, just don't use them. They're optional, and were only used for gzip compressing the client-side JavaScript and CSS files. -- Ryan Parman ...
1095 neilpharazyn Send Email May 4, 2008
10:15 pm
I tried Mike's suggestion without success. See my revised pages... http://www.isc.co.nz/rss_tests/news_simplepie.htm ...
1096 mathfocus Send Email May 5, 2008
1:17 am
Hi, Is there a simple way to use simplepie rss api and HTML tag to create a dynamic post in the forum? www.simplepie.org Be more specific, is there a way to...
Messages 1067 - 1096 of 5877   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help