Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Load html file from assets folder in a WebView

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"

Uninstalling Drupal 7 themes

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

How to set flash messages in Zend Framework

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

How to removes a directory in php ?

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

Difference between GridView and Repeater

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

SQL Like Operator

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 ;

Reinitiate jquery datepicker after append the date field

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

Best Practice for Creating Quality Backlinks

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

Big View Notification - How to Apply Expanded Layout to Android Notification

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

Javascript operator precedence

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

1 133 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: