|
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 ... ... |
|
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:
|
|
|
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
- To reduce time from design to deployment
- to help maintain code quality
- to reduce need for maintanence and support
- to help ensure code meets specific requirements (including FF support, security, performance)
- 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 ... ... |
|
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 UsageBefore 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 ... ... |
|
|
[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), ... ... |
|
|
The MDSN samples include a C++ project for building a ISAPI DLL which performs authentication for ... ... |
|
|
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 ... ... |
|
|
Right, so now I've checked everything is set up correctly, I've decided to take a look at the ... ... |
|
|
Editing a book about creating VPNs on Linux with IPsec. 200-300 pages long, which works out at about £450. |
|
|
The example I'd like to look at next is the ArticulatedDemo. It does a whole load of things, ... ... |
|
|
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 ... ... |
|