Category: Work
-
Some good ideas from the government
Via Simon Dickson, I’ve come across Tom Watson’s1 post on Power of Information: New taskforce and speech. Some things quotes sprang out at me:
-
Simple Apache redirects
If you look around the web, you’ll see endless tutorials on how to configure Apache to do redirects using mod_rewrite. Undoubtedly mod_rewrite is a powerful way to control access and redirects on your Apache server, and it is enabled on many web hosts, but before you dive into the complexity and regular expressions of mod_rewrite,…
-
How about calling a spade a spade, eh, HMRC?
Rather shamefully for a web professional, January was the first time I used the online tax return provided by Her Majesty’s Revenue and Customs. It’s great, a massive improvement on the pencil and eraser, abacus calculator and calculation sheet, of old. Today I went back into the My Account area, to check that some payments…
-
Confluence link to the current page
For my current Confluence project, I’ve used Adaptavist Theme Builder to customise the View/Upload Attachments screen and I wanted to add an explicit link “back” to make it easier for users to return to the current page. I could have used Javascript, and so much of Confluence depends on client side scripting that it probably…
-
Confluence links to create pages from templates
I’m working with Confluence to create a wiki for travel agents can record their research holidays. It is hoped that their colleagues can use first hand experiences of the resorts to promote them. We wanted to have an easy and structured way for people to add pages, for which we’re using Confluence’s templates feature. Templates…
-
I’ve made a useless WordPress plugin…
…which you might find useful if you develop plugins with system requirements, like a particular version of PHP. This plugin is a simple proof of concept for a method of messaging the user when they activate a plugin.
-
Exclude Pages now hides child pages where appropriate
Exclude Pages (my WordPress plugin which allows you to remove pages from site navigation) now handles child pages more gracefully. Previously, when you excluded a page any child page would drop down a level, taking it’s place… not what I wanted, and not something I’d noticed because I was only dealing with single level navigation…