Shane Rutter BlogMy place on the web

  • Home
  • About Me
  • Contact Me
  • Privacy Policy

PHP: Show PHP errors messages for debugging code

  • 3rd August 2012
  • /
  • PHP
  • /
  • No Comments

Need to easily debug some php code? simple add the following code to your script to enable PHP error reporting and display error messages. This allows you to quickly debug without making configuration changes to servers PHP configuration.
Continue reading...

  • conflict debug dev development howto php programming

jQuery: Using prototype and jquery together

  • 1st February 2012
  • /
  • The Void
  • /
  • No Comments

JavaScript is a powerful tool for a website but to extend the capabilities and functionality extra libraries can be included, the most commonly used libraries are jQuery and Prototype. Normally a website will choose either of these libraries but sometimes both libraries are required, if this is the case a small change needs to be
Continue reading...

  • conflict javascript jquery prototype
Shane Rutter
Copyright 2025 © Shane Rutter