
Search In
You can build build mail and messaging applications with the help of JavaMail API, which gives you access to a platform-independent and protocol-independent framework. You can use the JavaMail API as an opti
Sometimes a UITableView needs to have a lot of rows of information. The main problem that arises with having a table view with lots and lots of rows in it is the accessibility of the rows. Imagine a contact book in your phone with 500+ phone numbers.
To find the current location, follow the steps below:
Create a dialog box to display loading message while finding the location
ProgressDialog dialog=new ProgressDialog(this);
dialog.setMessage("Please wait while getting your location information.
Without database any application is almost redundant. So this post might help you to setup access to MySQL database on Ubuntu.
Firstly you need to open up the MySQL server config file present at
/etc/mysql/my.conf
and search for the line
bind-a
Welcome back to "Part 5 - Types on Mask in Photoshop".
Hello Guys !! In this Blog iam gonna tell you about Adjustment Layer Mask.
OK Let's get started.
Question 1: How to apply Adjustment Layer Mask?
Adjustment Layer Mask is an another type of mas
What is Skin-> Skin was introduced in ASP.NET 2.0 to solve the problem of design/layout of server control. It’s used for changing the appearance of asp.net
In Joomla, for creating SEF URLs in joomla component you need to make your router file which has very important role in each and every component to allow SEF URLs.
Let's assume that your component url is like this:-
http://www.mysite.com/index.php?o
Security Testing Security testing is basically a type of software testing that’s done to ensure that system and application is secured. It reveals flaw in the security mechanism of an information system that protect data and maintain functionality a
git Installation on Ubuntu
Installing GIT on locally : Git is a open source project version control system. Before you start using Git, you have to make it available on your computer. Even if it’s already installed, it’s probably a good idea to upda
We already discussed Natural full text search in Indexed full text search in PHP-MySQL (PART - 1).
Lets look into Boolean Full Text Search.
In this we can use various operators to change the behavior of search. To specify a search to be boolean, w
