Tag: blog

  • 3 ways to use Exists function for jQuery

    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.

  • Site Performance and Scalability Optimizations White Paper

    Site Performance and Scalability Optimizations White Paper

    Magento 2.0 was designed for the next era in eCommerce—to make it faster, easier and more cost effective than ever before to create shopping experiences that are tailored precisely to your business needs.

  • How to fix Magento Database import mysql error 1031?

    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

    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.

  • Magento 1.9 issue on PHP7 hot fix

    Magento 1.9 issue on PHP7 hot fix

    Recently, PHP7 release with a lot of performance feature improvements. But the problem is when you use magento 1.9 for PHP7 will turn out some problems in core. Since this issue is still not updated to new version of magento 1.9, I will show you here a quick hot fix to make it work.

  • Enable Search Engine Friendly URLs in Magento

    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 :). […]

  • 70 conversion optimization tips for a Magento shop

    70 conversion optimization tips for a Magento shop

    Start / Home Site Optimization Show your bestsellers on home pageYou can find your bestsellers at Magento Backend: Reports->Products->Bestsellers Offer more than an order buttonNot every customer likes to do an online purchase, often older customers, which mostly do not trust the internet, like to do there purchase by phone, fax or mail. Show a […]

  • Magento Cache strategy for best performance

    Magento Cache strategy for best performance

    There are many blog posts about magento cache and how to configure it right. In this blog post i want to explain which cache backend

  • How to configuring APC cache for Magento?

    APC (Alternative PHP cache) is a free opcode cache for PHP, which…

  • Install APC on Ubuntu to speed up Magento

    Below method i tested with Ubuntu 10.04 and 12.04, they are all work well, hope it work well for all of other Ubuntu versions. APC (alternative page cache) is an addon to php to increase execution time of PHP scripts.

  • How to install ionCube loader on Ubuntu

    ionCube is a Zend-Engine extension to encode PHP files. To install it on Ubuntu first download the software from ionCube.com and extract it to /usr/local. For the 64 bit version: cd /usr/local sudo wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz sudo tar xzf ioncube_loaders_lin_x86-64.tar.gz If you need the 32 bit version use http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz instead (further downloads can be found at […]

  • Increase Magento Speed and Performance

    Increase Magento Speed and Performance

    Magento is known to be a quite ‘heavy’ ecommerce CMS system that will run slowly if the right settings are not applied to it.

  • Optimizing Magento Performance

    Optimizing Magento Performance

    According to the recent research, 64% of dissatisfied online shoppers said they were less likely to visit a slow retailer again, 62% were less likely to purchase from the site again and 48% would purchase from a competitor.

  • Optimizing HTML

    Optimizing HTML

    Why clean markup? Markup smells Additional optimizations Agressive optimizations When things go wrong Antipatterns Tools Future considerations Why clean markup? Client-side optimization is getting a lot of attention lately, but some of its basic aspects seem to go unnoticed. If you look carefully at pages on the web (even those that are supposed to be […]

  • 30 Popular .htaccess code snippets

    30 Popular .htaccess code snippets

    “A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers, that allows for decentralized management of web server configuration„. (FromWikipedia) The .htaccess method will only effect the folder in which the .htaccess file resides, and all the folders inside. The .htaccess file is very useful and allows you to do […]

  • Understanding Magento Scalability and Performance

    Understanding Magento Scalability and Performance

    Performance and scalability are hot topics for any enterprise application, and this is especially true of Magento.