-
Recent Posts
Archives
Categories
Category Archives: Development
Confused Bits Of jQuery
Confused Bits Of jQuery The explosion of JavaScript libraries and frameworks such as jQuery onto the front-end development scene has opened up the power of JavaScript to a far wider audience than ever before. It was born of the need … Continue reading
Posted in Development, Javascript, Links, jQuery
Leave a comment
PHP Show All Errors
I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page. error_reporting ( E_ALL ); ini_set ( ‘display_errors’, ’1′ );
Posted in Code Snippets, Development, PHP
Tagged display errors, error reporting, php
Leave a comment
