PHPMaster.com: Server-Side HTML Handling Using phpQuery
PHPMaster.com has a new tutorial today showing how you can use phpQuery to work with HTML in your application. phpQuery is a server-side CSS-selector-driven based on jQuery's API. Think about how you...
View ArticleNetTuts.com: So You Want to Accept Credit Cards Online?
On NetTuts.com they're posted a new tutorial about using the Stripe service to accept credit cards on your site. Thanks to some handy libraries they provide, integration is a relatively simple...
View ArticleJames Morris' Blog: Parsing HTML with DOMDocument and DOMXPath::Query
In the latest post to his blog James Morris looks at using XPath's query() function to locate pieces of data in your XML. The other day I needed to do some html scraping to trim out some repeated data...
View ArticleRob 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 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 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