This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Category: My Work
-
Quote – raw programming languages
Nowadays you have developers that use raw programming languages in their project, that slow down contributor because it’s always hard to understand a new project which follows ideas (structure, convention, etc ..) of one developer. Using a framework (even a minimalist one) will break that point.
-
How to Visualize your data on your website
Have you ever wanted to visualize any of your data showing a bar graph, pie chart, word clouds, and other web visualization more than the text? There been an explosion in the number of available data sources and data-processing tools mean that more people than ever are jumping into the world of data visualization. But with […]
-
How to monitor you replicated MySql database
You have finished setting up your MySQL replication, next you need to periodically monitor your replication to ensure that MySql replication continues to work seamlessly. You can monitor the MySql replication with some basic commands, I have summarized them below.
-
How to fix a WordPress blog that has a redirect loop
I recently started experiencing an issue with my WordPress website, I start receiving this webpage has a redirect loop. It did not matter what browser I was using, as that was the first thing I did clearing cache and cookies.
-
What you need to know about WordPress Multi Site
A WordPress MultiSite is served by one code base, each site within the MultiSite uses the same database, the tables are numbered by the site which allows the separation of a site if you need to remove tables. The user tables are still shared.
-
How To Safely Rename a Database in MySql
So you want to Safely Rename your MySql Database, here is a tip on how to do it. If you do not have phpmyadmin installed on your server, then below are the steps to safely rename a MySql database.
-
How to setup a MySql replication database for WordPress
WordPress uses MySql database to store all the plugin options, theme options, your pages, your posts, users and comments, with more visitors your site need to be able to scale or in my case, I had user spikes (increased traffic) that took out the connection to MySql, as memory on the server was used up. […]
-
How to create a Twitter List
If you follow a lot of people on Twitter, the Twitter feeds get very active, the tweets that you want to see disappear in the clutter of tweets. How to get to the tweets that you want to see. Twitter has a feature called Twitter lists.
-
The hidden OCR feature of Google Drive
Google Drive’s Optical Character Recognition (OCR) lets you convert images with text into text documents using automated computer algorithms. Images can be processed individually (.jpg, .png, and .gif files) or in multi-page PDF documents (.pdf).