Archive
Automatic WSDL Generation in PHP 5
WSDL Writer allows you to seamlessly create SOAP/XML web services in PHP which are interoperable with Java, C# and other languages. Supports SOAP headers, binary attachments, arbitrary depth object and array hierarchies, and produces WSDL files that can be imported into Visual Studio. Read more…
PHP Test Chassis
PHP Test is a very lightweight unit testing framework which allows you to unit or regression test applications using a variety of text, file, PHP, XML or XSL inputs and expected outputs, with configurable fail behaviour and overrideable success/fail comparison functions. Read more…
Out-of-process (IPC) Winamp control with multiple Winamp instances
At Deviant Audio, we use bespoke tools written in C# to control Winamp playlists. The tools are processes external to Winamp which communicate via IPC (Inter-process Communication) – namely via the SendMessage() Win32 API function.
When controlling Winamp with a 3rd party process, the first thing you must do is locate Winamp’s main window. If you want playlist control, you need the playlist window handle also. Read more…