• Tidak ada hasil yang ditemukan

Based Information System and News Portal - SUSpace Home

N/A
N/A
Protected

Academic year: 2023

Membagikan "Based Information System and News Portal - SUSpace Home"

Copied!
42
0
0

Teks penuh

Ashrafuzzaman Apon (CSE in the Department of Computer Science and Engineering, Sonargaon University (SU), has been accepted as passing for partial fulfillment of the requirements for the Bachelor of Science degree in Computer Science and Engineering and approved for its style and content We hereby declare that the work presented in this report is the result of the research conducted by us under the supervision of Arifur Rahaman, Assistant Professor & We reaffirm that no part of this project has been or will be submitted elsewhere for the award of a degree or diploma.

People don't have time to keep up to date through the newspaper or to watch or listen to the news on television or radio. Most people get information about the world around them from the internet, which is fast, accessible and reliable. At the very beginning, we would like to express my deepest gratitude to Almighty Allah for giving us the ability and strength to successfully complete the task within the scheduled time.

We are glad that we had the kind association as well as supervision of Arifur Rahaman, Assistant Professor and Coordinator, Department of Computer Science and Engineering, Sonargaon University, whose hearty and valuable support with best concern and direction served as necessary recourse to accomplish our project . Dr. Md Alamgir Hossain, Dean, Faculty of Science and Engineering for his kind concern and valuable suggestions. We are also grateful to all our teachers throughout our education, for exposing us to the beauty of learning.

Fig.2.5 A data flow diagram of Online News Portal for the USER 11 Fig.2.6 A data flow diagram of Online News Page for the Admin 11.

Figure No.  Title  Page No.
Figure No. Title Page No.

1 - 2

Objectives

Organization of the Project

3 - 4

Programming Languages

  • Php
  • Mysql
  • WordPress
  • JavaScript
  • jQuery
  • Css …
  • Html

JavaScript, often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, along with HTML and CSS. JavaScript is a dynamic programming language used for web development, web applications, game development and much more. The purpose of jQuery is to make it much easier to use JavaScript on your website.

It makes things like HTML document traversal and manipulation, event handling, animation and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

5 - 8

Waterfall Model

The role of the waterfall model in software engineering is as important as its role in software testing. Of course, over the years, there are a number of other software process models that have been designed and implemented, but what is true is that many of them are based (in one way or another) on the basic principle of waterfall. model. Easy to manage due to the rigidity of the model - each stage has specific products and a review process.

The prototypes are usually not complete systems and many of the details are not built into the prototype. Since a working model of the system is provided in this methodology, users gain a better understanding of the system being developed. Practically, this method can increase the complexity of the system, as the scope of the system can be expanded beyond the original plans.

We have tried to understand the proposed system by studying in detail the various operations to be performed by a system. The analysis involves an investigation, which usually involves establishing a relationship with the client being analyzed and with the user of the system. A process accepts input data necessary for the process to be performed and produces data that it passes to another part of the DFD.

A fundamental component of the model is the Entity-Relationship diagram, which is used to visually represent data objects. Since Chen wrote his paper, the model has been expanded, and today it is commonly used in database design for the database designer, the usefulness of the ER model is: It fits well with the relational model. WordPress themes live in subfolders of the WordPress themes directory (wp-content/themes/ by default), which cannot be moved directly using the wp-config.php file.

The Theme's subdirectory contains all of the Theme's stylesheet files, template files and optional functions files (functions.php), JavaScript files and images. We use media queries for the desktop to show the design of the desktop view. For an efficient growth of the online Media, the readers must be allowed to be involved in the day-to-day management of the organization.

Fig. 1.2: Prototype Model
Fig. 1.2: Prototype Model

Prototype Model

Software Testing

9 - 15

Documentation

Data Flow Diagram

The Entity-Relationship (ER) model was originally proposed by Peter in 1976 [Chen76] as a way to unify the network and relational database views. Simply put, the ER model is a conceptual data model that sees the real world as entities and relationships. Therefore, the model can be used by the database designer to communicate the design to the end user.

In addition, the database developer can use the model as a design blueprint for implementing the data model in a particular database management software. The original notation used by Chen is widely used in academic texts and journals, but is rarely seen in CASE tools or in publications by non-academic professionals. Mandatory existence is indicated by a dash (looks like 1) next to the entity for the requested instance.

Fig. 2.5: A data flow diagram of Online News Portal for the USER
Fig. 2.5: A data flow diagram of Online News Portal for the USER

16 - 18

Before Start Deign

User Panel Design

Admin Panel Design

19 - 30

Theme Development Standards

  • Anatomy of a Theme
  • Theme Stylesheet
  • Stylesheet Guidelines
  • Functions File
  • Template Files
  • Template Files List
  • Basic Templates
  • Custom Page Templates

In addition to CSS style information for your theme, style.css provides details about the theme in the form of comments. No two themes must have the same details specified in their comment headers, as this will lead to problems in the Theme Selection dialog. All possible HTML elements must be styled according to your theme (unless it is a child theme), both in post/page content and in comment content.

A theme can optionally use a functions file, located in the theme subdirectory and named functions.php. This file basically acts like a plugin, and if it's present in the theme you're using, it's automatically loaded during WordPress initialization (both for admin pages and external pages). Set up an options menu that gives site owners options for colors, styles, and other aspects of your theme.

The default WordPress theme contains a functions.php file that defines many of these functions, so you may want to use that as a template. Since functions.php essentially acts as a plugin, the Function_Reference list is the best place to find more information about what you can do with this file. For example, as a last resort, you can use just one template file, called index.php, as the template for all the pages your website generates and displays.

This should be included in your theme and should contain the informational header for your theme. If you are using a static cover, this is a template for the latest posts page. For this and all other query templates, index.php is used if no query template is present.

For example, single-book.php would be used to display individual posts from a custom post type named "book". Note that this template will be overridden by category.php, author.php and date.php for their query types. This template name will appear in the theme editor as a link to edit this file.

Front-end Design

  • Home Page
  • Archive Page Design
  • Search Page Design
  • Single Page Design
  • Contact Page Design
  • Other Page Design

It can be used to include all references to the header, sidebar, footer, content, categories, archives, search, errors and any other page created in WordPress. Step 3: Below the menu we add a news ticker javascript plugin for the ongoing news. There is a JavaScript slider on the left and a featured sports posts section on the right.

Featured Sports: We use wp query with a while loop to show the last 3 latest posts for this section. Page | 25 Home Page Section: Below the banner area there are 5 sections showing the top 5 category posts. One is for about the news portal and another one is for the menu and latest posts.

Page | 26 Under the footer widgets, create a lower part of the footer that contains the copyrighted text on the left side and a footer menu on the right side. Design the page-contact.php page to display news portal information and a contact form to contact an administrator or support. Design a page.php page template for other pages so that the information and text are displayed in a good way on the front page than the other pages.

Fig. 4.2: Search
Fig. 4.2: Search

Mobile First Responsive Design

31

Future Works

Gambar

Figure No.  Title  Page No.
Fig. 1.1: Waterfall Model
Fig. 1.2: Prototype Model
Fig. 2.6: A data flow diagram of Online News Paper for the Admin
+7

Referensi

Dokumen terkait

Untuk algoritma yang rumit jarang bisa Apakah kita selalu bisa menentukan. persamaan T(n)