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
Compiling and Installing on Ubuntu Linux Friday, 17th October 08
compton
[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 Multi-Byte Character Sets in PHP (Unicode, UTF-8, etc) Wednesday, 15th October 08
compton
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.
Using PHP pspell Spell Check Functions with a Custom Dictionary Wednesday, 2nd January 08
compton
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
compton
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
compton
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 ... ...
A Simple ISAPI Filter for Authentication on IIS Wednesday, 12th December 07
compton
The MDSN samples include a C++ project for building a ISAPI DLL which performs authentication for web resources against a text file. This project, AuthFilt, is one of the samples supplied with the .NET Platform SDK, available from here. Once you've installed the SDK, the ... ...
Carisma Running Problems 22 May 06
compton
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
compton
[h3]Random Password Generator[/h3] Several times I've come across some rather long-winded ... ...
AMD 64 Build 24 Sep 06
compton
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
compton
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
compton
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
compton
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
compton
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
compton
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
compton
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
compton
G3D is an open source graphics engine that can be used from VC++ 7. This means G3D projects can be ... ...
About This Page