<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nickromney.com</title>
	<atom:link href="http://www.nickromney.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickromney.com</link>
	<description>Nick Romney's ramblings on technology, books and other stuff.</description>
	<lastBuildDate>Wed, 22 Jul 2009 14:51:18 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WAMP setup on Win XP Pro</title>
		<link>http://www.nickromney.com/2005/02/26/wamp-setup-on-win-xp-pro/</link>
		<comments>http://www.nickromney.com/2005/02/26/wamp-setup-on-win-xp-pro/#comments</comments>
		<pubDate>Sat, 26 Feb 2005 10:50:42 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[My web hosting package is LAMP (Linux, Apache, MySql, PHP4), but my laptop runs Windows XP. Here is how I got a WAMP (Windows, Apache, MySql, PHP) environment for development at home.]]></description>
			<content:encoded><![CDATA[<p>My web hosting package is LAMP (Linux, Apache, MySql, PHP4), but my laptop runs Windows XP. Here is how I got a WAMP (Windows, Apache, MySql, PHP) environment for development at home.</p>
<p><span id="more-17"></span></p>
<p>Update: since I first wrote this, PHP5 has gone stable, so there are some useful instructions at <a href="http://www.webmasterworld.com/forum88/5212.htm">Webmasterworld</a>. My web hosting account still runs on PHP4, so the instructions below are still valid for replicating an environment like that:</p>
<p>To get a WAMP (Windows, Apache, MySql, PHP) environment working under Windows XP, this is what I did:</p>
<p>The instructions on <a href="www.gizmobytes.com/serverguide.php">gizmobytes</a> were good &#8211; here are my additions:</p>
<p>Get  <a href="http://apache.mirrors.versehost.com/httpd/binaries/win32/apache_2.0.53-win32-x86-no_ssl.msi">Apache 2.0.53</a></p>
<p>Change install directory to <em>C:\Apache2</em></p>
<p>Open a browser window. Type
<pre>http://localhost</pre>
<p> &#8211; and you should get the Apache Installation Test Page</p>
<p>Get <a href="http://www.php.net/get/php-4.3.10-Win32.zip/from/a/mirror">PHP 4.3.10</a></p>
<p>Unzip to <em>C:\PHP</em></p>
<p>Edit the <em>C:\Apache2\Apache2\conf\httpd.conf</em> file to support the php sapi file; display index.php for directories; </p>
<p>Run &#8220;Apache | Restart&#8221;</p>
<p>Create a text file &#8211; save as <em>C:\Apache2\Apache2\htdocs\phpinfo.php</em>, which should contain the following:</p>
<pre>
< ?
phpinfo();
?>
</pre>
<p>This will show that PHP is working with apache.</p>
<p>Download mySql from <a href="http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-essential-4.1.10-win32.msi/from/pick">mysql.com</a></p>
<p>Unzip and install to <em>C:\mysql</em></p>
<p>Save the enclosed file to C:\windows\my.ini</p>
<pre>
#This File was made using the WinMySQLAdmin 1.4 Tool
#21/12/2003 00:16:23

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=C:/mysql
#bind-address=127.0.0.1
datadir=C:/mysql/data
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-nt.exe
user=nick
password=newpass
</pre>
<p>Get PHPMyAdmin from <a href="http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.6.1-pl2.zip?download">sourceforge</a></p>
<p>Unzip it to <em>C:\Apache2\Apache2\htdocs\phpMyAdmin</em></p>
<p>Save the enclosed file to <em>C:\Apache2\Apache2\htdocs\phpMyAdmin\config.inc.php</em></p>
<p>From a browser, type:
<pre>http://localhost/phpMyAdmin</pre>
<p>You should see something like
<pre>MySQL 4.1.10-nt running on localhost as nick@localhost</pre>
<p>Save the following to <em>C:\Apache2\Apache2\htdocs\mysql\sqlconnect.php</em></p>
<p>In the browser, type:
<pre>http://localhost/mysql/sqlconnect.php</pre>
<p> &#8211; you should see a list of users in the browser window: i.e.&#8221;nick&#8221;, &#8220;root&#8221;.</p>
<p>Once this is all working, that should give you enough of a guide to add your own users etc. (suggest through phpmyadmin), and edit the scripts. Helpful apache and php fora (forums?) on <a href="http://www.webmasterworld.com">webmasterworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2005/02/26/wamp-setup-on-win-xp-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox extensions</title>
		<link>http://www.nickromney.com/2005/02/24/firefox-extensions/</link>
		<comments>http://www.nickromney.com/2005/02/24/firefox-extensions/#comments</comments>
		<pubDate>Thu, 24 Feb 2005 13:07:46 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.nickromney.com/2005/02/24/firefox-extensions/</guid>
		<description><![CDATA[I&#8217;ve been using Mozilla&#8217;s Firefox browser for over a year now, and it&#8217;s my main browser. One of the key reasons is its extensibility, and here are the extensions I use (generated by the Listzilla extension):

Enabled Extensions: (33)
Adblock 0.5.2.039
Alt-Text for Links 0.1.1
AutoMarks 0.1
Bible Toolbar 1.5.4
Bookmarks Synchronizer 1.0.1
ColorZilla 0.6.5
ConQuery 1.5.2
Copy Plain Text 0.2.1
Disable Targets For Downloads [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Mozilla&#8217;s <a href="http://www.getfirefox.com">Firefox</a> browser for over a year now, and it&#8217;s my main browser. One of the key reasons is its extensibility, and here are the extensions I use (generated by the Listzilla extension):</p>
<p><span id="more-62"></span></p>
<p>Enabled Extensions: (33)</p>
<p>Adblock 0.5.2.039<br />
Alt-Text for Links 0.1.1<br />
AutoMarks 0.1<br />
Bible Toolbar 1.5.4<br />
Bookmarks Synchronizer 1.0.1<br />
ColorZilla 0.6.5<br />
ConQuery 1.5.2<br />
Copy Plain Text 0.2.1<br />
Disable Targets For Downloads 0.8<br />
downTHEMall! 0.9.4<br />
EditCSS 0.2.3<br />
Enigmail 0.89.5 for Thunderbird<br />
Ext2Abc 0.2.1<br />
fireFTP 0.87<br />
FoxyTunes 1.1<br />
Hotmail Tabs 0.9<br />
ieview 0.83<br />
Image Zoom 0.1.7<br />
ListZilla 0.5.1<br />
Mouse Gestures 1.0<br />
OpenBook 1.2.0<br />
Paste and Go 0.4.1<br />
Plain Text Links 0.2<br />
Resize Search Box 0.0.4<br />
ScrapBook 0.13.7<br />
Show Image 0.3<br />
Slashy 1.2.0<br />
TargetAlert 0.7.3<br />
Teleflip 0.1.1<br />
View Cookies 1.2<br />
Web Color Names 1.0.12<br />
Web Developer 0.8<br />
Word Count 0.1.1</p>
<p>Disabled Extensions: (2)<br />
ForecastFox 0.5.8<br />
Locale Switcher 0.3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2005/02/24/firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mid-rank Nerd</title>
		<link>http://www.nickromney.com/2005/01/21/mid-rank-nerd/</link>
		<comments>http://www.nickromney.com/2005/01/21/mid-rank-nerd/#comments</comments>
		<pubDate>Sat, 22 Jan 2005 02:56:24 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.nickromney.com/2005/01/21/mid-rank-nerd/</guid>
		<description><![CDATA[Followed the link on Heal Your Church Website to take the Nerd Quiz. And here&#8217;s the result:

 
]]></description>
			<content:encoded><![CDATA[<p>Followed the link on <a href="http://www.healyourchurchwebsite.com/archives/001415.php">Heal Your Church Website</a> to take the <a href="http://www.wxplotter.com/ft_nq.php">Nerd Quiz</a>. And here&#8217;s the result:</p>
<p><a href="http://www.wxplotter.com/ft_nq.php?im"><br />
<img src="http://www.wxplotter.com/images/ft/nq.php?val=5726" alt="I am nerdier than 75% of all people. Are you nerdier? Click here to find out!"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2005/01/21/mid-rank-nerd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Essential software</title>
		<link>http://www.nickromney.com/2004/10/06/essential-software/</link>
		<comments>http://www.nickromney.com/2004/10/06/essential-software/#comments</comments>
		<pubDate>Thu, 07 Oct 2004 04:28:20 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[Read one of Photomatt&#8217;s articles on essential software, which got me to thinking on some of the more useful pieces of software I use. 
Here is an impromptu list:
Web design:

Firefox 1.0 &#8211; My favourite browser
Filezilla &#8211; Open source FTP client

General utilities:

Textpad &#8211; Very fully featured text editor
Jedit &#8211; A text editor for programmers. Written in [...]]]></description>
			<content:encoded><![CDATA[<p>Read one of <a href="http://photomatt.net">Photomatt</a>&#8217;s articles on <a href="http://photomatt.net/archives/2004/03/04/software/">essential software</a>, which got me to thinking on some of the more useful pieces of software I use. </p>
<p>Here is an impromptu list:</p>
<p>Web design:</p>
<ul>
<li><a href="http://www.mozilla.org/products/firefox/">Firefox 1.0</a> &#8211; My favourite browser</li>
<li><a href="http://sourceforge.net/projects/filezilla/">Filezilla</a> &#8211; Open source FTP client</li>
</ul>
<p>General utilities:</p>
<ul>
<li><a href="http://www.textpad.com/">Textpad</a> &#8211; Very fully featured text editor</li>
<li><a href="http://www.jedit.org/">Jedit</a> &#8211; A text editor for programmers. Written in Java, so the same under Windows, OS X, Linux, Unix</li>
<li><a href="http://www.7-zip.org/">7-Zip</a> &#8211; A compression utility, which can handle .tgz archives under Windows (very handy)</li>
<li><a href="http://www.explorerxp.com/">Explorer XP</a> &#8211; A replacement for Windows Explorer which has two great features: 1) Folder size is displayed.  2) &#8220;Create New Folder&#8221; is a button on the toolbar</li>
<li><a href="http://isorecorder.alexfeinman.com/beta.htm">Iso Recorder</a> &#8211; For creating images of installation CD&#8217;s for your hard disk</li>
</ul>
<p>Music:</p>
<ul>
<li><a href="http://cdexos.sourceforge.net/index.php">CDex</a> &#8211; Music compression / file-format changer -.wav to .mp3, and vice versa</li>
<li><a href="http://sourceforge.net/projects/audacity">Audacity</a> &#8211; A sound recorder and so much more. Very useful for recording speech</li>
<li><a href="http://www.winamp.com/">Winamp</a> &#8211; Music / media player. Small, but perfectly formed</li>
</ul>
<p>Graphics:</p>
<ul>
<li><a href="http://www.irfanview.com/">IrfanView</a> &#8211; Views all images I&#8217;ve come across, plus loads of options for reducing file sizes.</li>
</ul>
<p>I hope that you find them as useful as I do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/10/06/essential-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Romney is a fraud</title>
		<link>http://www.nickromney.com/2004/10/06/fraud/</link>
		<comments>http://www.nickromney.com/2004/10/06/fraud/#comments</comments>
		<pubDate>Thu, 07 Oct 2004 04:26:04 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.nickromney.com/2004/10/06/fraud/</guid>
		<description><![CDATA[When updating this website caused me to re-install, I checked to see the Google rank of &#8220;Nick Romney&#8221;. I&#8217;m pleased to say that this site came up first. So, with my ego suitably stroked, I decided to do a little more ego-surfing to see where I ranked. I was vaguely aware of the Massachusetts Governor [...]]]></description>
			<content:encoded><![CDATA[<p>When updating this website caused me to re-install, I checked to see the Google rank of &#8220;Nick Romney&#8221;. I&#8217;m pleased to say that this site came up first. So, with my ego suitably stroked, I decided to do a little more <a href="http://www.microcontentnews.com/resources/glossary/egosurfing.htm">ego-surfing</a> to see where I ranked. I was vaguely aware of the <a href="http://www.emailyourgovernor.com/ma-governor.html">Massachusetts Governor Mitt Romney</a>, having seen a news report on him years ago, and the name stuck. However, in this election year, it seems as if every man and his dog has a blog, even one by the name of <a href="http://romneyisafraud.blogspot.com/">Romney is a fraud</a>. I haven&#8217;t read it extensively, but would like to confirm that I am 100% pure Nick Romney!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/10/06/fraud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christian marketing</title>
		<link>http://www.nickromney.com/2004/07/12/christian-marketing/</link>
		<comments>http://www.nickromney.com/2004/07/12/christian-marketing/#comments</comments>
		<pubDate>Mon, 12 Jul 2004 16:25:23 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[I had almost forgotten about Testamints since seeing them in a Christian bookshop / coffee-house some years ago. A quick search on Google, and I found a couple of articles which sum up my attitude to the quasi-Gnosticism of &#8220;Christian&#8221; anything.  I very much enjoyed Dave Meurer&#8217;s article detailing his attempts to get his [...]]]></description>
			<content:encoded><![CDATA[<p>I had almost forgotten about <a href="http://www.testamints.com/">Testamints</a> since seeing them in a Christian bookshop / coffee-house some years ago. A quick search on Google, and I found a couple of articles which sum up my attitude to the quasi-Gnosticism of &#8220;Christian&#8221; anything.  I very much enjoyed <a href="http://www.freemethodistchurch.org/Magazine/Articles/Mar-Apr%202002%20Articles/M-A%202002%20Humor%20Me.htm">Dave Meurer&#8217;s article</a> detailing his attempts to get his local shop to &#8220;get real&#8221; and stock something a great deal more useful, otherwise he&#8217;ll start his own line of &#8220;HarassMints&#8221;. </p>
<p><a href="http://www.worldnetdaily.com/news/article.asp?ARTICLE_ID=26701">This related article by Joel Miller</a> covers Testamints, and goes further, even detailing a Christian &#8220;snack bar&#8221;, with a link to his article on <a href="http://www.worldnetdaily.com/news/article.asp?ARTICLE_ID=25796">Get the Jesus action figure</a></p>
<p>Unbelievable. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/07/12/christian-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notre Dame</title>
		<link>http://www.nickromney.com/2004/05/14/notre-dame/</link>
		<comments>http://www.nickromney.com/2004/05/14/notre-dame/#comments</comments>
		<pubDate>Fri, 14 May 2004 05:09:09 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[When I was in Paris a couple of weeks ago, I took a couple of tourist pictures &#8211; Notre Dame and the Champs Elysees. 
Here&#8217;s one that I thought worked out rather well:

It does help that the building itself is amazing!

]]></description>
			<content:encoded><![CDATA[<p>When I was in Paris a couple of weeks ago, I took a couple of tourist pictures &#8211; Notre Dame and the Champs Elysees. <span id="more-39"></span></p>
<p>Here&#8217;s one that I thought worked out rather well:</p>
<p><img src="http://www.nickromney.com/images/photos/Notre_Dame.jpg" alt="Notre Dame - 1 May 2004" /></p>
<p>It does help that the building itself is amazing!</p>
<p><img src="http://www.nickromney.com/images/photos/ChampsElysees.jpg" alt="Champs Elysees - looking towards Arc de Triomphe" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/05/14/notre-dame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Things Done</title>
		<link>http://www.nickromney.com/2004/04/06/getting-things-done-e-mail/</link>
		<comments>http://www.nickromney.com/2004/04/06/getting-things-done-e-mail/#comments</comments>
		<pubDate>Fri, 19 Mar 2004 02:13:38 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Goals]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[I&#8217;m a big fan of personal development (Tony Robbins, Stephen Covey, Tony Buzan, Robert Allen, and Brian Tracy to name but a few), but after years of books and seminars, I had so much going on in my head that the ability to walk on hot coals unharmed (yes, twice) wasn&#8217;t great at helping me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of personal development (<a href="http://www.anthonyrobbins.com/">Tony Robbins</a>, Stephen Covey, Tony Buzan, <a href="http://www.multiplestreamsofincome.com/">Robert Allen</a>, and <a href="http://www.briantracy.com/">Brian Tracy</a> to name but a few), but after years of books and seminars, I had so much going on in my head that the ability to walk on hot coals unharmed (yes, twice) wasn&#8217;t great at helping me when drowning in e-mails.</p>
<p><span id="more-29"></span></p>
<p>The good folks at <a href="http://www.nightingaleconant.com/">Nightingale Conant</a> caught me at the right point in late 2002 (just after my job had been downsized), and I bought the <a href="http://www.gettingthingsdone.com">Getting Things Done</a> CD&#8217;s. These are the live recordings of a seminar by <a href="http://www.davidco.com/david_allen.php">David Allen</a>, and they have genuinely changed my life. (Read <a href="http://www.davidco.com/saying.php">my comments</a> from Spring 2003 on how I felt then). </p>
<p>I&#8217;ve lent the CDs to several friends who&#8217;ve been similarly impressed (and bought labelmakers too). For most people, e-mail inboxes are the sign of being out of control in the amount of input we allow into our lives. Julie Daniel &#8211; a GTD coach in the UK, has this to say about <a href="http://www.davidco.com/coaches_corner/Julie_Daniel/article9.html">Keeping Your In-Box &#8220;Real&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/04/06/getting-things-done-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Less vs. fewer</title>
		<link>http://www.nickromney.com/2004/04/06/less-vs-fewer/</link>
		<comments>http://www.nickromney.com/2004/04/06/less-vs-fewer/#comments</comments>
		<pubDate>Tue, 06 Apr 2004 03:55:10 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Language]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[Via Mark Pilgrim, another site covering misused expressions:
Less refers to quantity, fewer to number. &#8220;His troubles are less than mine&#8221; means &#8220;His troubles are not so great as mine.&#8221; &#8220;His troubles are fewer than mine&#8221; means &#8220;His troubles are not so numerous as mine.&#8221; It is, however, correct to say, &#8220;The signers of the petition [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://diveintomark.org/">Mark Pilgrim</a>, another site covering <a href="http://coba.shsu.edu/help/strunk/strunk3.html">misused expressions</a>:</p>
<blockquote><p>Less refers to quantity, fewer to number. &#8220;His troubles are less than mine&#8221; means &#8220;His troubles are not so great as mine.&#8221; &#8220;His troubles are fewer than mine&#8221; means &#8220;His troubles are not so numerous as mine.&#8221; It is, however, correct to say, &#8220;The signers of the petition were less than a hundred, &#8220;where the round number, a hundred, is something like a collective noun, and less is thought of as meaning a less quantity or amount. </p></blockquote>
<p>Leading to fewer errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/04/06/less-vs-fewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US Visit</title>
		<link>http://www.nickromney.com/2004/04/05/us-visit/</link>
		<comments>http://www.nickromney.com/2004/04/05/us-visit/#comments</comments>
		<pubDate>Mon, 05 Apr 2004 21:59:20 +0000</pubDate>
		<dc:creator>nickromney</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[This article in Wired covers the changes in entry restrictions to the US from September 30 2004. This stops short of the biometric passports originally tabled as required from October, but will still require visitors from &#8220;visa waiver&#8221; countries (Andorra, Australia, Austria, Belgium, Brunei, Denmark, Finland, France, Germany, Iceland, Ireland, Italy, Japan, Liechtenstein, Luxembourg, Monaco, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wired.com/news/politics/0,1283,62926,00.html">This article</a> in Wired covers the changes in entry restrictions to the US from September 30 2004. This stops short of the biometric passports originally tabled as required from October, but will still require visitors from &#8220;visa waiver&#8221; countries (Andorra, Australia, Austria, Belgium, Brunei, Denmark, Finland, France, Germany, Iceland, Ireland, Italy, Japan, Liechtenstein, Luxembourg, Monaco, Netherlands, New Zealand, Norway, Portugal, San Marino, Singapore, Slovenia, Spain, Sweden, Switzerland and the United Kingdom) to have fingerprints and photographs taken. </p>
<p><span id="more-36"></span></p>
<p>Interestingly, Brazil has reciprocated by requiring all American visitors to undergo the same requirements on entering Brazil. Given the ballyhoo over Immigration in the UK at the moment, it looks like our borders will be widened, not tightened in the coming weeks.</p>
<p>In a related article on the <a href="http://www.wired.com/news/politics/0,1283,62883,00.html">US demanding passenger details</a>, Wired covers the recent European Parliament vote (229 to 202) which determined that</p>
<blockquote><p>it was illegal for the United States to force European airlines to provide data on arriving passengers and threatened to go to court to block an agreement that calls for the information sharing.</p></blockquote>
<p>Interesting times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickromney.com/2004/04/05/us-visit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
