
Search In


Hello Guys,
This is very important tutorial through which, we will learn how to create a custom keyboard without using third party library in the android application. This tutorial fully customizes device keyboard. We will go step by step to learn t
In android, thread pool pattern is use in AsyncTask.
Early the size of the pool was 1 i.e,
there was no support for parallel bunching of AsyncTasks.But from HONEYCOMB version Android allows multiple Asynctask at a time.
We just have to use execute
If you are getting corrupted invitation from outlook in your Thunderbird Mail. Please follow the below step:
a) On the top right just next to search box. You can see an option to explore Thunderbird options. Please click on this and go to Add-ons a
Test Scenarios
It is a high level document that consist of all the possible combinations or ways of testing the application.
Generally, test scenarios are written to understand the flow of the application.
Why it is high level document?
As it does
Hello Readers,
We have heard this Timezone Warning many times whenever we build Cakephp project from scratch.
The warning message is as below:
Warning: strtotime() [http://php.net/function.strtotime]: It is not safe to rely on the system's timez
To Create Payment Term in OpenERP-7
Follow these step given below
Step1 - Install the account module in openerp
Step2 – Go to the Accounting -> Configuration -> Payment Terms
then create payment term as show in the figure given b
Why Software Testing is necessary ?
Software Testing is an important part of any software development. In time of making any new application or software there is need to test of that application before implementation. In time of development develope
Hello guys
Here, I have created a URL for registration in velocity template .
Follow below steps to implement in custom liferay theme.
Step1: put below code in Portal_normal.vm file or inside your div or table in Portal_normal.vm.
#set ($UserCrea
Hello EveryOne....
Here is the scenario.,
In MySql database, I have two tables.. User and UserDetails...
In 'User' table, i had generated userID made it as a primaryKey.
For Example, 101->user1.... 102->User2
Now I need to Inser
Hello EveryOne,
I have 2 HTML Forms:
1. Register/Login
2. After User gets Login, He used to update details of him.
I used MySql database in order to save Login details of User. And also i have another table for updating details of him after his log
