RobertsonDev

Snippets of code and tricks that would otherwise be forgotten. Useful for me, hopefully for you too.

Wednesday, October 30, 2013

PHP error reporting

Great for development:
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
// probably more error reporting than you'll want
?>
Posted by Anthony Robertson at 3:11 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Tuesday, October 8, 2013

Finally, a unicode lookup tool!

For whatever reason I always have trouble finding a resource this good for converting special symbols
http://unicodelookup.com
Posted by Anthony Robertson at 7:00 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Dev Archive

  • ▼  2013 (29)
    • ►  November (1)
    • ▼  October (2)
      • PHP error reporting
      • Finally, a unicode lookup tool!
    • ►  September (3)
    • ►  August (3)
    • ►  July (2)
    • ►  June (2)
    • ►  May (4)
    • ►  April (2)
    • ►  March (2)
    • ►  February (4)
    • ►  January (4)
  • ►  2012 (26)
    • ►  December (3)
    • ►  November (2)
    • ►  October (3)
    • ►  September (3)
    • ►  August (4)
    • ►  July (2)
    • ►  June (1)
    • ►  May (2)
    • ►  April (2)
    • ►  February (4)
Awesome Inc. theme. Powered by Blogger.