PHP and MySQL is a popular pair for web development, but sometimes we need to change the default collation to display the right language and faster for MySQL, in this case, let's check some of simple tips to do that. (more…)...
Magento, the open-source PHP-based ecommerce platform, is one of the most popular content management systems (CMS) for online shops worldwide. (more…)...
This tutorial will show you how to get Base secure URL without index.php in PHP code. It 's just a simple methods but many programmers will need. (more…)...
This guide is intended as a resource to help you increase magento conversion rates, and ultimately improve your online store’s overall shopping experience. (more…)...
You spend a lot of time to make sure your magento store work smooth. You do everything you know and you believe it 's good enough but how do you (more…)...
It 's quite simple to create a Twitter API PHP script what can post to twitter auto without too much work. In this tutorial I will show you step by step doing it. (more…)...
If you run magento site and meet malware problem, it 's really a nightmare. In the most case, if you got the backup version and it 's reasonable to restore. (more…)...
Another our security tutorial for magento, we want to focus to magento extensions what help us saving a lot of time to take care the magento security automatically. (more…)...
Build a magento website is not easy but maintain a magento website 's much more difficult with the security requirements. For e-commerce project, the security must be a top priority. (more…)...
If you want to add a barcode in your Invoice or shipment PDF in Magento, this blog will help you to do that. It’s very easy to implement. If you have some Magento developing skill, you can do it easily. I tested with different Magento versions and it’s working fine. (more…)...
Last time when I install magento and run it normally until a day I see the error: "The connection was reset". It show the blank page like this
If you meet this problem then let 's do these steps to fix
Restart your web server
Clear all cache in /var/cache
Make sure you delete folder /var/cache/session
Now clear browser cache and cookie and then load magento again.
I did these steps and it work fine. Hope it save your time!...
Alright let’s learn how to add some categories. Categories are what holds your products that are being sold on your website. The following section will cover how to add and manage a variety of categories. (more…)...