You are on page 1of 8

INDIAN

ACADEMY DEGREE
COLLEGE AUTONOMOU accredited with ‘A’ grade
NAAC Re-

RECOGNISED BY GOVT. OF KARNATAKA | Affiliated to Bengaluru north university

Hennur Main Roads, Bengaluru - 560 043

MINI PROJECT SYNOPSIS ON


"NEWS P0RTAL"
Under the Guidance of
Ms.Parvathy
Dept. of Computer Science
IADC-Autonomous
Submitted By
Ali Cherif mht (19IABCA008), Essam Hussein (19IABCA028),
Ali mahamat Mussa(19IABCA009)
Dept. of Computer Science
IADC-Autonomous October-2021

IADC-Autonomous
October-2021

Abstract
Today the world totally relays upon the electronic media to its
every day adventure. People have no time to be updated
through newspaper or watching or listening the news on
television or radios. People today need to be updated on daily
basis in this competitive world. Most of the people get the
information about the world around through the internet which
is fast, accessible, and reliable. The WWW (World Wide Web) is
huge, widely distributed, global information service center for
Information services: news, advertisements, consumer
information, financial management, education, government, e-
commerce etc., hyper-link information, access and usage
information. “24 Hours News Portal” is a service introduced to
meet the above requirement and to make the people updated
about the news, views, reviews, breaking news and latest
headlines in different fields also the new inventions around the
world.

introduction
Introduction Programming Language Development Models
Software Testing Data gathering (Documents and Diagrams)
System Design Software Requirements Files and Database
System Development System Testing Observation System
Performance Limitations Future Scope Conclusion

Introduction Now-a-days we live in age of Information


Communication and Technology. We can’t think a single
moment without technology. From morning to night, we need
help of the technology. This is the revolutionary time of
computer technology. Most of the works depends on web
application. For this reason, anytime, anywhere, anyone can
access a website by internet at low cost and we can find our
expectable and most update information from website. At
present information is one the most valuable resource of the
current world. We have developed our project so that we can
aware the people.

Objective of news portal


1.1 Objective of the Present Work The objective of this project is to develop a web
application for Online News Paper website that can aware the people The
objective of this project is to provide the daily news. The objective of this project
is to provide the breaking news. It makes use of various technologies to get
required crime oriented information more quickly, easily, colorfully and
attractively. To do this for more widely coverage of distribution and faster
dissemination of information in a more time manner. Anytime, anywhere, anyone
can know about the news or information by internet at low cost. Dynamically
provides facility. To add any new information without any complexity.

Features of news portal


• Provides the searching facilities based on various factors. such as Latest Posts,
Types, Advertisement, Media.
• The transactions are executed in off-line mode, hence on-line data for Latest Posts,
contents capture and modifications is not possible.
• It tracks all the information of contents, news, advertisement, etc.
• Manage the information of contents.
• Shows the information and description of the Latest Posts, Types.
• All the fields such as Latest Posts, Types, Media are validated and does not take
invalid values.
• It generates the report on Latest Posts, contents, news.
• Provide filter reports on types, advertisement, media.
• we can easily export PDF for the Latest Posts, news, advertisement.
• Application also provides excel export for contents, types, media.
• We can also export the report into csv format for Latest Posts, contents, media.
• To increase efficiency of managing the Latest Posts, contents.
• It deals with monitoring the information and transactions of advertisement.
• Manage the information of Latest Posts.
A role-based
managed like system
a real and can be
Newspaper
2.1 Programming Language PHP PHP stands for PHP: Hypertext Preprocessor PHP is a
server-side scripting language,like ASP PHP scripts are executed on the server PHP
supports many databases (MYSQL, Informix, Oracle, Sybase, Solid, Generic ODBC, etc.)
PHP is an open source software PHP is free to download and use. MYSQL is a database
server MYSQL is ideal for both small and large applications MYSQL supports standard
SQL MYSQL compiles on a number of platforms MYSQL is free to download and use CSS
Cascading Style Sheets (CSS) Simple mechanism Easy for adding style (e.g., fonts, colors,
spacing) to Web documents.
Advantage
• Much more immediate and up to date
• Always have access i.e. Mobile Phone
• Free
• Can include wider content
• Archive functions

