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

Search In

Node.js authentication with passport local

In node.js authentication and login could be a difficult task but there are some modules available in node that makes it easier for a node developer. One of them is Passport. Passport is a middleware that allows us to authenticate using username and

Advantages of Integrating WordPress & Salesforce You Must Know About!

Talk of CRM and one name that always ranks first on the list of sales professionals is – Salesforce. And why not? It is quite obvious for them to lean towards a tool that offers excellent functionalities for organizing and storing the company&r

How to create user authentication plugin in joomla

Authentication plugin provides facility for user to authenticate the user from any source such as database. As all the plugins in Joomla are inherited by jPlugin class so we can create our own custom plugin which will inherit from base class for usin

How to Call Stored Procedure using Entity Manager in JPA

Call stored procedure in JPA : Here I am going to tell you that how you can call the stored procedure using JPA entity manager. Following is the example to call stored procedure using entity manger. Suppose we have a stored procedure called 'get_log

How to Change User Active/Suspend Status on dropdown change in cakephp

Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you. first you need to create dropdown box which contain user status 0 for Suspend 1 for active. Example: <?php $opti

Dynamic Table in C#

While retriving or inserting data into the database we use SqlClasses. But we can also create dynamic data or dynamic table if we want.   For doing that we need to use the classes:   DataTable : Table where rows and column are stored.

  • 291
Custom Validation rules in CakePHP

Validation is a process of analyzing the exactness of data. It assures that the data entered is according to our requirement or not. CakePHP has it's own inbuilt validation rules. In CakePHP validation rule is locate in the Model file of that pa

How to modify PHP settings in Ubuntu 14.04?

Modify PHP settings PHP settings can be changed and configured using php.ini file. This blog will give you few common examples. In PHP applications there are some case in which we might need to allow for larger upload files. Such as videos, plugins

Date Filters in iOS

Hi, iPhone developers today we will see how to fetch records lying between 2 dates in iOS i.e basically applying date filters on records of data. The first thing we have to take care is the "format" of records we have in our database. In Ca

Associations (Linking Models together) in cakephp

Association is the relationship between two models. By using associations we can join tables. It is like a glue between different related models. Cakephp provides us very powerful feature of linking models together, just by call of one function. In C

1 115 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: