SlideShare a Scribd company logo
1 of 26
The Dream House Project CSE Group E1
Brought to you by: CSE Group E1 (Standing, left to right) Abdullah Aldossary, IkemesitAnsa, Jon Gosling, Alex Plopeanu, AizatKamarudin(Sitting, left to right) Hugh O'Donnell, AyushGoel (Tutor) Tom Thomson
Our Main Aims Originally planned to be a Real Estate site with a USP (Unique Selling Point): The ability to create your own dream house. To create a website that allows people to build their dream house(s) and then share them with whoever they wish. To keep everything simple and intuitive. To create a fun web experience. A site that is useful for all sorts of different people and also useful in the real world
Basic Tech Spec The site is made from the languages: HTML CSS PHP Some Javascript & jQuery The site interacts with a MySQL database to store, update and retrieve data. The site is stored on a Linux server running apache. The site was also stored in an SVN (Apache SubVersioN) group repository. This allowed all group members to access and edit the website.
Demonstration Have a look around
Graphics & Design Ikemesit Ansa
Graphics & Design - IkemesitAnsa As seen here, the objective was to create original designs for the logo and homepage. CorelDraw10 and Microsoft Paint was used.
Graphics & CSS – IkemesitAnsa The images were stored on the server. The website logo and homepage were incorporated into the website by writing code in CSS. Colour schemes for the website were also coded using CSS.
House Graphics Alex Plopeanu
House Graphics - Alex Plopeanu Initially Google SketchUp was going to be used for house elements. We then discovered that finding real images would be easier and look better. Difficulties: Finding windows Window Reflections Keeping a constant house wall texture Background Swimming pool
MySQL Database Jon Gosling
MySQL Database Structure 4 Tables: Users User details (username, password, other details) Houses House specification and average rating Community Stores users against which house they have given ratings to and what the ratings were. Banned IP Addresses Simply stores IP address which admin do not trust. The site cannot be accessed from these IP addresses.
Database RelationshipsModelled using Microsoft Access community table: ,[object Object],users table: ,[object Object]
A user can vote on many different houses.
A user can create many houses.
Passwords are stored as 32bit md5 encrypted strings.houses table: ,[object Object]
‘houseRating’ is generated using Jon’s PHP rating function.
A house can belong to only one user.Passwords: Stored as 32bit md5 hashes banned table: ,[object Object],[object Object]
Bespoke Functionality House Rendering gozMail & SMCF (SimpleModalContact Form) filter Password Generator CAPTCHA Rating System Plus these additional functions: goslinj() – site location function Javascripttextarea limits Facebook = PHP functions
House Rendering – Jon Gosling
gozMail & SMCF filter– Jon Gosling gozMail takes 4 variables: The recipient The sender The message subject The message body Each of these variables is passed through the SMCF filter, which just removes any ‘illegal’ content, such as: Additional mail parameters Illegal content-types Once the 4 fields have been ‘cleaned’ they are passed to the @mail PHP function. @mail must also be passed:  This is a CS server requirement. The PHP mail functions MUST supply a valid CS email address to send from. @mail($emailTo, $subject, $body, $headers, '-f' . ADMIN_EMAIL . '')
Password Generator – Jon Gosling Creates random 12bit passwords  Uses “a-z” and “0-9” as a data dictionary. Fully editable. Used in conjunction with the password reset function.   The result of which is shown below: Shortened version of code for demonstration: // define possible characters $dictionary = "0123456789abcdefghijklmnopqrstuvwxyz"; // define password length $passLength= 12; … while ($i < $passLength){ // pick a random character from the dictionary $char = substr($dictionary, mt_rand(0, $dictLength-1), 1); … // concatenate fresh random chars until $i=12 $password .= $char; // add 1 to counter $i++; … return $password;
CAPTCHA – Jon Gosling(Completely Automated Public Turing test to tell Computers and Humans Apart) The CAPTCHA system I designed uses jquery to create a much more user friendly way to prevent bots from spamming the site. On page load, an md5 hash is assigned as the ‘correct answer’ (e.g. the key) On form submission, the md5 hash associated with the image selected is posted for validation. If the two hashes match, the correct image was selected!
Rating System – Jon Gosling When ‘viewing’ a house Must be logged in User ratings are stored in the ‘community’ table House ratings are generated by calculating the mean of all user ratings. The average house rating is displayed when ‘viewing’ a house and on the user’s home screen.
Additional Functions – Jon Gosling goslinj() Determines where the website is stored and adjusts links accordingly. Javascript Facebook Section of code from goslinj0(): // Grab the current page location $directory = dirname($_SERVER['PHP_SELF']); // place directories into an array $directory_array= explode('/', $directory); // grab the first element $public_base= max($directory_array); return $public_base; // Define the “home location” of the site. $homeLocation= "http://"                 . $_SERVER['HTTP_HOST'] . "/" . goslinj0() . "/E1/"; http://developers.facebook.com/
Terms & Conditions AizatKamarudin

