View previous topic :: View next topic |
Author |
Message |
Guardian webmaster
Joined: Dec 25, 2005 Posts: 364 Location: Vsetin, Czech Republic
|
Posted: Mon Jul 02, 2007 4:40 am Post subject: nuke READER |
|
|
Well you already know what I'm going to say.
My Nirvana would be a replacement for Multiheadlines (which seems to have halted in development) but without the bugs.
It should at least have very similar functionality;
Multiple format support including RSS2, XML, etc.
Feed categories and sub categories with associated icons
Ability to cache the incoming feed
Ability to configure the 'refresh cache' rate of each feed |
|
Back to top |
|
|
kguske Site Admin
Joined: May 12, 2005 Posts: 876
|
Posted: Mon Jul 02, 2007 8:58 am Post subject: Re: nuke READER |
|
|
I'm reluctant to invest development time on something that already exists in some form, but will continue to monitor development on Multiheadlines. Since nukeREADER is last on the list (after nukePIE - which is close, nukeFEED, and nukeSEO), it may be a while anyway.
SimplePIE, on which both nukePIE and nukeREADER are / will be based, can handle multiple formats and configurable caching. The extras (feed categories, etc.) shouldn't be a big deal. So far, I made a simple mod to SimplePIE and added some functions for compliance (although I'm not sure full compliance is possible since it depends on the incoming feed - or a magic function that converts non-compliant stuff to compliant, which is too much for a first generation...). _________________ |
|
Back to top |
|
|
Guardian
|
Posted: Mon Jul 02, 2007 3:24 pm Post subject: Re: nuke READER |
|
|
I hear ya!
Well if you need another tester for any of the other stuff just hit me up. |
|
Back to top |
|
|
kguske
|
Posted: Mon Jul 02, 2007 11:22 pm Post subject: Re: nuke READER |
|
|
Thanks - I definitely will. Are you using the Mouse Hover Topic Boxover mod? nukePIE uses Boxover to popup the description, but I am considering making that optional. What do you think? |
|
Back to top |
|
|
montego webmaster
Joined: Dec 26, 2005 Posts: 254
|
|
Back to top |
|
|
Guardian
|
Posted: Tue Jul 03, 2007 1:24 pm Post subject: Re: nuke READER |
|
|
I'm not using BoxOver and it's nice to have the choice.
I have seen sites that pop up stuff in a similar way and although these have been for ads, I quickly got bored and annoyed everytime my mouse accidetnally hovered over a hot spot.
I would certainly consider using it though and I might just put it on code-authors to see what its like.
It wouldn't really be fair to condemn something without trying it out first! |
|
Back to top |
|
|
kguske
|
Posted: Tue Jul 03, 2007 1:56 pm Post subject: Re: nuke READER |
|
|
You can see it here by scrolling down on the main page and hovering over one of the stories from PHP Magazine. Also, whether or not it pops up info with BoxOver, it would popup information via the title tag, just not as much nor would it be HTML. |
|
Back to top |
|
|
Guardian
|
Posted: Tue Jul 03, 2007 5:25 pm Post subject: Re: nuke READER |
|
|
Oooh, thats a bit sexy!!
I rather like that, it has benefits - not having to click the link and see what comes next and mess about closing browser windows or naviagting back a page.
Nice! |
|
Back to top |
|
|
redhairz Newbie
Joined: Aug 15, 2007 Posts: 3
|
Posted: Wed Aug 15, 2007 8:52 am Post subject: Re: nuke READER |
|
|
nice staff ya i like the Multiheadlines which enable to delete the item from the rss feed. the problem is thatr it appeared back when the rss feed is refresh. so you got to delete it very time it refresh. troublesome. |
|
Back to top |
|
|
Guardian
|
Posted: Wed Aug 15, 2007 9:47 am Post subject: Re: nuke READER |
|
|
I don't see a way around that as the feed itself determines what Multiheadlines will cache and display although there is the option to set how many 'items' it grabs. |
|
Back to top |
|
|
redhairz
|
|
Back to top |
|
|
kguske
|
Posted: Wed Aug 15, 2007 11:39 am Post subject: Re: nuke READER |
|
|
nukeREADER is on our road map, but probably not until later this year or next year. Way too much in between... |
|
Back to top |
|
|
Guardian
|
Posted: Thu Aug 16, 2007 4:36 am Post subject: Re: nuke READER |
|
|
redhairz wrote: | i believe it can be done since the module can delete off the item from within the rss feed. its the matter of will. it has to creat another table to remember the item title so when it refreshed it will automatic delete. it can be done. i am sure the developer is willing to add in |
Yes I believe Multiheadlines can store the feed data in the database and use that as the source of the data to send to the page. However, I'm not using that as it is very expensive in terms of resources, I'm just using the cached data directly from the feed.
And of course, the next time an update is run, the data will get put back into the DB so you have to delete it again.
As data taken from the DB would naturally use a row count for each table row of data I guess it might be possible to alter the sql to allow for a specific row id to be bypassed but agan, this over time is going to add significantly to the amount of resources required. |
|
Back to top |
|
|
redhairz
|
Posted: Thu Aug 16, 2007 7:20 am Post subject: Re: nuke READER |
|
|
Guardian wrote: | redhairz wrote: | i believe it can be done since the module can delete off the item from within the rss feed. its the matter of will. it has to creat another table to remember the item title so when it refreshed it will automatic delete. it can be done. i am sure the developer is willing to add in |
Yes I believe Multiheadlines can store the feed data in the database and use that as the source of the data to send to the page. However, I'm not using that as it is very expensive in terms of resources, I'm just using the cached data directly from the feed.
And of course, the next time an update is run, the data will get put back into the DB so you have to delete it again.
As data taken from the DB would naturally use a row count for each table row of data I guess it might be possible to alter the sql to allow for a specific row id to be bypassed but agan, this over time is going to add significantly to the amount of resources required. |
Author Message
Guardian hey nice to hear from your comment well i didnt thought of that
it did cross my mind having storing the DB would not affect the resoure because this is a just an item the byte size is small and i assume the nuke can handle that. Well the current version is having that issue which the admin had to delete the item everytime the feed refreshed having say that noone has rise this question. i suppose using the cashed data directly from the feed would prove effective. DB table are not need too. i had been working around this code but no success. i was thinking of using your matter as to apply the cache feed from how do i go abt it? Code:#####################################################################
function Del($id){
global $db, $prefix;
if (isset($id)) {
$db->sql_query("DELETE FROM " . $prefix . "_multiheadlines_news WHERE news_id='".intval($id)."'");
}
Header("Location: ".$_SERVER["HTTP_REFERER"]);
}
|
sorry admin is this out of topic discussion |
|
Back to top |
|
|
|