Category Archives: Software

Tesco TJam

So this evening I attended Tesco’s TJam event held at Microsoft’s London Customer Centre at Victoria. Tesco is starting the rollout of it’s new backend Grocery application, code named Martini (anytime, anyplace, anywhere). They have opened up their new APIs … Continue reading

Posted in Development, Software | Tagged , | Leave a comment

CodeSniffer Part 5: Writing an examples CodeSniffer Sniff

How to go about developing your own CodeSniffer Sniff ready for inclusion in a CodeSniffer standard. Continue reading

Posted in Development, PHP, Software | Tagged , , , | Leave a comment

CodeSniffer Part 4: How does CodeSniffer Work

Looking at the internal workings of CodeSniffer and how it does it’s analysis. Continue reading

Posted in Development, PHP, Software | Tagged , , , | Leave a comment

CodeSniffer Part 3: Writing an example CodeSniffer Standard

Take a look at writing a custom CodeSniffer standard, by using rules (or Sniffs) from existing standards. Continue reading

Posted in Development, PHP, Software | Tagged , , , | 3 Comments

CodeSniffer Part 2: CodeSniffer Output

I take a look and some of the standards and reports available in CodeSniffer by default. Continue reading

Posted in Development, PHP, Software | Tagged , , , | 3 Comments