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...
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...
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 ...
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...
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...
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...
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...
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)....
in this feed, http://feeds.feedburner.com/TheZaumOfMrBrown we've noticed that the element <pubDate> takes precedence over <atom:updated> however, in the...
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...
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...
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...
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...
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,...
... 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()...
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...
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...
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...
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...
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...
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...
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...