
Search In
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
Here we will see an example of how we can make our http server work by writing a re-factored code or by using an anonymous function.First let us see an example of re-factored code.
Let us import the “http” module
var http = require("http"); // vari
When working in mocha, oftenly you don't want to run all the test cases. Mocha provides you the feature to specify which exactly you want to run.
Running a single test file
Using mocha-cli you can easily run a single. This can be accomplished w
To map the URL controller action the feature that is used is routing and in CakePHP to make URLs more configurable and flexible routing is introduced. So in this tutorial we will see the process of Administration Prefix Routing with Cakephp 3.
In Ca
Inline view in SQL is like a select statement that contains everything in the From clause.
View is temporary table that is created for data manipulation.
In this we don't specify the table name instead of that th
There are certain attributes that add up in HTML5 which makes the form attributes much more interactive and validation free.
There are certain example for control attribute:
1. Read only - This will make the input type in read only mode.
Ex:
<
JavaScript is a client side programming language, and if JavaScript will take a lot of time for computation. It will not only affect the performance of our application but also can hang the browser.
So here in this particuler blog we will learn how w
If you want to check the network information in your code, here is the plugin that cordova provides to check if the user is online or offline. This plugin gives the information of cellular or wifi connection of the device and it can also check if the
Hello Readers,
This tutorial will guide you about 'How to use twig syntax in Drupal 8'. These basics of twig syntax will help you to understand:
1. How to print value
2. How to use it with control statement like if, else
3. How to co
