Skip to search.
simplepie-support · SimplePie Support

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 656 - 685 of 5862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
656 fluid_motion Offline Send Email Apr 1, 2008
1:16 pm
There seems to be something wrong with the caching of favicons. When I use set_favicon_handler for caching, I am missing some icons. But when I disable it, I...
657 blueprintinternet
blueprintint... Offline Send Email
Apr 1, 2008
1:26 pm
You're not the only one (read through the responses to see if any of the comments might help you, though they didn't work for me): ...
658 fluid_motion Offline Send Email Apr 1, 2008
1:59 pm
Thanks, I did read through that thread but it didn't occur to me that its the same issue. I can get most of the favicons from cache except those I mentioned...
659 fluid_motion Offline Send Email Apr 1, 2008
2:20 pm
I am getting this error in my Apache log: PHP Notice: XML error: Invalid document end at line 79, column 732 in W:\\www\\simplepie\\simplepie.inc on line 1783 ...
660 Michael Shipley
michael_ship... Offline Send Email
Apr 1, 2008
3:56 pm
Fluid, In your case the problem is that the content type returned for the favicons from both those servers is wrong. SP checks to see if the favicon...
661 blueprintinternet
blueprintint... Offline Send Email
Apr 1, 2008
5:03 pm
Whoops, sorry, I read your message too fast. Actually, any chance you would be willing to share the code on how you got set_favicon to work at all? I'm...
662 fluid_motion Offline Send Email Apr 1, 2008
6:11 pm
Thanks Mike, it works. Now I'll have to wait for the proper patch that can handle those sites that use link reference like treehugger.com....
663 fluid_motion Offline Send Email Apr 1, 2008
6:22 pm
I just followed the demo examples(index.php), its rather straightforward. Try running a feed through the demo. If you can't even get favicons to show in the...
664 Ryan Parman
skyzyxufks Offline Send Email
Apr 1, 2008
6:36 pm
What's the feed URL that this is happening with? -- Ryan Parman <http://ryanparman.com>...
665 fluid_motion Offline Send Email Apr 1, 2008
7:16 pm
I've got about 70 feeds loading sequentially so I don't really know unless I remove the error traps from my code. So it could be some malformed feed so I can...
666 Ryan Parman
skyzyxufks Offline Send Email
Apr 1, 2008
7:48 pm
Generally yes, a malformed feed will cause PHP's XML parser to throw that particular error. :) -- Ryan Parman <http://ryanparman.com>...
667 Patrick Swesey
swese44 Offline Send Email
Apr 1, 2008
10:28 pm
My application allows users to add feeds to the system. The feed gets validated and is stored to the database (or the user is told the feed isn't valid)....
668 Manish Baldua
manish-baldua Offline Send Email
Apr 1, 2008
10:38 pm
in this feed, http://feeds.feedburner.com/TheZaumOfMrBrown we've noticed that the element <pubDate> takes precedence over <atom:updated> however, in the...
669 ty_rewt Offline Send Email Apr 2, 2008
12:26 am
The Newsblock demo displays an icon for "new" stories in the last 24 hours, I'd like to change that so it indicates new stories since last visit (individual...
670 Ryan Parman
skyzyxufks Offline Send Email
Apr 2, 2008
1:49 am
I'm unclear about the problem you're having, as well as the bug you're reporting. Could you clarify about what the expected result is and what the actual...
671 Ryan Parman
skyzyxufks Offline Send Email
Apr 2, 2008
1:58 am
Are you asking whether you should use a cookie? (Yes, you'd use a cookie.) Or are you saying that you already know to use a cookie, and you're asking about how...
672 ty_rewt Offline Send Email Apr 2, 2008
2:20 am
I'm asking how to do it all together. Mainly edit the code used in the NewsBlock demo (http://simplepie.org/demo/newsblocks/) to display "new" stories since...
673 Ryan Parman
skyzyxufks Offline Send Email
Apr 2, 2008
3:10 am
What code have you tried so far that you can't get working? -- Ryan Parman <http://ryanparman.com>...
674 ty_rewt Offline Send Email Apr 2, 2008
5:19 am
Ryan, Well, I'm afraid I haven't tried much. I'm a designer, not a programmer. Was hoping somebody could tell me how I could incorporate that code segment,...
675 Geoffrey Sneddon
gsnedders Offline Send Email
Apr 2, 2008
11:02 am
... Behaviour of doing stuff with internal code like that is undefined. You want to just try and parse it (probably with caching disabled), and see if init()...
676 fluid_motion Offline Send Email Apr 2, 2008
11:47 am
I have tested the favicons and those that are of the wrong mime content type don't load on Opera and IE6. It works well on Firefox though. Any idea how to...
677 ruben.canyadas Offline Send Email Apr 2, 2008
1:16 pm
would be possible add or change the SP class to handle with large XML Files? The idea is not bulid a new class, and use all the inteligence inside of SP...
678 cristian
cerge74 Offline Send Email
Apr 2, 2008
8:00 pm
Hi, friends. Please, if you can help me, I installed simplepie and it looks great in my demo folder, but when i want to check that from the root or other...
679 Max
just_an_engl... Offline Send Email
Apr 2, 2008
8:32 pm
Hi, this is my first ever Coding project :o( I have been following the online tutorial for the superpie digg sub items as shown at...
680 sportscade Offline Send Email Apr 2, 2008
9:14 pm
There is a great tutorial that allows multiple feeds to be compined into one feed. This is great and was working flawlessly - however it no longer mixes the...
681 Ryan Parman
skyzyxufks Offline Send Email
Apr 2, 2008
10:20 pm
It still works, as far as I know. Nothing in 1.1 would have changed that. Have you seen the "typical multifeed gotchas"...
682 Max
just_an_engl... Offline Send Email
Apr 2, 2008
11:37 pm
Hi I'm using simple pie to read feeds that can be set up using keywords: In my index I specify URLs like $feed = new SimplePie(array( ...
683 Manish Baldua
manish-baldua Offline Send Email
Apr 2, 2008
11:42 pm
yes, let me try to clarify the problem. this feed http://feeds.feedburner.com/TheZaumOfMrBrown has 2 elements for each Item, <pubDate> and <atom:updated> lets...
684 granierphelps Offline Send Email Apr 3, 2008
12:24 am
I'd really appreciate any help with the following matter... it's driving me nuts. I'm reading a list of feed URLS (stored in an XML text file), passing them to...
685 Michael Shipley
michael_ship... Offline Send Email
Apr 3, 2008
12:49 am
Basically you do this: 1. Before your foreach loop run some javascript to load the saved date cookie. 2. Inside the foreach loop, use javascript to compare...
Messages 656 - 685 of 5862   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