Code
Articles about front end programing languages, server side programming languages, discussing semantics and coding tips.
-
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...
-
By James Myers
- 22 June 2014
- CSS, HTML, Maintainable
It was agreed in the not so distant past that it was a good idea to separate the CSS style from the HTML mark-up. Using inline style in would result in bloated, repeated code that was also harde...
Read More...
-
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...
-
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...