
Search In
By doing following steps you can load the HTML file from the assets folder inside your application:-
1) Copy that HTML file inside your assets folder.
2) Define a WebView in your layout, like this
<WebView
android:id="@+id/webview"
Hello friends,
If you want to uninstall the Drupal 7 theme from your Drupal installation then just follow the below simple steps-
1. Uninstalling a theme is a simple process, it just the reverse of installing a theme.
2. Access the themes manag
Hello Guys,
If you are looking to set flash messages in Zend framework please follow the below process::
1) Open your controller and set below line under init()
$this->_flashMessenger = $this->_helper->getHelper('FlashMessenger'); // De
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to removes a directory in php ?
If you want removes a directory then you should use The rmdir() function that is removes an empty directory.
The rmdir() function returns "TRU
GridView
It was introduced with Asp.Net 2.0.
Rendered as Table.
Automatically generates columns from the data source.
Selection of row is supported.
Editing of contents is supported.
Built-in Paging and Sorting is provided.
Supports aut
This operator is used when we want specific pattern from a column in a table .
% : This is called wildcards , it is used before and after the pattern .
Syntax :
select column_name1 .......column_nameN from table_name where column_name like pattern ;
Hello Dear Readers,
Most of times, when we append the text field of datepicker using jQuery it not work, in other words when we integrate the dynamic datepicker using jQuery append method then datepicker work only with first field.
In this post we
In my recent blog, I have written about the topic “Natural Link Building & Attributes of Quality Backlinks”, in which I described completely what is natural link building and what are the main att

There are two types of visual style which appear on the Notification, normal view and big view.
So, here in this tutorial, we will see how to Apply Expanded Layout to Android Notification. Regarding Nig View Notification, you should aware that the
In Javascript , operator precedence is followed when we perform operators to evaluate mathematical calculation. Higher precedence perform before than the lower precedence i.e multiplication should be done before addition.
Simple Example ->
var b
