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

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
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
 
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
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
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
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
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
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
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
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 

Recently uploaded (20)

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
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
 
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...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
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Ữ Â...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
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...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.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
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

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 .