(Sibeesh Venu) In this article you will learn how to export a Hierarchical (Multi Level) HTML table with styles using JQuery.
Tag: JSON / JAVA / XML
Which Language Do All the Most Popular Websites Use? JavaScript! Find Out Why
(Robert Swanson) JavaScript will hit a big milestone later this year as it turns the ripe old age of 20. Originally introduced as “LiveScript” by a company called Netscape in mid-1995, the JavaScript language has undergone quite a metamorphosis—including a name change—since those early pioneering da
jQuery Ajax – to async or not ?
(SRS(The Coder)) This article tries to create a clear understanding on making synchronous and asynchronous ajax calls through jQuery ajax method. After going through it you can have a clear idea on how and when to do asynchronous ajax calls.
Getting started with jQuery $.ajax() – Back to Basics
(Suprotim Agarwal) Ajax stands for Asynchronous JavaScript and XML and is a group of technologies used by a browser to asynchronously send and fetch data from the server. People want websites that feel faster and responsive, almost similar to desktop applications.
Cannot recognize the XML namespace of this Web Part
(Deepa Lakhani) In my earlier post Provisioning webparts through feature, we saw how can custom or out of the box web parts be provisioned on a page through visual studio feature.
Parallel Sorting, Exact Numeric Operations and Stamped Lock in Java 8
(Anas Chaudhary) This article covers the new Parallel Sorting, Exact Numeric Operations and Stamped Lock features of Java 8. The Array class of the “util” package contains various methods but “parallelSort()” is one of the new features.
Introduction to HTML5 WebSockets
(Vangos Pterneas) In real life, handshaking is the act of gently grasping two people’s hands, followed by a brief up and down movement. If you have ever greeted someone this way, then you already understand the basic concept of HTML5 WebSockets.
Formidable Forms Creation Using HTML 5
(Suraj Sahoo) In this article you will learn about Formidable Forms Creation using HTML 5.
JSON for APEX Developers (part 2)
(Dimitri Gielis) In the previous post we created a service that allowed us to give our data in JSON format.
Update a div Content using Ajax.ActionLink
(Vinoth Kumar Kannan) In this tip, let’s see how to do an Ajax call to an action method which will return a string value. This value will be used to replace a content available in a DIV element. We will use Ajax.ActionLink() to do this and also let’s explore this with a Loading panel.
