SlideShare une entreprise Scribd logo
1  sur  14
introduction why examples
Website Development
By
Derin Dolen
introduction why examples
• Involves the following Stages
– Site definition and planning
– Information architecture
– Site design
– Site construction
– Site marketing
– Tracking and maintenance
The Website Development
Process
introduction why examples
What is a Web site?
A web site is:A web site is:
• a presentation tool;
• a way to communicate;
• a learning tool;
• a teaching tool;
• a marketing important
tool;
introduction why examples
Step 1
• Think!
– Before you do anything else, you need to
spend time thinking about the 4w’s.
• What is the purpose of the web page/site?
• Who is your target audience?
• What will bring your audience back?
• Where will your audience be using the site?
introduction why examples
Step 2:Follow The Rules
– To create a we site you must follow theses rules:
• Rule 1:Rule 1: YOU are NOT the USER.YOU are NOT the USER.
– What you understand is not what a user will understand; ask the
users to design the site the way they want.
• Rule 2:Rule 2: USERS are NOT PROFESIONALSUSERS are NOT PROFESIONALS
– Users will not think carefully about the new added features in the
Web site without your directions.
• Rule 3:Rule 3: Give the common user a little controlGive the common user a little control
– Allow the user some choices and the ability to control color and
themes on their accounts.
introduction why examples
Step 2:Follow The Rules
Rule 4Rule 4:: Make sure the visual contents of a site relates to its function.Make sure the visual contents of a site relates to its function.
 A nice-looking design must enforce the website functionality
Rule 5Rule 5:: Respect GUI and Web interface conventions.Respect GUI and Web interface conventions.
 Designers need to respect conventions of navigation choices,
navigation placement, colors, and so on.
Rule 6Rule 6:: Know and respect the Web and Internet medium constraints.Know and respect the Web and Internet medium constraints.
• Don’t ignore the differences in the emerging Web medium, color
reproduction, bandwidth limitations, and so on.
introduction why examples
Step 3
introduction why examples
Step 4
• Open Website designing tools like
Dreamweaver , FrontPage , SeaMonkeyDreamweaver , FrontPage , SeaMonkey,…and
start designing your web pages.
• Save your work often!!!!!!!!
– Typically we name the home page in a web site
“index.htmlindex.html”
introduction why examples
Some Things to Remember
• You do not have the layout control in a web editor that you
do in Word or PowerPoint.
• Therefore, the web designers used tablestables to control the
layout out of their pages. If you set the borders of the table to
0 width, you can't see the outline of the tables in the web
browser.
You will get very frustrated ifYou will get very frustrated if
you try to design a web pageyou try to design a web page
without tables.without tables. Your graphics willYour graphics will
not appear where you want them.not appear where you want them.
introduction why examples
Note:Note:
Naming Web Files:
• Use all lower case (it will be easier to communicate the URL
to others if it is all lower case).
• DO NOT have spaces in file names (some old browsers cannot
handle spaces. You should rename graphic files if they have
spaces)
• Try to keep file names as short as possible (this prevents
errors in typing in URLs)
• URL(Universal Resource Locator)= Site Address
ex: URL of hotmail is : www.hotmail.com
introduction why examples
Types of Web Pages
Any web site composed from a set of web pages:
Some of those pages are static (abstract) pagesstatic (abstract) pages while other pages are
dynamics (proactive) pages.dynamics (proactive) pages.
A dynamic page that will
take user name and
password and check it to
allow login.
A static page with no
interaction that user will
only read and close if.
introduction why examples
Web Development Languages & Tools
1. HTMLHTML/DHTML/XHTML
2. Java
3. Web Design Tools e.g. FrontpageFrontpage, Dreamweaver.
3. Scripting Languages e.g. VBScript, Javascript
4. Cascading Style Sheets
5. XML
6. …more!!!
12
introduction why examples
Let’s go to build a website
Let’s go to use Microsoft FrontPage.
And learn how to build powerful website
A good adviceA good advice “Don’t reinvent the wheel ““Don’t reinvent the wheel “
•Use pre-designed templates.
• Download lovely icons, backgrounds and images from the internet.
• Use pre-programmed scripts.
introduction why examples
Thank You

Contenu connexe

Tendances

How To be a Backend developer
How To be a Backend developer    How To be a Backend developer
How To be a Backend developer Ramy Hakam
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web developmentbethanygfair
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development47ishu
 
Front end web development
Front end web developmentFront end web development
Front end web developmentviveksewa
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiTemitayo Fadojutimi
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptEdureka!
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Oleksii Prohonnyi
 
