Which one is better Linux or Windows hosting for Magento Hosting? This is really very popular question. Today I will present my very personal idea from our team. Read More »
Tag Archives: magento tutorial
How to fix Magento Database import mysql error 1031?
Recently we got many questions about mysql error 1031 when they try to import magento database .sql file. We decide to make this tutorial article to help them solve it easier and maybe other programmers. When you import .sql file you can see the error like this This is well known issue so let’s do this solution Problem: ROW_FORMAT=FIXED Let’s check if ... Read More »
HTTP/2 vs Speed in Magento Hosting
The HTTP/2 protocol as introduced many years ago but until now not many hosting companies apply it for their services because of the technique. But yes, if a hosting what support HTTP/2 that would be great with it’s nice features. Read More »
Magento Security Extensions Best Options
To make sure you got the best security magento site, you need to make sure the server/hosting security first and then the magento security extension will help you secure the internal security and user information. Read More »
Creare SEO Magento Extension
One of a very nice Magento SEO Extension I love and usually use for almost my magento site is Creare SEO. Read More »
Set up Featured products in homepage in magento 1.9
This tutorial to show you how to Set up Featured products in homepage in magento 1.9 but you can use for other version of magento without any problem. Read More »
Enable Magento Extension/Module Manually
In this article, I will show you a very simple way to enable magento extension/module manually. In programming, we usually do that. So let ‘s save time by doing these steps Read More »
3 ways to detect mobile device in jQuery
When working with magento, I usually meet the problem with mobile device. The thing is there are some javascript need to run different in mobile device and I don’t know my extension will be install in desktop theme or mobile theme and which device it is working in. So I found the very good way to detect the device and ... Read More »