
Search In
Hello reader's!
Toady we discuss about "Adding Author’s images to your blog".
WordPress is integrated with Gravatar, allows you to show every post author's avatar in their posts. It makes your business look more personal than being as a faceless
What is SQL Injection?
According to WIKIPEDIA:
SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application.
A SQL injection attack exploits security vulnerabilities
Mass contact module is very useful when we want to send lots of emails to a group or users or all users. We also can add taxonomy check for this.
Following is the detail for mass contact module:
Mass Contact
Introduction:
The Mass Contact module s
Hello all,
In asp.net, to show data in tabular form we use GridView Control, in which we can bind our database table directly and at time we need to export the GridView in from of Excel or PDF file format.
To export Grid to PDF, we have following b
Hello all,
In asp.net, to show data in tabular form we use GridView Control, in which we can bind our database table directly and at time we need to export the GridView in from of Excel or PDF file format.
To export Grid to PDF, we have following b
ASP.NET Page Life Cycle
ASP.NET Page Life Cycle determines series of processing steps which can be categorised as:-
1) Initialization of the page
2) Creation of instance of the controls
3) Restoration and Maintenance of the state
4) Event handler ex
In the below example I will discusss switching between activities in android. Here I have created two activities and named them “Activity1” and “Activity2” and used Intent and onclickListener in both activities. Also with I have created two xml layou
How to integrate Google Places Autocomplete in Javascript?
Places Autocomplete is the web service provided by google. It returns place predictions in response to an HTTP request. Running example can be seen here: http://www.geocodezip.com/v3_SO
After depreciation of mysql_* functions from PHP 5.5, MySQLi and PDO are two most popular and preferred options to interact with MySQL databases in PHP. This article demonstrates the introduction of MySQLi and highlights the reasons behind the develo
Step 1:- Create a custom CanvasView class that must extend View class and includes below function.
1) Declare the required variables in CanvasView class
private Drawable mImage;
// width and height of original image
private flo
