Recently Updated Pages
Common Parse API Operations
Get schema curl -X GET \ -H "X-Parse-Application-Id: ${APPLICATION_ID}" \ -H "X-Parse-Master-K...
Solving Cryptic SVN Errors
SVN File already exists error svn update path/ --accept=mine-full
Standard ReactJS Procedures
Initialize ReactJS Project Enter npm init Enter npm install --save-dev babel-core babel-loader...
ReactJS REDUX Summary
Using stores and reducers A simple example import {createStore} from 'redux'var reducer_1 = (st...
How to do Everything in Metro UI CSS
Metro UI CSS with isLoading jQuery plugin IsLoading jQuery plugin: /* jQuery Plugin */$.isLoadi...
Basic MongoDB Operations
Queries and Indexes Display query stats db.<collection>.find({<query conditions>})....
How to do Everything in Joomla!
Changing Read More Text In your Joomla admin go to Extensions > Language Manager > Overri...
How to do Everything in Javascript (Pure JS)
Mobile user-agent detection var isMobile = { Android: function() { return navigator.userAgen...
Facebook APIs
Generating Graph Access Token that Never Expire Make sure you are the admin of the FB page you ...
CSS Utilities
Media Queries min-width and max-width @media only screen and (min-width: 330px) {...}: If [dev...
How to do Everything in MySQL/MariaDB
Useful Tricks Convert a Column to Uppercase UPDATE table_name SET column_name = UPPER( column_n...
How to do Everything in AngularJS
Prevent Route Change Add target="_self" to all elements Create new directive to prevent the de...
How to do Everything in CakePHP 2.x
Writing Test Case for AuthComponent's login() Function with CakePHP's Mocking $this->controll...
Useful PHP Codes
Increment a Date by Month, Day or Year Increment by month $time = strtotime("2014-12-11")...
Standard PHP/JS/HTML Procedures
Updating PHPUnit to Version 3.7 sudo mv /opt/lampp/lib/php/PHPUnit /opt/lampp/lib/php/PHPUnit.ba...
Setup for Remote Access
Grant Privileges GRANT ALL ON <database>.* TO <user>@'%' IDENTIFIED BY '<pa...
Patching with Git
Creating a Patch Patch for Working Copy (Not Committed) git diff > patch.diff Patch from on...