More Related Content

Viewers also liked

Investor chicago condo presentation with
Investor chicago condo presentation withInvestor chicago condo presentation with
Investor chicago condo presentation withMarkBlackhall
 
Architectural project
Architectural projectArchitectural project
Architectural projectnsryan
 
London calling
London callingLondon calling
London callingekrommyda
 
Asian architecture final report
Asian architecture final reportAsian architecture final report
Asian architecture final reportaidaarosdi
 
Muskoka Wharf Investor Presentation
Muskoka Wharf Investor PresentationMuskoka Wharf Investor Presentation
Muskoka Wharf Investor PresentationN5R
 
project 3:Social psychology
project 3:Social psychologyproject 3:Social psychology
project 3:Social psychologyOng Shi Hui
 
Nelson Master Bath Remodel Final Project
Nelson Master Bath Remodel Final ProjectNelson Master Bath Remodel Final Project
Nelson Master Bath Remodel Final ProjectJordan Michael
 
Ici final project
Ici final projectIci final project
Ici final projectTrace96
 
Architectural Graduation Project - English
Architectural Graduation Project - EnglishArchitectural Graduation Project - English
Architectural Graduation Project - EnglishGalala University
 
Developing A Residential Subdivision by iriskleo
Developing A Residential Subdivision by iriskleoDeveloping A Residential Subdivision by iriskleo
Developing A Residential Subdivision by iriskleoKleo C.
 
ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT
ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT
ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT Darshiini Vig
 
Mms Mixed Use Architectural Ii Final Project
Mms Mixed  Use Architectural Ii Final ProjectMms Mixed  Use Architectural Ii Final Project
Mms Mixed Use Architectural Ii Final Projectmmeyer118
 
My dream house
My dream house My dream house
My dream house João Lima
 
My dream house
My dream houseMy dream house
My dream houseElvire1842
 
Eco house presentation
Eco house presentationEco house presentation
Eco house presentationthespeedone
 

Viewers also liked (20)

AHA - The wharf
AHA - The wharfAHA - The wharf
AHA - The wharf
 
Investor chicago condo presentation with
Investor chicago condo presentation withInvestor chicago condo presentation with
Investor chicago condo presentation with
 
Architectural project
Architectural projectArchitectural project
Architectural project
 
London calling
London callingLondon calling
London calling
 
Asian architecture final report
Asian architecture final reportAsian architecture final report
Asian architecture final report
 
Muskoka Wharf Investor Presentation
Muskoka Wharf Investor PresentationMuskoka Wharf Investor Presentation
Muskoka Wharf Investor Presentation
 
project 3:Social psychology
project 3:Social psychologyproject 3:Social psychology
project 3:Social psychology
 
Nelson Master Bath Remodel Final Project
Nelson Master Bath Remodel Final ProjectNelson Master Bath Remodel Final Project
Nelson Master Bath Remodel Final Project
 
Ici final project
Ici final projectIci final project
Ici final project
 
Architectural Graduation Project - English
Architectural Graduation Project - EnglishArchitectural Graduation Project - English
Architectural Graduation Project - English
 
Developing A Residential Subdivision by iriskleo
Developing A Residential Subdivision by iriskleoDeveloping A Residential Subdivision by iriskleo
Developing A Residential Subdivision by iriskleo
 
ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT
ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT
ASIAN ARCHITECTURE PROJECT 1 FINAL REPORT
 
Green building
Green buildingGreen building
Green building
 
Mms Mixed Use Architectural Ii Final Project
Mms Mixed  Use Architectural Ii Final ProjectMms Mixed  Use Architectural Ii Final Project
Mms Mixed Use Architectural Ii Final Project
 
My dream house
My dream houseMy dream house
My dream house
 
My dream house
My dream house My dream house
My dream house
 
My ideal home
My ideal homeMy ideal home
My ideal home
 
My dream house
My dream houseMy dream house
My dream house
 
Eco house presentation
Eco house presentationEco house presentation
Eco house presentation
 
Jain architecture
Jain architectureJain architecture
Jain architecture
 

Similar to Dream House Project Presentation

Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web developmentMuhammad Shafiq
 
