Basic Sublime Commands
sublime
March 8, 2016
sublime
March 8, 2016
javascript node mocha chai sinon
March 8, 2016
api design
March 3, 2016
javascript mongodb mongoose
February 13, 2016
javascript mongodb
February 10, 2016
javascript typescript
February 9, 2016
git
February 7, 2016
php http authentication
October 15, 2015
It is possible to use the header() function to send an “Authentication Required” message to the client browser causing it to pop up a Username/Password input window. Once the user has filled in a username and a password, the URL containing the PHP script will be called again with the predefined variables PHP_AUTH_USER, PHP_AUTH_PW, and AUTH_TYPE set to the user name, password and authentication type respectively. These predefined variables are found in the $_SERVER array. Both “Basic” and “Digest” (since PHP 5.1.0) authentication methods are supported. See the header() function for more information.
javascript angularjs yeoman generator
October 13, 2015
Lets you quickly set up a project with:
javascript angularjs routing
October 13, 2015
ngRoute merely allows you to assign controllers and templates to URL routes, whereas the fundamental abstraction in ui-router is states, which is a more powerful concept.