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

Search In

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

Make an HTTP server work by function passing as an anonymous function in Node

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

How to run a single mocha test?

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

How To Do Administration Prefix Routing with Cakephp 3?

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

  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

Control Attributes in HTML5

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 Loop Optimization

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

How to check network information in phonegap

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

Twig Template Basics Syntax in D8

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

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