(Sveta Smirnova) We’ve already discussed using the ORDER BY clause with subqueries. You can also, however, use the ORDER BY clause with sorting results of one of the columns. Actually, this is most common way to use this clause.
Tag: JSON / JAVA / XML
Java8: Lambda Expression with Shape Class
(Maximilian1986) This tip is an introduction of declarative programming style in Java 8.
Loading GeoJSON data into SQL Server
(Jovan Popovic) GeoJSON is popular format for spatial data representation. If you receive text formatted as GeoJSON from other systems, you can load it into SQL Server and convert it into spatial types.
Render JSON Data To HTML Using Itemtemplate.JS
(Ajith Mohan) In this article you will learn Render JSON data to HTML using Itemtemplate.JS.
Removing multiple items from a JavaScript array, no for loops
(Gerard Davison) So I was reviewing some code today that was using two for loops to remove elements from a JavaScript array, I won’t relate the code here but I figured there as got to be a nicer way
From JSON to Neo4J
(Volkan Paksoy) I have a simple JSON file that contained a bunch of users with their followers which looked like this:
JQuery UI Plugin Widgets
(Mohit Kumar) In this article I will explain different JQuery UI Widgets. JQuery UI widget is a specialized JQuery plug-in. Widgets are full-featured UI controls that bring the richness of desktop applications to the Web.
Select / Deselect All CheckBoxes using jQuery
(Suprotim Agarwal) To Select or Deselect Checkboxes using jQuery, all you need to do is use the prop() method along with the change event to achieve the requirement in a couple of lines of code.
Mocking userAgent with JavaScript
(Pavel Durov) This tip briefly shows how to change your user agent or any other data in window.navigator object.
Teaching Java with Visual Studio Code why is this better than Eclipse
(Lee Stott) Java is one of the major practical and widely-used languages that fall within the Object Oriented family.