Skip to content

Instantly share code, notes, and snippets.

@mmcachran
mmcachran / annoying.js
Last active August 29, 2015 14:11 — forked from Kilian/annoying.js
/**
* Annoying.js - How to be an asshole to your users
*
* DO NOT EVER, EVER USE THIS.
*
* Copyright (c) 2011 Kilian Valkhof (kilianvalkhof.com)
* Visit https://gist.github.com/767982 for more information and changelogs.
* Visit http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/ for the introduction and weblog
* Check out https://gist.github.com/942745 if you want to annoy developer instead of visitors
*
@mmcachran
mmcachran / gist:5a9a459aea335494fb71
Created June 27, 2012 16:05
Expression Engine 2 Queries
# Fetch Channel Fields
SELECT
fg.group_id,
fg.group_name,
cf.field_id,
cf.field_label,
cf.field_order,
cf.field_name,
cf.field_type
FROM