SlideShare a Scribd company logo
UI / Ux for startups
FRONTENDDEVELOPMENT
AGENDA
Day 1 “ Introduction to Web World”
What is the WEB (www)
Web Industry Career Options
What does a Front End Developer do
What IS the Front End Developer Tools
Getting started HTML5 “ hello World i am a UI Developer ”
Best resources & Practice
UI / Ux for startups
FRONTENDDEVELOPMENT
AGENDA
Day 2 “ layout and animation ”
What Is CSS
CSS Syntax
Selectors
How and where to write CSS
Whats new in CSS3 “let’s animate”
Best resources & Practice
UI / Ux for startups
FRONTENDDEVELOPMENT
AGENDA
Day 3 “Responsive Trend”
What Is the frameworks
What is the responsive layout
Mobile Adaptive & responsive
How to Build responsive layout using “Bootstrap”
Best resources & Practice
UI / Ux for startups
FRONTENDDEVELOPMENT
AGENDA
Day 4 “Let’s do more..”
What is Jquery
Jquery Syntax
Working with the common events
Retriving and manipulating page content
Jquery animation and effects
Best resources & Practice
1- What Is the Web
The World Wide Web has percolated into our lives almost
completely. It is now difficult to imagine our lives without
the effects of social media, the internet and essential
services such as E-Mail.
UI / Ux for startupsFRONTENDDEVELOPMENT
”
“
So how does it all work ??
UI / Ux for startupsFRONTENDDEVELOPMENT
UI / Ux for startupsFRONTENDDEVELOPMENT
Web UsersWeb Servers
All Computers must have ID in the internet world
Every device on internet must have an address IP address
ISP (internet Service Provider
200.16.240.100
164.121.15.20
164.121.15.40
UI / Ux for startupsFRONTENDDEVELOPMENT
you type URL in browser
www.google.com
the browser send request to
ISP
The ISP check the domain
server to find the ip address
The request is forworded over
the internet to the Google’s
webserver
It sent back toy your Your browser shows up the
website that you are requested
Google.com fetches the content
from it’s datacenter
To live in the internet world
you must have id (IP)
and talk the same language (HTTP)
UI / Ux for startupsFRONTENDDEVELOPMENT
With so many connected devices and an exponential number
of them getting added every second, there is an urgent and
massive demand for content creators.
UI / Ux for startupsFRONTENDDEVELOPMENT
UI / Ux for startupsFRONTENDDEVELOPMENT
2- What Is the Web industry
Resources Products
Operating systems
Programing languages
Frameworks
Platforms
Man power
Websites
Web applications
Smart devices applications
Online Games
UI / Ux for startupsFRONTENDDEVELOPMENT
All of this products have the same concept
back ENDFront END
UI / Ux for startupsFRONTENDDEVELOPMENT
FRONT END TECHNOLOGIES
UI / Ux for startupsFRONTENDDEVELOPMENT
Back END TECHNOLOGIES
UI / Ux for startupsFRONTENDDEVELOPMENT
2.2- Career options
Web Designers
Photoshop + Illustrator + Fireworks
Web Developers
PHP + MySQL / MS.net + MS SQL Server
UI/UX Designers
Photoshop + Illustrator
+ HTML5 + CSS3 + JS
Front End Developers
HTML5 + CSS3 + Javascript
Mobile App Developers
Objective C / Java / HTML5+CSS3+JS
Database Designers
MySQL / MS SQL Server
Graphic Designers & Animators
Photoshop + Illustrator
+ HTML5 + CSS3 + Javascript
Copywriters
A Very strong command on the English
language and strong verbal + writing
skills
Technology Specialists
Specialists in specific technologies /
implementations
UI / Ux for startupsFRONTENDDEVELOPMENT
What is the
difference
between UI
and UX?
UI / Ux for startupsFRONTENDDEVELOPMENT
The same diffrent
between look
And feel
UI / Ux for startupsFRONTENDDEVELOPMENT
UI / Ux for startupsFRONTENDDEVELOPMENT
3- What does a Front End Developer do
Create clear, easy, fast user interfaces
Basically everything that you as a user of the website can see
UI / Ux for startupsFRONTENDDEVELOPMENT
4- What is the Front End Developer Tools
www.sublimetext.com/
UI / Ux for startupsFRONTENDDEVELOPMENT
‫ﺍﻟﺸﻐﻞ‬ ‫ﺗﻈﺒﻴﻂ‬ ‫ﺍﻟﺸﻐﻞ‬ ‫ﻣﻦ‬ ‫ﺍﻫﻢ‬
UI / Ux for startupsFRONTENDDEVELOPMENT
Client name
Project name
Assets
"The world is moving to HTML5"
—Steve Jobs, Apple
UI / Ux for startupsFRONTENDDEVELOPMENT
5- Why HTML?
"The Web has not seen this level of transformation, this level of acceleration, in the past ten
years… we're betting big on HTML5"
—Vic Gundotra, VP of Engineering, Google
“If you want to do something universal, there is no question, the world is going HTML5. That is
clear...The world is just pushing down this HTML5 path and so are we.
—Steve Ballmer, CEO Microsoft
UI / Ux for startupsFRONTENDDEVELOPMENT
HTML5" is the #1 job trend - the fastest growing keyword found in online job postings”
UI / Ux for startupsFRONTENDDEVELOPMENT
5.2- History of HTML5?
December 1997: HTML 4.0 is published by the W3C
February - March 1998: Extensible Markup Language - XML 1.0 is published
December 1999 - January 2000: XHTML 1.0 (Basically HTML tags
reformulated in XML) and, HTML 4.01 recommendations are published
May 2001: XHTML 1.1 recommendation is published
August 2002: XHTML 2.0 first working draft is released.
December 2002: XHTML 2.0 second working draft published.
January 2008: First W3C working draft of HTML5 is published!!
UI / Ux for startupsFRONTENDDEVELOPMENT
5.3- Vision of HTML5?
84% of Developers Plan to Adopt Key HTML5 Features
The key to understanding HTML5 is that it is not one, but a group of
technologies. Within HTML5, developers have a tremendous amount
of choice regarding what they use and what they don’t use
The power of HTML5 being ready for prime-time can be seen in Mi-
crosoft’s choice to utilize it in Windows 8
UI / Ux for startupsFRONTENDDEVELOPMENT
UI / Ux for startupsFRONTENDDEVELOPMENT
UI / Ux for startupsFRONTENDDEVELOPMENT
5- Getting started HTML 5
Hello World am a UI Developer
UI / Ux for startupsFRONTENDDEVELOPMENT
5- Getting started HTML 5
DOCTYPE HTML
HTML Syntax
Container Tags
Content tags
Atributes
HTML5 Semantic Elements
UI / Ux for startupsFRONTENDDEVELOPMENT
6- Best Resources
www.w3schools.com
www.html5rocks.com
www.caniuse.com
Thank You
UI / Ux for startupsFRONTENDDEVELOPMENT

More Related Content

Viewers also liked

Sarfaraz-Resume
Sarfaraz-ResumeSarfaraz-Resume
Sarfaraz-Resume
Sarfaraz Alam-Mdsa
 
Resume_Ken-Gibbs_08-15
Resume_Ken-Gibbs_08-15Resume_Ken-Gibbs_08-15
Resume_Ken-Gibbs_08-15Ken Gibbs
 
ShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahul Shaik
 
UI DEVELOPER/ ANGULAR JS
UI DEVELOPER/ ANGULAR JSUI DEVELOPER/ ANGULAR JS
UI DEVELOPER/ ANGULAR JS
Cristina Ceban
 
Partha_Sr._PHP_Drupal_UI_Developer
Partha_Sr._PHP_Drupal_UI_DeveloperPartha_Sr._PHP_Drupal_UI_Developer
Partha_Sr._PHP_Drupal_UI_DeveloperPartha Sarkar
 
ASHOK KUMAR UI Developer Resume
ASHOK KUMAR UI Developer ResumeASHOK KUMAR UI Developer Resume
ASHOK KUMAR UI Developer ResumeSorakayala Ashok
 
CV_Carlos Saravia_Production Optimization March2015
CV_Carlos Saravia_Production Optimization March2015CV_Carlos Saravia_Production Optimization March2015
CV_Carlos Saravia_Production Optimization March2015Carlos Iver Saravia Vidal
 

Viewers also liked (10)

Sarfaraz-Resume
Sarfaraz-ResumeSarfaraz-Resume
Sarfaraz-Resume
 
Naincy_Resume
Naincy_ResumeNaincy_Resume
Naincy_Resume
 
Resume_Ken-Gibbs_08-15
Resume_Ken-Gibbs_08-15Resume_Ken-Gibbs_08-15
Resume_Ken-Gibbs_08-15
 
ShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahulShaik_UI Developer
ShahulShaik_UI Developer
 
Tasvir_UI Developer
Tasvir_UI DeveloperTasvir_UI Developer
Tasvir_UI Developer
 
Lindsey a resume
Lindsey a resumeLindsey a resume
Lindsey a resume
 
UI DEVELOPER/ ANGULAR JS
UI DEVELOPER/ ANGULAR JSUI DEVELOPER/ ANGULAR JS
UI DEVELOPER/ ANGULAR JS
 
Partha_Sr._PHP_Drupal_UI_Developer
Partha_Sr._PHP_Drupal_UI_DeveloperPartha_Sr._PHP_Drupal_UI_Developer
Partha_Sr._PHP_Drupal_UI_Developer
 
ASHOK KUMAR UI Developer Resume
ASHOK KUMAR UI Developer ResumeASHOK KUMAR UI Developer Resume
ASHOK KUMAR UI Developer Resume
 
CV_Carlos Saravia_Production Optimization March2015
CV_Carlos Saravia_Production Optimization March2015CV_Carlos Saravia_Production Optimization March2015
CV_Carlos Saravia_Production Optimization March2015
 

Similar to Ui / UX developer crashcourse

Trends in webdesign
Trends in webdesignTrends in webdesign
Trends in webdesign
bart_netlash
 
Info Session GDSC USICT
Info Session GDSC USICTInfo Session GDSC USICT
Info Session GDSC USICT
DSCUSICT
 
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
Jonas Bandi
 
Resources (Links) for 2016
Resources (Links) for 2016Resources (Links) for 2016
Resources (Links) for 2016
Andrew Newman
 
Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web Design
Eric Overfield
 
Apache Flex and the imperfect Web
Apache Flex and the imperfect WebApache Flex and the imperfect Web
Apache Flex and the imperfect Web
masuland
 
Beyond Branding SharePoint - SharePoint and Today's Web
Beyond Branding SharePoint - SharePoint and Today's WebBeyond Branding SharePoint - SharePoint and Today's Web
Beyond Branding SharePoint - SharePoint and Today's Web
Eric Overfield
 
Make Tools
Make ToolsMake Tools
Make Tools
Victor Lombardi
 
Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges
Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges
Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges
Oxford Tech + UX
 
Web design and development trends
Web design and development  trendsWeb design and development  trends
Web design and development trends
Cool Sky
 
Kendo ui web
Kendo ui webKendo ui web
Catching up on UX
Catching up on UXCatching up on UX
Catching up on UX
Ryo Sampei
 
RWD - Bootstrap
RWD - BootstrapRWD - Bootstrap
RWD - Bootstrap
Jasvinder Singh
 
Web European Conference 2015 - Welcome Session
Web European Conference 2015 - Welcome SessionWeb European Conference 2015 - Welcome Session
Web European Conference 2015 - Welcome Session
Ugo Lattanzi
 
"How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn...
"How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn..."How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn...
"How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn...
Eurapp
 
Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5
Christian Heindel
 
Un Microsystem Company Analysis Essay
Un Microsystem Company Analysis EssayUn Microsystem Company Analysis Essay
Un Microsystem Company Analysis Essay
Rikki Wright
 
Flow: A living full-stack framework for the web
Flow: A living full-stack framework for the webFlow: A living full-stack framework for the web
Flow: A living full-stack framework for the web
sebastian sastre
 

Similar to Ui / UX developer crashcourse (20)

Trends in webdesign
Trends in webdesignTrends in webdesign
Trends in webdesign
 
Trends in webdesign
Trends in webdesignTrends in webdesign
Trends in webdesign
 
Info Session GDSC USICT
Info Session GDSC USICTInfo Session GDSC USICT
Info Session GDSC USICT
 
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
Write Once, Run Everywhere: Can JavaScript deliver what Java promised?
 
Resources (Links) for 2016
Resources (Links) for 2016Resources (Links) for 2016
Resources (Links) for 2016
 
Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web Design
 
Apache Flex and the imperfect Web
Apache Flex and the imperfect WebApache Flex and the imperfect Web
Apache Flex and the imperfect Web
 
Beyond Branding SharePoint - SharePoint and Today's Web
Beyond Branding SharePoint - SharePoint and Today's WebBeyond Branding SharePoint - SharePoint and Today's Web
Beyond Branding SharePoint - SharePoint and Today's Web
 
MightyMeetup Webapps talk
MightyMeetup  Webapps talkMightyMeetup  Webapps talk
MightyMeetup Webapps talk
 
Make Tools
Make ToolsMake Tools
Make Tools
 
Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges
Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges
Next-Generation UX: Designing for Tomorrow's Unknown Products and Challenges
 
Web design and development trends
Web design and development  trendsWeb design and development  trends
Web design and development trends
 
Kendo ui web
Kendo ui webKendo ui web
Kendo ui web
 
Catching up on UX
Catching up on UXCatching up on UX
Catching up on UX
 
RWD - Bootstrap
RWD - BootstrapRWD - Bootstrap
RWD - Bootstrap
 
Web European Conference 2015 - Welcome Session
Web European Conference 2015 - Welcome SessionWeb European Conference 2015 - Welcome Session
Web European Conference 2015 - Welcome Session
 
"How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn...
"How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn..."How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn...
"How Can Web Devs Reach the Mobile Market?" by Dimitris Michalakos, Web Techn...
 
Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5
 
Un Microsystem Company Analysis Essay
Un Microsystem Company Analysis EssayUn Microsystem Company Analysis Essay
Un Microsystem Company Analysis Essay
 
Flow: A living full-stack framework for the web
Flow: A living full-stack framework for the webFlow: A living full-stack framework for the web
Flow: A living full-stack framework for the web
 

Recently uploaded

Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
nhiyenphan2005
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
JeyaPerumal1
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
zyfovom
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
CIOWomenMagazine
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
SEO Article Boost
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 

Recently uploaded (20)

Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 

Ui / UX developer crashcourse

  • 1. UI / Ux for startups FRONTENDDEVELOPMENT AGENDA Day 1 “ Introduction to Web World” What is the WEB (www) Web Industry Career Options What does a Front End Developer do What IS the Front End Developer Tools Getting started HTML5 “ hello World i am a UI Developer ” Best resources & Practice
  • 2. UI / Ux for startups FRONTENDDEVELOPMENT AGENDA Day 2 “ layout and animation ” What Is CSS CSS Syntax Selectors How and where to write CSS Whats new in CSS3 “let’s animate” Best resources & Practice
  • 3. UI / Ux for startups FRONTENDDEVELOPMENT AGENDA Day 3 “Responsive Trend” What Is the frameworks What is the responsive layout Mobile Adaptive & responsive How to Build responsive layout using “Bootstrap” Best resources & Practice
  • 4. UI / Ux for startups FRONTENDDEVELOPMENT AGENDA Day 4 “Let’s do more..” What is Jquery Jquery Syntax Working with the common events Retriving and manipulating page content Jquery animation and effects Best resources & Practice
  • 5. 1- What Is the Web The World Wide Web has percolated into our lives almost completely. It is now difficult to imagine our lives without the effects of social media, the internet and essential services such as E-Mail. UI / Ux for startupsFRONTENDDEVELOPMENT ” “
  • 6. So how does it all work ?? UI / Ux for startupsFRONTENDDEVELOPMENT
  • 7. UI / Ux for startupsFRONTENDDEVELOPMENT Web UsersWeb Servers All Computers must have ID in the internet world Every device on internet must have an address IP address ISP (internet Service Provider 200.16.240.100 164.121.15.20 164.121.15.40
  • 8. UI / Ux for startupsFRONTENDDEVELOPMENT you type URL in browser www.google.com the browser send request to ISP The ISP check the domain server to find the ip address The request is forworded over the internet to the Google’s webserver It sent back toy your Your browser shows up the website that you are requested Google.com fetches the content from it’s datacenter To live in the internet world you must have id (IP) and talk the same language (HTTP)
  • 9. UI / Ux for startupsFRONTENDDEVELOPMENT With so many connected devices and an exponential number of them getting added every second, there is an urgent and massive demand for content creators.
  • 10. UI / Ux for startupsFRONTENDDEVELOPMENT
  • 11. UI / Ux for startupsFRONTENDDEVELOPMENT 2- What Is the Web industry Resources Products Operating systems Programing languages Frameworks Platforms Man power Websites Web applications Smart devices applications Online Games
  • 12. UI / Ux for startupsFRONTENDDEVELOPMENT All of this products have the same concept back ENDFront END
  • 13. UI / Ux for startupsFRONTENDDEVELOPMENT FRONT END TECHNOLOGIES
  • 14. UI / Ux for startupsFRONTENDDEVELOPMENT Back END TECHNOLOGIES
  • 15. UI / Ux for startupsFRONTENDDEVELOPMENT 2.2- Career options Web Designers Photoshop + Illustrator + Fireworks Web Developers PHP + MySQL / MS.net + MS SQL Server UI/UX Designers Photoshop + Illustrator + HTML5 + CSS3 + JS Front End Developers HTML5 + CSS3 + Javascript Mobile App Developers Objective C / Java / HTML5+CSS3+JS Database Designers MySQL / MS SQL Server Graphic Designers & Animators Photoshop + Illustrator + HTML5 + CSS3 + Javascript Copywriters A Very strong command on the English language and strong verbal + writing skills Technology Specialists Specialists in specific technologies / implementations
  • 16. UI / Ux for startupsFRONTENDDEVELOPMENT What is the difference between UI and UX?
  • 17. UI / Ux for startupsFRONTENDDEVELOPMENT The same diffrent between look And feel
  • 18. UI / Ux for startupsFRONTENDDEVELOPMENT
  • 19. UI / Ux for startupsFRONTENDDEVELOPMENT 3- What does a Front End Developer do Create clear, easy, fast user interfaces Basically everything that you as a user of the website can see
  • 20. UI / Ux for startupsFRONTENDDEVELOPMENT 4- What is the Front End Developer Tools www.sublimetext.com/
  • 21. UI / Ux for startupsFRONTENDDEVELOPMENT ‫ﺍﻟﺸﻐﻞ‬ ‫ﺗﻈﺒﻴﻂ‬ ‫ﺍﻟﺸﻐﻞ‬ ‫ﻣﻦ‬ ‫ﺍﻫﻢ‬
  • 22. UI / Ux for startupsFRONTENDDEVELOPMENT Client name Project name Assets
  • 23. "The world is moving to HTML5" —Steve Jobs, Apple UI / Ux for startupsFRONTENDDEVELOPMENT 5- Why HTML? "The Web has not seen this level of transformation, this level of acceleration, in the past ten years… we're betting big on HTML5" —Vic Gundotra, VP of Engineering, Google “If you want to do something universal, there is no question, the world is going HTML5. That is clear...The world is just pushing down this HTML5 path and so are we. —Steve Ballmer, CEO Microsoft
  • 24. UI / Ux for startupsFRONTENDDEVELOPMENT HTML5" is the #1 job trend - the fastest growing keyword found in online job postings”
  • 25. UI / Ux for startupsFRONTENDDEVELOPMENT 5.2- History of HTML5? December 1997: HTML 4.0 is published by the W3C February - March 1998: Extensible Markup Language - XML 1.0 is published December 1999 - January 2000: XHTML 1.0 (Basically HTML tags reformulated in XML) and, HTML 4.01 recommendations are published May 2001: XHTML 1.1 recommendation is published August 2002: XHTML 2.0 first working draft is released. December 2002: XHTML 2.0 second working draft published. January 2008: First W3C working draft of HTML5 is published!!
  • 26. UI / Ux for startupsFRONTENDDEVELOPMENT 5.3- Vision of HTML5? 84% of Developers Plan to Adopt Key HTML5 Features The key to understanding HTML5 is that it is not one, but a group of technologies. Within HTML5, developers have a tremendous amount of choice regarding what they use and what they don’t use The power of HTML5 being ready for prime-time can be seen in Mi- crosoft’s choice to utilize it in Windows 8
  • 27. UI / Ux for startupsFRONTENDDEVELOPMENT
  • 28. UI / Ux for startupsFRONTENDDEVELOPMENT
  • 29. UI / Ux for startupsFRONTENDDEVELOPMENT 5- Getting started HTML 5 Hello World am a UI Developer
  • 30. UI / Ux for startupsFRONTENDDEVELOPMENT 5- Getting started HTML 5 DOCTYPE HTML HTML Syntax Container Tags Content tags Atributes HTML5 Semantic Elements
  • 31. UI / Ux for startupsFRONTENDDEVELOPMENT 6- Best Resources www.w3schools.com www.html5rocks.com www.caniuse.com
  • 32. Thank You UI / Ux for startupsFRONTENDDEVELOPMENT