I have added a favicon.ico to this site. This is how I did it using GIMP. Open a picture in GIMP Image => Canvas Size (Change the canvas to be square) Unlink Width to Height Chain Increase the narrowest dimension (either width or height) to be the same as the widest...
Open Source Apps
vec2web missing text labels
vec2web is a dxf to png (and other format) convertor based on the QCAD libraries. I downloaded and compiled it. However when I ran it the text dimensions were missing. I discovered the reason for this is that vec2web needs to be able to find the fonts and resource in...
QCAD – Isometric Projections made easy
QCAD - Isometric Projections or "The coolest open source app in the universe" I used to do Tech Drawing at school and to do an Isometric Projection required all sorts of construction lines just to render a circle. Here is a sample of an isometric projection in QCAD....
Converting DWG files to DXF for use in QCAD
The native file format in QCAD is DXF however many online resources provide downloads in DWG file format. For example I was looking for roofing iron profiles and found some in DWG format So how do you convert from DWG to DXF. I tried to download lx-viewer but it has...
Getting the HTML Tidy External Command working on Bluefish for Windows
Bluefish is a really cool "Web Development Studio" I find it's side pane CSS and HTML reference invaluable when trying to code HTML. It has recently been ported to Windows As it installs, everything pretty much works out of the box, but it's Linux heritage shows when...
What languages does WP-Syntax Highlighter Support? – Another memory jolt posting
I use WP-Syntax to highlight my code samples on this blog and I keep having to Google and go to the wp-syntax website to get the correct lang attribute value to put in my <pre lang="blah"></pre> tags So here they are abap, actionscript, actionscript3, ada,...
Perl system() call return results
Just been trying to create a Perl script to run ping and return results #!/usr/bin/perl use strict; # this is a heap of notes to try and come to grips with Perl # a bit better. # # Looks at how the system() call works # # How to build the command arguments to get #...
WP-Syntax Plugin
I have been attempting to use the <pre> tag to simply copy and paste information into Wordpress but the result has been that it doesn't accept all the whitespace as being whitespace. Anyway I installed WP-Syntax plugin and attempted to insert some code and it...
Formatting Perl’s XML::DOM output
I have been taking some output from our ERP system into a webform destined ultimately for resubmission to the ERP. XML and it's relationship to HTML makes it perfect for the job. Therefore I have been using Perls XML::DOM to read and write some XML. One issue I have...
Ubuntu 8.04 OpenOffice 3.0.1 Australian Spellchecking
I just removed all the standard Ubuntu 8.04 OpenOffice 2.4.1 packages and installed Openoffice from Openoffice.org's download area by following the howto here. After going into Tools ==> Options ==> Language Settings ==> Languages and setting everything to English...