Regex-cellence: An introduction to Regular Expressions brought to you by The META Q

PHP

Regex-cellence: An introduction to Regular Expressions

By Clinton Reeves / Posted 4.2.2013 / In Code, Code Process, PHP / 3 comments

On the surface, regular expressions appear to be cryptic and confusing, but they don't have to be! In this article, I'll explain how Regex works, and show you how to go about reading and writing your own statements.

READ MORE

Keeping your development process uncluttered brought to you by The META Q

Keeping your development process uncluttered

By Clinton Reeves / Posted 6.26.2012 / In Code, Code Process, PHP, Tips, Code Tips / 0 comments

The development process has lots of pitfalls and traps, many of which can be distracting and very time consuming. This article discusses a common problem you might encounter as a developer and provides a simple way to avoid it.

Global Variables in ExpressionEngine brought to you by The META Q

Global Variables in ExpressionEngine

By Clinton Reeves / Posted 5.29.2012 / In Code, ExpressionEngine, PHP, Tips, Code Tips, Content Tips / 2 comments

Streamline your EE build using custom Global Variables.

Are you a code hooker? brought to you by The META Q

Are you a code hooker?

By Clinton Reeves / Posted 4.24.2012 / In Code, Code Process, ExpressionEngine, PHP, Tips, Code Tips / 0 comments

We take a look at the world of hooking (code hooking that is), and show you how the Extension Hook system used by ExpressionEngine can enhance your websites and take their functionality to the next level.

How to create an alphabetical directory using EE and Preparse brought to you by The META Q

How to create an alphabetical directory using EE and Preparse

By Susan Snipes / Posted 6.7.2011 / In Code, Code Process, ExpressionEngine, PHP, Tips, Code Tips / 2 comments

The less your users have to do, the better. We've got the tips to help you create an alphabetical directory so that users can create entries on their website without all that rigamarole.