(Steven Edouard) Not everyoneknows Microsoft Azure has the Cross-Platform Command-Line Interface (xplat-cli) for managing Azure Infrastructure-as-a-Service (IaaS) and Platform-as-a-Service (PaaS) services, but it does. For years, Microsoft has advocated using Windows PowerShell as a scripting langua
Tag: JSON / JAVA / XML
How to Create a Custom jQuery Plugin
(Voja Janjic) jQuery is a powerful library which makes writing JavaScript code much easier. One of its main features is the possibility of extending default functionality with custom plugins. In this article, you will learn how to create your own jQuery plugin.
HTML5 Guitar Tab Player
(Marcelo Ricardo de Oliveira) If you ever played guitar, you probably used tablatures (also called “tabs”) sometimes. And if you searched for tabs on the internet, most of the times you must have found the same kind of plain text tablature.
Understanding jQLite or jQuery Lite
(Shailendra Chauhan) jQLite is a subset of jQuery that is built directly into AngularJS. jQLite provides you all the useful features of jQuery. In fact it provides you limited features or functions of jQuery.
Pushing data to multiple WebSocket clients from a Java server
(Yakov Fain) Finished writing the WebSocket chapter for the second edition of my Java 24 Hour Trainer. In this blog I’ll show you one of the code samples from lesson 28.
First Look of Pop Up using simple JavaScript
(Joginder Banger) Last year, I got an outside project. The project was normal for anyone with more than one year of experience but no knowledge of the JavaScript and CSS. The customer wanted popup windows for logging in the user. I encountered many problems when I tried to make the popup windows.
A UDF for Ranged Buckets
(Dave Cassel) Last week I wrote a blog post about working with Ranged Buckets. To summarize the problem, we have data that look like this:
Unable to Create Topic/Queues within Service Bus with Java SDK
(Angshuman Nayak) You have been trying to create a Topic within Service Bus, by following the documentation at
AngleSharp and JavaScript
(Florian Rappl) More than a year ago I announced the AngleSharp project, which is quite ambitious. The project tries to implement the specification provided by the W3C and the WHATWG regarding HTML/CSS. In its core we find a state-of-the-art HTML(5) parser and a capable CSS(3) parser, which contains
Global Error Handler For AJAX Requests in MVC
(Arunava Bhattacharjee) For a large application we need to have a provision to handle AJAX request exceptions globally. Otherwise, it will be a tedious task to handle it in every AJAX request.
