Using Traceview to Identify and Solve Webserver Queueing Problems
We’re kicking off a series of videos on how to find and attack common problems in your complex web applications. Today’s topic is one... more »
Magento: Get Payment Method name using Order ID
In this quick tip we will see how how we can get Payment Method name using the Magento Order ID.
Tweet 0 Comments Save Tags: how-to , open source , php , research
Email Conversion to MHTML, ICS Files Processing & PSTs Creation are Enhanced
Aspose.Email for Java 2.9.0 now supports adding contacts, notes, tasks, calendar, and journal items to PST files in the same way as... more »
Behat: The BDD library for PHP
Behat is an open source Behavior Driven Development (BDD) framework for PHP inspired by the Ruby Cucumber BDD framework.
Tweet 0 Comments Save Tags: methodology , open source , php , tools
Joomla Tutorial - Build a Custom Authentication Component
Short tutorial that shows how to create an API for authenticating anyone via a query string. This will allow an external program -- e.g.... more »
Tweet 0 Comments Save Tags: how-to , php , security
Cloning in PHP
Cloning is an operation consisting in the duplication of a data structure, usually to avoid the aliasing problem of having... more »
Tweet 0 Comments Save Tags: how-to , php