SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
______________________________________________________________________________________
_______________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 302
DETAILED STUDY OF AGGREGATOR FOR UPDATES
Iva Chauhan1
, Priyanka Dashrathsinh Puvar2
, Bhagirath Parshuram Prajapati3
, Kinjal Patel4
1,2,3,4
Computer Engineering Dept, ADIT, VVNagar
Abstract
Nowadays, personal weblogs, news web sites, and discussion forums are publishing RSS feeds for their subscribersto retrieve
newpostings.There has been a dramatic increase in the use of XML data to deliver information over the Web. Everydaymillions of
new articles are published and presented by RSS feeds.Also, news feeders, newsgators are available for subscribers or the readers
bythe individual sites, the news feeders regularly pull articles from theWeb sites, the aggregated effect by all news feeders puts
anenormousload on many sites. We propose ablog aggregator approach where a central aggregatormonitors and retrieves new
postings from different data sources and subsequently disseminates them to the subscribersto alleviate such a problem. We study
how the aggregator should monitor thedata sources to quickly retrieve new postings using minimalresources and to provide its
subscribers with fast news alert. Thus, this reduces the load onthe monitored data sources by a significant amount.
---------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
RSS (Rich Site Summary or Really Simple Syndication) is an
Extensible Markup Language (XML) file which is used by
sites for syndication of their articles on the Internet [7]. RSS
is a family of web feed formats used to publish frequently
updated works—such as blog entries, news headlines, audio,
and video—in a standardized format. An RSS document
includes full or summarized text, plus metadata such as
publishing dates and authorship.They benefit readers who
want to subscribe to timely updates from favored websites or
to aggregate feeds from many sites into one place [6]. RSS
feeds can be read using software called an "RSS reader",
"feed reader", or "aggregator", which can be web-based,
desktop-based, or mobile-device-based. A standardized XML
file format allows the information to be published once and
viewed by many different programs. The RSS reader checks
the user's subscribed feeds regularly for new work,
downloads any updates that it finds, and provides a user
interface to monitor and read the feeds. RSS allows users to
avoid manually inspecting all of the websites they are
interested in, and instead subscribe to websites such that all
new content is pushed onto their browsers when it becomes
available.
Everyday millions of new articles are published and
presented by RSS feeds. Recently, there has been a dramatic
increase in the use of XML data to deliver information over
the Web. In particular, personal weblogs, news Web sites,
and discussion forums are now delivering up-to-date postings
to their subscribers using the RSS protocol [2].
As the popularity of the RSS feeds and news feeders grows,
however, they have started to put an enormous load on many
sites, since each news feeder contacts every subscribed Web
site constantly – often more than once every hour so many
sites have experienced enormously high loads [1].
Aggregator is client softwareor a web applicationwhich
aggregates syndicated web content such as news headlines,
blogs, podcasts, and video blogs in one location for easy
viewing.Aggregators reduce the time and effort needed to
regularly check websites for updates, creating a unique
information space or personal newspaper. Once subscribed to
a feed, an aggregator is able to check for new content at user-
determined intervals and retrieve the update.
1.1 Types Of Aggregators
There are different types of aggregators related to their
functioning. They retrieve a particular type or a similar type
of information for which they are coded. The following are
types of aggregators:
• Data Aggregator.
• News aggregator.
• Poll aggregator.
• Review aggregator.
• Search aggregator.
• Social network aggregation.
• Video aggregator.
• Blog aggregator.
• Payment aggregator.
These are the types of aggregators but we are suggesting an
aggregator which will retrieve almost all types of
information, such that the subscribers don’t have to take on
many different aggregators.
We are designing a blog aggregator where a central
aggregator monitors and retrieves new postings from
different data sources like news weblogs, personal web blogs,
discussion forums, and subsequently disseminates the new
postings and updates to the subscribers [1].
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
______________________________________________________________________________________
_______________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 303
Fig.1 (a) Blog Aggregator Sample [1]
It works like this- the user subscribes to data sources, the
aggregators knows what all site are subscribed. It connects to
those sites i.e. their RSS feed links and gives the updates as
soon as they arrive to those sites. It collects those information
or the updates and notifies the subscribers about it and thus
the subscribers can read those updates whenever they need.
2. TECHNICAL BACKGROUND
Microsoft Visual Studio is an integrated development
environment (IDE) from Microsoft. Visual Studio includes a
code editor supporting IntelliSense as well as code
refactoring.Here we are going to use C#.NET in the coding
part for developing the aggregator. For reading the RSS feeds
we would be requiring XML for coding.
2.1 Design Analysis
Activity Diagram
Sequence Diagram
2.2 Implementation
Here, it is compulsory to be connected to the internet. We
have built RSS reader that harvests the feeds from the
selected channels (those are specified in the combo box) and
lists them into the ‘ListView’ along with the time and date of
being updated. The items or the feeds that appear are related
to the specific channel only. The user can read the article or
feed as he/she will be redirected to the web page of the site.
The following is the flow of what is happening in the
windows application form.
On loading the application, the user has to select the channels
specified in the ‘combo box’ and then click on ‘Update’
button. As it will take some time to harvest the data, we have
used Cursors. After this, there appears a list of news
headlines in the ‘ListView’ under ‘Item’ and under ‘Time’
there appears the date and time of the feed whenever it was
update on the site. Above ‘ListView’ is ‘items’ i.e. number of
items in the ListView and ‘Updated’ shows when last time
the channel in the application was updated. Below is
‘TextBox’ with multiline which shows some of the
description about the item that is selected. One can double-
click on the item or click on ‘View’ button in order to get
redirected to the specific channels’ link where the feed is
present.
The following are the screen-shots that will provide the exact
knowledge of the application which we have built. They
show the list of feeds or sites provided at present for
harvesting the updates, interaction of user with the
application.
Start
Connect
again
<internet not connected>
get
notification
Add URLs
No
notification
Notify to
subscriber
present/read
output data
<site update>
<site not updated>
<URLs added>
<URLs not added>
<Internet connected>
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
______________________________________________________________________________________
_______________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 304
Fig.2.2 (a) Application Loaded
Fig.2.2 (b) Selecting Data Sources
Fig.2.2(c) Output after Deployment
If the internet is not connected, then following is displayed.
Fig.2.4 (d) Internet not connected
3. CONCLUSION
This is a brief idea of aggregator which uses only some of the
selected data sources, but we intend to make such an
aggregator that user just selects any of the URL which he/she
wants to follow and pastes it into the aggregator so that it
retrievs the updates whenever it is connected to the internet.
Also, the expected output will be such that the users would
be given notification about the updates that arrive at the data
sources that are subscribed by the users. As and when the
user is connected to internet, the application will harvest the
new updates from data sources and notify the user.
Aggregator can be made for mobile devices also as each and
every person today uses mobile for their important work and
to know all the world news. It will prove to be very much
helpful for the people all over as they don’t need to visit the
particular site for checking the updates. They just have to
paste the URL and rest of the job wil be done by the
aggregator.
REFERENCES
[1] “Efficient Monitoring Algorithm for Fast News Alert” by
Ka Cheung Sia Junghoo Cho UCLA Computer Science
Department, Los Angeles, CA 90095
[2] “Intelligent RSS Aggregator” by YasharMosfeghi, Dept. f
Computer Science, University of Glasgow.
[3]www.geekpedia.com/tutorial147_Creating-an-RSS-feed-
reader-in-Csharp.html
[4] www.dotnetspider.com/resources/43786-How-parse-RSS-
feeds-ASP.NET.aspx
[5] B. E. Brewington and G. Cybenko. How dynamic is the
web?In WWW Conference, 2000.
[6] http://www.modulusfe.com/rss
[7] Ralph Mosely and M.T Savaliya “Developing Web
Applications”, Wiley India publications, edition 2012.

