client side and server side

what is the client-side? 
Client-side means that the action takes place on the user's (the client's) computer (browser).

what is jQuery?
 jQuery is an open-source Javascript library that simplifies the creation and process of web applications, to make it much easier to use JavaScript on the user website. 
The jQuery library contains the following features:
  • HTML/DOM manipulation. 
  • CSS manipulation
  • HTML event methods
  • Javascript 
  • AJAX

3 advantages of jQuery?
  • lightweight (fast browsing)
  • open-source library (free and supported across different application)
  • wide range of plugins ( has a wide range of plugins which are all over the internet. helps developers to create special effects more quickly.)
example of a jquery framework? 
jQWidgets 
- is an advanced Javascript and HTML5 UI framework. We create UI Components for Angular, Vue.js, React, Web Components, ASP .NET MVC & jQuery
a framework based on Javascript for building web-based applications that run on PC, Touch and Mobile devices.
a software framework with widgets, themes, input validation, drag & drop plug-in, data adapters, and built-in WAI-ARIA accessibility.




advantages 

  • Works on PC and Mobile Devices
  • Ready to use, built-in Themes.
  • Unique and completely customizable architecture for JQuery widgets


example application? 
Visual Studio 



example code and output result? 

code

result



what is the server-side? 
Server-side means that the action takes place on a web server. 
is when you get something from the database

what is JSP(java server page)?
use to create dynamic webpages and accessing database information on the webserver.
design to fulfill the role of UI (user interface) for a java web application.
JSP code is more like an HTML with bits of java code in it. 

3 advantages of JSP 

  • Suitable for both java and non-java programmer
  • JSP pages easily combine static templates, including HTML or XML fragments, with code that generates dynamic content.
  • JSP pages are compiled dynamically into servlets when requested, so page authors can easily make updates to presentation code. JSP pages can also be precompiled if desired.


example of a website using JSP
-Apache Tomcat

example code and output result? 
code
 output

short quiz(5)? 
  1. is jquery a JSON library or javascript Library ?
  2. dose jQuery uses CSS selector to select elements? 
  3. which one is client-side jQuery or JSP? 
  4. JSP code is similar to?
  5. what ate the example apps that we used for JSP?



Comments

Popular posts from this blog

WD&D (DNS)

kclothings.org

WDD-LO1-server