Skip to main content
New book · out now

Understanding Drupal: A Complete Guide to Caching Layers

A deep, practical tour through every caching layer in Drupal — from the render cache to chained fast backends.

Get it on LeanPub
Understanding Drupal: A Complete Guide to Caching Layers — book cover
Recent writing RSS feed →
Nov 27, 2011

Google+ Profile and your Blog

Google just made it easy to link your Google+ profile to your blog or other articles. Simply ensure to put a link to your Google+ profile with a rel="author" tag.
<a rel="author" href="https://plus.google.com/101530880977549569019/" title="Google+ Profile">
#google
Nov 26, 2011

Sanitize Text for SQL

Cross Site Scripting (XSS) and SQL Injections are some of the biggest security threats to a PHP application.  Every developer has different ways of preventing SQL Injections or malicious JavaScript from being inserted into the database.
#php  #security  #tutorial  #xss
Nov 26, 2011

Setting Cookies with PHP

If you plan on building a PHP application, you'll probably end up using cookies, especially if there are user accounts. Cookies will allow you to store specific data for a certain amount of time.
#cookies  #php  #tutorial  #xss
Nov 26, 2011

EasyPHP - WAMP environment

The easiest way to learn PHP is to be able to create and edit code and see instant results. When I was younger and learning I couldn't afford to have my own web server so I installed a WAMP environment - I also didn't have a spare machine laying around to toss Linux on.
#apache  #easyphp  #mysql  #php  #wamp
Nov 24, 2011

PHP Mail Class

Mailer is a PHP class to help provide easier use of the PHP mail() function and error support. In all other of my scripts using the mail() function I would have lines upon lines of code just to make sure every thing sent right and provide my own error checking.
#class  #php  #script
Nov 24, 2011

PHP Server Variables

I know when I first started out learning PHP it was difficult finding good examples or live demos of simple PHP in use. Often I'd have a large number of files used to demonstrate built in PHP functions.
#php  #tutorial  #web
Nov 12, 2011

jQuery Contact Form

I've finally started to dive into jQuery. I figured what better way to start than to make a contact form.
#jquery
Jun 27, 2011

DateFormat PHP Class

DateFormat is a PHP class for easily displaying timestamps in a PHP project, along with displaying a "time since" feature, much like the one used on Facebook and other sites.
#php
May 14, 2011

SR Photography

SR Photography offered a nice gesture, if I created a PHP back-end contact form they would take infant pictures of our new born son.  Created a short and simple PHP script with field validation (NOTE: Did not design site or form, just the back-end functionality of the form).
#business  #php  #web