A brief, but visually stunning, update on my #MarkLogic #mldb JavaScript APIs browser widgets for querying our triple store in #ML7 …
Tag: ajax
Recent MarkLogic JavaScript API improvements – May 2013…
Just a quick summary of what I’ve been up to since preparing for my session at MarkLogic World, and subsequently, including semantic widgets…
Uploading binary files to MarkLogic REST API…
Thought I’d share a quick nugget and link. I’ve had hell the last couple of days getting binary file uploads working against the REST API.
Using the MarkLogic JavaScript driver in a Roxy hybrid application…
Developers want evermore speedy ways to complete their applications. Many want to use familiar languages and concepts like JavaScript, JSON, CSS and XHTML. In this
Creating a new Roxy – REST API hybrid app video…
I decided it would be useful to create a video to show how to create a hybrid MarkLogic REST and Roxy MVC (like Ruby on
Stable Sorting in JavaScript…
I saw this article via a Stack Overflow answer. It’s a method for producing a stable sort order from an unstable sorting algorithm. The geek