-
Cream of the Crop (of editors)
18 October 2006
Read moreThere’s a longer post in the pipeline somewhere about editors and IDEs and developments and stuff as we’ve just changed our setup at work and I’m completely thrown by trying to develop on windows! Anyway to cut a long story short, I’ve found a fabulous Vim …
-
Extending DokuWiki's Authentication Classes
26 September 2006
Read moreDokuWiki is a fine product, and its extensibility is a big element of that. I’ve known for a while that it has different authentication classes, and I’ve even used some of the different ones it comes with. Recently I had cause to write my own, to marry up …
-
Diet Oracle - working with Oracle eXpress Edition
03 September 2006
Read moreI’m a big oracle fan, which might seem a bit strange in a world dominated with the LAMP stack and its exclusive use of MySQL or, at a push, Postgresql. That’s not the entire world obviously, that’s my world and it is definitely MySQL-orientated. In the world …
-
Recursive Queries in Oracle
29 August 2006
Read moreI’ve come across a very neat trick in Oracle that I thought I’d share. Its useful for situations where you can have circular references in the data diagram, for example when the table includes a column which is a reference for another entry in the same table. Usually …
-
The Alt-Tab-while-you're-waiting Trap
29 August 2006
Read moreToday I’m working on a complicated database driven web page. I edit the source using vim on the main file server. In order to get the file onto the webserver, I then quit out of the file and a script checks my syntax and ftps the file into the …
-
Regular Expressions in Oracle
22 August 2006
Read moreI need to operate on a big table with lots of records, but only on rows where the primary key starts with a number. Because obviously its a good idea to differentiate types of records in this way …. only joking! Its just one of those little tasks that crops up …
-
Good Advice for Life at the Office
09 August 2006
Read moreI came across this when reading an article on Mike’s site yesterday:
_“The best advice I ever received from a manager is that it is easier to get forgiveness than permission.”
The article is at Top 3 Ways to Fight Bureaucratic Inertia in IT and it makes for …
-
Workplace Eating Arrangements
21 July 2006
Read moreIts a funny thing but the smallest details when you are looking for a job are actually the most important. I’ve never actually asked to see inside the ladies when I’ve been at a job interview but I’ve always wished I had once I got the job …
-
Lucene search functionality - following on from crawlers and spiders
23 June 2006
Read moreThe search functionality works!!
I have PHP 5.1.2 on a Windows XP machine (I know, I know, its my work desktop) and Zend Framework preview release 1.3. I’m using it to index the files in a local copy of DokuWiki – this is an easy starting point …
-
The Beauty of Vim
20 June 2006
Read moreI work with vim and its fabulous. Although I’ve been a casual linux shell user for some years, I’ve never had to get to grips with vim as my main editor which I’m using eight hours a day until now. And I love it.
Cheat Sheets
Its …
-
Opera's Favourite Icon
14 June 2006
Read moreI’ve been getting wound up recently by Opera spamming my apache logs with errors about missing favicon.ico files. So here’s some instructions for removing this annoying default behaviour:
-
crawlers and spiders - take two
13 June 2006
Read moreI made some progress with getting Xapian set up, but not to the point where I was all ready to go. I’m not all that familiar with C++ and somehow I lost the will to live somewhere along the way this afternoon.
PHPDig
I should mention PHPDig here because …