(Bhushan Singh) Asynchronous JavaScript and XML (AJAX) is a format for better and faster response that is more user-friendly. AJAX can be used for interactive communication with a database.
Tag: JSON / JAVA / XML
jQuery UI TextBox AutoComplete with Remote Data Source (Back to Basics)
(Suprotim Agarwal) The jQuery Autocomplete widget was reintroduced in jQuery UI 1.8. It is a simple widget attached to a text input field and can be connected to a range of data sources.
HTML5 Canvas: Create a Nice Animation
(Shah Khalid Eusufzai) HTML5 Canvas has made it easy to create 2D graphics and animations using simple JavaScript. The following code generates a beautiful animation which can be used as a banner.
Debug Your JavaScript App Remotely with Vorlon.js
(Sandeep Chanda) At the recent Build 2015 event, Microsoft announced the launch of an open source extensible tool for debugging JavaScript called Vorlon.js. Vorlon.js is powered by Node.js and you can remotely connect to a maximum of 50 devices simultaneously to run your JavaScript code with a singl
Form Element Conversion Made Easy with jQuery
(Rob Gravelle) This tutorial is the follow up to last month’s Convert a List into a Select Dropdown using jQuery article. In it, we learned how to create an in-place editor for an ordered or unordered list by converting it into a <SELECT> dropdown.
JQuery: Slide Show With Panel in ASP.Net Using jQuery
(Rahul Saxena) This article shows how to make a slide show in ASP.NET using jQuery.
Confirm delete with Ajax
(Deepa Lakhani) Normally we would like to provide a confirmation dialog to the user before deleting something and initiate an AJAX request if user says yes to delete. Standard way looks like this:
Lazy Binding for Logging in JavaScript
(Thang Believe) If you are still using alert() function to debug your JavaScript program, it’s time to move on to using console.log() function so that log messages are only visible in Developer Tool.
jQuery Validation With ASP.Net Web Form
(Manish Kumar Choudhary) This article is all about the common jQuery validation with ASP.Net Web Form. We use the jQuery validation plugin for the most widely used validation with any Web Form.
JavaScript Front-End Web App Tutorial Part 1: Building a Minimal App in Seven Steps
(Gerd Wagner) Learn how to build a front-end web application in plain JavaScript with minimal effort. Do not use any (third-party) framework or library, which may help to increase productivity, but also create black-box dependencies and overhead, and are not good for learning how to do it yourself.
