Wild Camping in France

October 7th, 2009 § 20 comments § permalink

Wild camping is one of those things that many people want to do, but are scared of trying as they’re not sure of what to expect.
It doesn’t help that the internet is bare (for once!) of information on the matter. There don’t seem to be any good guides or tips anywhere – probably because it’s not ‘technically’ legal.

Having wild-camped with my sister and friend for the first time in France for 2 weeks this summer (’09), I’m fairly clued up as to the “dos” and “don’ts”, and also a lot less scared as to what might happen!

» Read the rest of this entry «

Toggle screensaver password applescript

November 28th, 2008 § 19 comments § permalink

There’s a fix for working on Snow Leopard, just read on MacDuff. Thanks to David and Januz for this!

Recently, I’ve been looking for a script to toggle my screen-saver password for my MacBook.
While out and about I want to make sure my Mac is safe from stray fingers by making sure a password is required before waking, but when at home or in university there’s no need for this extra layer of protection.

Searching the web I found absolutely nothing, except a few scripts that were old and broken.
The only solution; I decided to write my own. You can download the applescript here in zip form (10.6 – Snow Leopard compatible version here), or view the script in your browser here (10.6 – Snow Leopard compatible version here). (Warning – it’s not the easiest thing to read!)

» Read the rest of this entry «

Preloading images with css

September 25th, 2008 § 1 comment § permalink

The order in which images load when viewing a website fis always a tricky thing to get right. Usually, if you have any sort of javascript gallery for viewing images, these images will load first (as javascript normally loads first). This is always a pain if the main layout images have not yet loaded – you’ll get the javascript gallery appearing with none of the layout images.

There are plenty of solutions out there to set the order of image loading, and most solutions use javascript. Now to me, this is like trying to fight fire with fire; solving the problem of certain javascript images loading first with yet more javascript. But what’s wrong with javascript, surely a little more won’t harm anyone.
Well, javascript means more work for the client’s computer and makes loading times (only a fraction) slower. Also, if you’re not that familiar with javascript, is can be quite daunting to keep adding this.object(); and that.var=10; to your code.

I’ve come up with a far simpler and easier method to solve the problem using only valid CSS and good old HTML.
» Read the rest of this entry «

« Older Entries

Newer Entries »

  • Pages

    • About Patrick Robertson
    • Bits & Bobs
    • Designing the World
    • Tags
    • Websites
  • Categories

    • Apps (5)
    • Holidays (1)
    • Mac OS X (8)
    • SEO (2)
    • Uncategorized (1)
    • Web Design (4)

© Patrick Robertson 2012

Powered by WordPress