Quantcast
Browsing latest articles
Browse All 10 View Live

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 Article


NetTuts.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 Article


James 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 Article

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 Article

PHPMaster.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 Article


SitePoint 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 Article

SitePoint 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 Article

php[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 Article


Hari 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 Article


Developer 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
Browsing latest articles
Browse All 10 View Live