disadvantage
• Require data/Wi-Fi to get online.
• Companies not making as much money due to free reading for
audiences.
• News spreads quicker online - people find out news before they
should.
• Lose money - can't get people to pay for digital.
• Older audiences may not access digital platforms.
• Costly to maintain.
• Errors stay online FOREVER.
• Response to pace = errors in reporting.
• Fake News!

Modules of the news portal


• News module: we can create, read, update and delete
news from this module.
• Media module: all the operations related to media, is
managed by this module.
• Types module: types module is used to manage the
types.
• Advertisement module: it has been developed for
managing the advertisement.
• Latest posts module: it manages the Latest posts.
• Contents module: contents operations will be managed
by contents module.

SOFTWARE REQUIREMENT SPECIFICATIONS


Operating System
Windows XP, Windows7, Windows 10
Languages:
PHP
MySQL
HTML
CSS

SYSTEM
DESIGN

• System Requirements

Requirements regarding the installation of PHP Environment has been listed below

• WAMP Server

WAMP is a form of mini-server that can run on almost any Windows Operating System.
WAMP includes Apache 2, PHP 5 (SMTP ports are disabled), and MySQL HYPERLINK
"http://www.tech-faq.com/index.php?
option=com_glossary&Itemid=201&id=263&letter=M&lang=en" (phpMyAdmin and SQL
item manager are installed to manage your databases) preinstalled.An icon on the taskbar
tray displays the status of WAMP, letting you know if; a) WAMP is running but no services
are opened (the icon will appear red), b) WAMP is running and one service is opened (the
icon will appear yellow) or c) WAMP is running with all services opened (the icon will
appear white). Apache and MySQL are considered to be services (they can be disabled by
left-clicking on the taskbar icon, guiding your cursor over the service you wish to disable
and selecting "Stop Service").
The files/web pages that are hosted on your WAMP server can be accessed by typing
http://localhost/ or http://127.0.0.1/ in the address bar of your web browser. WAMP must
be running in order to access either of the above addresses.
If you would like to share your files/web pages with others, click on the icon located on
your taskbar tray and select "Put Online." You must have access to the Internet in order to
continue.
Send the people that you would like to give access to the files/web pages hosted on your
WAMP server IP Address. Your can find your IP address here:

• MYSQL as Database
• PHP as platform.

DATABASE DESIGN

3.3 Database Tables

Field Type NULL Key


Id Varchar(11) N0 ----------
Title Varchar(200) yes -----------
Description Text yes -----------
news_type Varchar(15) yes ------------
Image Varchar(200) yes ------------
systemdatetime timestamp yes ------------

Table 3.1 - Store table

Field Type NULL Key


Id Int(11) No Primary Key
FirstName Varchar(200) yes ----------
LastName Varchar(200) yes ----------
Email_id Varchar(200) yes
Uname Varchar(200) yes ----------
Pwd Varchar(200) yes ----------
Rpwd Varchar(200) yes ----------
Gender Varchar(200) yes ----------
Phno Int(12) yes ----------

Table 3.2 – Table for registration and login:Newsportal

Field Type NULL Key


C_id Int(11) No ---------
Name Varchar(30) yes ----------
Loc Varchar(30) yes ----------
Email Varchar(30) yes ----------
Message Varchar(30) yes Primary Key

DFD For News Portal


Table 3.3 Contact table

Account
Read News
User
News Portal System
Maintain
News
Administrator
Updated

DFD – 1

Feedback
Future Scope
As the project comes up with some limitations which can be improved in future and further
more advancement can also be done. The different features that can be added are as
follows:
• Videos of different news can be provided related to various fields like
Entertainment, International, National, Sports, Business etc.
• Reader can be alerted through e-mail, cell phones or other devices about
availability of any new news of their interest.
• Readers can easily forward interesting news items to others

You might also like