What is the SQL VIEW ? The VIEW is just a virtual table you can run every query on. It is created as a result-set of SELECT statement run on one or more real tables.
It contains rows and columns, exactly like a real tables. You can add WHERE statemen...
In this tutorial we are going to describe Jenkins installation and configuration with Maven, Ant and GitHub. We are going to use a Tomcat Application Server 7. If you don’t have Tomcat installed please refer to our earlier tutorial Eclipse Tomc...
In this tutorial we are going to show you how to use WordPress API to get posts data. If You don’t have a Wordpress Environment installed check out our video where we show how to quickly get Wordpress Development Environment up and running. Tutorial ...
Today we are going to show how to speed up applications using threads in java. We use divide and conquer algorithm to check if program execution can be divided into fragments that can be executed separately.
Our sample program is a simple downloader ...
In this tutorial we are going to show you how to write string replace java application. This simple application is processing directories tree recursively and finds files with a given extension. For each file that has appropriate extension a processi...
In this tutorial we are going to setup maven 3 eclipse plugin quickly and smoothly. The whole process goes well under Eclipse Indigo IDE.
1. Maven plugin installation
• Start Eclipse
• Navigate to http://www.eclipse.org/m2e/download
• Grab icon a...
In this tutorial I’m going to show you how to easily create an android splash screen in your application.
The whole idea of this sample implementation is to start and display an activity for a certain amount of time and then start new activity....
To migrate WordPress site from local installation to a production server follow this few simple steps. We are going to show you how to do it using popular tools – phpMyAdmin and NotePad++.
1. Export database
- Navigate to phpMyAdmin (http...
Today we are going to show you how to encrypt GET parameters. HTTP GET parameter value is going to be encrypted and decrypted using javax.crypto package. This way you will be able to easily send sensitive data in your URLs.
Here is our solution
Ciphe...
This tutorial is about SQL privileges also known as Account Management. I used mysql database engine in our examples.
To manage your account there are 6 commands you should be familiar with: CREATE USER, DROP USER, GRANT, RENAME USER, REVOKE, SET PAS...
itcuties Hello, you can do it the same way as we are parsing the content tag here http://www.itcuties.com/android/atom-parser/#rss-atom-parse-handler. Have a nice day, itcuties – How to write Android RSS parser
Derek How would description be added to this new code that's in place to handle parsing title issues? Thanks! Derek – How to write Android RSS parser