Using Multi-Byte Character Sets in PHP (Unicode, UTF-8, etc)
Using PHP pspell Spell Check Functions with a Custom Dictionary
Development Resource Project
A Simple ISAPI Filter for Authentication on IIS
Microsoft Office Open XML
Using Multi-Byte Character Sets in PHP (Unicode, UTF-8, etc) Wednesday, 15th October 08
Rich
The following list details the PHP string functions which could cause problems when handling multi-byte strings. The multi-byte safe alternative is given when available:
Try mb_send_mail() instead.
Compiling and Installing on Ubuntu Linux Friday, 17th October 08
Rich
[h2]Compiling from .tar.gz[/h2] The archive contains the source code files and supporting resources (bitmaps etc). So we'll need to compile this to make our executable program. First extract the archive somewhere. I use a subdirectory off my home called src: cd ~/src tar -zxvf ~/download/newapp.tar.gz If the archive is compressed with bzip (extension is .bz2), ... ...
Using PHP pspell Spell Check Functions with a Custom Dictionary Wednesday, 2nd January 08
Rich
The pspell_* functions are a very useful feature of PHP, allowing you to scan text and highlight words which are potentially misspelt. Pspell implements the open source aspell spell-checking routines in PHP.

Basic Usage

Before using the functions, you need to open up the dictionary you're going to use by calling the pspell_new() function, specifying at least the ... ...
Customising Joomla Monday, 20th November 06
Rich
My first task is to investigate how we can create a single consistent look & feel for the admin GUI. I'll need to get a good understanding of how the admin GUI works and is organised. When the admin first logs in, you have a grid of square buttons on the left, and some stats on the right. The page shows as index2.php in the address bar. index2.php has the following ... ...
Development Resource Project Thursday, 22nd February 07
Rich
The aim is to provide a resource where developers can go in order to get code for a specific task.

Objectives
  1. To reduce time from design to deployment
  2. to help maintain code quality
  3. to reduce need for maintanence and support
  4. to help ensure code meets specific requirements (including FF support, security, performance)
  5. to facilitate group ... ...
Using an Older Stabler Ubuntu Monday, 10th November 08
Rich
The Ubuntu Hardy release saw the introduction of PulseAudio as the system's central audio daemon. Hitching a ride along with this were a host of general stability issues for many particular hardware setups. My system became a disaster overnight - Flash would routinely crash the browser, Wine had real problems using sound, and there were many other sound-related issues. After waiting ... ...
A Simple ISAPI Filter for Authentication on IIS 12 Dec 07
Rich
The MDSN samples include a C++ project for building a ISAPI DLL which performs authentication for ... ...
Carisma Running Problems 22 May 06
Rich
The main problem this car has suffered since I bought it has been its poor idle. For the first six ... ...
PHP Snippets 2 Aug 08
Rich
[h3]Random Password Generator[/h3] Several times I've come across some rather long-winded ... ...
AMD 64 Build 24 Sep 06
Rich
The AMD 64 comes in two primary types, the standard AMD 64, and the AMD 64 FX. The former uses a ... ...
The First G3D Example 22 Dec 05
Rich
Right, so now I've checked everything is set up correctly, I've decided to take a look at the ... ...
IPsec and other jargon 13 Nov 05
Rich
Editing a book about creating VPNs on Linux with IPsec. 200-300 pages long, which works out at about £450.
The Other G3D Examples 28 Dec 05
Rich
The example I'd like to look at next is the ArticulatedDemo. It does a whole load of things, ... ...
The IFS Modeller 22 Jan 06
Rich
This little program allows you to create IFS models suitable for use in G3D programs. An IFS model ... ...
CD or not CD 21 Nov 05
Rich
So my new DVD burner should arrive today. I hope I'll finally be able to just put a DVD in and play ... ...
First 3D Game 31 Dec 05
Rich
I now feel I'm ready to have a go at creating my first simple OpenGL game. It's going to be pretty ... ...
The G3D Library 18 Dec 05
Rich
G3D is an open source graphics engine that can be used from VC++ 7. This means G3D projects can be ... ...
About This Page