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

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
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
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Recently uploaded (20)

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
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.
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

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 .