Author Archive

This is a very undocumented process and one that most people would probably give up with after a quick search.

Below is how I managed it:

I found a script online which I modified to export WordPress posts, comments etc into a b2evolution MT format file which can then be imported into b2evolution.

- Script -

Pretty simple really, place in the folder with wp-config.php and execute it.
Then take the output from the browser, place in a txt file in the root of your b2evolution install using tools->import.

Job pretty much done. Just need to log into b2evolution and clean up if needed.

Tags: , , , ,

Comments No Comments »

I am collating a selection of the best wakeup songs for the morning. This is for the primary purpose of listening to in the morning when I have a shower.

My choices so far are:

  1. Karate Kid – You’re the best – Great tune to get you going, being told that you are the best does it every time.
  2. KISS – God gave rock and roll to you
  3. Cat Stevens – Wild World
  4. Theme tune to MASH
  5. Journey – Don’t Stop Believing
Tags: , , , ,

Comments 1 Comment »

My mythtv frontend had stopped functioning correctly, it had stopped showing program guide data. Checking the log file told me:

Query was:
DELETE FROM program WHERE manualid = -1 OR  (manualid <> 0 AND -1 = -1)
Driver error was [2/145]:
QMYSQL3: Unable to execute query
Database error was:
Table './mythconverg/program' is marked as crashed and should be repaired

To fix it, I logged into the database, ‘use mythconverg;’, and issue the command ‘repair table program;’

Very simple really:)

Tags: , , ,

Comments 1 Comment »

Its too orangey for crows!

I’ll be your dog!

Kiora advert mp3 … legendary

Im so glad it isnt:

Kiora

Tags: , , , ,

Comments 4 Comments »

A good document explaining C++ callbacks and functors

http://www.newty.de 

Comments 1 Comment »