80 likes | 187 Vues
This project presentation showcases the development of a website using various programming languages, including HTML, CSS, JavaScript, PHP, and MySQL. The website is structured with HTML for layout, styled with CSS for visual appeal, and enhanced with JavaScript for interactive features like sliders and animations. Server-side processing is handled with PHP to manage database operations, including data insertion, updates, and retrieval. The project was supervised by Prof. Mohammed Mikki, and demonstrates a comprehensive understanding of web development principles and techniques.
E N D
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
Contents Programming language 1 HTML & CSS 2 JAVASCRIPT 3 PHP 4
Code Client side execution EX: HTML,CSS and JavaScript Server side execution Ex: PHP & MYSQL
Programming language PHP & MYSQL HTML CSS J-Query Tags language JAVASCRIPT Processing Cascading Style Sheets For animation Page structure For decoration Handling with DB
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; }
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.
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)
Software Group Project :: First project Thank You ! www.themegallery.com