ppt of web development for diploma student
ppt of web development for diploma student ppt of web development for diploma student
ppt of web development for diploma student Abhishekchauhan863165
 
1-01: Introduction To Web Development
1-01: Introduction To  Web  Development1-01: Introduction To  Web  Development
1-01: Introduction To Web Developmentapnwebdev
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | IntroductionJohnTaieb
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web developmentCrampete
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project PresentationMilind Gokhale
 
Back to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentBack to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentClint LaForest
 
Difference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentDifference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentGlobal Media Insight
 
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQLWeb development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQLJayant Surana
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentRandy Connolly
 
Introduction to back-end
Introduction to back-endIntroduction to back-end
Introduction to back-endMosaab Ehab
 

Tendances (20)

How To be a Backend developer
How To be a Backend developer    How To be a Backend developer
How To be a Backend developer
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
ppt of web development for diploma student
ppt of web development for diploma student ppt of web development for diploma student
ppt of web development for diploma student
 
1-01: Introduction To Web Development
1-01: Introduction To  Web  Development1-01: Introduction To  Web  Development
1-01: Introduction To Web Development
 
Web development
Web developmentWeb development
Web development
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web development
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project Presentation
 
Back to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentBack to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web Development
 
Difference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentDifference between-web-designing-and-web-development
Difference between-web-designing-and-web-development
 
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQLWeb development using javaScript, React js, Node js, HTML, CSS and SQL
Web development using javaScript, React js, Node js, HTML, CSS and SQL
 
Report html5
Report html5Report html5
Report html5
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Introduction to back-end
Introduction to back-endIntroduction to back-end
Introduction to back-end
 
Top web development tools
Top web development toolsTop web development tools
Top web development tools
 

Similaire à Website Development Process and Basics

√ Web designing company in mumbai
√ Web designing company in mumbai√ Web designing company in mumbai
√ Web designing company in mumbaiCss Founder
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhiEdhole.com
 
Deatail Study_web design
Deatail Study_web designDeatail Study_web design
Deatail Study_web designpeople Design
 
Website designers and software Engineers
Website designers and software EngineersWebsite designers and software Engineers
Website designers and software EngineersRajesh Grover
 
Chapter 4 Web design tech in formation technology msc class .pdf
Chapter 4 Web design tech in formation technology  msc class .pdfChapter 4 Web design tech in formation technology  msc class .pdf
Chapter 4 Web design tech in formation technology msc class .pdfwondimagegndesta
 
The more information Website Design_New.pdf
The more information Website Design_New.pdfThe more information Website Design_New.pdf
The more information Website Design_New.pdfssuser088e5b
 
Get real results from your website
Get real results from your websiteGet real results from your website
Get real results from your websiteFlorizel Media
 
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendySharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendyWendy Neal
 
Computer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a WebsiteComputer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a WebsiteMavein
 
Web Service Creation in HTML5
Web Service Creation in HTML5Web Service Creation in HTML5
Web Service Creation in HTML5Tero A. Laiho
 
WEB240 Version 1 1 Course Syllabus College o.docx
 WEB240 Version 1 1 Course Syllabus College o.docx WEB240 Version 1 1 Course Syllabus College o.docx
WEB240 Version 1 1 Course Syllabus College o.docxMARRY7
 
web design course description.doc
web design course description.docweb design course description.doc
web design course description.docbutest
 

Similaire à Website Development Process and Basics (20)

Web design
Web designWeb design
Web design
 
Webdesign (2)
Webdesign (2)Webdesign (2)
Webdesign (2)
 
√ Web designing company in mumbai
√ Web designing company in mumbai√ Web designing company in mumbai
√ Web designing company in mumbai
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
 
Deatail Study_web design
Deatail Study_web designDeatail Study_web design
Deatail Study_web design
 
Website design
Website designWebsite design
Website design
 
Website designers and software Engineers
Website designers and software EngineersWebsite designers and software Engineers
Website designers and software Engineers
 
Chapter 4 Web design tech in formation technology msc class .pdf
Chapter 4 Web design tech in formation technology  msc class .pdfChapter 4 Web design tech in formation technology  msc class .pdf
Chapter 4 Web design tech in formation technology msc class .pdf
 
Dreamweaver.ppt
Dreamweaver.pptDreamweaver.ppt
Dreamweaver.ppt
 
The more information Website Design_New.pdf
The more information Website Design_New.pdfThe more information Website Design_New.pdf
The more information Website Design_New.pdf
 
Get real results from your website
Get real results from your websiteGet real results from your website
Get real results from your website
 
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendySharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
 
CCS PPT 10.pptx
CCS PPT 10.pptxCCS PPT 10.pptx
CCS PPT 10.pptx
 
