Magento PHP Joomla Wordpress MySQL Jquery Ajax HTML CSS Blog

1

Add google CAPTCHA in register page in Magento

I have tried to integrate recaptcha and I was partially successfully. I have tried for customer registration page only. But this can be applied to other forms as well. Here is the link where...

0

What is the difference between BLOB AND TEXT?

A BLOB is a binary large object that can hold a variable amount of data. The four BLOB types TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB differ only in the maximum length of the values they...

0

Magic Quotes Error With Joomla 3 Installation

Basically their hosting service is out-of-date or incorrectly set up. During the installation they get an error message saying that something called “Magic Quotes” needs to be turned off.

1

Using Callback Functions in PHP

A commonly used technique when programming is to use callbacks. A callback is a piece of code that is passed to a function that is later executed by that function. In this article I...

7

Setting Up MySQL in CPanel

There are many different types of control panels that your shared hosting provider may have. This tutorial assumes that you are using the most popular, CPanel.

2

How to Set Up Buy X Get Y Free in Magento?

Magento Go is a fully capable eCommerce platform – and one of its most powerful features is its flexible price rules. Magento Go offers Catalog Price Rules as well as Product Price Rules.

3

Creating a Configurable Product in Magento

Magento provides several built-in product types which allows it to accommodate many of the most common products for sale on the web today without additional customization. Simple product types in Magento include Simple, Virtual...

1

How to call module in component?

Modules can be placed anywhere on the page, including component page. You can specify the position in module settings. And if you meant how to place a module inside contents then you can use...