Accidents happen, and it’s no different when it comes to your website. Perhaps you tried to tweak the live site…
Author: Anh Tran
3 Tips To Setup Your WordPress Theme Demo Websites
Setting up a demo for your WordPress themes is a common task, probably the most important task, if you have…
12 Best Responsive WordPress Themes for Bloggers in 2017
If you’re an avid blogger or have an ambition to enter their squad, you need a modern, responsive website template…
How to show only file names in Git log
To show only file names in Git log, use this command: git log –name-status –graph –oneline The key parameter here…
How I increased jQuery performance over 800% with a simple trick
Despite the grow of JavaScript frameworks, jQuery still is the most popular library used in normal web apps. We use…
Upload file to server with SSH command
Use this command to upload file to your remote server via SSH:
Add SSH key to remote server with ssh-copy-id
The ssh-copy-id is the quick command that lets you add SSH key to the remote server. So, next time you…
10 Best PowerPoint Templates for Online Marketing Presentations
Creating a marketing presentation is all about juggling a ton of information that will really move your audience and make…
Git – Reset or revert a commit pushed to remote
Sometimes after you push some commits to the remote, you realize that there is a mistake. So you need to…