<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.white-side.co.uk/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.white-side.co.uk/wiki/feed.php">
        <title>Povich</title>
        <description></description>
        <link>http://www.white-side.co.uk/wiki/</link>
        <image rdf:resource="http://www.white-side.co.uk/wiki/lib/images/favicon.ico" />
       <dc:date>2009-12-25T08:04:12+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=bluecasting&amp;rev=1163354955&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=detecting_handhelds&amp;rev=1255518589&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=dropdowns&amp;rev=1200929511&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=ec2&amp;rev=1204556273&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=encryption&amp;rev=1255518589&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=hideemail&amp;rev=1204019963&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=i18n_l10n&amp;rev=1255518589&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=mobile&amp;rev=1255518590&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=mythtv&amp;rev=1167593303&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=rsync&amp;rev=1255518590&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=start&amp;rev=1195407314&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=svn&amp;rev=1207849496&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=todo&amp;rev=1255518591&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.white-side.co.uk/wiki/doku.php?id=unslung_subversion&amp;rev=1188122225&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.white-side.co.uk/wiki/lib/images/favicon.ico">
        <title>Povich</title>
        <link>http://www.white-side.co.uk/wiki/</link>
        <url>http://www.white-side.co.uk/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=bluecasting&amp;rev=1163354955&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-11-12T19:09:15+01:00</dc:date>
        <title>Blucasting</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=bluecasting&amp;rev=1163354955&amp;do=diff</link>
        <description>Bluecasting is a specific form of wp&gt;proximity marketing using Bluetooth to push some form of content to passing devices.

Following reasonably extensive Googling - I've found a lot of marketing companies saying what they use it for, but not much content about how to rig it up - probably because only commercial entities are normally interested in doing this; so I'm going to have to work it out myself.</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=detecting_handhelds&amp;rev=1255518589&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T13:09:49+01:00</dc:date>
        <title>Detecting Haldheld Devices</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=detecting_handhelds&amp;rev=1255518589&amp;do=diff</link>
        <description>According to reccommended best practice (references below) and common sense, it's a good idea to deliver suitable content and styling to each device (adaptation) rather than relying on LCD (lowest common denominator) i.e. sending the same content to everything and trying to make it work.</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=dropdowns&amp;rev=1200929511&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-21T16:31:51+01:00</dc:date>
        <title>PHP Dropdown class</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=dropdowns&amp;rev=1200929511&amp;do=diff</link>
        <description>/*
 *
 * Base class is extended with actual values
 * extended again with _&lt;2 char langauge&gt; for langauage versions
 *
 * use ddClass() to return a language specific instance of the base class
 *		(defined at bottom of this file)
 *
 */