More Related Content

PDF
Detailed study of aggregator for updates
PDF
IRJET - Building Your Own Search Engine
PDF
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
PDF
Gis in assessing topographical aspects of hilly regions
PDF
Picosecond optical pulse generation using cascaded
PDF
Ivrs based news extracting system
PDF
Cloud storage limit monitoring measures
PDF
Simulation of different power transmission systems and their capacity of redu...
Detailed study of aggregator for updates
IRJET - Building Your Own Search Engine
A DISTRIBUTED MACHINE LEARNING BASED IDS FOR CLOUD COMPUTING
Gis in assessing topographical aspects of hilly regions
Picosecond optical pulse generation using cascaded
Ivrs based news extracting system
Cloud storage limit monitoring measures
Simulation of different power transmission systems and their capacity of redu...

Viewers also liked (20)

PDF
Design of machining fixture for turbine rotor blade
PDF
Applications of matlab in optimization of bridge
PDF
Conceptual design of injection mould tool for inlet
PDF
Design features of a 5 tonne day multi – stage, intermittent drainage, conti...
PDF
Economical placement of shear walls in a moment resisting frame for earthquak...
PDF
Application of ibearugbulem’s model for optimizing granite concrete mix
PDF
Mining elevated service itemsets on transactional recordsets using slicing
PDF
A novel way of verifiable redistribution of the secret in a multiuser environ...
PDF
An innovative way for computerized smith chart generation and transmission li...
PDF
Lake sediment thickness estimation using ground penetrating radar
PDF
Analysis of roucairol and carvalho approach in
PDF
Experimental analysis and optimization of material consumption
PDF
Background differencing algorithm for moving object detection using system ge...
PDF
Rate adaptive resource allocation in ofdma using bees algorithm
PDF
Radiation pattern of yagi uda antenna using usrp on gnu
PDF
Available transfer capability computations in the indian southern e.h.v power...
PDF
Accelerated seam carving using cuda
PDF
Proposed aes for image steganography in different medias
PDF
An enhanced fuzzy rough set based clustering algorithm for categorical data
PDF
Mac protocols for cooperative diversity in wlan
Design of machining fixture for turbine rotor blade
Applications of matlab in optimization of bridge
Conceptual design of injection mould tool for inlet
Design features of a 5 tonne day multi – stage, intermittent drainage, conti...
Economical placement of shear walls in a moment resisting frame for earthquak...
Application of ibearugbulem’s model for optimizing granite concrete mix
Mining elevated service itemsets on transactional recordsets using slicing
A novel way of verifiable redistribution of the secret in a multiuser environ...
An innovative way for computerized smith chart generation and transmission li...
Lake sediment thickness estimation using ground penetrating radar
Analysis of roucairol and carvalho approach in
Experimental analysis and optimization of material consumption
Background differencing algorithm for moving object detection using system ge...
Rate adaptive resource allocation in ofdma using bees algorithm
Radiation pattern of yagi uda antenna using usrp on gnu
Available transfer capability computations in the indian southern e.h.v power...
Accelerated seam carving using cuda
Proposed aes for image steganography in different medias
An enhanced fuzzy rough set based clustering algorithm for categorical data
Mac protocols for cooperative diversity in wlan
Ad