Computer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a WebsiteComputer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a Website
 
Web Basics for Business
Web Basics for BusinessWeb Basics for Business
Web Basics for Business
 
Web Service Creation in HTML5
Web Service Creation in HTML5Web Service Creation in HTML5
Web Service Creation in HTML5
 
WEB240 Version 1 1 Course Syllabus College o.docx
 WEB240 Version 1 1 Course Syllabus College o.docx WEB240 Version 1 1 Course Syllabus College o.docx
WEB240 Version 1 1 Course Syllabus College o.docx
 
Ppt ict.pptx 2
Ppt ict.pptx 2Ppt ict.pptx 2
Ppt ict.pptx 2
 
WordPress for Designers
WordPress for DesignersWordPress for Designers
WordPress for Designers
 
web design course description.doc
web design course description.docweb design course description.doc
web design course description.doc
 

Plus de Derin Dolen

Derin Dolen's Financial Planning Tips For a Lifetime
Derin Dolen's Financial Planning Tips For a LifetimeDerin Dolen's Financial Planning Tips For a Lifetime
Derin Dolen's Financial Planning Tips For a LifetimeDerin Dolen
 
Social media optimization | Derin Dolen
Social media optimization | Derin DolenSocial media optimization | Derin Dolen
Social media optimization | Derin DolenDerin Dolen
 
E-commerce | Derin Dolen
E-commerce | Derin DolenE-commerce | Derin Dolen
E-commerce | Derin DolenDerin Dolen
 
Financial Technology | Derin Dolen
Financial Technology | Derin DolenFinancial Technology | Derin Dolen
Financial Technology | Derin DolenDerin Dolen
 
Search Engine Optimization | Derin Dolen
Search Engine Optimization | Derin DolenSearch Engine Optimization | Derin Dolen
Search Engine Optimization | Derin DolenDerin Dolen
 
Financial Planning | Derin Dolen State college
Financial Planning | Derin Dolen State collegeFinancial Planning | Derin Dolen State college
Financial Planning | Derin Dolen State collegeDerin Dolen
 
What is web 2.0 explain by Derin Dolen
What is web 2.0 explain by Derin DolenWhat is web 2.0 explain by Derin Dolen
What is web 2.0 explain by Derin DolenDerin Dolen
 
Derin Dolen | Introduction to Digital Marketing and How its work
Derin Dolen | Introduction to Digital Marketing and How its workDerin Dolen | Introduction to Digital Marketing and How its work
Derin Dolen | Introduction to Digital Marketing and How its workDerin Dolen
 
Derin Dolen | Social Media and its Importance in Political Campaign
Derin Dolen | Social Media and its Importance in Political  Campaign Derin Dolen | Social Media and its Importance in Political  Campaign
Derin Dolen | Social Media and its Importance in Political Campaign Derin Dolen
 
Derin Dolen | Online marketing and Social Networking
Derin Dolen | Online marketing and Social NetworkingDerin Dolen | Online marketing and Social Networking
Derin Dolen | Online marketing and Social NetworkingDerin Dolen
 
Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...
Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...
Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...Derin Dolen
 

Plus de Derin Dolen (11)

Derin Dolen's Financial Planning Tips For a Lifetime
Derin Dolen's Financial Planning Tips For a LifetimeDerin Dolen's Financial Planning Tips For a Lifetime
Derin Dolen's Financial Planning Tips For a Lifetime
 
Social media optimization | Derin Dolen
Social media optimization | Derin DolenSocial media optimization | Derin Dolen
Social media optimization | Derin Dolen
 
E-commerce | Derin Dolen
E-commerce | Derin DolenE-commerce | Derin Dolen
E-commerce | Derin Dolen
 
Financial Technology | Derin Dolen
Financial Technology | Derin DolenFinancial Technology | Derin Dolen
Financial Technology | Derin Dolen
 
Search Engine Optimization | Derin Dolen
Search Engine Optimization | Derin DolenSearch Engine Optimization | Derin Dolen
Search Engine Optimization | Derin Dolen
 
Financial Planning | Derin Dolen State college
Financial Planning | Derin Dolen State collegeFinancial Planning | Derin Dolen State college
Financial Planning | Derin Dolen State college
 
What is web 2.0 explain by Derin Dolen
What is web 2.0 explain by Derin DolenWhat is web 2.0 explain by Derin Dolen
What is web 2.0 explain by Derin Dolen
 
Derin Dolen | Introduction to Digital Marketing and How its work
Derin Dolen | Introduction to Digital Marketing and How its workDerin Dolen | Introduction to Digital Marketing and How its work
Derin Dolen | Introduction to Digital Marketing and How its work
 
