Skip to content

Instantly share code, notes, and snippets.

@pjbeardsley
pjbeardsley / fCRUD.php.patch
Created July 11, 2012 13:53
fCRUD.php.patch
Index: fCRUD.php
===================================================================
--- fCRUD.php (revision 71)
+++ fCRUD.php (working copy)
@@ -2,14 +2,15 @@
/**
* Provides miscellaneous functionality for [http://en.wikipedia.org/wiki/Create,_read,_update_and_delete CRUD-like] pages
*
- * @copyright Copyright (c) 2007-2009 Will Bond
+ * @copyright Copyright (c) 2007-2011 Will Bond
@pjbeardsley
pjbeardsley / New Text Document.txt
Created July 11, 2012 13:42
New Text Document.txt
--_----------=_132252751668780
Content-type: TEXT/PLAIN;
Content-Disposition: attachment; filename=KDELTD20111129.dat
Content-Transfer-Encoding: BASE64
Content-Description:
base64datafollowshere==
@pjbeardsley
pjbeardsley / gist:2972792
Created June 22, 2012 13:40
An Event Apart Boston 2012 Summary Notes

An Event Apart Boston 2012 Summary Notes

Day One

Jeffrey Zeldman: Content First

  • For years web developers have been trying to control the user's experience. For a while this has worked out, but ultimately it's a futile gesture
    • "Screen scraper" tools like Instapaper and Readablity are now a geek niche tool, but will soon become mainstream
    • Users have been changing browser defaults since day one for accessibility reasons.
  • Developers need to work harder to make the default tolerable.
@pjbeardsley
pjbeardsley / st2_php_build_system
Created March 23, 2012 13:59
Sublime Text 2 PHP build system
Place the following in a file named 'PHP.sublime-build' in your Sublime Text 2 'User' package dir:
{
"cmd": ["php", "-l", "$file"],
"file_regex": "*",
"selector": "source.php"
}