Weblog

PHP Closing Tags Considered Harmful

It may be obvious to some, but this is a mistake I still see being made a lot, and I think it's high time we got over it.

Stop using PHP closing tags. It really is that simple, and here's why.

Continue reading PHP Closing Tags Considered Harmful »

Posted on Monday, the 16th of February, 2009 | permalink | comments (3)

Beelzebub Crossword Solutions on Fifteensquared

I've recently been enjoying the Independent on Sunday's "Beelzebub" crossword, so I'm pleased to have today posted Fifteensquared's first Beelzebub solutions for some time - number 989.

I'll continue to blog the Beelzebub solutions each week for the time being, alongside my usual Independent slot. It's a great crossword, but perhaps a little obscure, so I'm secretly hoping this post may help generate a bit of search engine traffic, and a few people will drop by and help me out in the comments!

Posted on Friday, the 6th of February, 2009 | permalink | comments (0)

Syntax Highlighting with GeSHi

On this very site, I've recently started using GeSHi, to implement the rather nifty code syntax highlighting you see in posts like this and this.

I had previously been using PHP's built in highlight_string() function, but that function is only of use for highlighting PHP code! As I often seem to need to highlight other languages, it was time to turn to GeSHi.

Since I did, a couple of people have asked about ease of use, implementation and so forth, so this post is my attempt at answering those questions.

Continue reading Syntax Highlighting with GeSHi »

Posted on Thursday, the 5th of February, 2009 | permalink | comments (1)

More Mono: mod_mono and Apache

In Getting Started with Mono on Linux I mentioned that my next plan was to get Mono integrated with Apache HTTPD by way of mod_mono.

This turned out to be a bit of a wrestling match. The process itself is remarkably simple, but the poor - or at least outdated - documentation combined with a few minor teething problems made it all much harder than it could have been.

Continue reading More Mono: mod_mono and Apache »

Posted on Thursday, the 22nd of January, 2009 | permalink | comments (0)

Getting Started with Mono on Linux

I've recently had cause to look into various strategies for integrating PHP and .NET (on which subject, pointers will be most welcome), which led to a brief investigation of Mono. For the uninitiated, Mono is a "a cross platform, open source .NET development framework". In short, it allows you to compile and run .NET code on a Linux server.

Mono is fairly straightforward to install, although the process isn't terribly well documented, so I figured I'd run through the steps here in case it might help somebody. As a bonus, we'll have a look at something called XSP once we're done.

Continue reading Getting Started with Mono on Linux »

Posted on Tuesday, the 20th of January, 2009 | permalink | comments (0)

Look Back at 2008

I really hate those "lookback" blog posts that crop up at the end of each year, don't you? Good. That being agreed, here's mine.

Continue reading Look Back at 2008 »

Posted on Thursday, the 1st of January, 2009 | permalink | comments (0)

A Second Cheat Sheet: the Sine Rule and the Cosine Rule

More adventures in MST121: Using Mathematics. B3: Modelling with Vectors took an unexpected turn into matters of triangle geometry - and not the more beginner-friendly right-angled variety either - which left me getting to grips with the Sine Rule and the Cosine Rule.

Much like my experiences with Sigma Notation, the principles are straightforward, but I kept failing to spot which equations to apply.

So I've knocked up a further cheat sheet. Here are the files:

Posted on Sunday, the 14th of December, 2008 | permalink | comments (2)

My First Contribution to Fifteensquared

I'm pleased to mention that earlier on today, I posted my first contribution to Fifteensquared.net. The post in question is Independent 6,912 by Dac.

For the uninitiated, Fifteensquared is kind of like a blog for cryptic crossword enthusiasts. Several invited bloggers post solutions and explanations for some of the day's main crosswords, and then we all have a bit of a natter about it.

It's gratifyingly nerdy, and is quite high profile within the cryptic crossword world, with many of the setters and editors visiting and commenting regularly.

So I'm pleased that my first post wasn't roundly jeered by the regulars. I'll be posting Independent solutions about once a week from now on, and I'm sure there will be tougher mornings to come!

Posted on Wednesday, the 10th of December, 2008 | permalink | comments (2)

Copyright/License Comment Blocks Considered Harmful

Peter Griffin - What Really Grinds my Gears?

Rant alert. You know what really grinds my gears?

It's those epically long license/copyright notice comment blocks with which some developers, particularly those behind open source PHP projects, insist on prepending source code files.

You've all seen this kind of thing. I'm using Wall4PHP to illustrate my point, but they're by no means the only offenders.

Continue reading Copyright/License Comment Blocks Considered Harmful »

Posted on Friday, the 5th of December, 2008 | permalink | comments (0)

Sigma Notation Cheat Sheet

I'm just over a quarter of the way through MST121: Using Mathematics, which I started back in September. My impression is that it's starting to get tougher, but it may just be that my mind has been elsewhere.

One concept with which I found myself to be less confident is Sigma Notation. The principle itself is fairly straightforward (it's kind of like a for loop, if you ask me) but getting actual numbers out of the other side was another matter.

The problem was that I was consistently failing to spot the patterns that indicate that you can substitute in other, hopefully simpler, expressions. So I made a little aide memoire to print out. It covers the three four initial, erm, refactorings that have cropped up, and I figured I may as well share it.

Continue reading Sigma Notation Cheat Sheet »

Posted on Sunday, the 23rd of November, 2008 | permalink | comments (0)

« newer | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | older »