May 31, 2012
This is yet another shopping cart tutorial. But the technique i will discuss is quick and easy to understand, all you need to learn this..
Read moreMay 31, 2012
Embedding the Python interpreter in a Windows application can be summarized as follows: Do _not_ build Python into your .exe file directly. On Windows, Python..
Read moreMay 31, 2012
The Magento database creates use of foreign key constraints to make sure database reliability. As an example, if a category is deleted, all categories below..
Read moreMay 31, 2012
The intention of this tutorial is to show you how to install a Drupal CMS application to your site through the Softaculous auto installer. One..
Read moreMay 30, 2012
Class Definition A class is user defined data type that includes features or data members; and techniques which work on the data members. (You will..
Read moreMay 30, 2012
On Windows 2000, the standard Python installer already connects the .py extension with a file type (Python.File) and gives that file type an open command..
Read more