Skip to content


Elsewhere

Creating anime-style speedlines in Photoshop. Ingenious.

Posted in Web.


Elsewhere

ReverseIP.us. See how many sites are hosted on your shared server.

Posted in Web.


Elsewhere

Stardock’s Brad Wardell on game reviews. “If game has metascore < 85, retail reorders go down tubes.”

Posted in Web.


In GOG We Trust

GOG: Good Old Games
(Original image source: GOG.com)

I made my first purchase from Good Old Games recently and thought this would be a good opportunity as any to get into why I really like the service.

Now, while there are some genuinely great games on GOG, not all the games there are good. Some are merely old and it may be easy for a sceptic to consider GOG the place where old games go to die. That would be selling GOG’s true worth short because this is very much one of those rare services geared towards the gamer rather than publishers.
Continued…

Posted in Games, Good Old Games.


WordPress: multi-loop

In a previous post, I looked at The Loop in WordPress and how it was possible to exclude specific categories from being displayed. I did that to exclude posts from my Web category as I wanted them handled differently.

This time around, I’m going to retrieve and display posts without going into The Loop. To do this, I’m going to create a secondary loop with the get_posts template tag.

At the simplest level, you could use this to create a sticky post (though as of version 2.7, WordPress does this without any additional coding). By playing around with this, you could create a multi-loop, multi-column theme that completely changes the way a blog looks.
Continued…

Posted in WordPress.