Intro to php
Intro to phpIntro to php
Intro to phpSp Singh
 
Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Thinkful
 
Build a game with javascript (may 21 atlanta)
Build a game with javascript (may 21 atlanta)Build a game with javascript (may 21 atlanta)
Build a game with javascript (may 21 atlanta)Thinkful
 
OSML and OpenSocial 0.9
OSML and OpenSocial 0.9OSML and OpenSocial 0.9
OSML and OpenSocial 0.9MySpaceDevTeam
 
Intro To Mongo Db
Intro To Mongo DbIntro To Mongo Db
Intro To Mongo Dbchriskite
 
How to create a basic template
How to create a basic templateHow to create a basic template
How to create a basic templatevathur
 
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine DevelopmentEECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine DevelopmentFortySeven Media
 
Introduction to node.js
Introduction to node.jsIntroduction to node.js
Introduction to node.jsAdrien Guéret
 
Installing And Configuration for your Wordpress blog
Installing And Configuration for your Wordpress blogInstalling And Configuration for your Wordpress blog
Installing And Configuration for your Wordpress blogigorgentry
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDBantoinegirbal
 
2011 Mongo FR - MongoDB introduction
2011 Mongo FR - MongoDB introduction2011 Mongo FR - MongoDB introduction
2011 Mongo FR - MongoDB introductionantoinegirbal
 
PHP training in Noida,delhi,bhopal
PHP training in Noida,delhi,bhopalPHP training in Noida,delhi,bhopal
PHP training in Noida,delhi,bhopalnikhilsmo
 

Similar to Dream House Project Presentation (20)

Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
Intro to php
Intro to phpIntro to php
Intro to php
 
Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Build a game with javascript (april 2017)
Build a game with javascript (april 2017)
 
Build a game with javascript (may 21 atlanta)
Build a game with javascript (may 21 atlanta)Build a game with javascript (may 21 atlanta)
Build a game with javascript (may 21 atlanta)
 
OSML and OpenSocial 0.9
OSML and OpenSocial 0.9OSML and OpenSocial 0.9
OSML and OpenSocial 0.9
 
Intro To Mongo Db
Intro To Mongo DbIntro To Mongo Db
Intro To Mongo Db
 
PHP and MySQL
PHP and MySQLPHP and MySQL
PHP and MySQL
 
How to create a basic template
How to create a basic templateHow to create a basic template
How to create a basic template
 
phptut4
phptut4phptut4
phptut4
 
phptut4
phptut4phptut4
phptut4
 
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine DevelopmentEECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
 
REST easy with API Platform
REST easy with API PlatformREST easy with API Platform
REST easy with API Platform
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
Introduction to node.js
Introduction to node.jsIntroduction to node.js
Introduction to node.js
 
Installing And Configuration for your Wordpress blog
Installing And Configuration for your Wordpress blogInstalling And Configuration for your Wordpress blog
Installing And Configuration for your Wordpress blog
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
2011 Mongo FR - MongoDB introduction
2011 Mongo FR - MongoDB introduction2011 Mongo FR - MongoDB introduction
2011 Mongo FR - MongoDB introduction
 
PHP training in Noida,delhi,bhopal
PHP training in Noida,delhi,bhopalPHP training in Noida,delhi,bhopal
PHP training in Noida,delhi,bhopal
 
PHP FUNCTIONS
PHP FUNCTIONSPHP FUNCTIONS
PHP FUNCTIONS
 
Rails 101
Rails 101Rails 101
Rails 101
 

Recently uploaded

Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVAAnastasiya Kudinova
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girlsssuser7cb4ff
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpmainac1
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一lvtagr7
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 

Recently uploaded (20)

Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girls
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUp
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 

