(David Catuhe) A lot of my friends are C# or C++ developers. They are used to use inheritance in their projects and when they want to learn or discover JavaScript, one of the first question they ask is: “But how can I do inheritance with JavaScript?”
Tag: JSON / JAVA / XML
Implement Data Serialization using Node.js for JSON Data
(Mahesh Sabnis) Node.js provides an easy to use mechanism to manage data serialization for the JavaScript object in the form of JSON.
jQuery dialog z-index problem after migrating to APEX 5
(Tobias Arnhold) After migrating an APEX 4 application to APEX 5.0.2 I got an issue with the plugin called “Dialog Region”.
Quickstart With XML: Part 3
(Shresth Jaiswal) In this article, we will learn about the eXtensible Markup Language.
Inserting USD events into HTML javascript logic and acting upon it
(JaymePechan) One of the key benefits of having Unified Service Desk host web applications rather than just displaying them in an iframe within the web client is its inherent ability to perform bidirectional communication with the web application without modifying its source code.
Understand about DELETE Verb in Web API RESTful Services using Data from Both Request Body As Well As URI
(Tania Jindal) This tip is about the usage of DELETE HTTP verb in Web API RESTful Services. In this tip, we demonstrate how a DELETE request can be issued using jQuery AJAX and how such a Delete request can pass data to Server, both in request Body as well as Uri.
Learn StringBuffer Class in Java: Lecture 4
(Gopi Chand) This article describes the StringBuffer class in continuation of the previous lectures. Here, some important forms of the insert() method are also described.
Deeply Nested JSON Deserialization Using Recursion and JavaScriptSerializer
(Hassan Alrehamy) Microsoft offers JavascriptSerializer as part of their support for JSON serialization which is a high level serializer that implements IDictionary.
Map and Reduce function of Javascript
(Niladri Biswas) This article explains Map and Reduce functions in JavaScript that work on arrays of JavaScript.
Basics of JavaScript: Part 5 (String Functions)
(Harpreet Singh) This article explains the various string functions available in JavaScript.
