Knowledge in web pages

Static and Dynamic Web Pages

The content will explain you the types of web pages in a fairly easy way as compared to other platforms. Happy Learning!

Web Browsers

comparison between different types of web browsers

Web Hosting Service

The content describes about the web hosting service

Explain Web Designing Issues, Explain Types of Issues.

Browser and Operating Systems  Before writing any web page, you should check compatibility with popular browser. Bandwidth and Cache  According to available bandwidth and connection speeds, user will be able to view your web site.  You have to consider such physical constraints while web site designing. Display Resolution  Display resolution always affect in visualization of web site.  While designing web site, you have to consider possible display resolutions of your expected users client. Look and Feel  Look and feel of the web site decide the overall appearance of the website. It includes all the design aspects such as website theme, web typography, graphics, visual structure, navigation etc.

Student registration form using AJAX

these files include the codes to create an html page of student registration form using AJAX methodology i.e , jquery, html,css,php,etc

AJAX: asynchronous javascript and XML

This powerpoint includes the basics of AJAX and how you send a http request and how we receive a http response the powerpoint is made keeping in mind the appropriate and apt points needed to develop a good webpage.

Template Engine IN django

This PDF is all about Template Engine in Django. You will Learn template engine in this pdf.

View and Url In Django

This PDF help you to understand the concept of View and URL in django.

Jquery code no. 1

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites

Jquery code no. 2

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites

Jquery code no. 4

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites

HTML CODE: Scientific Calculator

This code in html and javascript creates a a scientific calculator which allows us to perform multiple operations like addition , multiplication , division , substraction , etc.