Dream House Project Presentation

  • 1. The Dream House Project CSE Group E1
  • 2. Brought to you by: CSE Group E1 (Standing, left to right) Abdullah Aldossary, IkemesitAnsa, Jon Gosling, Alex Plopeanu, AizatKamarudin(Sitting, left to right) Hugh O'Donnell, AyushGoel (Tutor) Tom Thomson
  • 3. Our Main Aims Originally planned to be a Real Estate site with a USP (Unique Selling Point): The ability to create your own dream house. To create a website that allows people to build their dream house(s) and then share them with whoever they wish. To keep everything simple and intuitive. To create a fun web experience. A site that is useful for all sorts of different people and also useful in the real world
  • 4. Basic Tech Spec The site is made from the languages: HTML CSS PHP Some Javascript & jQuery The site interacts with a MySQL database to store, update and retrieve data. The site is stored on a Linux server running apache. The site was also stored in an SVN (Apache SubVersioN) group repository. This allowed all group members to access and edit the website.
  • 5. Demonstration Have a look around
  • 6. Graphics & Design Ikemesit Ansa
  • 7. Graphics & Design - IkemesitAnsa As seen here, the objective was to create original designs for the logo and homepage. CorelDraw10 and Microsoft Paint was used.
  • 8. Graphics & CSS – IkemesitAnsa The images were stored on the server. The website logo and homepage were incorporated into the website by writing code in CSS. Colour schemes for the website were also coded using CSS.
  • 10. House Graphics - Alex Plopeanu Initially Google SketchUp was going to be used for house elements. We then discovered that finding real images would be easier and look better. Difficulties: Finding windows Window Reflections Keeping a constant house wall texture Background Swimming pool
  • 12. MySQL Database Structure 4 Tables: Users User details (username, password, other details) Houses House specification and average rating Community Stores users against which house they have given ratings to and what the ratings were. Banned IP Addresses Simply stores IP address which admin do not trust. The site cannot be accessed from these IP addresses.
  • 13.
  • 14. A user can vote on many different houses.
  • 15. A user can create many houses.
  • 16.
  • 17. ‘houseRating’ is generated using Jon’s PHP rating function.
  • 18.
  • 19. Bespoke Functionality House Rendering gozMail & SMCF (SimpleModalContact Form) filter Password Generator CAPTCHA Rating System Plus these additional functions: goslinj() – site location function Javascripttextarea limits Facebook = PHP functions
  • 20. House Rendering – Jon Gosling
  • 21. gozMail & SMCF filter– Jon Gosling gozMail takes 4 variables: The recipient The sender The message subject The message body Each of these variables is passed through the SMCF filter, which just removes any ‘illegal’ content, such as: Additional mail parameters Illegal content-types Once the 4 fields have been ‘cleaned’ they are passed to the @mail PHP function. @mail must also be passed: This is a CS server requirement. The PHP mail functions MUST supply a valid CS email address to send from. @mail($emailTo, $subject, $body, $headers, '-f' . ADMIN_EMAIL . '')
  • 22. Password Generator – Jon Gosling Creates random 12bit passwords Uses “a-z” and “0-9” as a data dictionary. Fully editable. Used in conjunction with the password reset function. The result of which is shown below: Shortened version of code for demonstration: // define possible characters $dictionary = "0123456789abcdefghijklmnopqrstuvwxyz"; // define password length $passLength= 12; … while ($i < $passLength){ // pick a random character from the dictionary $char = substr($dictionary, mt_rand(0, $dictLength-1), 1); … // concatenate fresh random chars until $i=12 $password .= $char; // add 1 to counter $i++; … return $password;
  • 23. CAPTCHA – Jon Gosling(Completely Automated Public Turing test to tell Computers and Humans Apart) The CAPTCHA system I designed uses jquery to create a much more user friendly way to prevent bots from spamming the site. On page load, an md5 hash is assigned as the ‘correct answer’ (e.g. the key) On form submission, the md5 hash associated with the image selected is posted for validation. If the two hashes match, the correct image was selected!
  • 24. Rating System – Jon Gosling When ‘viewing’ a house Must be logged in User ratings are stored in the ‘community’ table House ratings are generated by calculating the mean of all user ratings. The average house rating is displayed when ‘viewing’ a house and on the user’s home screen.
  • 25. Additional Functions – Jon Gosling goslinj() Determines where the website is stored and adjusts links accordingly. Javascript Facebook Section of code from goslinj0(): // Grab the current page location $directory = dirname($_SERVER['PHP_SELF']); // place directories into an array $directory_array= explode('/', $directory); // grab the first element $public_base= max($directory_array); return $public_base; // Define the “home location” of the site. $homeLocation= "http://" . $_SERVER['HTTP_HOST'] . "/" . goslinj0() . "/E1/"; http://developers.facebook.com/
  • 26. Terms & Conditions AizatKamarudin
  • 28. Operating Systems - AyushGoel Fully Functional on the following platforms: Ubuntu 10.10 Fedora 13 Windows 7 Windows Vista Windows XP Mac OSX Testing Procedure: Make user accounts using a combination of different web browsers, OSs and screen resolutions.
  • 29. Browsers - AyushGoel Fully Functional in all major browsers: Google Chrome Internet Explorer (7,8,9) Mozilla Firefox Safari Opera Chromium Sea monkey Rekonq Epiphany Screen Resolutions: (min) 1024 x 768 … (max) 1920 x 1080