Archive for the 'tech stuff' category

WPG2 3.02 and Wordpress 2.5 incompatibility in vslider theme

March 27, 2008 12:06 pm

I should probably make everyone aware that WPG2 3.02 and the latest Wordpress (2.5 now in RC2) DO NOT WORK TOGETHER! I nearly found out the hard way - as most people using the theme that my blog runs (vslider 3 - see link at bottom of this blog) will be using WPG2, I urge everyone to follow this thread to check when WPG2 3.05 is ready. Until then, hold off.

Flocking all over the world

March 13, 2008 7:18 pm

I’m a Flock convert - I thought I’d never leave Firefox, and in a way, I haven’t. Flock is Firefox on speed, supporting loads of services like Facebook, Flickr, Picasa, Gmail…I could go on! Oh, and all the Firefox extensions and Toolbars work on Flock too.

It takes a little while to work it all out, and I haven’t even got the half of it yet, but it’s really nice to have everything integrated into one place, instead of having gazillions of toolbars messing up the place.

Firefox and Camino on Mac OS X - cannot use Myspace, Gmail, ebay etc.

February 29, 2008 5:27 pm

I’m hoping if anyone has the same problem and finds this post, that they know of a fix.This has me stumped - I have Mac OS X Leopard 10.5.2, and was happily running Firefox 2.0.0.12 Suddenly, I was getting error 611 trying to send a gmail. So I tried to post to the gmail forums - it said an error has occured. So, I tried to login to Myspace, it said “length required”. Then I tried to post an item on ebay - it said there was an error. Safari worked fine on all those sites, but there’s no way I wanted to switch to THAT wreck of a browser! So, I cleared cache, cookies, disabled toolbars, ran CLAMxAV - everything I could think of. I also downloaded Firefox 3. Still the same. To prove the point to myself, I downloaded Opera, and all the sites worked fine.

But then, I downloaded Camino and Flock, and it was exactly the same errors as I was getting with Firefox.

What the…?!? It seems like any Gecko based web browser cannot do anything that involves a certain type of POST function - and yet, it gets weirder. I can log IN to gmail and ebay, but not post anything. But I cannot login to Myspace it says “length required” and the mozillazine forums is as if the name and password boxes were empty. What can I do?! I’ve also totally deleted the whole Firefox profile, scanned the drive for permission problems and errors etc.

Note: This story is starting to get some interest - see also Apple Support, Mozillazine, Google Groups and the Flock posts on this subject. Please also Digg it! (See below)

UPDATE! Thanks to the genius work of user swingsetpark in the Mozillazine forums, this has now been resolved.

See this post for the solution

Radio waves goodbye to DAB?

February 13, 2008 11:16 am

The DAB downfall continues: two more national DAB stations close, making 5 national stations closing so far this year in total.

What have I got against DAB? Nothing, as far as the idea goes. But the marketing was all wrong - it was a couple of years before they were banned from using misleading phrases like “CD quality”.

For me, radio is about price, portability, reception and quality. I listen to Radios 1 and 4, and the football on local radio , so no need for DAB. The sound is better on FM, my batteries last 12 hours not 2, and my excellent high sensitivity Sony mini radio is £20 not £80 (for a low-quality pocket DAB).

(As it happens, I just bought a wi-fi radio for £49 - now THAT is a whole different kettle of fish - report coming soon)

Jan 2008 Core and OneWord close

Feb 2008 The Jazz and Planet Rock close

DigitalSpy: DAB stations that have closed

Is DAB radio the next Betamax?

Q&A: DAB Digital radio


Useful Mac stuff including recording Real audio streams to a file

February 8, 2008 10:40 pm

I found this to be such a useful guide, and it took me so long to find it, I’m reproducing it here in case the original site goes. (hope the author doesn’t object, again, this isn’t my own work)

Here’s how to record your Mac’s audio for free. Lotsa steps, but remember that some of this stuff is one time only :)

