SlideShare a Scribd company logo
1 of 4
Lecture Notes in Computer Science:
                             FII News

                            Gheorghe Bursuc & Floria Adin Florin



       Abstract.     We made a web        mash-up offering access to  interest
       informations for college students based on news feeds provided by
       the faculty website, fiistudent blog and @fiistudent from Twitter. The
       user can filter the news based on keywords entered.

       Keywords: cliw, infoiasi, web, project




1 Introduction

   This is an instruction file for our project. The project is about filtering information
from feeds by the user’s keywords.


1.1 Additional Information for using interface of project

You have to enter in search box some keywords about what you want to read from
feeds. There are only 3 feeds: infoiasi.ro website, fiistudent blog and twitter
@fiistudent.


2 Project Presentation

   The project is coded in HTML/CSS, PHP and Javascript. We used a parser
function for parsing the XML files and extract by item tag. We used find function for
finding the item tag and some child tags: title, description and link.
   The project have 1 important file and 3 php files for rss links. First file contains the
javascript functions and html format. The rest of three files contains file_get_content
function from php ,one for each rss for taking the rss link.
   The javascript functions are for parsing the rss file. We made such of function
three times for each rss file like the code bellow:
Also in this file we made some functions for hide/show the rss content divs. This file
contains also the html format for page.
The front page looks like the screenshot bellow:
2.1 Screenshots




  Scr. 1: The initial display.
Scr. 2: The display after user search for some keywords.
2.4 Program Code



Parse RSS Function:


    $.ajax({
          type: "GET",
          url: "getway.php",
          dataType: "xml",
          success: xmlParser
    });

function xmlParser(xml) {
   //var sb = $("#searchbox").val();
   //var sb = document.searchform.searchbox.value;
   //     alert(sb);

    searchInput = "data,baze";
    var keyWordsArray = searchInput.split(",");
    var keyArrayLength = keyWordsArray.length;

    for(var j = 0; j < keyArrayLength; j++) {

         $(xml).find("item").each(function () {
                  var title = $(this).find("title").text();
                  var description = $(this).find("description").text();
                  var newsLink = $(this).find("link").text();
                  if(searchKeyWords(keyWordsArray[j],description) > -1)
                            $("#siteres").append('<h2>' + title + '</h2><p>'     +
description + '</p><a href="' + newsLink + '">Permanent Link</a>');

          }); }

}


3 LNCS Online

The online version of this presentation is                  available   online   at
http://www.slideshare.net/florinfloria/fii-news-6729401 .

More Related Content

What's hot

CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a CrawlerCSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a CrawlerSean Golliher
 
Internet and search engine
Internet and search engineInternet and search engine
Internet and search engineDeepak John
 
Working of search engine
Working of search engineWorking of search engine
Working of search engineNikhil Deswal
 
Google search architecture services in Hyderabad
Google search architecture services in HyderabadGoogle search architecture services in Hyderabad
Google search architecture services in HyderabadMartin James
 
Google Advance Searching- Information System Audit & Control Report
Google Advance Searching- Information System Audit & Control ReportGoogle Advance Searching- Information System Audit & Control Report
Google Advance Searching- Information System Audit & Control ReportShahzeb Pirzada
 
Getting started with Reference Linking
Getting started with Reference LinkingGetting started with Reference Linking
Getting started with Reference LinkingCrossref
 
Fun with metadata
Fun with metadataFun with metadata
Fun with metadataBob Chao
 
Google search techniques
Google search techniquesGoogle search techniques
Google search techniquesNirav Ranpara
 
How Internet Search Engines Work
How Internet Search Engines WorkHow Internet Search Engines Work
How Internet Search Engines Works1140008
 
Working Of Search Engine
Working Of Search EngineWorking Of Search Engine
Working Of Search EngineNIKHIL NAIR
 
GContext: A context-based query construction service for Google
GContext: A context-based query construction service for GoogleGContext: A context-based query construction service for Google
GContext: A context-based query construction service for GoogleJohn Pap
 
From_Cite_to_Sight.pptx
From_Cite_to_Sight.pptxFrom_Cite_to_Sight.pptx
From_Cite_to_Sight.pptxOER Commons
 

What's hot (20)

Week10
Week10Week10
Week10
 
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a CrawlerCSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
 
Internet and search engine
Internet and search engineInternet and search engine
Internet and search engine
 
Working of search engine
Working of search engineWorking of search engine
Working of search engine
 
Google search architecture services in Hyderabad
Google search architecture services in HyderabadGoogle search architecture services in Hyderabad
Google search architecture services in Hyderabad
 