Similar to Detailed study of aggregator for updates (20)

PPT
Mla Databases
PPT
An Introduction to RSS Aggregators and Their Use
PPSX
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
PDF
Getting Started with RSS
PDF
How rss works
PPT
Integrating RSS into Your Web Site (IL2008)
PPT
Integrating RSS Into Your Web Site
PPTX
RSS Overview
PPT
Integrating RSS into Your Web site
PDF
How Rss Works
PDF
Dis##11
PDF
Prezen1
PDF
How Modems Work
PPTX
NCompass Live: RSS: Feed Me
PPT
RSScats
PDF
How Rss Works
PPT
Day 2 client server model
PPTX
What is atom rss feed
PPT
Integrating RSS Into Your Web Site
PPT
Integrating RSS Into Your Web Site - CIL2008
Mla Databases
An Introduction to RSS Aggregators and Their Use
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Getting Started with RSS
How rss works
Integrating RSS into Your Web Site (IL2008)
Integrating RSS Into Your Web Site
RSS Overview
Integrating RSS into Your Web site
How Rss Works
Dis##11
Prezen1
How Modems Work
NCompass Live: RSS: Feed Me
RSScats
How Rss Works
Day 2 client server model
What is atom rss feed
Integrating RSS Into Your Web Site
Integrating RSS Into Your Web Site - CIL2008
Ad

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Low cost wireless sensor networks and smartphone applications for disaster ma...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...

