Add Custom Field to Address in Magento

In Magento, Adding custom field to customer address such as in admin, customer registration, customer address, email, pdf and checkout pages is quite easy if this work is done by using Magento code way...
Continue Reading 0 comment

Upgrading Magento Webshop From 1.5 to 1.7 Version

Upgrading Magento version from 1.5 to 1.6 directly in existing webshop is some difficult and after analyzing various ways of upgrading process from 1.5 to 1.6, i prefer to upgrade by pointing database...
Continue Reading 0 comment

Creating new virtual host in Ubuntu/Linux

Virtual Hosting allow web servers to host more than one website on a sing machine. It allows you to access local repository using addresses such as http://dev.mysite.com instead of http://localhost/mysite/. 1....
Continue Reading 0 comment

Zend Framework Database Connection

This tutorial will help you make connection to your database with Zend Framework. Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside...
Continue Reading 0 comment

.htaccess tips

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.
Continue Reading 0 comment

jQuery AJAX with PHP Tips

Some people have faced problem in use of jquery ajax with PHP that how to post and how to display response data from PHP. Here i am using different kind of examples for jquery ajax using PHP.
Continue Reading 0 comment

Install SSL on ubuntu in apache2

SSL is a Secure Sockets Layer, a protocol for encrypting information over the Internet.
Continue Reading 0 comment

How to add GNOME panel which was deleted in ubuntu

// Use gconftool-2 to customize Gnome gconftool-2 –shutdown rm -rf ~/.gconf/apps/panel // Kill Then Reanimate Your GNOME Panel pkill gnome-panel Thank You Sanjeev
Continue Reading 0 comment

Adding entries(eclipse) in GNOME menu in Ubuntu

I’m using Ubuntu 12.4, and I’d like to automate the addition of some menu items in GNOME menu But i lost to find eclipse. So i am adding eclipse in GNOME as following steps.
Continue Reading 0 comment

Most Popular WordPress Plugins

Following are the most useful plugins in wordpress:
Continue Reading 0 comment

Configure XDebug and Eclipse PDT in Ubuntu

Xdebug is a PHP debugger with Eclipse integration. Here are some instructions for installing it . First login in ubuntu Then install xdebug by running below command sudo apt-get install php5-xdebug after...
Continue Reading 0 comment

Converting Character Encoding

Introduction ICONV iconv is a computer program and a standardized API used to convert between different character encodings. This module contains an interface to iconv character set conversion facility....
Continue Reading 0 comment
Page 1 of 212