Programming Crib Sheets

Resource Library

 This programming crib sheet resource library includes:

  • common code snippets I occasionally have to use, but have yet to remember
  • crib sheets for various platforms, frameworks, and languages
  • checklists for site building, SEO, and more

Click a link below to discover more. 

Some of the clients I've worked with migrate from an ASP.net environment on IIS to LAMP stack environments, and often want the ability to manage their own rules for redirects and user agent server detection.  As a result, I've compiled this abbreviated guide to creating such rules in the .htaccess file.

This quick reference chart for ExpressionEngine 2.x provides all the shortcodes and variables needed for templating, as well as filter variables and allowed arguments/parameters.

.htaccess rewrite rules can get confusing, especially if you don't write them on a regular basis.  Keeping the order prioritized and syntax right is key.  This Mod_Rewrite cheat sheet not only has all the parameters to use, but examples as well!

If there's one area I have trouble remembering, it's definitely regular expressions.  Whether matching strings in javascript, C#, PHP or writing redirect conditions and rules in an .htaccess file, this is the cheat sheet to have handy!  Compliments to AddedBytes.com for making it available.

This quick reference guide provides the majority of WordPress 3.0 core functions you may need to customize a front-end or back-end template.  Compliments to www.hpvorlagen24.de who compiled the reference sheet.