LOGO Website code presentation Software Group Project :: First project Prepared By Abdullah Mustafa...

8
LOGO Website code presentation Software Group Project :: First project Prepared By Abdullah Mustafa Abu Nada Abdullah Mustafa Abu Nada 120070069 120070069 Hussian Abd-Jaleel Shaalan Hussian Abd-Jaleel Shaalan 120070105 120070105 Nael Wael Skaik Nael Wael Skaik 120070275 120070275 Supervised By Prof. Mohammed Mikki Prof. Mohammed Mikki

Transcript of LOGO Website code presentation Software Group Project :: First project Prepared By Abdullah Mustafa...

LOGO

Website code presentation

Software Group Project :: First project

Prepared By Abdullah Mustafa Abu NadaAbdullah Mustafa Abu Nada 120070069120070069Hussian Abd-Jaleel Shaalan Hussian Abd-Jaleel Shaalan 120070105120070105Nael Wael SkaikNael Wael Skaik 120070275 120070275

Supervised By

Prof. Mohammed MikkiProf. Mohammed Mikki

LOGOContents

Programming language1

HTML & CSS2

JAVASCRIPT3

PHP 4

LOGO

Client side execution

EX:HTML,CSS and JavaScript

Code

Server side execution

Ex:PHP & MYSQL

LOGOProgramming language

Page structure

Tags language

For decoration

Cascading S

tyle Sheets

For animation

JAV

AS

CR

IPT

Hand

ling with D

BP

rocessing

HTML CSS J-Query PHP & MYSQL

LOGOHTML & CSS

We use HTML for pages structure , and CSS for page decoration . For example font size ,type ,decoration and color ,

background images and color , margins between any component in website.

For example this part of code :Html: <div class="bannerfooter_text"></div>

CSS (style.css) :

.bannerfooter_text

{

padding: 4px;

font-size: 11px;

background-color: #f7f7f7;

text-align: right;

}

LOGOJAVASCRIPT

We use JAVASCRIPT and JQuery for animation in menus and advertisements slider. For example : fix IE blinking in script.js file. Vertical and horizontal menus in script.js file. Button animation in script.js file . slider functions in script2.js file.

LOGOPHP

We use PHP language for handling with database ,insert ,update ,delete and show information from database. For example : UserBean class :include attributes & methods for

user handling.(UserBean.php) NewsBean class :include attributes & methods for

news handling. (NewsBeans.php) CourseBean :include attributes & methods for

Courses handling. (CourseBean.php) LecturerBean class :include attributes & methods for

lecturer handling. (LecturerBean.php)

LOGO

Software Group Project :: First project

www.themegallery.com