Rob Allen: Sending an HTML with text alternative email with ZendMail
Rob Allen has a quick tutorial posted to his site today showing you how to send an email with the ZendMail component of the Zend Framework 2 that contains HTML but provides a plain text backup in the...
View ArticleDavid Müller: Cross Domain AJAX Guide
In his latest post David Müller covers some of the things to consider when working with cross-domain ajax requests including CORS and iframes. As it is widely known, AJAX Requests are only possible if...
View ArticlePHPMaster.com: Convert HTML to PDF with Dompdf
On PHPMaster.com there's a new tutorial from Shameer C showing you how to use Dompdf to convert HTML to PDFs. The handy library makes it (relatively) simple to automatically generate the documents...
View ArticleSitePoint PHP Blog: Coding a Lorem Ipsum Alternative
On the SitePoint PHP blog David Francis has written up an example showing how to create a "lorem ipsum" alternative in PHP. The "lorem ipsum" functionality generates text to put into layouts or...
View ArticleSitePoint PHP Blog: How to Dynamically Localize TinyMCE
The SitePoint PHP blog has a post from Roland Clemenceau about localizing the TinyMCE editor, a web-based Javascript HTML WYSIWYG editor. It's dropped in to make textareas rich-text editing components...
View Articlephp[architect]: Sending HTML Emails with Drupal 7, Webform, and Mandrill
The php[architect] site has a new tutorial posted giving you a step by step guide to sending HTML email with the combination of Drupal 7, Webform and Mandrill (the mail service by Mailchimp). By...
View ArticleNetTuts.com: More Tips for Best Practices in WordPress Development
NetTuts.com has published a few more WordPress tips and best practices to help you get the most out of your WordPress-based application. Welcome to the second part of the series. In the first article,...
View ArticleSitePoint PHP Blog: PHP Streaming and Output Buffering Explained
The SitePoint PHP blog has a new performance-related post to the site today from Imran Latif. This new post looks at effective use of output buffering and streaming and explains how it works and some...
View ArticleHari KT: Aura Input Form Inside Slim Framework
Hari KT has a new post to his site today showing how you can integrate the Aura PHP components into a Slim framework application for input handling, like from a form. Aura PHP is a set of decoupled...
View ArticleDeveloper Drive: Simplify your documentation process with Couscous
On the Developer Drive site today there's a quick post introducing you to Couscous, a PHP-based documentation generation tool. Couscous translates your Markdown files into HTML output that's...
View Article