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

Search In

How to Run Mysql Server on Safe Mode?

MySQL is an open source database software which is used for storing data. Some time we need to run MySQL Server on safe mode. Please follow the below commands one by one to run MySQL server on safe mode. 1) First of all you have to stop MySQL Server

Color harmony in design

Color harmony in design "Color does not add a pleasant quality to design - it reinforces it." - Pierre Bonnard What is evident when it comes to color is that it is a crucial component of design and creates an emotional response by the p

Example of non blocking programming in node

Here we will see how the non blocking programming works and how the control goes from one program to another without sequence. Example for Non-Blocking: Let us create a text file file_2.txt. Now write some content in the file_2.txt Let us write th

How to read a file in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to to read a file in php ? If you want to read a file in php the you should use readfile() function. This function reads a file and writes it to the output buffer. It is very s

How to auto load model in codelgniter

Hello Friends, If you are looking to auto load any model function or many models functions like I want to user model will be auto load in my project. Please review the below code for the same and make the changes accordingly. Please open "code

How to set OR condition in Cakephp ?

Cakephp 2.*: OR condition I am writing this blog which will let you know how to set OR condition in Cakephp 2.*: Write following lines of code to use OR condition: 'User' => array ( 'conditions' => array ( 'OR' => array(

How to validate email address in HTML5?

HTML5 allows you to validate an HTML form field using a regular expression. The below HTML code validate an email address against a regex. <input type="email" name="email" required pattern="[^@]+@[^@]+.[a-zA-Z]{2,6}" />   Test case: s

How to improve Asp.Net web application performance ?

Many times, the web application goes slow down, after go live on a production server. There may be two reasons - hardware issues where you deployed the application or the CPU and memory usage are high due to not using resources efficiently inside you

How to sync google drive in ubuntu?

Sync google drive in Ubuntu In order to sync google drive in Ubuntu you need to have authentication with Google Drive. Type the following command sudo grive -a Now go the folder that contains files you want to sync with Google Drive and enter the

How to use Blowfish password hasher in cakephp

Hellow Reader's , In this Blog you can learn how to secure your password in DB with Blowfish password hasher. it is very difficult to hack. you can use blowfish hasher by following these steps. First use below line in your User (Model) App::u

1 251 408
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: