Code

Articles about front end programing languages, server side programming languages, discussing semantics and coding tips.
  • Maintainable CSS – Part 2 - Smaller CSS Files

    By James Myers


    • 22 June 2014
    • Smaller CSS, Maintainable Code

    This is part two in a series that explores different ways of making your CSS code easier to maintain and more efficient. The first part of the series talks about how CSS can be implemented in various ...

    Read More...


  • Web Cache Poisoning

    By James Myers


    • 19 February 2014
    • PHP, Security, Web Cache, Poisoning, SERVER_NAME

    If your website implements server side caching of content it is essential that you sanitise your cached content against any malicious code as this is the content that will get served to other users vi...

    Read More...

  • Naming Conventions

    By James Myers


    • 18 February 2014
    • PHP, Naming Conventions,Coding Standards,

    What are Naming Conventions? Naming conventions refer to the pattern of naming things such as identifiers, files, variables, table name, field names and other entities.  For instance if you ha...

    Read More...