PHPMaster.com: Sending Emails with PHP
In a new tutorial from PHPMaster.com Jason Pasnikowski takes a look at sending emails with PHP - an introduction to what the language offers and how it can be used to send an HTML version. In most...
View ArticleSmashing Magazine: Create A Christmas Wish List With PHP (For Beginners)
In this new tutorial Smashing Magazine shows you how to create a mini "Christmas List" application with PHP, HTML and CSS (and a little bit of database help) to display a list of what you or your...
View ArticlePHPMaster.com: Form Validation with PHP
On PHPMaster.com today there's a new tutorial showing how to do some form validation using some basic PHP (no external libraries or tools here). This is a beginner level tutorial to help you get...
View ArticleDZone.com: PHP Ajax Cookbook (Book Review)
On Dzone.com there's a book review from Ivan Ilijasic covering a recently released title from Packt Publishing, the "PHP Ajax Cookbook" (by Milan Sedliak, Rajesh Jeba R. Anbiah and Roshan Bhattarai)....
View ArticleDanne Lundqvist's Blog: Getting to grips with an existing XML structure
Danne Lundqvist has a new post where he shares a bit of code he's written to "come to grips" with an existing XML structure. Very often I find myself writing input filters for large XML files using...
View ArticlePHPMaster.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 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