(Gopi Chand) This article is a brief overview of a few more Java string methods for complete knowledge about string methods used in Java.
Tag: JSON / JAVA / XML
OPENJSON – one of best ways to select rows by list of ids
(Jovan Popovic) In this post I will talk about different way to select rows from the table by list of ids. I will compare performance of some common approaches (IN, LIKE, and OPENJSON).
A Programmatic Approach to Configure web.xml Entries in Java
(Keerthi_Kumar_N) This tip discusses an alternative way of programmatic approach to configure web.xml entries.
Semantic Technology Is Not Only For Data Geeks
(Michele Goetz) You can’t bring up semantics without someone inserting an apology for the geekiness of the discussion. If you’re a data person like me, geek away! But for everyone else, it’s a topic best left alone. Well, like every geek, the semantic geeks now have their day — and may just rule the
How To Use Single Inheritance in Java
(Kiran Thakur) In this article we will learn how to use single inheritance in Java.
Using jqLite and jQuery in AngularJS
(Sheo Narayan) jQuery is a javascript library with rich API to manipulate DOM, event handling, animation and ajax interactions. Even if AngularJS can do much of the work on its own that can also be done by jQuery however there are many functions written in jQuery without which web development looks
Developing a CharacterCase Plugin using JQuery
(Web Technobrat) This article shows you how we can create a reusable JQuery plugin. In this article, we will create a JQuery plugin in a standalone JavaScript file which can be used in other projects when needed. The example used in this article is that of a CharacterCase plugin.
A Framework for Animation and Gaming Using HTML5
(Matt Weisfeld and Donnie Santos) Donnie Santos and I teach programming courses at the same college. Not surprisingly, many students mention gaming and animation as reasons for their interest in programming. Gaming, anime, and other forms of animation generate a lot of buzz, which is why we often in
String Class Methods in Java: Session 6
(Gopi Chand) This article explains a few more methods of strings in Java with easy code examples to understand better.
Create a CRUD web app using JQuery Mobile & XML
(Anele ‘Mash’ Mbanga) This article seeks to demonstrate how one can create a CRUD web app using JQuery Mobile and XML single file record as a backend for storing your records. I will assume a very simple library system where one will store book details.