1. Download Soundflower. Drag the Soundflowerbed app into your Applications folder, then run the installer that’s also in the disk image (do it in that order because the installer will require a reboot, and otherwise you’d have to open up the disk image a second time just to grab Soundflowerbed).

2. Grab a copy of Audacity if you don’t already have a recording app you like.

3. Launch Soundflowerbed, so that it’s in your menu bar. You can always add it to your login items if you use it regularly.

4. Launch Audio MIDI Setup, in your Application/Utilities folder. Under the Audio Devices tab, set the default output to Soundflower (2ch).

5. Go up to the Soundflowerapp menu and tick “Built-in Audio” (or whatever you normally use) under the 2ch section. Toggle this between that and None, while any old app that makes sound is running, to verify that audio is being sent there (because the output cuts in and out).

6. Launch Audacity. In its preferences, under the Audio I/O tab, set the playback device to built-in audio and the recording device to Soundflower (2ch).

7. You’re ready to record. Audacity will turn off Soundflower monitoring as soon as you hit the record button, and instead send its own monitoring out to the speakers (but since Soundflower is its input, it’s all the same stream to your ears). After you’re done recording, you can re-enable direct Soundflower monitoring again from its menu.

All that’s easier done than said, it’s really just a few clicks if you take the explanation out of the way. :D

8. When you’re done capturing, you can put things back to normal back in Audio MIDI Setup.

Over in Audio MIDI setup, one of the things you can do is set Soundflower to be both the default input and output, then Soundflowerbed will let you monitor through the real speakers.

Talking of useful apps, Cyberduck beats every other ftp app I’ve tried.

Free freeview uk digital tv online PVR - TV Catchup

February 7, 2008 12:24 pm

Edit: The site appears to be offline. There is a Facebook group and threads on digitalspy , moneysavingexpert relating to this. Please contact me if you have more info

Update: The Register are now covering this story
I just heard about a site called TVCatchup which allows you to record ANYthing available on Freeview, and watch it online later. Read the article in The Guardian about the potential legal issues

I’m deleting my 4od and BBC Iplayer straight away, this is far better and easier! Although about 5 mins after the BBC item about it, it started going very slowly.

Anyway, it appears to be in a legal grey area, so enjoy it while it lasts!

The BBC programme was called You and Yours, broadcast mid-day 7th Feb, and can be listened to again here (after the programme)

Picasa, Gallery Exif and ITPC comments and data

January 31, 2008 6:00 pm

If you want to export photographs from Picasa to Gallery or Flickr, you might want to populate the comment, copyright and caption data in the photo. This might get a bit technical, but here goes…

1. Download exiv2-0.13-win.zip
2. Unzip and place the exiv2 in the directory where your .jpg pics are located
3. Open notepad and type the following

@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
FOR /R %%f IN (*.jpg) do (
set FILE=!FILE!%%f
set SHFILE=!SHFILE!%%~nf
echo "SHFILE IS " !SHFILE!
echo Processing "File" !FILE!
exiv2 -k -M"set Iptc.Application2.Caption !SHFILE!" -m copyright.txt "!FILE!"
set FILE=
set SHFILE=
)

4. Save this file as nmtocap.bat and place it in the same directory as the jpgs and the exiv2.exe

5. Double click the nmtocap.bat file. That is it. Now, open Picasa and you will observe that the captions are modified.

NOTE:

1) Omiting -k will change the timestamp on your files
2) If you want to see the result of the modification, instead of Step 5, open a cmd prompt and navigate to the directory where the pics are stored. Type in “nmtocap.bat” at the command prompt and in copyright.txt, you put

set Iptc.Application2.Copyright "My CopyRight Notice"

THEN once all that is done, if you want to populate the JPEG comment section with a longer copyright, you browse thumbnails in Irfanview (with the irfanview plugins installed), select all, go to JPEG lossless operations, insert comment, and off you go!