Posted inInternet Programming WSDL Posted by admin July 20, 2021 WSDL stands for Web Services Description Language. It is the standard format for describing a…
Posted inInternet Programming Web Services – Characteristics Posted by admin July 20, 2021 Web services have the following special behavioral characteristics − XML-Based Web services use XML at…
Posted inInternet Programming What are Web Services? Posted by admin July 20, 2021 Different books and different organizations provide different definitions to Web Services. Some of them are…
Posted inInternet Programming AJAX – XMLHttpRequest Posted by admin July 20, 2021 The XMLHttpRequest object is the key to AJAX. It has been available ever since Internet…
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…