(Miranda Griffiths) We are happy to introduce our latest online training course offering a comprehensive look at XPath 3.0. This course is available free-of-charge, in a self-paced and straightforward format.
Tag: JSON / JAVA / XML
Method Reference in Java 8
(Anas Chaudhary) In this article we learn about Method Reference, a new feature of Java 8.
JSON and JSONP in jQuery – Back to Basics
(Suprotim Agarwal) Simple examples of consuming JSON and JSONP from a local and remote server, clearing some concepts along the way.
A Comprehensive Story of ‘this’ in JavaScript
(Anas R Firdousi) Variable scoping has always been a part of every programming language. Whether we are using a class based object oriented language (e.g. Java/C#) or a class-less object oriented language, scope has a very important role to play.
jQuery AJAX GET & POST Data Using MVC Web API
(Jagdev Mishra) In this article you will learn about jQuery AJAX GET & POST data requests to the MVC web API.
JQuery Image Slider Tutorial for Beginners
(Dilan Shaminda) This is my second post on The Code Project and here I am going to show how to create a simple nice jquery image slider. I hope this tip will help beginners to get an idea about how to create your own simple jquery slider like below:
New Date/Time API (JSR310) in Java 8
(Anas Chaudhary) This article is all about the New Date/Time API, a new feature of Java 8. In this article we will go through some example that implement "classes" and "methods" of this API (JSR310). Before we start let’s have a look at the API that contains "Packages" and "Classes".
BaseX: Free, open source XML wrangling
(Mark Gibbs) Handling XML data is not easy because even though it’s highly readable (assuming quasi-English counts) it’s also voluminous. So, if you’re going to explore an XML dataset you absolutely need tools that will make the content easy to explore, simple to edit, and effectively visualized. Th
JavaScript Object
(rajjiv5287) Now a days, JavaScript is most popular and a commonly used scripting language. You must have basic understanding about JavaScript. This article will help you to understand what is JavaScript object, how to create, access and delete JavaScript object.
Building a DataGrid using HTML, jQuery, Knockout.js and ASP.NET MVC & WEB API
(Mahesh Sabnis) This article shows how to mix server-side technologies like ASP.NET MVC & WEB API with client-side technologies like HTML, jQuery and Knockout.js to easily create complex UI’s like the DataGrid.
