Pull feeds into your website and customize them
I'm building my personal page right now, and since I write 2 blogs of my own (with one more coming up) and contribute to 3 other blogs I thought it would be a nice feature to have a list of my most recent posts on my personal page. You could of course always update the list by hand, but how much easier it would be to get it done by a script. It turns out that this is harder to do than it sounds, but a tool I found, called Magpie RSS makes the job easy (or easier, rather).
If you want a simple job done quickly then download the tarball file (for Windows users, I know Tugzip will unpack it for you) and upload the four .inc files and the extlib directory to your server. You then just place some simple php code where you want the list and off you go.
There is one option that I found really useful, namely that it doesn't only understand a set number of tags. As long as they are in the following two forms Magpie will understand them. <field_name>value</field_name>
<namespace:field_name>value</namespace:field_name>
This is great if you need some customization, let me show you a quick example of what I needed and did.
Since on my upcoming home page I want to showcase my articles, I can't just pull feed items from gHacks for example, since this would include Martin's posts too. The fact that Magpie understands just about any tag came to my help though, along with a php if statement. The gHacks feed has a creator tag (<dc:creator></dc:creator>), which shows the author of the post. All I needed to do was to set Magpie to only show the posts where the creator is "Daniel". Here's the code.
$rss5 = fetch_rss( 'http://feeds.ghacks.net/ghacksnet' ); $items5 = array_slice($rss5->items, 0, $num_items); foreach ( $rss5->items as $item ) { $creator = ($item['dc']['creator']); $href = $item['link']; $title = $item['title']; $created = $item['created']; if ( $creator == 'Daniel' ) {echo "<li><a href=$href>$title</a> $created</li>\n";} }
I'm very far from being a php expert, I just used what I found on forums and websites, so please forgive the lack of explanation, I'd rather not say anything than say something incorrect. My goal is to show you how simple Magpie is, using just a few lines of code, you can create aggregated RSS feeds for yourself without the hassle of third party widgets, which are mediocre at best. You can customize it any way you want, to show you only titles, the full posts, just the categories, etc. Take a look at the How-to section for some cool examples.
Advertisement
Doesn’t Windows 8 know that www. or http:// are passe ?
Well it is a bit difficulty to distinguish between name.com domains and files for instance.
I know a service made by google that is similar to Google bookmarks.
http://www.google.com/saved
@Ashwin–Thankful you delighted my comment; who knows how many “gamers” would have disagreed!
@Martin
The comments section under this very article (3 comments) is identical to the comments section found under the following article:
https://www.ghacks.net/2023/08/15/netflix-is-testing-game-streaming-on-tvs-and-computers/
Not sure what the issue is, but have seen this issue under some other articles recently but did not report it back then.
Omg a badge!!!
Some tangible reward lmao.
It sucks that redditors are going to love the fuck out of it too.
With the cloud, there is no such thing as unlimited storage or privacy. Stop relying on these tech scums. Purchase your own hardware and develop your own solutions.
This is a certified reddit cringe moment. Hilarious how the article’s author tries to dress it up like it’s anything more than a png for doing the reddit corporation’s moderation work for free (or for bribes from companies and political groups)
Almost al unlmited services have a real limit.
And this comment is written on the dropbox article from August 25, 2023.
First comment > @ilev said on August 4, 2012 at 7:53 pm
For the God’s sake, fix the comments soon please! :[
Yes. Please. Fix the comments.
With Google Chrome, it’s only been 1,500 for some time now.
Anyone who wants to force me in such a way into buying something that I can get elsewhere for free will certainly never see a single dime from my side. I don’t even know how stupid their marketing department is to impose these limits on users instead of offering a valuable product to the paying faction. But they don’t. Even if you pay, you get something that is also available for free elsewhere.
The algorithm has also become less and less savvy in terms of e.g. English/German translations. It used to be that the bot could sort of sense what you were trying to say and put it into different colloquialisms, which was even fun because it was like, “I know what you’re trying to say here, how about…” Now it’s in parts too stupid to translate the simplest sentences correctly, and the suggestions it makes are at times as moronic as those made by Google Translations.
If this is a deep-learning AI that learns from users’ translations and the phrases they choose most often – which, by the way, is a valuable, moneys worthwhile contribution of every free user to this project: They invest their time and texts, thereby providing the necessary data for the AI to do the thing as nicely as they brag about it in the first place – alas, the more unprofessional users discovered the translator, the worse the language of this deep-learning bot has become, the greater the aggregate of linguistically illiterate users has become, and the worse the language of this deep-learning bot has become, as it now learns the drivel of every Tom, Dick and Harry out there, which is why I now get their Mickey Mouse language as suggestions: the inane language of people who can barely spell the alphabet, it seems.
And as a thank you for our time and effort in helping them and their AI learn, they’ve lowered the limit from what was once 5,000 to now 1,500…? A big “fuck off” from here for that! Not a brass farthing from me for this attitude and behaviour, not in a hundred years.
When will you put an end to the mess in the comments?
Ghacks comments have been broken for too long. What article did you see this comment on? Reply below. If we get to 20 different articles we should all stop using the site in protest.
I posted this on [https://www.ghacks.net/2023/09/28/reddit-enforces-user-activity-tracking-on-site-to-push-advertising-revenue/] so please reply if you see it on a different article.
Comment redirected me to [https://www.ghacks.net/2012/08/04/add-search-the-internet-to-the-windows-start-menu/] which seems to be the ‘real’ article it is attached to
Comment redirected me to [https://www.ghacks.net/2012/08/04/add-search-the-internet-to-the-windows-start-menu/] which seems to be the ‘real’ article it is attached to
Article Title: Reddit enforces user activity tracking on site to push advertising revenue
Article URL: https://www.ghacks.net/2023/09/28/reddit-enforces-user-activity-tracking-on-site-to-push-advertising-revenue/
No surprises here. This is just the beginning really. I cannot see a valid reason as to why anyone would continue to use the platform anymore when there are enough alternatives fill that void.
I’m not sure if there is a point in commenting given that comments seem to appear under random posts now, but I’ll try… this comment is for https://www.ghacks.net/2023/09/28/reddit-enforces-user-activity-tracking-on-site-to-push-advertising-revenue/
My temporary “solution”, if you can call it that, is to use a VPN (Mullvad in my case) to sign up for and access Reddit via a European connection. I’m doing that with pretty much everything now, at least until the rest of the world catches up with GDPR. I don’t think GDPR is a magical privacy solution but it’s at least a first step.