phpmaster

WordPress Plugin Development, PHP and SOAP, Building a Domain Model, and More

By | | Programming

0

Packaging Your Apps with Phar

Deployment of web applications can be difficult and cumbersome without the right tools. This article will introduce you to PHAR, PHP’s package format which can help you have a better deployment experience.


WordPress Plugin Development

If you’ve ever used WordPress to build a site quickly, chances are you’ve used one of the many plugins that are offered to extend the functionality of this popular blogging software. There are times, however, when you can struggle to find what you need from existing plugins. This article shows you how to create your own WordPress plugins.


Creating Web Services with PHP and SOAP, Part 1

The ability to develop software and services for a wide range of platforms is a necessary skill for programmers, and SOAP, an XML-based protocol, will help ease the burden. Learn about SOAP and make your own SOAP client and server using the NuSOAP library in the first of this two-part series.


Understanding the Observer Pattern

In this article, you’ll learn how to implement the Observer Pattern, a behavioral design pattern that defines a one-to-many relationship between objects. Therefore, when one object changes its state, all dependent objects are notified and updated automatically.


Building a Domain Model: An Introduction to Persistence Agnosticism

With tons of MVC-based frameworks proliferating like hungry ants, the “model” part continues to suffer from the symptoms of an ad hoc Database Model layer. This article will teach you another way, one that will help you focus more on keeping access code out of your domain logic, as well as maintain a clear boundary of responsibility.


Learn Responsive Web Design

Join Learnable $29 Includes all SitePoint books

Timothy Boronczyk

Timothy Boronczyk is a native of Syracuse, NY, where during the day he works as a programmer at ShoreGroup, Inc., and at night freelances under his D.B.A. Salt City Tech and helps out as the managing editor of PHPMaster. He's been involved in Web design since 1998, has a degree in Software Application Programming, and is a Zend Certified Engineer. In what little spare time he has left, Timothy enjoys hanging out with friends, studying Esperanto, and sleeping with his feet off the end of the bed. He's easily distracted by shiny objects.

More Posts - Website - Twitter - LinkedIn

Comments on this entry are closed.