Google Advance Searching- Information System Audit & Control Report
Google Advance Searching- Information System Audit & Control ReportGoogle Advance Searching- Information System Audit & Control Report
Google Advance Searching- Information System Audit & Control Report
 
Getting started with Reference Linking
Getting started with Reference LinkingGetting started with Reference Linking
Getting started with Reference Linking
 
Fun with metadata
Fun with metadataFun with metadata
Fun with metadata
 
Search engine
Search engineSearch engine
Search engine
 
Google search techniques
Google search techniquesGoogle search techniques
Google search techniques
 
How Internet Search Engines Work
How Internet Search Engines WorkHow Internet Search Engines Work
How Internet Search Engines Work
 
Smart Searching
Smart SearchingSmart Searching
Smart Searching
 
Search Engine
Search EngineSearch Engine
Search Engine
 
Working Of Search Engine
Working Of Search EngineWorking Of Search Engine
Working Of Search Engine
 
How search engine work ppt
How search engine work pptHow search engine work ppt
How search engine work ppt
 
Search engine
Search engineSearch engine
Search engine
 
GContext: A context-based query construction service for Google
GContext: A context-based query construction service for GoogleGContext: A context-based query construction service for Google
GContext: A context-based query construction service for Google
 
Search Engine
Search EngineSearch Engine
Search Engine
 
Sphinx2
Sphinx2Sphinx2
Sphinx2
 
From_Cite_to_Sight.pptx
From_Cite_to_Sight.pptxFrom_Cite_to_Sight.pptx
From_Cite_to_Sight.pptx
 

Viewers also liked

樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)Yun-han Hsieh
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)Yun-han Hsieh
 
樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)Yun-han Hsieh
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)Yun-han Hsieh
 
Energy efficiency case studies by Theuer Eurolighting
Energy efficiency case studies by Theuer EurolightingEnergy efficiency case studies by Theuer Eurolighting
Energy efficiency case studies by Theuer EurolightingFlorianTheuer
 
Lighting Design Projects by telcs
Lighting Design Projects  by telcsLighting Design Projects  by telcs
Lighting Design Projects by telcsFlorianTheuer
 
Mi hermano tiene autismo
Mi hermano tiene autismoMi hermano tiene autismo
Mi hermano tiene autismoEsther Medraño
 
CUENTO: ANXO VA AL DENTISTA
CUENTO: ANXO VA AL DENTISTACUENTO: ANXO VA AL DENTISTA
CUENTO: ANXO VA AL DENTISTAEsther Medraño
 

Viewers also liked (17)

GoodSense
GoodSenseGoodSense
GoodSense
 
林品潔 范子欽
林品潔 范子欽林品潔 范子欽
林品潔 范子欽
 
樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)
 
Bss
BssBss
Bss
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)
 
樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)
 
Energy efficiency case studies by Theuer Eurolighting
Energy efficiency case studies by Theuer EurolightingEnergy efficiency case studies by Theuer Eurolighting
Energy efficiency case studies by Theuer Eurolighting
 
Lighting Design Projects by telcs
Lighting Design Projects  by telcsLighting Design Projects  by telcs
Lighting Design Projects by telcs
 
林品潔 范子欽
林品潔 范子欽林品潔 范子欽
林品潔 范子欽
 
Mi hermano tiene autismo
Mi hermano tiene autismoMi hermano tiene autismo
Mi hermano tiene autismo
 
Vamos al cine
Vamos al cineVamos al cine
Vamos al cine
 
Guia aprendizaje
Guia aprendizajeGuia aprendizaje
Guia aprendizaje
 
Sanjay cv latest
Sanjay cv latestSanjay cv latest
Sanjay cv latest
 
Manual de los_100_dias
Manual de los_100_diasManual de los_100_dias
Manual de los_100_dias
 
CUENTO: ANXO VA AL DENTISTA
CUENTO: ANXO VA AL DENTISTACUENTO: ANXO VA AL DENTISTA
CUENTO: ANXO VA AL DENTISTA
 
Bte38 2016
Bte38 2016Bte38 2016
Bte38 2016
 

Similar to FII News

Approaches to mobile site development
Approaches to mobile site developmentApproaches to mobile site development
Approaches to mobile site developmentErik Mitchell
 
CSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approachCSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approachbutest
 
Django 1.10.3 Getting started
Django 1.10.3 Getting startedDjango 1.10.3 Getting started
Django 1.10.3 Getting startedMoniaJ
 
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech TalkContract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech TalkRed Hat Developers
 
