Web Technology Funda

Love to share my practical experience with you! I started this blog for self reference but I am happy to see that this blog helping other as well to groom! Please feel free to provide suggestions.

Jun 16, 2014

How to add custom new or update or delete category attribute in Magento using SQL setup

›
1. How to add new category attribute: <?php /** @var $this Mage_Eav_Model_Entity_Setup */ $this->startSetup(...
Jun 12, 2014

Object Oriented Programming in Javascript

›
Object Oriented Programming concept in Javascript is very similar to other object oriented programming language concept for example : C++, ...
Jun 4, 2014

How to create virtual host for phpmyadmin to access database in Ubuntu (LAMP)

›
Step 1 — Create the Directory Structure: - Create a folder name as "phpmyadmin" in /var/www directory. sudo mkdir -p /var/www/p...
Jun 3, 2014

How To Create Virtual Host on Ubuntu OS (LAMP)

›
## Note :: Assuming you have installed LAMP ## Case : We want to create a virtual host name as " test.localhost " Step 1 — C...

How to install Varnish Cache and Turpentine in Magento using Ubuntu OS

›
Please follow the below link step by step. http://rajeshganjeer.wordpress.com/2014/05/28/varnish-with-magento-terpentine/ Thanks to Raj...
Jan 23, 2014

How to update Sugar CRM user Account & contacts detail usign SUGAR API in PHP?

›
$set_entry_parameters = array( //session id "session" => $session_id, //The name of the module from which to retrieve...
‹
›
Home
View web version
Powered by Blogger.