class Dropdown_Title extends Dropdown {
	public $value = array(	
						''				=&gt; 'Please select ...',
						'Mr'			=&gt; 'Mr',
						'Mrs'			=&gt; 'Mrs',
						'Miss'			=&gt; 'Miss',
						'Ms'			=&gt; 'Ms',
					);
} // class Dropdown_Title
class Dropdown_Title_de extends D…</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=ec2&amp;rev=1204556273&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-03T15:57:53+01:00</dc:date>
        <title>Using Amazon EC2</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=ec2&amp;rev=1204556273&amp;do=diff</link>
        <description>Preparation

	*  Sign up for an Amazon AWS account, and the EC2 service
	*  Get the  EC2 Firefox UI extension for Firefox (lazy, but so much easier!)
		*  Load your AWS access key and secret into a new set of credentials
		*  In 'KeyPairs' tab create a new keypair and save the PEM to somewhere like C:\ec2\mykey.pem
		*  In 'Security Groups' create a group permission Source CIDR 0.0.0.0/0 TCP/IP 22 (unless you want to lock SSH access down to specific IP addresses and CIDR 0.0.0.0/0 TCP 80 assumin…</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=encryption&amp;rev=1255518589&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T13:09:49+01:00</dc:date>
        <title>File Encryption</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=encryption&amp;rev=1255518589&amp;do=diff</link>
        <description>Truecrypt


First things first - trucrypt is the dogs whatsits. Works fantastically on Windows with a nice gui, you need to run it from the command line in Linux, but it works great on my Ubuntu Edgy box.

Mounting existing:


jimw@ubuntu:~/Desktop$ mkdir tc
jimw@ubuntu:~/Desktop$ truecrypt -u /media/usbdisk/encrypted.file ~/Desktop/tc
Enter password for '/media/usbdisk/encrypted.file':</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=hideemail&amp;rev=1204019963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-26T10:59:23+01:00</dc:date>
        <title>Hiding Email</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=hideemail&amp;rev=1204019963&amp;do=diff</link>
        <description>function hideEmail($email) {
	// obfuscates email address to hinder bots
	// usage: hideEmail('jim@povich.co.uk');
	list ($mailbox, $domain) = explode('@',$email);

	echo &lt;&lt;&lt;EOM
&lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
var name = &quot;$mailbox&quot;;
var domain = &quot;$domain&quot;;
document.write('&lt;a href=&quot;mailto:' + name + '@' + domain + '&quot;&gt;');
document.write(name + '@' + domain + '&lt;/a&gt;');
// --&gt;&lt;/script&gt;
&lt;noscript&gt;$mailbox at $domain&lt;/noscript&gt;
EOM;
}</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=i18n_l10n&amp;rev=1255518589&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T13:09:49+01:00</dc:date>
        <title>Internationalisation and Localisation</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=i18n_l10n&amp;rev=1255518589&amp;do=diff</link>
        <description>Apache .htaccess / httpd.conf


# move option 2 char country and lang codes to get variables
RewriteEngine On
RewriteRule ^([a-z]{2})/([a-z]{2})/(.*)$ /$3?c=$1&amp;l=$2 [NC,L,QSA]
RewriteRule ^([a-z]{2})/(.*)$ /$2?c=$1 [NC,L,QSA]
RewriteRule ^([a-z]{2})$ /?c=$1 [NC,L,QSA]</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=mobile&amp;rev=1255518590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T13:09:50+01:00</dc:date>
        <title>mobile</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=mobile&amp;rev=1255518590&amp;do=diff</link>
        <description>Links I wish I'd found sooner:

*  Network/Internet Utilities

Detecting Haldheld Devices</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=mythtv&amp;rev=1167593303&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-12-31T20:28:23+01:00</dc:date>
        <title>MythTV</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=mythtv&amp;rev=1167593303&amp;do=diff</link>
        <description>Install


I've installed Ubuntu 6.10 Edgy Eft on a Dell Dimension 8250, 1GB RAM, 600GB drive with a Radeon 7000 64MB display card (until I get someting better)

I've got a Hauppauge PVR-250 so I need to install IVTV

Next is MythTV itself - I've done this a few times now, and most consistent results come from following the MythTV Ubuntu Installation Guide although I do have to ignore the DVB bits for the IVTV install above - perhaps I'll add a DVB card soon.</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=rsync&amp;rev=1255518590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T13:09:50+01:00</dc:date>
        <title>Backup Windows XP to a spare linux box</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=rsync&amp;rev=1255518590&amp;do=diff</link>
        <description>Linux to Linux would be easy using rsync - here's a Windows rsync client I'm going to try...

&lt;http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp&gt;

On my FC5 box, as root 


$ mkdir /var/rsync
$ mkdir /var/rsync/backup
$ chmod 777 /var/rsync/backup
$ nano /etc/rsyncd.conf
use chroot = no
[backup]
        path = /var/rsync/backup
        read only = no
        comment = backup area
$ system-config-securitylevel
    Add rsync:tcp
$ rsync --daemon</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=start&amp;rev=1195407314&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-18T18:35:14+01:00</dc:date>
        <title>Wiki</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=start&amp;rev=1195407314&amp;do=diff</link>
        <description>Top Tens

	*  Sites
	*  Films
	*  Bourbon

Most Recent

	*  Films seen at the cinema
	*  Albums played as they should be (on vinyl)

Projects

	*  Blucasting
	*  Mobile
		*  Detecting Haldheld Devices

	*  MythTV
	*  Unslung Subversion
	*   Trundle II</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=svn&amp;rev=1207849496&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-10T19:44:56+01:00</dc:date>
        <title>SVN Tricks</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=svn&amp;rev=1207849496&amp;do=diff</link>
        <description>Change a log message

 First, make a post-commit


$ cd /var/lib/svn/test/hooks
$ sudo cp pre-revprop-change.tmpl pre-revprop-change
$ sudo chmod 755 pre-revprop-change
$ sudo chown www-data pre-revprop-change
$ sudo chgrp www-data pre-revprop-change</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=todo&amp;rev=1255518591&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T13:09:51+01:00</dc:date>
        <title>To Do</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=todo&amp;rev=1255518591&amp;do=diff</link>
        <description>*  PHP Database Class
	*  PHP error handling

	*  style this wiki!</description>
    </item>
    <item rdf:about="http://www.white-side.co.uk/wiki/doku.php?id=unslung_subversion&amp;rev=1188122225&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-26T11:57:05+01:00</dc:date>
        <title>Unslung Subversion</title>
        <link>http://www.white-side.co.uk/wiki/doku.php?id=unslung_subversion&amp;rev=1188122225&amp;do=diff</link>
        <description>First unsling your NSLU2

Then, install ssh, apache, lynx and svn

Check apache's running: lynx localhost:8000

Create an svn repository: svnadmin create /jaydublu/svn

location of httpd.conf: /opt/etc/apache2/httpd.conf
location of DocumentRoot /opt/share/www</description>
    </item>
</rdf:RDF>

