In this excerpt from OCA Java SE 8 Programmer I (1Z0-808) Complete Video Course, Simon Roberts takes a look at some of the ways you can change dates and times in Java SE 8.
Tag: JSON / JAVA / XML
Sort a JSON Array Programmatically by a Property
(Sibeesh Passion) In this post, we will learn how to sort a JSON object by its property. We will be using normal jQuery features to do this. I hope you will like it.
Using JavaScript frameworks from your C#/UWP application
(David Catuhe) JavaScript has, without doubt, the most vibrant ecosystem out there.
Add List Item in SharePoint List Using JavaScript
(Jacob Robinson) In this article I would like to explain how to programmatically add list item in SharePoint List using JavaScript.
Creating a REST Server in Compojure
(Julian Gamble) In this chapter from Clojure Recipes, you will build the first of two REST servers. This is a simple one to do in Compojure. The REST server we build will receive a REST call over http. You will test it using a command line tool, curl.
Load Website to iFrame Using JQuery
(Sibeesh Passion) In this post, we will learn how we can simply load a website to an iFrame using JQuery. Some of you might have already tried this, this article is for the one who never tried the same.
jQuery Effects Methods
(Ankur Mishra) In this article you will learn about JQuery Effects Methods.
XBRL Data Mapping: WIP Taxonomy
(Erin Cavanaugh) The usefulness of the XBRL standard reaches far beyond SEC requirements for filing financial statements.
Enhance your JavaScript debugging life with cross-browser Source Maps
(David Rousset) In this tutorial, I’ll show you how to find Source Maps in all of the browsers and get the most out of those few minutes you have to debug.
Advanced jQuery DataTables in MVC 4- Part 4
(Sathish Kumar) In this article you will learn advanced jQuery DataTables within MVC 4.