Main menu

Author archives: jobin jose

Laravel 5 Package Development

Laravel 5 package development is little bit tricky due to few reason. first one is Laravel 5.0 changed lot of folder structures compared to Laravel 4.2 and older version, also they removed the support of workbench concept. Due to the lack of  workbench concept there is no artisan commands available in Laravel 5.0 for developing the packages. […]

Chrome 44 update break self hosted WordPress

Chrome 44 update break self hosted WordPress site. Yes it only effect Apache servers and that is not using SSL. But its wired it works fine on all other browsers only chrome is trying to redirect to  url. Chrome 44 (version 44.0.2403.89) is turn on the header request with HTTPS : 1, In PHP many […]

How to remove Pages Archives and Categories from WooCommerce pages

How to remove Pages Archives and Categories from WooCommerce pages ? yea from product and shop page of WooCommerce is now showing the side bar widget at the bottom on the page as Pages Archives and Categories. there is already a sidebar widget that is set it from widget manager. Yea, I’m also faced such a […]

Laravel Setup in Linux machine

Laravel setup in Linux machine ? yea its good to use Linux for framwork like Laravel, Symfony or Zend. It doesn’t means Win/Mac not good but linux is best in my concern. I’m using Linux mint for developing Laravel app. so the basic configuration set up will explain step by step. Hope you are in […]

Sublime Text Configuration for PHP

Sublime Text is a powerful text editor , its not just a text editor compare to other text editor the plug-ins of sublime text enables it to a complete IDE options. Here I will tell you the basic configuration required for PHP development using sublime text. Sublime Text Configuration for PHP have the following main […]

Virtuemart Waiting list Dashboard Module

Virtuemart waiting list Dashboard module is a cool Joomla module, that simply provide a quick over view of the product waiting list. That have all basic information Product name, Product Sku and number of customers waiting. The module is compatible with all version and . The module have more filter options to show the statistics […]

wireless network not detecting on Debian (Linux mint) in HP laptop

Wireless network not detecting on Debian ? Yes, I think this is a common issue faced in laptops when we switching from Windows to Linux. Recently I had also same issue , When I switch my OS to Linux Mint the Wifi network didn’t detect automatically and I searched a lot for figure out the hardware […]

Override Joomla core or 3rd party classes

Override Joomla core or 3rd party classes without editing the core ? Sounds like great right ? Yes there is already solution for this in Joomla. Yep Joomla is always smart you can simply create a System plugin with Overrides class name and load the entire class from your custom path. We already know the […]

Import mysql DB using Command Line

Import mysql db using command line is very simple statements and it effective and fast compare to importing huge database from phpmyadmin. There are one more advantage using this method the default mysql db upload file size is doesn’t a matter using command line. Sometime we may face such a situation , importing huge DB […]

New Widgets Positions in WordPress

Adding new widgets positions in WordPress theme’s is very simple and few step process. The WordPress theme development basic idea of creating first wire frame including this portion. Once we decide to create WordPress theme or customize an existing theme to your custom design it may have many common section like Right Side bar, Left […]

FacebookTwitterGoogle+RSS