Restap ito uploadfilessharepoint
Restap ito uploadfilessharepointRestap ito uploadfilessharepoint
Restap ito uploadfilessharepointMAHESH NEELANNAVAR
 
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...Valerie Forrestal
 
Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0STIinnsbruck
 
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...Crossref
 
OpenSearch
OpenSearchOpenSearch
OpenSearchhchen1
 
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...SPTechCon
 
IBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopIBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopHenning Schmidt
 
Building APIs in an easy way using API Platform
Building APIs in an easy way using API PlatformBuilding APIs in an easy way using API Platform
Building APIs in an easy way using API PlatformAntonio Peric-Mazar
 
Advanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAdvanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAsad Abbas
 
Social Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsSocial Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsColin Bell
 
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Lucidworks
 

Similar to FII News (20)

final ppt.pptx
final ppt.pptxfinal ppt.pptx
final ppt.pptx
 
final ppt.pptx
final ppt.pptxfinal ppt.pptx
final ppt.pptx
 
Approaches to mobile site development
Approaches to mobile site developmentApproaches to mobile site development
Approaches to mobile site development
 
COinS (eng version)
COinS (eng version)COinS (eng version)
COinS (eng version)
 
CSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approachCSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approach
 
Django 1.10.3 Getting started
Django 1.10.3 Getting startedDjango 1.10.3 Getting started
Django 1.10.3 Getting started
 
RESTAPI_SPHOSTED_APP
RESTAPI_SPHOSTED_APPRESTAPI_SPHOSTED_APP
RESTAPI_SPHOSTED_APP
 
Elasticsearch
ElasticsearchElasticsearch
Elasticsearch
 
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech TalkContract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
 
Restap ito uploadfilessharepoint
Restap ito uploadfilessharepointRestap ito uploadfilessharepoint
Restap ito uploadfilessharepoint
 
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
 
Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0
 
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
 
OpenSearch
OpenSearchOpenSearch
OpenSearch
 
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
 
IBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopIBM Connections REST API Hip-Hop
IBM Connections REST API Hip-Hop
 
Building APIs in an easy way using API Platform
Building APIs in an easy way using API PlatformBuilding APIs in an easy way using API Platform
Building APIs in an easy way using API Platform
 
Advanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAdvanced full text searching techniques using Lucene
Advanced full text searching techniques using Lucene
 
Social Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsSocial Graphs and Semantic Analytics
Social Graphs and Semantic Analytics
 
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 

Recently uploaded (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 

FII News

  • 1. Lecture Notes in Computer Science: FII News Gheorghe Bursuc & Floria Adin Florin Abstract. We made a web mash-up offering access to interest informations for college students based on news feeds provided by the faculty website, fiistudent blog and @fiistudent from Twitter. The user can filter the news based on keywords entered. Keywords: cliw, infoiasi, web, project 1 Introduction This is an instruction file for our project. The project is about filtering information from feeds by the user’s keywords. 1.1 Additional Information for using interface of project You have to enter in search box some keywords about what you want to read from feeds. There are only 3 feeds: infoiasi.ro website, fiistudent blog and twitter @fiistudent. 2 Project Presentation The project is coded in HTML/CSS, PHP and Javascript. We used a parser function for parsing the XML files and extract by item tag. We used find function for finding the item tag and some child tags: title, description and link. The project have 1 important file and 3 php files for rss links. First file contains the javascript functions and html format. The rest of three files contains file_get_content function from php ,one for each rss for taking the rss link. The javascript functions are for parsing the rss file. We made such of function three times for each rss file like the code bellow: Also in this file we made some functions for hide/show the rss content divs. This file contains also the html format for page. The front page looks like the screenshot bellow:
  • 2. 2.1 Screenshots Scr. 1: The initial display.
  • 3. Scr. 2: The display after user search for some keywords.
  • 4. 2.4 Program Code Parse RSS Function: $.ajax({ type: "GET", url: "getway.php", dataType: "xml", success: xmlParser }); function xmlParser(xml) { //var sb = $("#searchbox").val(); //var sb = document.searchform.searchbox.value; // alert(sb); searchInput = "data,baze"; var keyWordsArray = searchInput.split(","); var keyArrayLength = keyWordsArray.length; for(var j = 0; j < keyArrayLength; j++) { $(xml).find("item").each(function () { var title = $(this).find("title").text(); var description = $(this).find("description").text(); var newsLink = $(this).find("link").text(); if(searchKeyWords(keyWordsArray[j],description) > -1) $("#siteres").append('<h2>' + title + '</h2><p>' + description + '</p><a href="' + newsLink + '">Permanent Link</a>'); }); } } 3 LNCS Online The online version of this presentation is available online at http://www.slideshare.net/florinfloria/fii-news-6729401 .