Magento Unicode URL Key for Products, Categories, CMS Pages

Posted by shahroq on May 17, 2015

By default Magento does not support using UTF-8 characters as URL Keys, this tutorial show you how to make Magento accept non-english characters for Products, Categories and CMS pages.

Make Laravel slug support utf8 characters

Posted by shahroq on November 17, 2014

If you ever wanted to use Laravel Str:slug() method, you maybe noticed it only supports latin characters.

Styling the concrete5 Pagination

Posted by shahroq on September 1, 2013

Style your concrete5 pagination with Bootstrap, Foundation4 Frameworks

Extend Core Statistic System

Posted by shahroq on March 28, 2013

Tutorial on how to add new reports to Dashboard Statistics

Decrease size of your concrete5 install by removing some unnecessary files

Posted by shahroq on March 26, 2013

Making your concrete5 installation 32% lighter by removing some unnecessary files from your project folder

Hide a newly added page

Posted by shahroq on January 14, 2013

There are times you want to create a page, prepare it, but not make it visible to site visitors till the appropriate time comes.

Using core Bootstrap tooltip at your front-end

Posted by shahroq on January 11, 2013

Concrete5 uses Twitter Bootstrap for admin pages, so core files contain all files required for using bootstrap tooltip. But using them at your front end pages, need to include 2 files to your page.