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

My dream house
My dream houseMy dream house
My dream houseFatima1951
 
Construction Project Management Class Project Presentation
Construction Project Management Class Project PresentationConstruction Project Management Class Project Presentation
Construction Project Management Class Project PresentationWayne Holley
 
111 peoria condo presentation 7 14-15
111 peoria condo presentation 7 14-15111 peoria condo presentation 7 14-15
111 peoria condo presentation 7 14-15BrianFerber
 
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
 

Viewers also liked (20)

My dream house
My dream houseMy dream house
My dream house
 
My dream house
My dream houseMy dream house
My dream house
 
Construction Project Management Class Project Presentation
Construction Project Management Class Project PresentationConstruction Project Management Class Project Presentation
Construction Project Management Class Project Presentation
 
Design 4
Design 4Design 4
Design 4
 
111 peoria condo presentation 7 14-15
111 peoria condo presentation 7 14-15111 peoria condo presentation 7 14-15
111 peoria condo presentation 7 14-15
 
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
 

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

Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxbingyichin04
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationZenSeloveres
 
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...nirzagarg
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherrymeghakumariji156
 
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKLANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKMarekMitek1
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahimamgadibrahim92
 
Branding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfBranding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfAlexandra Plesner
 
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...gargpaaro
 
Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...
Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...
Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...HyderabadDolls
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024Ilham Brata
 
Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
 
Abu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
Abu Dhabi Call girls Service0556255850 Call girls in Abu DhabiAbu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
Abu Dhabi Call girls Service0556255850 Call girls in Abu DhabiMonica Sydney
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfamanda2495
 
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Nitya salvi
 
Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyIsadora Agency
 
How to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfHow to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfOffice Furniture Plus - Irving
 
❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...
❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...
❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...vershagrag
 
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best ServiceIndependent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Servicemeghakumariji156
 

Recently uploaded (20)

Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
 
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKLANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
Branding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfBranding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdf
 
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
 
Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...
Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...
Aminabad * High Profile Escorts Service in Lucknow Phone No 9548273370 Elite ...
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024
 
Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In eluru [ 7014168258 ] Call Me For Genuine Models We ...
 
Abu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
Abu Dhabi Call girls Service0556255850 Call girls in Abu DhabiAbu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
Abu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
 
Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora Agency
 
How to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfHow to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdf
 
❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...
❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...
❤️ Call Girls Service Amritsar Call Girls (Adult Only) 💯Call Us 🔝 6378878445 ...
 
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best ServiceIndependent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
 
Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In fatehgarh [ 7014168258 ] Call Me For Genuine Models...
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
 

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