(Pankaj Kumar Choudhary) In this article you will learn about Resizable in JQuery UI.This is part 4 of the article series.
Tag: JSON / JAVA / XML
Hibernate returning BigDecimal instead of Long
(Matt Busche) I was trying to run a query to get a list of IDs from a database table and then compare that list to individual Ids on the page. The logic was pretty straightforward. Get IDs via a query and then check if other IDs are found in that list of IDs.
Brief Introduction to Functional Programming in Java 8
(Klaus78) Recently, I had the chance to do some work with Java 8. Since until then, I had experience with Java until version 7, I had to learn some new concepts. In this tip, I would like to describe what I have learned in Java 8 and share it with you.
On CSS/jQuery Selector Performance
(Scott Wesley) My post describing the use of a simple selector identifying page spinners was originally going to be about performance, then I learned something I found very interesting.
HTML5 – Web Workers
(Pankaj Kumar Choudhary) In this article you will learn about Web Workers in HTML5.
Angular 2 Tutorial in JavaScript/ES5 – Part 1 to 3
(Konstantin A. Magg) This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial “Tour of Heroes”. Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 1, 2 and 3 of the original tutorial.
JQueryUI – Day 2 (Draggable)
(Pankaj Kumar Choudhary) In this article you will learn about JQuery draggable a interaction type widget.
Partially Applied Functions in JavaScript
(Arvraepe) First of all, what are partially applied functions? There’s a little bit of theory here. The concept of partially applying functions stems from the functional way of programming.
Pjax: pushState and Ajax Using ASP.NET Webforms
(M. Salah Abdallah) Pjax ASP.NET webform is simple code that uses Ajax and pushState to deliver a fast browsing experience with real permalinks, page titles, and a working back button.
HTML5 Geolocation
(Pankaj Kumar Choudhary) In this article you will learn about HTML5 Geolocation API.