
Search In
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 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
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
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
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
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(
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
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
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
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
