1 / 8

Website code presentation

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

brett-nolan
Download Presentation

Website code presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Contents Programming language 1 HTML & CSS 2 JAVASCRIPT 3 PHP 4

  3. Code Client side execution EX: HTML,CSS and JavaScript Server side execution Ex: PHP & MYSQL

  4. Programming language PHP & MYSQL HTML CSS J-Query Tags language JAVASCRIPT Processing Cascading Style Sheets For animation Page structure For decoration Handling with DB

  5. HTML & 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; }

  6. JAVASCRIPT • 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.

  7. PHP • 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)

  8. Software Group Project :: First project Thank You ! www.themegallery.com

More Related