Tag: magento tutorial
-
Linux vs Windows for Magento Hosting
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.
-
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 [code]ERROR 1031 (HY000) at line 291001: Table storage engine […]
-
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.
-
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.
-
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.
-
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
-
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 […]