Author: Pixel Insert / Pixert

WordPress: Which privileges are needed by MySQL Database User
The famous 5 minutes installation for WordPress state that: Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it Most installation instruction for WordPress on the web state that you can GRANT ALL PRIVILEGES to that user. Q. What are the…
Share WordPress Posts or Pages via Email link
A simple link that open users default email client to send that WordPress Post or Page as an email to a friend or colleague. It displays an excerpt in the email body
How To : Uninstall Apps from Mac App Store
I installed Mactracker from Mac App Store. It’s a good app, but I don’t need it anymore. How to uninstall it? OS X doesn’t have a Remove Program tool, the answer is simpler than that. You uninstall it the way you uninstall most Mac programs. navigate to [Your User Name]/Applications, locate the app you want…
Fix Broken WordPress.com stats
Broken WordPress.com stats show no visitor come to your site. This problem is related to WordPress template function name wp_footer Add the following to footer.php file, put it before Note: Automattic bundle wordpress.com stats with Jetpack, please switch to Jetpack from the old wordpress.com stats plugin

Git lesson : Branch
What is GIT? Git is… Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching…