How to integrate Magento and Drupal?

By   | on May 2nd, 2012 Discussion

Magento is one of popular and robust e-commerce system which is based on the Zend Framework by Zend. It gives good tools and mechanism to operate your e-commerce websites and even multiple stores on different urls via single admin section. Drupal is one of the best open source CMS having power of ease of use [...]

    Read More...

Why People hate Magento?

By   | on May 1st, 2012 Discussion

Many people hate Magento and hate it upto a level where they really do not want to hear anything in favor of it. Most of them have some valid reasons (based on their personal experiences) and many of them hate it just to hate it. On this page I am compiling a list of complains [...]

    Read More...

How to optimize Magento speed?

By   | on May 1st, 2012 Discussion

I came across this good collection of some good suggestions by Guido Jansen about Magento speed optimization. Most of  suggestion are not exclusive Magento, but totality it is good list to optimize any Magento or PHP based application.  As of he has not finished his target of listing 101 suggestions, but a must read for [...]

    Read More...

Deploy and Release your PHP Applications with Phing

By   | on April 13th, 2012 Discussion

Phing is a PHP project build tool based on Apache Ant. A build system helps you to perform a group of actions using a single command. If you’re wondering why PHP needs a build tool, consider a work flow where you write code and unit tests on your local machine, and if the tests pass [...]

    Read More...

Using PHP and Java in the Same App with PHP/Java Bridge

By   | on April 3rd, 2012 Discussion

In this article you will learn how to install and configure the PHP/Java Bridge and how to use Java classes in PHP scripts in a demo application. To use the PHP/Java bridge, you should have knowledge of Java SE and the PHP5 core, as well as how they interact. PHP 4 supported an extension for [...]

    Read More...

Artificial Intelligence in PHP : Creating Neural Networks

By   | on December 10th, 2011 Discussion

This article at developer.com, gives first hand information about creating neural networks in PHP language. Artificial neural networks are developed mostly in high-level programming languages such as C or C++, So reading about them in PHP is a refreshing experience.   What are Neural Networks? The network works similarly to the human brain: it is [...]

    Read More...

10 Reasons to Use Zend Framework

By   | on December 7th, 2011 Discussion

Why you should use Zend Framework? This is not only an interview question, while taking structural decisions about a project, we should ask this question to ourself. This article gives good reasons why you should adopt Zend framework in your working culture and what kind of benefits you can get out from Zend Framework. Extend [...]

    Read More...

Integrating Zend Framework with Drupal and WordPress

By   | on July 23rd, 2011 Discussion

Zend Framework is not only a framework but a robust library for many kind of operations and services. While working with Drupal or WordPress sometime we found that a good library for one particular operation is already available in Zend Framework. You can easily use Zend Framework library in your projects with bothering about its [...]

    Read More...