Archive for the ‘Web Development’ Category

How to install Gearman with PHP support on Ubuntu 11.10

The following procedure describes how to install Gearman with PHP support on Ubuntu 11.10. After completion of this procedure you will have running gearman server.
(more…)

Read the rest of this entry »

PHP Tester’s Toolbox

Slides from ZendCon 2011 (more…)

Read the rest of this entry »

Designing HTTP Interfaces and RESTful Web Services

Slides from ZendCon 2011 (more…)

Read the rest of this entry »

Mobile Push Notifications

Slides from ZendCon 2011 (more…)

Read the rest of this entry »

Large-Scale Data Processing with Hadoop and PHP

Slides from ZendCon 2011
(more…)

Read the rest of this entry »

Benchmarking Applications and Frameworks

Slides from ZendCon 2011
(more…)

Read the rest of this entry »

Domain-Driven Design

Slides from ZendCon 2011
(more…)

Read the rest of this entry »

Git for Subversion Users

Slides from ZendCon 2011
(more…)

Read the rest of this entry »

Getting all default properties of the class from any scope

Problem: get_class_vars() in PHP version 5.0.3 and above returns only the properties that can be accessed from the current scope. I want to demonstrate the way to get properties (protected or private) of the class from any scope.
(more…)

Read the rest of this entry »

XML for ZCE candidate

Many web services provide XML data through their API. So it is necessary to understanding of XML basics in order to develop web applications. Also knowledge of XML is one of the skills examined by the ZCE test.
(more…)

Read the rest of this entry »