Posted inInternet Programming What is AJAX? Posted by admin July 20, 2021 AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more…
Posted inInternet Programming XSL and XSLT Posted by admin July 20, 2021 XSL Before learning XSLT, we should first understand XSL which stands for EXtensible Stylesheet Language. It is…
Posted inInternet Programming XML – Validation Posted by admin July 20, 2021 Validation is a process by which an XML document is validated. An XML document is said…
Posted inInternet Programming XML – DOM Posted by admin July 20, 2021 The Document Object Model (DOM) is the foundation of XML. XML documents have a hierarchy of informational…
Posted inInternet Programming PHP – Error & Exception Handling Posted by admin July 20, 2021 Error handling is the process of catching errors raised by your program and then taking…
Posted inInternet Programming PHP – Variable Types Posted by admin July 20, 2021 The main way to store information in the middle of a PHP program is by…
Posted inInternet Programming PHP & XML Posted by admin July 20, 2021 XML is a markup language that looks a lot like HTML. An XML document is…
Posted inInternet Programming Servlets – Cookies Handling Posted by admin July 20, 2021 Cookies are text files stored on the client computer and they are kept for various…
Posted inInternet Programming Servlets – Session Tracking Posted by admin July 20, 2021 HTTP is a "stateless" protocol which means each time a client retrieves a Web page,…
Posted inInternet Programming Servlets – Form Data Posted by admin July 20, 2021 You must have come across many situations when you need to pass some information from…