Latest

16
May
Speedy Environment Setup for Web Development - Docker(Laradock)

Speedy Environment Setup for Web Development - Docker(Laradock)

Prerequisite -System: Ubuntu 16.04 -install docker -[install docker-compose](https://docs.docker.com/compose/install/) -clone laradock Config Laradock
1 min read
16
May
Baidu Tongji - Trackevent

Baidu Tongji - Trackevent

How to setup trackevent through JS in Baidu Event Tracking, a working guideline. Setup JS-API <script> var _hmt
1 min read
20
Apr
Post Pagination with Page Number- WordPress Theme Development

Post Pagination with Page Number- WordPress Theme Development

Replace the default Old-New Pagination with Numbered Pagination Code <?php // Do not include the opening php code function numeric_
1 min read
20
Apr
Inject Tracking Code with a Plugin in WordPress

Inject Tracking Code with a Plugin in WordPress

Plugin My Custom Functions Simply put, the code injected with the plugin will be appended to functions.php Code // Below
03
Apr
Contact Form 7 - Email Validation

Contact Form 7 - Email Validation

Sagar Nangare Reference Block none-business(/Free/Certain) address from using the contact form Code (function.php) function varified_email($email)
1 min read
21
Mar
WeChat QR Code Toggler

WeChat QR Code Toggler

QR Code (img) pop out when hover an (WeChat) icon HTML <div class="container"> <a
1 min read
15
Mar
SSH Failure

SSH Failure

Timeout * Try another SSH client * Remove key in the Known_Hosts file Reference
14
Mar
Async Load WordPress Post

Async Load WordPress Post

Reference Load Infinite AJAX Scroll <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.
1 min read
12
Jan
Local WordPress Development Environment with Docker

Local WordPress Development Environment with Docker

MySQL Run MySQL container docker run --name wordpressdb -d mysql:5.7 docker run --name wordpressdb -e MYSQL_ROOT_PASSWORD=
1 min read
28
Dec
WordPress Theme Customiser

WordPress Theme Customiser

Reference Customiser Object Four main types Panels Containers for sections Sections UI containers Settings Accociate UI elements(controls) with settings
1 min read