Web Design Technologies
Web Design Technologies
Lecture 2
Browsers Libraries
Back-end
HTML Databases
Protocols
CSS Client-side
API
Programming
Server-side
Languages
Data formats
Frameworks Front-end
• Browsers • Programming • Frameworks
• HTML • Databases • Libraries
• CSS and JavaScript • API
• Client-side • Protocols
• Server-side • Data formats
• Front-end
• Back-end
What is Browser?
Browsers are the interpreters of the web. They request
information and then hen they receive it, they show us on the page
in a format we can see and understand.
– Google Chrome - Currently, the most popular browser by Google
– Safari - Apple’s web browser
– Firefox - Open-source browser supported by the Mozilla Foundation
– Internet Explorer - Microsoft’s browser.
HTML
Hyper Text Markup Language
CSS is a Cascading Style Sheet. CSS let’s web designers change colors, fonts,
animations, and transitions on the web. They make the web look good.
Versions
• Previous: CSS 2.0
• Others
Libraries
Libraries are groupings of code snippets to enable a large amount of
functionality without having to write it all by yourself. Libraries typically also
go through the trouble to make sure the code is efficient and works well
across browsers and devices (not always the case, but typically they do).
• jQuery
API
application programming interface
• XML - was the main data format early in the web days and predominantly
used by Microsoft systems