euxneks.com yōō’nĭks
How to be successful in a development team
I just read an article located here: http://blog.james-carr.org/2008/08/18/how-to-not-fit-in-on-a-development-team/
And he has some valid points but most of them I take exception. I’m going to rebut some of his points.
(more…)
Tags: php, programming
PHP Sessions and SimpleXML
I was getting an unhelpful error in PHP today, which I had encountered before but I couldn’t remember the reason I was getting it… (more…)
Tags: code, php, sessions, simplexml
Heredoc notation and why it’s bad.
Some of you may know that I write PHP code, an interesting thing came up at work the other day about how we should be handling strings in variables, and someone brought up Heredoc notation. I don’t like it. I’ll never use it and I don’t think most people should be using it either.
Tags: coding styles, heredoc, php, programming