05/23/2013Article
Log4j - An open source Java logging framework This article describes the log4j. Log4j is an open source logging framework with fully configurable external configuration files.It allows the developer to control log statements based on application requirement.
05/22/2013Article
How to read a XHTML form data using EJB This article will help us to learn about the procedure of reading the XHTML form data and also will explain the process of using EJB (Enterprise JavaBeans) for inserting the data to MySQL database. The whole procedure is explained with the help of an example.
05/22/2013Video tutorial
TreeView - Introduction to Kendo UI Course - Part 21 In this video, we will discuss the tree view. When we think about a tree view, the first thing that comes to mind is Windows Explorer. So we are talking about a tree of items. As we drill deeper, we can view more items.
05/22/2013Article
How to create a Calculator App for Android In this article, we will learn about the creation of Quick Calculator application in android that is useful to get quick mathematical results.
05/21/2013Article
jQuery for beginners In this article , we will learn about jQuery, features of JQuery and start using some of the features in our code.
05/20/2013Article
How to work with Swipe Gestures in Android In this article, we will study “Gestures” in android, which is a unique feature through which the user can perform various touch events like scroll, tap, fling, double tap, long press etc.
05/20/2013Article
JDBC Basics: How to deal with databases in Java In this article will learn some important concepts about databases in java and will see an example for inserting, deleting, updating and modifying records in databases in Windows environment using java.
05/17/2013Article
How to Use Modules in CSS3 Today we are going to learn “How to Use Modules in CSS3”. In this section, we are going to learn how we can create smooth and maintainable animations that work well and that don’t require assemblage of scripting.
05/16/2013Article
How to develop applications with Swing components In this article, we will learn about javax.swing package and how to use them in our code. This article covers a lot, about Swing components from the basic level to an intermediate level.
05/16/2013Article
Working with Tween Animation in Android In this article, we will learn how to apply translation animation on any type of view in android by using android xml file and describe the entire attribute and tag list used in translation animation.
05/15/2013Article
How Garbage Collection works in Java In this article we will describe how garbage collection works in java and its advantages/disadvantages.
05/14/2013Article
How to create List in Android Applications with Array Adapter In this tutorial we will learn how to manage lists in your Android application. We will see also how to create and use ListView, Manage list items through ListAdapter, Create ListActivity having default view as ListView.
05/14/2013Article
11 useful jQuery plugins This article will discuss about several jQuery plugins and there uses and also implementation for some.
05/10/2013Article
Getting started with Zend framework in PHP The Zend Framework has become one of the most popular frameworks recently. This article will discuss this framework and its implementation.
05/09/2013Article
Backbone.js: Router This article covers how to use backbone router, an important part for your app so it can provide sharable, bookmarkable, and linkable URL. Youll also learn several methods provided by backbone to define function in route handling.
05/07/2013Article
How to develop portal using Liferay In this article, we will learn about portal, portlet and how to develop a simple portlet using Liferay
05/07/2013Article
How to Implement Networking in Java In this article we will learn about the most important feature of Java that is networking support with an example of connecting client to server and will further add some more features like chatting or file accessing between client and server.
05/06/2013Article
Backbone.js: View In this article, we are going to learn about backbone view, one component which is responsible for how and what to display from our app. We will learn how to create our first app interface and see how a user can interact to our app using event delegation