Website: https://code.tutsplus.com

Rank: 49 / 357

4 selected articles

Build an RSS Feed Reader with jQuery and jGFeed

Build an RSS Feed Reader with jQuery and jGFeed

Advertisement

JavaScript

This tutorial shows how to use jQuery and the jGFeed plugin to fetch news feeds remotely and write the results into the existing markup. jGFeed is a jQuery plugin that allows you to get 'any' RSS feed from 'any' host and returns a JSON object for easy usage.

This tutorial includes a screencast available to Tuts+ Premium...

Read more

Related topics : build an rss feed reader with jquery and jgfeed / jquery rss feed reader script / using google reader for rss feeds / build rss feed reader / google rss feed reader api

Build an RSS 2.0 Feed with CodeIgniter - code.tutsplus.com

In this tutorial, we will build a RSS 2.0 Feed with the PHP framework CodeIgniter . After this tutorial, you will be able to build a feed for any custom website in no time at all.

Tutorial Details

Estimated Completion Time: 30 minutes

Step 1: What we Need

First, we'll take a look at the tools needed to get started. Besides an installation of CodeIgniter , we need a running MySQL database with...

Read more

Related topics : create rss feed for website using php / create rss feed for website php / create rss feed reader php / create rss feed for site / php rss feed reader class

Build a News Aggregator With Django - code.tutsplus.com

Free Preview: Build a News Aggregator With Django

Introduction

00:58

If you like the elegance of the Python programming language, Django is the web framework for you! Django is a powerful but pragmatic framework, with an emphasis on getting work done. If you've been wanting to learn more about this popular platform for web application development, then this course is for...

Read more

Related topics : building a news aggregator / web development news aggregator / news aggregator web sites / free news aggregator api / free news aggregator

How to Build an RSS Feed with ASP.NET - code.tutsplus.com

Step 2: Creating an rss.aspx Page

Our next step is to create an ASP.NET Web page (rss.aspx) that will display a list of the most recent news items as a properly formatted RSS 2.0 document. In Solution Explorer, right-click the project name, and then click Add New Item. In thia dialog box, under Visual Studio installed templates, click Web Form.

 In the Name box, type a name for the new Web page (rss.aspx), and then click Add. The new ASP.NET web page (rss.aspx) is created and displayed, accordingly.

Because we want the rss.aspx page to produce XML output, the first thing that we must do is remove all HTML markup or web controls from the page,...

Read more

Related topics : asp rss feed generator / asp rss feed / rss feed html code generator / rss feed code generator