BootstrapSubscribe to RSS - Bootstrap

RSS Feed Reader Using jFeed and Bootstrap

Introduction

RSS (Rich Site Summary) is a popular method of publishing posts in blogs and other websites. Subscribers of RSS feeds are able to receive updated articles and syndicated posts timely. Subscribers need to use RSS readers to receive the feeds from service providers or servers.

RSS is basically an xml file that contains information related to the posts like “Title”, “Date”, “Link”, “Description” etc. RSS-xml file has to follow a specific format set by the board (RSS Advisory Board [4]) that reviewed and set it.

Here’s an example RSS feed:

Creating a complete Currency Calculator application in AngularJS for Tizen – part 2

Introduction

In part 1 of our Currency Calculator article series we have showed you what kind of application we will be creating using the angular.js framework. We have introduced the libraries needed to complete the Currency Calculator (fig. 1). We showed you from which API we will obtain the data. We have also showed the basic HTML structure and the CSS of our application.