WEB ENABLED TECHNOLOGIES
Course Code:CS205
B.Tech II -II Sem
Department of Computer Science and Engineering
UNIT-II(JAVASCRIPT)
February 3, 2025
1/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
,JAVA SCRIPT
JAVA SCRIPT
JavaScript (js) is a client side scripting language used to create
dynamic web pages.
It’s a light weight object-oriented programming language to interact
with the user and make dynamic pages.
JavaScript is a scripting language that enables you to create
dynamically updating content, control multimedia, animate images
etc.
JavaScript can calculate, manipulate and validate data.
All popular web browsers support JavaScript as they provide built-in
execution environments
2/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
,JavaScript
Advantages of JavaScript:
Less server interaction − You can validate user input before
sending the page off to the server. This saves server traffic, which
means less load on your server.
Immediate feedback to the visitors− They don’t have to wait for a
page reload to see if they have forgotten to enter something.
Increased interactivity − You can create interfaces that react when
the user hovers over them with a mouse or activates them via the
keyboard.
Richer interfaces− You can use JavaScript to include such items as
drag-and-drop components and sliders to give a Rich Interface to your
site visitors.
3/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
, JavaScript
JavaScript contains 3 concepts
1 HTML to define the content of web pages.
2 CSS to apply styles to web page.
3 JavaScript to program the behavior of web pages.
4/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
Course Code:CS205
B.Tech II -II Sem
Department of Computer Science and Engineering
UNIT-II(JAVASCRIPT)
February 3, 2025
1/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
,JAVA SCRIPT
JAVA SCRIPT
JavaScript (js) is a client side scripting language used to create
dynamic web pages.
It’s a light weight object-oriented programming language to interact
with the user and make dynamic pages.
JavaScript is a scripting language that enables you to create
dynamically updating content, control multimedia, animate images
etc.
JavaScript can calculate, manipulate and validate data.
All popular web browsers support JavaScript as they provide built-in
execution environments
2/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
,JavaScript
Advantages of JavaScript:
Less server interaction − You can validate user input before
sending the page off to the server. This saves server traffic, which
means less load on your server.
Immediate feedback to the visitors− They don’t have to wait for a
page reload to see if they have forgotten to enter something.
Increased interactivity − You can create interfaces that react when
the user hovers over them with a mouse or activates them via the
keyboard.
Richer interfaces− You can use JavaScript to include such items as
drag-and-drop components and sliders to give a Rich Interface to your
site visitors.
3/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025
, JavaScript
JavaScript contains 3 concepts
1 HTML to define the content of web pages.
2 CSS to apply styles to web page.
3 JavaScript to program the behavior of web pages.
4/72
CSE WEB ENABLED TECHNOLOGIES Course Code:CS205 February 3, 2025