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

Search In

Data table Server-side processing using Cakephp

In cakePhp if have an extensive database which contain a huge number of record so you can apply the datatables server side processing there. By applying the datatable server side processing you are furnished with pagination highlight in which it depe

How to save my Offline Data in web applications

Since introduction of Offline storage in HTML5 many new trends have been started by storing persistent data locally on users system for future use. This leverages browsers and users system's capability to store data locally for offline usage. Browse

Importance of Data Mining for Email Marketing

Email marketing has a capacity to connect uncountable consumers to a brand. It offers entrepreneurs the best alternative to promote scalability together with prompting through an irresistible discount.     David Newman once claimed-&

Create custom component in Joomla 1.5

Sometimes, when we are working on CMS like Joomla, Drupal etc, we have such requirements for which we need to build our own component. On that component, we can add our logics for development. Here are some basic steps to create you own Joomla compo

What is UNIQUE Constraint in MySQL?

In MySQL, the UNIQUE constraint is used to uniquely identify each record in a table. UNIQUE Constraint on CREATE TABLE The following statement creates a UNIQUE constraint on the "id" column when the "employee" table is created: Example CREATE TABL

What is CHECK Constraint in MySQL?

In MySQL, the CHECK constraint is used to put limit on value range on value inside a column. CHECK Constraint on CREATE TABLE The following statement creates a CHECK constraint on the "id" column when the "employee" table is created. The CHECK cons

Recovery Models in SQL server

There are three types of Recovery model in SQL server Simple recovery model -- gives you the backup to replace the entire database in the event of a failure . In simple recovery model data is recoverable only to the most recent backup . User c

Ajax call in wp-oauth plugin

Hello readers, today we discuss about "How to call Ajax in wp-oauth Plugin". "wp_ajax_your_function_name" its a pre define method for loged in users. You can put the below code into plugin.php file. "getMinorCatList" is a function where ajax can hi

How to join table in cakephp

Most of cakephp developer write custom query to join two table of database but cakephp provides best facility to join more than one two table in single query using association . Let see an Example:- SELECT * FROM `messages` INNER JOIN users ON mess

Getting error for using the session variables used in PHP

<?php session_start(); include_once('config.php'); $user=htmlentities(stripslashes($_POST['username'])); $password=htmlentities(stripslashes($_POST['password'])); // Some query processing on database if(($id_user_fetched<=$id_max_fetched)

1 86 161
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: