(Sabyasachi Mishra) This article explains how we can get and show latest video and images along with other data of a particular Instagram Hashtag Using jQuery.
Tag: JSON / JAVA / XML
Sample: Use JavaScript with OOM to create an email with an attachment and display it in Outlook for sending
(Webdav101) This sample shows how OOM can be used with JavaScript from the command line. Use cscript to launch it – this will cause the script to write the output to the command window.
Inter Process Communication: Windows NamedPipes & Java Applications
(Duleeka Gunatilake) A Named Pipe is a mechanism for communication between processes. One process has to create the Named Pipe (termed as pipe server) and one or more processes can connect to this Named Pipe (pipe clients) using the unique name given to it, when it was created.
Select Or Deselect Multiple CheckList Items Using JQuery
(Sabyasachi Mishra) This is a simple article where we can select or deselect multiple check list items using JQuery.
Excel Add-in Generates XBRL WIP Data
(Erin Cavanaugh) The reach of the eXtensible Business Reporting Language (XBRL) is rapidly expanding beyond financial reporting requirements to provide the advantages of standardized data submission across verticals. One recent development is the Work in Process XBRL Taxonomy created by XBRL.US for
Validate XML with rich error output in the XML Task
(Jimmy Wong) Validate XML documents and get rich error output by enabling the ValidationDetails property of the XML Task. For more info, see Validate XML with the XML Task in the SSIS documentation.
OPOS (OLE for Retail POS) with JavaScript
(Duleeka Gunatilake) The following simple JavaScript / HTML document demonstrates the fundamentals of establishing connectivity with the selected POS hardware device, through device dependent OPOS service object adhering to the UnifiedPOS device management architecture and specification.
Understand instance count changes in a JSON file with Azure
(John Savill) Q. I am using JSON templates to deploy VMs but when I decrease the number of instances the VMs are not deleted. Why?
Sort JSON Object Array Based On A Key Attribute In JavaScript
(Priyaranjan K S) In this article you will learn about sorting JSON Object Array based on a Key Attribute in JavaScript.
Handling Json array in Stream Analytics Query
(sudheshk) This week, I am sharing a query question asked in stackoverflow to illustrate how to handle json array in Stream Analytics Query: