26
Electronic edition newspapers, also called E-newspaper, present an exact online replica of the printed newspaper. My paper include the following sections: World News. Metro: national and local news. Life Styles: entertainment, food, and comics. Current Affairs.

E newspaper

Embed Size (px)

DESCRIPTION

digital newspaper will disappeared the printed newspaper within 15 years............

Citation preview

Page 1: E newspaper

Electronic edition newspapers, also called E-newspaper, present an exact online replica of the printed newspaper.

My paper include the following sections:

World News. Metro: national and local news. Life Styles: entertainment, food, and comics. Current Affairs.

Page 2: E newspaper

Any user can make use of it for providing information about current magazine affairs and latest news.

It can be modified easily and without any additional cost and wasting of time.

The transportation cost of distribution of news paper can be avoid.

Page 3: E newspaper

Newspapers in electronic format first appeared in 1970s, online delivery of news.

In these early versions, the content was text-based, and was delivered from online services such as American Online.

In 1994, less than 10 newspapers were available to the public through the World Wide Web. online newspapers demonstrated rapid growth by the end of 1990s and by mid 2001, more than 3,400 newspapers were online.

Page 4: E newspaper

Front End : PHP

Back End : MySQL

Page 5: E newspaper

PHP was originally created by Rasmus Lerdorf in 1995.

While PHP originally stood for "Personal Home Page", it is now said to stand for "PHP: Hypertext Preprocessor.

PHP is a programming language that we can use to write Web

applications.

PHP is a general-purpose scripting language originally designed for web development to produce dynamic web pages.

Page 6: E newspaper

1. Easy to UseCode is embedded into HTML. The PHP code is enclosed in special start and end tags that allow us to jump into and out of "PHP mode".

<html>   <head>       <title>Example</title>   </head>   <body>

       <?php        echo "Hi, I'm a PHP script!";        ?>

   </body></html>

Page 7: E newspaper

2. Cross Platform

Runs on almost any Web server on several operating systems.One of the strongest features is the wide range of supported databases.

Web Servers: Apache, Microsoft IIS, Caudium, Netscape Enterprise Server.

Operating Systems:: UNIX (HPUX, Open BSD, Solaris,),

Mac OSX, Windows NT/98/2000/XP/2003

Supported Databases: Adabas D, FilePro, InterBase, FrontBase, mSQL,

MySQL, ODBC, Oracle.

Page 8: E newspaper

PHP is Open source, means that the entire PHP software is freely available.

Various editor is also exits which is freely available for write source code of PHP.

Davor’s, Arisesoft Winsyntax are the free php editor software.

Page 9: E newspaper

MySQL is an open source relational database management system.

It includes the SQL server and client programs for accessing the server.

Widely used by web application developers, together with PHP and APACHE

It is pronounced My-es-que-el (Not My-Sequel)

Page 10: E newspaper

CREATE create databases and tables

SELECT select table rows based on certain conditions

DELETE delete one or more rows of a table

INSERT insert a new row in a table

UPDATE update rows in a table

Page 11: E newspaper

Connecting to a Database.

Making a query.

Resolve the query.

Manage the data.

Closing the connection.

Page 12: E newspaper
Page 13: E newspaper
Page 14: E newspaper
Page 15: E newspaper
Page 16: E newspaper

This home page of online news paper project is being designed in such a way that it will concise and giving an overview regarding the updated news and blogs of magazine. This all are being fully controlled and retrieved under the rights of validated administrator .

End user are being only confined with observing the magazine reports and to comment or to give a feedback for where about the news n blogs .

 

Page 17: E newspaper
Page 18: E newspaper

In this page here provided the main concept of news blogs in form of a compact magazine view.

Various news with attentive headings are provided with a link button more that concerts the whole news of that field.

These news are also provided with latest updated news in just headers.

Advertisements are also followed in this page. With links to blog and contact us form.

Page 19: E newspaper
Page 20: E newspaper

When the user is retrieved on this page, an image gallery is being displayed comprising of various pictures about the current affairs in different different streams of interest .

The end user when will click over the image is being displayed in its full size.

And the images are provided with overall description about that image and a cancel option that when accessed the control is again given to the disabled gallery .

Page 21: E newspaper
Page 22: E newspaper
Page 23: E newspaper

As the name suggest this form is about to provide to give feedback or message to be optional for the user.

For this a form named as contact form is displayed comprising of various fields and is followed send and reset button.

The fields within the form are of name , email address , subject and message, all these fields are in text boxes.

Page 24: E newspaper
Page 25: E newspaper

The administrator can login into E-news paper System using administrator login ID and Password. He can upload news, delete news and retrieve the whole information about the news from the database.

Here day by day news with images are directly uploaded by administrator from upload page in website.

Databases are designed in that manner that administrator can edit any news any time.

Page 26: E newspaper