
Search In

For Javascript validation please refer this link: http://findnerd.com/account/#url=/list/view/Simple-Javascript-form-validation/15856/
FOR REGISTERING: Here is the code for registering the user and saving data in data.
<?
While submitting or getting data from source like database or from file we can do it using the method of postback or we can do it using Ajax calls to minimize delay in our application.'
The JQuery has the following methods that can be used to p
We can add the functionality of browsing images and let the user upload images of its choice to his account.
For this functionality we first have to give a browse button in the registration page and then the functionality to it of adding the images
INTERSECT Clause:
It works similar like union clause as it is used to combine two SELECT statements, but it returns tuples only from first SELECT statement which are common to tuples in the second SELECT statement.
Syntax:
SELECT colum
In this tutorial we will learn how to send the pushnotifications iPhone/ Android apps.
Below is the code that requires the follwoing elements to send the pushnotification from iPhone
1-) The device token to which we need to send the pushnotificatio
When we apply LIKE keyword to any query then it doesn't return NULL values, and sometimes it required to return NULL values as well. We can do this by using IS NULL or IFNULL operator.
Example:
We have a table "employee" as below:
&n
While working and manipulating the gridview we will work on the different sort of operations that needs to be performed in the gridview.
For doing this we are going to perform the update operation using the model and the action named employe
Sometime we need to create association between models .we need this because ,we want that all associated data came on the first level of recursion.
In cakephp creation of association is done by using cakephp bindModel() method.
In below code we are
In this blog we will go through a set of best practices for working with ADO.NET:
1. Database Connection
From performance perspective, it is important that While working with a database that we should open a connection with the database
We can display data in two columns in a collection view. In below code we are dividing the width of the cell into two parts of the collection view.
- (CGSize)collectionView:(UICollectionView *)collectionView
layout:(UIColl
