(Adam Fowler) MarkLogic is uber secure. So secure it doesn’t let you see role names when viewing document permissions. This tip shows you how to resolve this foible…
Tag: JSON / JAVA / XML
Flot chart using AngularJS, Web API and Json
(DhSoni) I was evaluating javascript charting frameworks for my projects. I came across jQuery Flot library which supports a variety of graphs. In this article I have tried to plot a multi time axis graph using jQuery Flot library. It uses ASP.NET Web API to get data from database.
Meta Programming in ES6 using Symbols
(Ravi Kiran) Symbols is a new feature in ES6 that makes meta programming possible in JavaScript. This article explains what Symbols are and how to use them.
Show Images in DropDownList Using jQuery
(Rahul Saxena) This article explains how to show images in a DropDownList in ASP.NET using jQuery.
Getting LineNumber(s) in your XLINQ
(Sacha Barber) At work, the other day, I had to do some work with some XML fragments, which I decided to do using XLinq.
Search Text Inside a DIV Using jQuery
(Rahul Saxena) This article shows how to search text inside a div using jQuery.
Read Json and display the records using AngularJS Expression
(Niladri Biswas) AngularJS is a MV* Javascript framework developed by Google. It is widely use across the industry.In this article, we will read a JSON file and display the information about the same using AngularJS Expression.
Reversing Sort Order on DOM Elements using jQuery
(Rick Strahl) This post is going back to some basics, but it’s a useful trick for many applications that’s easy to implement and can make a big difference in usability. Quite frequently in an application you might have a server generated list of items to display that can be displayed in a reversible
Making a HTML Table from XML in a C# Console App
(MarcusCole092076) I have been learning how to mess around with XML in the .NET Framework. I came across the XSLT formatting of the XML to an HTML table. When I first had a go at this, I found the HTML was rather bland and I wanted to add some formatting to the XSLT.
Disable Right Click in a Page Using jQuery
(Sibeesh Venu) In this article, we will see how to disable right-click using a simple jQuery code.