Tag: magento tips
-
Remove a property from a JavaScript object
In this article we will discuss about What is the best way to remove the property to end up with new myObject as follows. It ‘s quite simple, let’s take a look at this sample code:
-
3 ways to use Exists function for jQuery
jQuery is really useful for client website programming. It help us a lot but sometimes we need to spend time for very simple problem. This article will show you 3 ways to use exists function for jQuery what help you check if an element exists or not.
-
Save Data to Database in Magento 2?
In this tutorial we will cover saving data to database by coding for front end form and front end normal controller. This will be very useful if you just want to save something to database without any complicated work.
-
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 […]
-
Magento .htaccess redirection for Magento site
.htaccess is very powerful. In magento site, sometimes you will need to redirect a URL to another URL so that the easiest way to do this job is .htaccess file. In this tutorial I will show you a very easy to way to do that.
-
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.
-
How to secure phpmyadmin installation?
Almost people install phpmyadmin to manage mysql database and then they forget to secure it. It ‘s very important to do this part to make sure no one can touch to your phpmyadmin panel.
-
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.
-
Install imagemagick for PHP on MAC
Last time I face to a problem with Install ImageMagick for PHP on Mac what take me a lot of time to manage to get it work well. It ‘s quite simple if you know how to do. Today I will share you this simple tips hope it will save you a little time.
-
The Best Magento Cms For Ecommerce
Magento is the one stop shop for all ecommerce web store setup requirements for clients from all industries. This open source ecommerce CMS is vehicle of ecommerce for thousands of ecommerce websites from market spaces such as apparel, electronics, sports equipment, automobiles, and more. What makes Magento such a powerful force for web store managers […]
-
Auto break line in HTML using CSS
Break line in HTML will make content easier to read when we meet a long word. For example, user comment a long URL and we have to display full URL, but the problem is the area we use for it not too big to display all of long URL. In this case, we need the […]
-
Back button problem after redirect in jQuery Mobile
Magento Mobile theme by jQuery mobile is quite easy to get started but there are some issues in jQuery mobile library what is not easy to control at all. Today I will tell you one of popular issue what make the back button of browser doesn’t work after redirect using javascript.
-
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
-
What’s news in Magento 1.9.x Release?
Magento is always welcome as all of other versions what is expected to fix the performance but not now again. Maybe we need to wait until magento 2.0. For now, even though it doesn’t show up the performance changes but all of others changes are good enough to upgrade to this new version what help […]
-
Get first row in Codeigniter return from database query
Recently, I has started with a project what connect from Magento to the back end of Codeigniter. Everything with Codeigniter with me is new so that I have to follow step by step in the guide. I usually want to get first row in codeigniter return from database result set instead of a list of rows. […]
-
Enable Search Engine Friendly URLs in Magento
Enable Search Engine Friendly URLs in Magento is quite easy for magento administrator. Even though it ‘s quite easy we still need to write it down to save for later use. Recently we see our members who are working with magento for a long time, sometimes they forget how to configure this simple stuffs :). […]