(Dmitri Tikhanski) Come check out how to get the most out of the JSON Path Extractor plugin for JMeter, including how to work with arrays, conditional select, and multiple value selection.
Tag: JSON / JAVA / XML
JQuery UI Dynamic Menu
(Ankit Bansal) In this article, we will create a dynamic menu using the data of a database table.
Using the Java Native Interface in C#
(Simon Agholor) The JNI or Java Native Interface is a set of features available in the Java platform. Applications that use the JNI can incorporate Java code with code written in other languages such as C++, Delphi, and C#.
XQuery Constructors in Mobile App Development
(David McGahey) Developers are always looking for simpler and more efficient ways to create mobile apps and launch them into the world even faster. The recently-introduced Altova XQuery 3.1 Online Training covers XQuery constructors that developers can use like power tools for quicker mobile app dev
JavaScript Promise
(Kingcean) In the field of web front-end software development, I believe you have known Promise if you have experience in jQuery, ES6 or Node.js. Promise object is used for deferred and asynchronous computations. It represents following cases.
Implementing AJAX In ASP.NET Using XMLHttpRequest Object
(Manas Mohapatra) This article describes how to implement AJAX through XMLHttpRequest in ASP.NET.
ASP.NET MVC: Implementing a ShoutBox feature using jQuery and AJAX
(Vincent Maverick Durano) This article will walk you through on how to implement a simple “shoutbox” feature in your ASP.NET MVC application. I call the feature as “shoutbox” because users within your web site can exchange conversation with each other.
Parse DOM attribute object
(Kingcean) We always need store something in one or more attributes of DOM when we are developing a web page especially using data binding or web component. The format of the data in the attribute may be complex like the one in style attribute which will be parsed by browser and be described as elem
Calendar Control Using jQuery UI In ASP.NET MVC 5
(Vithal Wadje) In this article we will learn how to use jquery UI datepicker function in ASP.NET MVC 5.
Ajax file upload with ASP.NET5
(Anuraj Parameswaran) This post is about uploading files to ASP.NET 5 web application using HTML5 file API. Most of the HTML5 File upload examples are using the “HttpContext.Current.Request.Files” which is not implemented in the ASP.NET5.