A quick point about timing
I've just deployed my V3 blog engine to live. In doing so, the time per query jumped from <10 mSec per query to ~2.5s — which meant that the typical page…
I've just deployed my V3 blog engine to live. In doing so, the time per query jumped from <10 mSec per query to ~2.5s — which meant that the typical page…
In previous articles I have discussed how difficult it is for users of a shared web hosting service such as Webfusion's to develop and to debug applications on a service…
I’ve just discovered a bug in my blog: any comment posts get thrown into the bit-bucket and are never passed to me for acceptance / publishing if the user making…
I find the issues around of Web performance very interesting. I’ve researched pretty comprehensively and written a few articles in this area. I also routinely use various web tools to…
As I’ve discussed in earlier articles, such as Using PHP applications on a Webfusion hosted service (Linux), a webserver will be able to achieve far higher thoughput processing PHP requests…
With a POST form, you need to be careful when you return the response that the user might just issue a refresh and in doing so resubmit the form, resulting…
This blog has pretty much turned into a self-referential exercise as a major theme in my articles is the development and performance of the blog engine itself. This started because…
This is a follow-up a previous article, which described how I use the TinyMCE editor for comment and article creation. However, at the time of writing this, there were four…
Use of CSS sprites is an advanced HTML technique that can be a little controversial – at least in terms of questioning whether any potential performance benefits merits the effort…
This article takes the optimisation of my blog engine to a next stage. It develops some of the thoughts and concepts that I’ve previously discussed in the following articles: Using…
I will cover the architecture of my blog engine in another article, but one feature that I wanted to add was some form of WSYISWYG editor for two main uses:…
I first came across a templating engine implementation in phpBB, and the phpBB wiki gives this overview of how it is used. I felt that the principle of separation of business…
BBcode is a gutted version of HTML designed to facilitate some basic formatting and enrichment of your posts on the forum, but without compromising the security and presentation of the…
As I said in my About preamble, I want to have a blog-site with the primary purpose of supporting my interest in the OOo programme. However that being said, I…