Samuel Folkes' Blog: The Tools You Need For PHP Development
Samuel Folkes has posted a few of his ideas on the tool(s) that every PHP developer needs to have on his belt to make their work easy and more effective. Quite often, I am asked the question "What...
View ArticleNetTuts.com: How to Send Text Messages with PHP
On NetTuts.com today there's a new tutorial showing you how to send text messages via SMS directly from your script to the user's cell phone. Text messaging has become extremely widespread throughout...
View ArticleMichael Maclean's Blog: Using Pango for PHP: a taster
Michael Maclean has a new article today talking about the Pango graphics library and how it can be coupled with the Cairo PECL extension to more easily create better looking text in dynamic images....
View ArticleChristian Weiske's Blog: A MIME type for .php files
Christian Weiske has a recent post to his site looking at something most PHP developers don't even think about when serving up their scripts - the MIME types for PHP files. While setting some svn...
View ArticleMartin Psinas' Blog: Watermarking with text and ImageMagick
Martin Psinas has submitted a new tutorial he's written up (complete with sample code) showing how to watermark an image with ImageMagick. In my most recent venture with PHPMaster I was asked to write...
View ArticlePHPMaster.com: WordPress Plugin Development
On PHPMaster.com today there's a new tutorial showing how you can create a custom WordPress plugin for the popular PHP-based blogging/CMS tool. If you've ever used WordPress to build a site quickly,...
View ArticleLearnComputer.com: Sending Text Messages with PHP
In this new tutorial on LearnComputer.com, they show you how to, using a simple call to PHP's mail function, you can send a text message to anyone. Text messaging seems more convenient than making...
View ArticlePHPMaster.com: Adding Text Watermarks with Imagick
On PHPMaster.com there's a recent tutorial from Martin Psinas about how you can add text to an image with the help of Imagick, the image editing software that's available to PHP via an extension. In a...
View ArticleSitePoint PHP Blog: Translation and Text-to-Speech with Microsoft Translator
On the SitePoint PHP blog today there's a new tutorial showing you how to combine the Microsoft Azure platform services with their Translator API to create a text-to-speech translation service with...
View ArticlePHPBuilder.com: Using PHP Configuration Patterns Properly
On PHPBuilder.com today they have a new post showing different configuration patterns for getting localized settings into your applications. They show the use of INI files, PHP scripts, text files,...
View Article