Browse category Development

Build a VM for Drupal 8 with Vagrant

by · November 25, 2014

1
 

At this year’s php[world] hackathon, I spent my time getting a Vagrant machine configured to run Drupal 8. I know there are other options, like Acquia’s own Dev Desktop, or even Zend Server. However, I like using Vagrant to run my LAMP stacks, especially on OS X. I’ve never been able to easily run xAMP […]

 

Sending HTML Emails with Drupal 7, Webform, and Mandrill

by · July 18, 2014

9
 

Learn about the modules to install and configure to enable Drupal 7 to send HTML emails with Mandrill, a transactional email service. We’ll also show you how to change the default Webform email template to send submissions as HTML.

 

New: Open Source Software from php[architect]

by · April 1, 2014

0
 

If JavaScript can go to the back-end, why can’t PHP come to the front end? And, why can’t it take advantage of the advances in PHP’s performance to compete with the innovations in front-end JavaScript engines?

 

A Simplified World Cup Draw Generator

by · December 3, 2013

0
 

If you’re a football fan, like I am, your anticipation for next year’s World Cup in Brazil is growing. This Friday, we will know the groupings for the 32 teams that will participate in the finals. I put together the (simplified) simulator shown in the gist below. Using PHP’s shuffle() function and SPL iterators, we […]

 

Social Contest: Getting Our Azure On

by · October 8, 2013

1
 

As those of you at ZendCon may already know, Microsoft’s Windows Azure division is running a contest via social media. They even have a spiffy app showing entries and winners. (Sadly, you have to be present to win.) What you may not know is that the back end for that app is a PHP application […]

 

Introducing the php|architect Summer Sale!

by · June 12, 2012

0
 

Books, magazines, subscriptions, and a very special offer on our upcoming REST Summit.

 

PHP Live! REST Summit charter tickets on sale

by ·

0
 

Don’t miss your chance to enjoy a full afternoon of learning (plus offline recordings for later viewing!) for just $20. Get your today! Now that php|tek is over and we’re heading into the summer, it’s our pleasure to announce the first of many new initiatives for the next few months: The php|a Live! Rest Online Summit, […]

 

Tame DVCS with our Git Summit!

by · January 5, 2012

0
 

Coming February 1st, php|architect’s half-day online conference helps you (and your team) take control of Git like a pro.

 

Transactional Emails for Fun and Profit

by · November 18, 2011

1
 

I love APIs. A well-defined API can make short work of a complex problem. It’s even more fun when you find a cool API with a great wrapper to make it simple to use. That’s what I found when I started playing with Amazon’s Simple Email Service; a tool that was easy to work with, solved a problem I needed solved, and had a simple to use PHP wrapper.

 

Full-text Search with SQLite

by · November 12, 2011

9
 

Full-text search with SQLite is so ridiculously easy to implement, there are only two valid reasons you haven’t done it yet. The first is you don’t need the full-text capability, and the second is you didn’t know it could be done. Here are the steps in full: Ensure full-text search is enabled (see below) Create […]