(Mariano Gonzalez) In spite of JSON’s reign as the king of API data format, XML still remains the exchange data format of choice for a number of systems. Any service exposing functionality through SOAP, and many application built years ago (or even nowadays) still depend on XML to share data – to su
Tag: JSON / JAVA / XML
jQuery Datatables For Beginners
(Mohammed Sadullah) In this tip, I’ll explain how to have basic HTML table features like Sorting, Searching, and Paging with just one line of code using jQuery DataTables as these features are a must have for all tables and grids.
Archiving Hierarchical, Deleted Transactions Using XML
(Dwain Camps) When you delete a business transaction from the database, there are times when you might want to keep a record of the data for posterity. This can become somewhat complicated if the transaction you need to delete is in a table that is the parent of a deeply nested hierarchy of dependen
What is JSON
(Chandradev) JSON is the JavaScript Object Notation. It is a lightweight format for data interchange.
JPickList – A simple JQuery based PickList plugin
(amitthk) JPickList is a simple JQuery plugin used to display Picklist of selection items. It can also be used to display hierarchical data in picklist format.
Using JSON Web Tokens with Katana and WebAPI
(K. Scott Allen) A common question I’ve been getting is how to use tokens with ASP.NET, specifically JSON Web Tokens (JWT) with ASP.NET WebAPI where the OAuth server and the resource server are the same. In other words, you have a single web site that wants to both issue tokens to authenticated clie
Limit the User to Typing Only Letters Into a TextBox Using JavaScript
(Rahul Bansal) In this article I will demonstrate how to limit the user to typing only letters into a TextBox with the help of JavaScript.
Creating Complex XML Documents with XML Literals
(Peter Vogel) If you’re creating an XML document and want to write code that you’ll actually be able to maintain … well, it may be time to learn a little Visual Basic, just so you can use XML Literals. It’s a good solution even for C# shops.
Cryptography: Client-side AES Encryption Using Google Javascript Crypto Library
(The Operator) Use JavaScript to write AES encryption and decryption methods
Authoring your First jQuery Plugin
(Suprotim Agarwal) With the jQuery Boilerplate Plugin and some simple guidelines, we all can build simple to very complex and structured plugins in no time. This article shows you how to create your first jQuery plugin.