Recently uploaded (20)

PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PDF
737-MAX_SRG.pdf student reference guides
PPTX
communication and presentation skills 01
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Management Information system : MIS-e-Business Systems.pptx
PPT
Total quality management ppt for engineering students
PPTX
Current and future trends in Computer Vision.pptx
PPTX
Software Engineering and software moduleing
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
Module 8- Technological and Communication Skills.pptx
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
737-MAX_SRG.pdf student reference guides
communication and presentation skills 01
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Management Information system : MIS-e-Business Systems.pptx
Total quality management ppt for engineering students
Current and future trends in Computer Vision.pptx
Software Engineering and software moduleing
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
Fundamentals of safety and accident prevention -final (1).pptx
Module 8- Technological and Communication Skills.pptx
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Automation-in-Manufacturing-Chapter-Introduction.pdf
Safety Seminar civil to be ensured for safe working.
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
distributed database system" (DDBS) is often used to refer to both the distri...
III.4.1.2_The_Space_Environment.p pdffdf
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf

Detailed study of aggregator for updates

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 302 DETAILED STUDY OF AGGREGATOR FOR UPDATES Iva Chauhan1 , Priyanka Dashrathsinh Puvar2 , Bhagirath Parshuram Prajapati3 , Kinjal Patel4 1,2,3,4 Computer Engineering Dept, ADIT, VVNagar Abstract Nowadays, personal weblogs, news web sites, and discussion forums are publishing RSS feeds for their subscribersto retrieve newpostings.There has been a dramatic increase in the use of XML data to deliver information over the Web. Everydaymillions of new articles are published and presented by RSS feeds.Also, news feeders, newsgators are available for subscribers or the readers bythe individual sites, the news feeders regularly pull articles from theWeb sites, the aggregated effect by all news feeders puts anenormousload on many sites. We propose ablog aggregator approach where a central aggregatormonitors and retrieves new postings from different data sources and subsequently disseminates them to the subscribersto alleviate such a problem. We study how the aggregator should monitor thedata sources to quickly retrieve new postings using minimalresources and to provide its subscribers with fast news alert. Thus, this reduces the load onthe monitored data sources by a significant amount. ---------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION RSS (Rich Site Summary or Really Simple Syndication) is an Extensible Markup Language (XML) file which is used by sites for syndication of their articles on the Internet [7]. RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. An RSS document includes full or summarized text, plus metadata such as publishing dates and authorship.They benefit readers who want to subscribe to timely updates from favored websites or to aggregate feeds from many sites into one place [6]. RSS feeds can be read using software called an "RSS reader", "feed reader", or "aggregator", which can be web-based, desktop-based, or mobile-device-based. A standardized XML file format allows the information to be published once and viewed by many different programs. The RSS reader checks the user's subscribed feeds regularly for new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds. RSS allows users to avoid manually inspecting all of the websites they are interested in, and instead subscribe to websites such that all new content is pushed onto their browsers when it becomes available. Everyday millions of new articles are published and presented by RSS feeds. Recently, there has been a dramatic increase in the use of XML data to deliver information over the Web. In particular, personal weblogs, news Web sites, and discussion forums are now delivering up-to-date postings to their subscribers using the RSS protocol [2]. As the popularity of the RSS feeds and news feeders grows, however, they have started to put an enormous load on many sites, since each news feeder contacts every subscribed Web site constantly – often more than once every hour so many sites have experienced enormously high loads [1]. Aggregator is client softwareor a web applicationwhich aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.Aggregators reduce the time and effort needed to regularly check websites for updates, creating a unique information space or personal newspaper. Once subscribed to a feed, an aggregator is able to check for new content at user- determined intervals and retrieve the update. 1.1 Types Of Aggregators There are different types of aggregators related to their functioning. They retrieve a particular type or a similar type of information for which they are coded. The following are types of aggregators: • Data Aggregator. • News aggregator. • Poll aggregator. • Review aggregator. • Search aggregator. • Social network aggregation. • Video aggregator. • Blog aggregator. • Payment aggregator. These are the types of aggregators but we are suggesting an aggregator which will retrieve almost all types of information, such that the subscribers don’t have to take on many different aggregators. We are designing a blog aggregator where a central aggregator monitors and retrieves new postings from different data sources like news weblogs, personal web blogs, discussion forums, and subsequently disseminates the new postings and updates to the subscribers [1].
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 303 Fig.1 (a) Blog Aggregator Sample [1] It works like this- the user subscribes to data sources, the aggregators knows what all site are subscribed. It connects to those sites i.e. their RSS feed links and gives the updates as soon as they arrive to those sites. It collects those information or the updates and notifies the subscribers about it and thus the subscribers can read those updates whenever they need. 2. TECHNICAL BACKGROUND Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. Visual Studio includes a code editor supporting IntelliSense as well as code refactoring.Here we are going to use C#.NET in the coding part for developing the aggregator. For reading the RSS feeds we would be requiring XML for coding. 2.1 Design Analysis Activity Diagram Sequence Diagram 2.2 Implementation Here, it is compulsory to be connected to the internet. We have built RSS reader that harvests the feeds from the selected channels (those are specified in the combo box) and lists them into the ‘ListView’ along with the time and date of being updated. The items or the feeds that appear are related to the specific channel only. The user can read the article or feed as he/she will be redirected to the web page of the site. The following is the flow of what is happening in the windows application form. On loading the application, the user has to select the channels specified in the ‘combo box’ and then click on ‘Update’ button. As it will take some time to harvest the data, we have used Cursors. After this, there appears a list of news headlines in the ‘ListView’ under ‘Item’ and under ‘Time’ there appears the date and time of the feed whenever it was update on the site. Above ‘ListView’ is ‘items’ i.e. number of items in the ListView and ‘Updated’ shows when last time the channel in the application was updated. Below is ‘TextBox’ with multiline which shows some of the description about the item that is selected. One can double- click on the item or click on ‘View’ button in order to get redirected to the specific channels’ link where the feed is present. The following are the screen-shots that will provide the exact knowledge of the application which we have built. They show the list of feeds or sites provided at present for harvesting the updates, interaction of user with the application. Start Connect again <internet not connected> get notification Add URLs No notification Notify to subscriber present/read output data <site update> <site not updated> <URLs added> <URLs not added> <Internet connected>
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 ______________________________________________________________________________________ _______________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 304 Fig.2.2 (a) Application Loaded Fig.2.2 (b) Selecting Data Sources Fig.2.2(c) Output after Deployment If the internet is not connected, then following is displayed. Fig.2.4 (d) Internet not connected 3. CONCLUSION This is a brief idea of aggregator which uses only some of the selected data sources, but we intend to make such an aggregator that user just selects any of the URL which he/she wants to follow and pastes it into the aggregator so that it retrievs the updates whenever it is connected to the internet. Also, the expected output will be such that the users would be given notification about the updates that arrive at the data sources that are subscribed by the users. As and when the user is connected to internet, the application will harvest the new updates from data sources and notify the user. Aggregator can be made for mobile devices also as each and every person today uses mobile for their important work and to know all the world news. It will prove to be very much helpful for the people all over as they don’t need to visit the particular site for checking the updates. They just have to paste the URL and rest of the job wil be done by the aggregator. REFERENCES [1] “Efficient Monitoring Algorithm for Fast News Alert” by Ka Cheung Sia Junghoo Cho UCLA Computer Science Department, Los Angeles, CA 90095 [2] “Intelligent RSS Aggregator” by YasharMosfeghi, Dept. f Computer Science, University of Glasgow. [3]www.geekpedia.com/tutorial147_Creating-an-RSS-feed- reader-in-Csharp.html [4] www.dotnetspider.com/resources/43786-How-parse-RSS- feeds-ASP.NET.aspx [5] B. E. Brewington and G. Cybenko. How dynamic is the web?In WWW Conference, 2000. [6] http://www.modulusfe.com/rss [7] Ralph Mosely and M.T Savaliya “Developing Web Applications”, Wiley India publications, edition 2012.