Important!
If you are writing code for Android 4+ platform use this RSS Reader modification – Android AsyncTask RSS Reader. It seems that in Android 4+ all network activities needs to be encapsulated using AsyncTask (thx Duke! – comment)
...
In this tutorial we are going to create a WebService based on Axis2 wsdl2java approach. A WSDL file will be taken from our previous tutorial Axis2 Java2WSDL approach
In this tutorial we are going to discuss following topics:
- Setting up Maven 3 Axis...
Wordpress database tweaks series is focused on interacting with WordPress from backend, working on a pure data straight in the database :)
In this tutorial we are going to show you how to manage WordPress tags. We have prepared useful database statem...
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 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 ...
One of the common tasks while developing software is removing subversion files. It is a good practice to remove .svn files before sending code to your client to give him clean solution with no additional information on how was your code managed. It i...
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...
SQL ORDER BY clause defines order of the rows that were pointed in the SELECT clause.
The syntax is:
Just remember we use SQL ORDER BY clause to order result-set by column or columns specified from left to right and if you forget to use ASC or DESC a...
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...
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 Andyliao, you have to have some kind of error in your environment. Maven settings need to be there, under Window->Preferences path. Try following this... – Maven 3 Eclipse plugin setup
andyliao Hi Vanessa,Thank your share, but I can't found the Maven item with navigating to Window->Preferences after installing the plug-in and restart eclipse with “-clean” param... – Maven 3 Eclipse plugin setup