Posted in PictPress on 3 Jan 2008 (last modified: 7 Jan 2008)
PictPress Thumbs is a WordPress plugin for dynamically resizing images, maintaining a cache of resized images separate from the images themselves. It is part of the new PictPress implementation. Read the rest of this entry »
No Comments »
Posted in PictPress on 3 Jan 2008 (last modified: 5 Feb 2008)
I am working on a complete rewrite of my PictPress plugin for WordPress. PictPress is intended for a way of working where you upload images to your website outside the WordPress admin user interface, e.g. via ftp, shared directories, etc. PictPress offers an easy way of including these images in a new post. Read the rest of this entry »
No Comments »
Posted in Mac, Info on 16 Dec 2007
Quick Look is new functionality added in Mac OS X 10.5 Leopoard. It is activated by pressing the space bar in Finder.
The qlgenerator files should be installed in the /Library/QuickLook folder. Finder should be relaunched after install.
No Comments »
Posted in Books on 16 Dec 2007
This book provides a detailed and comprehensive overview of applied cryptography. Designed for reference and browsing, the authors still intend that a front-to-back read have some merit. Chapters can be freely downloaded.
Read the rest of this entry »
No Comments »
Posted in PictPress on 7 Dec 2007
It just came to my attention that PictPress 0.91 has a vulnerability for website attacks caused by an unvalidated argument to the resize.php script. As far as I know this vulnerability has been fixed from version 0.99 upwards. All users of the older version should upgrade or remove the plugin from their website.
If there are still vulnerabilities in the newer versions, please let me know.
No Comments »
Posted in Mac on 28 Oct 2007 (last modified: 15 Nov 2007)
I did an upgrade yesterday, and this did not go smoothly, Leopard bit me hard:
Read the rest of this entry »
No Comments »
Posted in Mac on 4 Sep 2007
After upgrading to an Intel iMac, my HP Deskjet 840C started to produce garbled output. Fonts were too large and clipped at the bottom. Apparently the HP Deskjet 3.3 driver is broken on Intel computers. Solution is to download and install the HP Deskjet 2.7.1 driver. This is a PPC driver and will work via Rosetta, but output looks good.
3 Comments »
Posted in Mac on 31 Aug 2007 (last modified: 5 Sep 2007)
New and old iMac side by side.
SONY DSC-H9 10/60 f/2.8 2900×1992 pixels 1335 kB
1 Comment »
Posted in Mac on 30 Aug 2007
Development tools for Mac:
No Comments »
Posted in Mac, Info on 14 Jun 2007
Tools for working with images:
No Comments »
Posted in Hacks, Linux on 7 Jun 2007
Often sites display larger images split up in tiles of e.g. 256×256 pixels. The tiles can easily be retrieved using e.g. curl. The full image can be reconstructed using ImageMagick montage:
montage +frame +shadow +label -tile NxM -geometry +0+0 *.jpg joined.jpg
where N is the number of horizontal tiles and M is the number of vertical tiles.
No Comments »
Posted in Physics, Info on 9 May 2007 (last modified: 15 Nov 2007)
Physics reference material found on the web.
Read the rest of this entry »
No Comments »
Posted in Mac on 8 May 2007 (last modified: 15 May 2007)
MacFuse provides everything you need to mount an ftp directory on a remote site on your Mac:
- Download and install MacFuse
- Download the Mac port of CurlFtpFs and put it in a directory in your search path
- Create directory ftp
- Execute command
curlftpfs ftp://user:pass@ftp.example.com/ ftp
The mount point will become visible in the finder. Replace user/pass by your usercode/password and ftp.example.com by the name of your ftp site.
Update: See also MacFusion for a GUI to MacFuse.
No Comments »
Posted in Mac, Info on 12 Apr 2007
Useful plugins for use with iPhoto:
No Comments »
Posted in Apache on 2 Apr 2007
You can force your website to be accessed through a canonical hostname by forcing a redirect from other hostnames in .htaccess or httpd.conf:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^canonical\.host\.name [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*)$ http://canonical.host.name/$1 [C,L,R=301]
RewriteRule ^$ http://canonical.host.name/ [L,R=301]
No Comments »
Posted in General on 30 Mar 2007 (last modified: 4 Jan 2008)
My internet provider is the dutch XS4ALL, where I had an ADSL Basic account, 6 Mbit download/768 Kbit upload. Recently they provided an upgrade to Xs4ALL Only for the same price, 8 Mbit download/1 Mbit upload, with additionally the possibility to drop the telephone connection and related charges, which was an obligation for the former ADSL connection. Read the rest of this entry »
No Comments »
Posted in Colour on 30 Mar 2007
The white point is the colour value of pure white in a colour management system. Two different white points are involved:
- Illuminant white point
This represents the colour of the light that is used to view a set of colour samples.
- Media white point
This represents the colour of a non-printed patch of the medium on which the colour samples are shown.
Read the rest of this entry »
No Comments »
Posted in Colour on 30 Mar 2007 (last modified: 4 Jan 2008)
A colour management system (CMS) transforms colours from an input source to an output destination. The colours from input source are characterised by an input profile, the colours on the output destination are characterised by an output profile. Additionally a rendering intent must be specified to control aspects of the transformation. A standard for colour profiles has been produced by the International Colour Consortium (ICC). Read the rest of this entry »
No Comments »