Derin Dolen | Social Media and its Importance in Political Campaign
Derin Dolen | Social Media and its Importance in Political  Campaign Derin Dolen | Social Media and its Importance in Political  Campaign
Derin Dolen | Social Media and its Importance in Political Campaign
 
Derin Dolen | Online marketing and Social Networking
Derin Dolen | Online marketing and Social NetworkingDerin Dolen | Online marketing and Social Networking
Derin Dolen | Online marketing and Social Networking
 
Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...
Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...
Derin Dolen DO Work in Banks, Pension Funds , Secured Companies, Insurance Co...
 

Dernier

Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 

Dernier (20)

Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 

Website Development Process and Basics

  • 1. introduction why examples Website Development By Derin Dolen
  • 2. introduction why examples • Involves the following Stages – Site definition and planning – Information architecture – Site design – Site construction – Site marketing – Tracking and maintenance The Website Development Process
  • 3. introduction why examples What is a Web site? A web site is:A web site is: • a presentation tool; • a way to communicate; • a learning tool; • a teaching tool; • a marketing important tool;
  • 4. introduction why examples Step 1 • Think! – Before you do anything else, you need to spend time thinking about the 4w’s. • What is the purpose of the web page/site? • Who is your target audience? • What will bring your audience back? • Where will your audience be using the site?
  • 5. introduction why examples Step 2:Follow The Rules – To create a we site you must follow theses rules: • Rule 1:Rule 1: YOU are NOT the USER.YOU are NOT the USER. – What you understand is not what a user will understand; ask the users to design the site the way they want. • Rule 2:Rule 2: USERS are NOT PROFESIONALSUSERS are NOT PROFESIONALS – Users will not think carefully about the new added features in the Web site without your directions. • Rule 3:Rule 3: Give the common user a little controlGive the common user a little control – Allow the user some choices and the ability to control color and themes on their accounts.
  • 6. introduction why examples Step 2:Follow The Rules Rule 4Rule 4:: Make sure the visual contents of a site relates to its function.Make sure the visual contents of a site relates to its function.  A nice-looking design must enforce the website functionality Rule 5Rule 5:: Respect GUI and Web interface conventions.Respect GUI and Web interface conventions.  Designers need to respect conventions of navigation choices, navigation placement, colors, and so on. Rule 6Rule 6:: Know and respect the Web and Internet medium constraints.Know and respect the Web and Internet medium constraints. • Don’t ignore the differences in the emerging Web medium, color reproduction, bandwidth limitations, and so on.
  • 8. introduction why examples Step 4 • Open Website designing tools like Dreamweaver , FrontPage , SeaMonkeyDreamweaver , FrontPage , SeaMonkey,…and start designing your web pages. • Save your work often!!!!!!!! – Typically we name the home page in a web site “index.htmlindex.html”
  • 9. introduction why examples Some Things to Remember • You do not have the layout control in a web editor that you do in Word or PowerPoint. • Therefore, the web designers used tablestables to control the layout out of their pages. If you set the borders of the table to 0 width, you can't see the outline of the tables in the web browser. You will get very frustrated ifYou will get very frustrated if you try to design a web pageyou try to design a web page without tables.without tables. Your graphics willYour graphics will not appear where you want them.not appear where you want them.
  • 10. introduction why examples Note:Note: Naming Web Files: • Use all lower case (it will be easier to communicate the URL to others if it is all lower case). • DO NOT have spaces in file names (some old browsers cannot handle spaces. You should rename graphic files if they have spaces) • Try to keep file names as short as possible (this prevents errors in typing in URLs) • URL(Universal Resource Locator)= Site Address ex: URL of hotmail is : www.hotmail.com
  • 11. introduction why examples Types of Web Pages Any web site composed from a set of web pages: Some of those pages are static (abstract) pagesstatic (abstract) pages while other pages are dynamics (proactive) pages.dynamics (proactive) pages. A dynamic page that will take user name and password and check it to allow login. A static page with no interaction that user will only read and close if.
  • 12. introduction why examples Web Development Languages & Tools 1. HTMLHTML/DHTML/XHTML 2. Java 3. Web Design Tools e.g. FrontpageFrontpage, Dreamweaver. 3. Scripting Languages e.g. VBScript, Javascript 4. Cascading Style Sheets 5. XML 6. …more!!! 12
  • 13. introduction why examples Let’s go to build a website Let’s go to use Microsoft FrontPage. And learn how to build powerful website A good adviceA good advice “Don’t reinvent the wheel ““Don’t reinvent the wheel “ •Use pre-designed templates. • Download lovely icons, backgrounds and images from the internet. • Use pre-programmed scripts.