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

Search In

A simple registration and login form and connectivity through database in php

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. <?

Implementing AJAX in MVC

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

To upload images in CakePHP

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

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

How to send pushnotifications via iPhone/Android devices

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

How to make WHERE col LIKE '%' select NULL values too?

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

Update in MVC Gridview

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

Creating association between tables using bindModel method in cakephp

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

ADO.NET : Best Practices

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

display data in two columns in collection view

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

1 69 282
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: