(Gopi Chand) This article explains the StringBuffer() class in Java and Java strings in general.
Tag: JSON / JAVA / XML
Simple Demo WCF RESTful Web Service
(Rahul Pawar LogicMonk) In this article, we will be looking into creating a WCF RESTful Web Service!
How to Use Multilevel Inheritance in Java
(Kiran Thakur) In this article you will learn about the multilevel inheritance in Java.
Defining Custom Source-Event-Listener in Java
(Lôòc NguyêÞn) With Java (especially GUI) programs, the user might interact with a button, checkbox, car, or bank account. The program decides either to ignore or to respond to when such cases happen.
String Class Methods in Java: Session 8
(Gopi Chand) This article provides a brief explanation of a few more string class methods used in Java to get the complete knowledge of string methods.
Loading Arbitary XML documents into MySQL tables with p_load_xml
(Roland Bouman) Many years ago, I wrote about importing XML data into MySQL using ExtractValue(). The reason I’m revisiting the subject now is that I recently received an email request in relation to my old blog post:
Implementing Loading Animation in AngularJS and jQuery
(Arian Celina) With the advancement of web development technologies, web applications are closing the user experience gap with desktop applications very quickly. It is a very common practice to let the user know when the application is busy with a certain task, and one of the most common ways to do
How to Create Charts Dynamically Using jQuery
(Anubhav Chaudhary) In this article we will learn how to create charts dynamically using jQuery.
jQuery UI DatePicker – Tips and Tricks
(Irvin Dominin) Learn to use the jQuery UI DatePicker with some practical examples, tips and tricks.
Importing Excel Clipboard Data INTO .NET via ‘XML Spreadsheet’
(Casey Witt) This tip presents a function to transfer data cut or copied from Microsoft Excel into VB.NET using the clipboard. The function will inspect the clipboard DataObject for an “XML Spreadsheet” object, and convert that to a .NET Array of Objects (which the user can then use as needed).
