Skip to main content

Recently Updated Pages

Common Parse API Operations

Development, Programming & DevOps Everything About APIs

Get schema curl -X GET \ -H "X-Parse-Application-Id: ${APPLICATION_ID}" \ -H "X-Parse-Master-K...

Updated 7 years ago by Tingwai

Solving Cryptic SVN Errors

Development, Programming & DevOps Git and SVN

SVN File already exists error svn update path/ --accept=mine-full

Updated 7 years ago by Tingwai

Standard ReactJS Procedures

Development, Programming & DevOps PHP, Javascript & HTML

Initialize ReactJS Project Enter npm init Enter npm install --save-dev babel-core babel-loader...

Updated 7 years ago by Tingwai

ReactJS REDUX Summary

Development, Programming & DevOps PHP, Javascript & HTML

Using stores and reducers A simple example import {createStore} from 'redux'var reducer_1 = (st...

Updated 7 years ago by Tingwai

How to do Everything in Metro UI CSS

Development, Programming & DevOps PHP, Javascript & HTML

Metro UI CSS with isLoading jQuery plugin IsLoading jQuery plugin: /* jQuery Plugin */$.isLoadi...

Updated 7 years ago by Tingwai

Basic MongoDB Operations

Development, Programming & DevOps MySQL / MariaDB & MongoDB

Queries and Indexes Display query stats db.<collection>.find({<query conditions>})....

Updated 7 years ago by Tingwai

How to do Everything in Joomla!

Development, Programming & DevOps CMS/E-Commerce

Changing Read More Text In your Joomla admin go to Extensions > Language Manager > Overri...

Updated 7 years ago by Tingwai

How to do Everything in Javascript (Pure JS)

Development, Programming & DevOps PHP, Javascript & HTML

Mobile user-agent detection var isMobile = { Android: function() { return navigator.userAgen...

Updated 7 years ago by Tingwai

Facebook APIs

Development, Programming & DevOps Everything About APIs

Generating Graph Access Token that Never Expire Make sure you are the admin of the FB page you ...

Updated 7 years ago by Tingwai

CSS Utilities

Development, Programming & DevOps CSS

Media Queries min-width and max-width @media only screen and (min-width: 330px) {...}: If [dev...

Updated 7 years ago by Tingwai

How to do Everything in MySQL/MariaDB

Development, Programming & DevOps MySQL / MariaDB & MongoDB

Useful Tricks Convert a Column to Uppercase UPDATE table_name SET column_name = UPPER( column_n...

Updated 7 years ago by Tingwai

How to do Everything in AngularJS

Development, Programming & DevOps PHP, Javascript & HTML

Prevent Route Change Add target="_self" to all elements Create new directive to prevent the de...

Updated 7 years ago by Tingwai

How to do Everything in CakePHP 2.x

Development, Programming & DevOps PHP, Javascript & HTML

Writing Test Case for AuthComponent's login() Function with CakePHP's Mocking $this->controll...

Updated 7 years ago by Tingwai

Useful PHP Codes

Development, Programming & DevOps PHP, Javascript & HTML

Increment a Date by Month, Day or Year Increment by month $time = strtotime("2014-12-11")...

Updated 7 years ago by Tingwai

Standard PHP/JS/HTML Procedures

Development, Programming & DevOps PHP, Javascript & HTML

Updating PHPUnit to Version 3.7 sudo mv /opt/lampp/lib/php/PHPUnit /opt/lampp/lib/php/PHPUnit.ba...

Updated 7 years ago by Tingwai

Setup for Remote Access

Development, Programming & DevOps MySQL / MariaDB & MongoDB

Grant Privileges GRANT ALL ON <database>.* TO <user>@'%' IDENTIFIED BY '<pa...

Updated 7 years ago by Tingwai

Patching with Git

Development, Programming & DevOps Git and SVN

Creating a Patch Patch for Working Copy (Not Committed) git diff > patch.diff Patch from on...

Updated 7 years ago by Tingwai