
<?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>Whatsup</title>
	<atom:link href="http://www.martin-english.com/whatsup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martin-english.com/whatsup</link>
	<description>A general journal and / or notebook, containing ideas, links of interest, and so on. Mainly for me</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:34:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.martin-english.com' port='80' path='/whatsup/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Mount Disk Images using virtual cd controlpanel</title>
		<link>http://www.martin-english.com/whatsup/2010/03/mount-disk-images-using-virtual-cd-controlpanel/</link>
		<comments>http://www.martin-english.com/whatsup/2010/03/mount-disk-images-using-virtual-cd-controlpanel/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:34:38 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2097</guid>
		<description><![CDATA[Have you ever tried mounting an .iso image (a CD or DVD image) on Windows XP ? You end up needing 3rd party software, you&#8217;ll most likely have to reboot since it installs a driver, and you end up allocating a huge chunk of memory to what is really a very simple task.
I&#8217;ve just been [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried mounting an .iso image (a CD or DVD image) on Windows XP ? You end up needing 3rd party software, you&#8217;ll most likely have to reboot since it installs a driver, <strong>and</strong> you end up allocating a huge chunk of memory to what is really a very simple task.</p>
<p>I&#8217;ve just been reminded (via <a href="http://hackyourday.com/2010/03/01/how-to-mount-an-image-without-any-software/" target="_blank">Hack Your Day</a>) of the simplest, safest, way to mount an .iso image.  The program, supplied by Microsoft, is only 23K program, and comes with a 9K sys file driver.</p>
<p>The one downside is that this file is not actively supported by Microsoft, meaning they are not developing it, and probably won’t accept any support requests for it. However, I&#8217;ve used it extensively on Windows XP (SP 3) and Daniel Pataki of <a href="http://hackyourday.com/2010/03/01/how-to-mount-an-image-without-any-software/" target="_blank">Hack Your Day</a> is using it on 32bit Windows 7 and it works perfectly for him.</p>
<p>First of all, download <a target="_blank" href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe">winxpvirtualcdcontrolpanel</a> from the Microsoft servers. It is a self extracting zip file, so just execute it, and tell it to place the files in a folder. I stored them in a folder in my Program Files folder, as if it were a normal application.</p>
<p><P>To install the program and it&#8217;s driver:<br />
1. Execute <strong>VCdControlTool.exe</strong><br />
2. Click &#8220;Driver control&#8221;<br />
3. If the driver is in the same directory as <strong>VCdControlTool.exe</strong>, it will be found automatically.  Otherwise click the <em>&#8220;Install Driver&#8221;</em> button is available, navigate to the %systemroot%\system32\drivers folder, select VCdRom.sys, and <em>Open </em>it, then click <em>&#8220;Start&#8221;</em>.<br />
4. Click OK.</p>
<p><center><a href="http://www.martin-english.com/whatsup/wp-content/uploads/2010/03/winxpvcd_01.jpg"><img src="http://www.martin-english.com/whatsup/wp-content/uploads/2010/03/winxpvcd_01-300x189.jpg" alt="winxpvirtualcd install driver" title="winxpvirtualcd install driver" width="300" height="189"  /></a></center></p>
<p></br></p>
<p>5. Click &#8220;Add Drive&#8221; to add a drive to the drive list. Ensure that the drive added is not a local drive. If it is, continue to click &#8220;Add Drive&#8221; until an unused drive letter is available.<br />
6. Select an unused drive letter from the drive list and click &#8220;Mount&#8221;.<br />
7. Navigate to the image file, select it, and click &#8220;OK&#8221;. It works OK with mapped network drives, as well.</p>
<p><center><a href="http://www.martin-english.com/whatsup/wp-content/uploads/2010/03/winxpvcd_02.jpg"><img src="http://www.martin-english.com/whatsup/wp-content/uploads/2010/03/winxpvcd_02-300x169.jpg" alt="winxpvirtualcd mounting ISO image" title="winxpvirtualcd mounting ISO image" width="300" height="169"/></a></center></p>
<p></br></p>
<p>You may now use the drive letter as if it were a local CD-ROM device. You can close the application as soon as the image has been mounted, but if you want to unmount the image, just restart the exe  and click unmount, or stop the service in the device manager. That’s it, task done, no memory footprint, not bloatware, nothing, just a mounted disk, wonderful!</p>
<p>While the initial installation may seem more technical, it is quicker than Daemon Tools or Power Iso or something like that. Furthermore, the light weight means there&#8217;s much less impact on your system.</p>
<p>Thanks, Microsoft!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2010/03/mount-disk-images-using-virtual-cd-controlpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analysis of climategate emails</title>
		<link>http://www.martin-english.com/whatsup/2010/01/analysis-of-climategate-emails/</link>
		<comments>http://www.martin-english.com/whatsup/2010/01/analysis-of-climategate-emails/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 01:22:04 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2093</guid>
		<description><![CDATA[I have always been sceptical about the more extreme claims of the Global Warming True Believers.  However, despite news media and left wing politicians using the climate change issue to bludgeon the economy, I really had believed the underlying science.
However, many people saw the climategate emails as proof that the science had been manipulated. [...]]]></description>
			<content:encoded><![CDATA[<p>I have always been sceptical about the more extreme claims of the Global Warming True Believers.  However, despite news media and left wing politicians using the climate change issue to bludgeon the economy, I really had believed the underlying science.
<p>However, many people saw the climategate emails as proof that the science had been manipulated.  One blogger has done something very few people have done. He has read every single of the 1,000+ Climategate e-mails. He has a lengthy <a target="_blank" href="http://poneke.wordpress.com/2010/01/15/gate/">4,500 word blog post on his findings</a>. Poneke introduces it by saying:</p>
<blockquote><p>This is the longest and most important article I’ve yet written for this blog and I make no apology for its 4600 words — more also than in any newspaper article. As a journalist, I believe the Climategate emails have exposed one of the most significant news stories of the decade. As the mainstream news media has so far barely gone beyond giving those who wrote them and their supporters time and space to deny their undeniable contents, I present here an extensive journalistic account of what they actually say in the context of the dates and events in which they were written, with full links to all the emails.</p></blockquote>
<p>His conclusions:</p>
<blockquote><p>Having now read all the Climategate emails, I can conclusively say they demonstrate a level of scientific chicanery of the most appalling kind that deserves the widest possible public exposure.<br />
The emails reveal that the entire global warming debate and the IPCC process is controlled by a small cabal of climate specialists in England and North America. This cabal, who call themselves “the Team,” bully and smear any critics. They control the “peer review” process for research in the field and use their power to prevent contrary research being published.<br />
The Team’s members are the heart of the IPCC process, many of them the lead authors of its reports.<br />
They falsely claim there is a scientific “consensus” that the “science is settled,” by getting lists of scientists to sign petitions claiming there is such a consensus. They have fought for years to conceal the actual shonky data they have used to wrongly claim there has been unprecedented global warming this past 50 years. Their emailed discussions among each other show they have concocted their data by matching analyses of tree rings from around 1000 AD to 1960, then actual temperatures from 1960 to make it look temperatures have shot up alarmingly since then, after the tree rings from 1960 on inconveniently failed to match observed temperatures.<br />
The emails show that some of them at least concede in private that the world was warmer 1000 years ago (in the Medieval Warm Period) than it is today, but the emails also show they had to get rid of the MWP from the records to claim today’s temperatures are unprecedented.<br />
They show Team members becoming alarmed and despondent at global temperatures peaking in 1998, then slowly falling to the present, while publicly trying to hide the fact that there was a peak and now a decline.<br />
Revealingly, they show them even smugly nominating each other for prestigious awards, using factually wrong details in the information sent in nominating letters in support of the awards.</p></blockquote>
<p>He looks at the peer review process:</p>
<blockquote><p>AGWarmers parrot the mantra that their view is supported by learned articles in peer-reviewed scientific journals and that peer-reviewed contrary views cannot be found. The Climategate emails conclusively show that the Team control the peer-reviewed literature, to the extent they “peer review” each other’s reports, and veto publication of research they do not support, bullying the editors and owners of scientific journals.<br />
Worse, though, is the emails’ revelation that even material they put into the hallowed reports of the Intergovernmental Panel on Climate Change was not peer reviewed, and knowingly shabby.</p></blockquote>
<p>Poneke’s full post is a must read. It is also the sort of journalism that should be in the mainstream media. Has any major news organisation assigned a reporter to read all 1,000 e-mails?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2010/01/analysis-of-climategate-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronise Lotus Notes with Google Calendar</title>
		<link>http://www.martin-english.com/whatsup/2010/01/synchronise-lotus-notes-with-google-calendar/</link>
		<comments>http://www.martin-english.com/whatsup/2010/01/synchronise-lotus-notes-with-google-calendar/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:20:18 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2089</guid>
		<description><![CDATA[There&#8217;s a lot of software for synchronising various webmail or MS Outlook Calendars with Google Calendar.  However, there&#8217;s not that much around about synchronising Lotus Notes calendars&#8230;.
At the moment there are three methods that I have used or know of.
goosync
I use a Nokia N95.  It synchronises it&#8217;s calendar with Lotus Notes using the [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of software for synchronising various webmail or MS Outlook Calendars with Google Calendar.  However, there&#8217;s not that much around about synchronising Lotus Notes calendars&#8230;.</p>
<p>At the moment there are three methods that I have used or know of.</p>
<h4>goosync</h4>
<p>I use a Nokia N95.  It synchronises it&#8217;s calendar with Lotus Notes using the standard s/w that came with the phone.  I use a product called <a href="http://www.goosync.com/" target="_top">goosync</a> to synchronise the phone with my google calendar.  They provide a free trial period, and various levels of service / payment after that.</p>
<p>For those using an iPhone the 3g is supported by goosync, but without one myself, I can&#8217;t help you getting the lotus notes calendar to the phone.</p>
<p>Device setup guides are at <a href="http://goosync.zendesk.com/forums/31074/entries" target="_top">http://goosync.zendesk.com/forums/31074/entries</a>.</p>
<h4>awesync</h4>
<p><a href="http://awesync.com/" target="_top">awesync</a> is (currently free, due to being in beta) software that synchronises your Lotus Notes and Google calendars.  Some of the features include:<br />
- Automatic scheduled synchronization at defined intervals of time, or manual on-demand synchronization;<br />
- Full two-way synchronization, or one-way with defined data source, i.e. either Notes to Google, or Google to Notes;<br />
- Comprehensive conflict handling – newest wins, or defined data source overwrite;<br />
- Selection of one or more Google calendars for synchronization.</p>
<h4>lntogooglecalsync </h4>
<p>An entry on <a href="http://lntoiphone.blogspot.com/2009/05/lotus-notes-to-iphone-email-and.html" target="_top">Intoiphone</a> talks about an open source tool, hosted on sourceforge, called <a href="http://lngooglecalsync.sourceforge.net/" target="_top">lntogooglecalsync</a> that synchronises directly from your Lotus Notes Calendar to Google Calendar.  The original web page is quite old, so I checked the <a href="http://lngooglecalsync.sourceforge.net/" target="_top">Intogooglecalsync</a> site and its still under development (for example, the original release didn&#8217;t support auto-sync, but it now does).</p>
<h4>Summary</h4>
<p>I find the combined method &#8211; Lotus to Nokia, and Nokia to Google to be sufficient for my needs.  However, this is because 99.9% of my calendar originates from Lotus.  The other pieces of software may be more relevant if you have updates flowing both ways.</p>
<p>Please feel free to add any other utilities (free or not) for synchronising Lotus with with Google calendar or any other Google products in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2010/01/synchronise-lotus-notes-with-google-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.9 notes</title>
		<link>http://www.martin-english.com/whatsup/2010/01/wordpress-2-9-notes/</link>
		<comments>http://www.martin-english.com/whatsup/2010/01/wordpress-2-9-notes/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 04:43:14 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web / Web 2.0]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2086</guid>
		<description><![CDATA[Batch Plug-in Update in Word Press
When Word Press introduced one click upgrade for pluggins, it was like Christmas in July. But this time maybe on the actual Christmas or perhaps slightly earlier with the release of Word Press 2.9, we will now be able to upgrade multiple pluggins with one click from our WordPress Admin [...]]]></description>
			<content:encoded><![CDATA[<h4>Batch Plug-in Update in Word Press</h4>
<p>When Word Press introduced one click upgrade for pluggins, it was like Christmas in July. But this time maybe on the actual Christmas or perhaps slightly earlier with the release of Word Press 2.9, we will now be able to upgrade multiple pluggins with one click from our WordPress Admin Panel.</p>
<h4>Optimize/Repair Database Functionality</h4>
<p>WordPress has added a new feature to the core which allows you to repair and optimize your database. In order to activate this function, you will need to add this line in your <em>wp-config.php</em></p>
<blockquote><p>define(‘WP_ALLOW_REPAIR’, true);</p>
</blockquote>
<p>Once you have added it, you will now be able to run the script which is located at this URL:</p>
<blockquote><p><a target="_blank" href="http://www.yoursite.com/wp-admin/maint/repair.php">http://www.yoursite.com/wp-admin/maint/repair.php</a></p>
</blockquote>
<h4>WordPress Recycle Bin / Trash</h4>
<p>One useful thing most desktop operating systems have is the trash bin or recycle bin. WordPress has now added similar functionality; instead of permanently deleting posts, pages, and the comments, you can now trash it and then later on empty the trash once you are completely done with what you were doing. By default WordPress will empty the trash every 30 days, but you can change the time limit by simply entering the following code in your <em>wp-config.php</em>:</p>
<blockquote><p>define( ‘EMPTY_TRASH_DAYS’, 10 );</p>
</blockquote>
<h4>Image Editor</h4>
<p>The image editor is something that a lot of users were waiting for and it is included in this release. This editor will let you make simple changes such as cropping, rotating, scaling, etc.</p>
<h4>Ability to add Post Thumbnails</h4>
<p>You have probably seen many sites displaying posts on the homepage with a post thumbnail. Or many sites having the post thumbnail next to each post in their index. Before version 2.9, it was done through custom fields. In this release, you can simply add the thumbnail when writing the post and displaying it in the template is even easier.</p>
<p>In order for you to have this functionality available in the admin panel, you must have a theme that supports this function. However, a quick way to add it now is to visit your theme’s <em>functions.php</em> and add the following code:</p>
<blockquote><p><span></span></p>
<p>add_theme_support( ‘post-thumbnails’ );</p>
</blockquote>
<p>Once you choose the thumbnail, you display it on the template using the following code:</p>
<blockquote><p>&lt;?php the_post_thumbnail( ‘thumbnail’ ); ?&gt;</p>
</blockquote>
<h4>Extend User Contact Info</h4>
<p>The WordPress user profile page is quite old and many new networks have gain popularity such as twitter and facebook. Prior to version 2.9, it was really hard to add a custom field in the contact area, but thanks to <a target="_blank" href="http://yoast.com/user-contact-fields-wp29/">Joost De Valk</a> for his contribution, now this feature is available.</p>
<p>Simply open your <em>functions.php</em> and add the following function:</p>
<blockquote><p>&lt;?php<br />
function my_new_contactmethods( $contactmethods ) {<br />
// Add Twitter<br />
$contactmethods['twitter'] = ‘Twitter’;<br />
//add Facebook<br />
$contactmethods['facebook'] = ‘Facebook’;</p>
<p>return $contactmethods;<br />
}<br />
add_filter(‘user_contactmethods’,&#8217;my_new_contactmethods’,10,1);</p>
<p>?&gt;</p>
</blockquote>
<p>This will add extra fields in your user profile pages.</p>
<p>You can display these on author profile page by using the normal $curauth variable or the_author_meta variable. </p>
<h4>New Excerpt Filter</h4>
<p>Up till WordPress 2.8.6, if you added <strong>the_excerpt</strong> code in the loop, it would display content with a 55 word limit and once the word limit was reached, it would add [...]. With this new ability, You can now specify a function and control both excerpt word count, and the more text. Implement this by opening your theme’s <em>function.php</em> file and add the following code:</p>
<blockquote><p>// Changing excerpt length</p>
<p>function new_excerpt_length($length) {<br />
return 60;<br />
}<br />
add_filter(‘excerpt_length’, ‘new_excerpt_length’);</p>
<p>// Changing excerpt more<br />
function new_excerpt_more($more) {<br />
return ‘…’;<br />
}<br />
add_filter(‘excerpt_more’, ‘new_excerpt_more’);</p>
</blockquote>
<p>All thanks goes to <a target="_blank" href="http://core.trac.wordpress.org/ticket/10395">Ramiy</a> for suggesting this feature.</p>
<h4>oEmbed making Embedding Easier</h4>
<p>Thanks to <a target="_blank" href="http://www.viper007bond.com">ViperBond007</a> that this feature was added to the core of WordPress 2.9. It is a specification that allows media providers like Flickr, YouTube and others to provide data for consumer applications like WordPress about media.</p>
<p>There are many many more features that are being included in this version. To see a full list check out <a target="_blank" href="http://codex.wordpress.org/Version_2.9">version 2.9 page in the codex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2010/01/wordpress-2-9-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>President Sarkozy requests a VIP box for Rugby match</title>
		<link>http://www.martin-english.com/whatsup/2010/01/president-sarkozy-requests-a-vip-box-for-rugby-match/</link>
		<comments>http://www.martin-english.com/whatsup/2010/01/president-sarkozy-requests-a-vip-box-for-rugby-match/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 06:43:36 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2073</guid>
		<description><![CDATA[click on image to see correspondence in higher resolution

]]></description>
			<content:encoded><![CDATA[<p>click on image to see correspondence in higher resolution</P><br />
<a href="http://www.martin-english.com/whatsup/wp-content/uploads/2010/01/A_must_read_Way_too_funny.jpg"><img src="http://www.martin-english.com/whatsup/wp-content/uploads/2010/01/A_must_read_Way_too_funny-92x1024.jpg" alt="President Sarkozy, requesting a VIP Box for a Rugby Union Game between Ireland and France." title="President Sarkozy requesting VIP Box" width="460" height="5120" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2010/01/president-sarkozy-requests-a-vip-box-for-rugby-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate MD5 Checksums on Windows</title>
		<link>http://www.martin-english.com/whatsup/2009/11/generate-md5-checksums-on-windows/</link>
		<comments>http://www.martin-english.com/whatsup/2009/11/generate-md5-checksums-on-windows/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:34:23 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2069</guid>
		<description><![CDATA[How do you know, for sure, that the file you&#8217;ve download has been transferred correctly ? The UNIX (and by extension, internet) standard has, for years, been checking the md5 hash.  Now, there&#8217;s plenty of info on the web about creating or checking MD5 or SHA-1 checksums for UNIX or Linux users, but not [...]]]></description>
			<content:encoded><![CDATA[<p>How do you know, for sure, that the file you&#8217;ve download has been transferred correctly ? The UNIX (and by extension, internet) standard has, for years, been checking the md5 hash.  Now, there&#8217;s plenty of <a href="http://www.ghacks.net/2009/11/20/take-advantage-of-md5-cecksums-for-download-validity" target="_blank">info on the web about creating or checking MD5 or SHA-1 checksums</a> for UNIX or Linux users, but not very much about doing the same on Windows.</p>
<p>If you want to create or verify MD5 or SHA-1 checksums on windows, have a look at <a href="http://support.microsoft.com/kb/841290" target="_blank">Microsoft&#8217;s FCIV tool</a>.</p>
<blockquote><p>The File Checksum Integrity Verifier (FCIV) is a command-prompt utility that computes and verifies cryptographic hash values of files. FCIV can compute MD5 or SHA-1 cryptographic hash values. These values can be displayed on the screen or saved in an XML file database for later use and verification.</p></blockquote>
<p>The FCIV utility has the following features:<br />
    * Supports MD5 or SHA1 hash algorithms (The default is MD5.)<br />
    * Can output hash values to the console or store the hash value and file name in an XML file<br />
    * Can recursively generate hash values for all files in a directory and in all subdirectories (for example, <strong>fciv.exe c:\ -r</strong>)<br />
    * Supplies an exception list to specify files or directories to hash<br />
    * Can store hash values for a file with or without the full path of the file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2009/11/generate-md5-checksums-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>via Cracked.com &#8211; A Review of the Pirated Copy of Windows 7 I Bought On eBay</title>
		<link>http://www.martin-english.com/whatsup/2009/10/via-cracked-com-a-review-of-the-pirated-copy-of-windows-7-i-bought-on-ebay/</link>
		<comments>http://www.martin-english.com/whatsup/2009/10/via-cracked-com-a-review-of-the-pirated-copy-of-windows-7-i-bought-on-ebay/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:25:03 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2065</guid>
		<description><![CDATA[The official release of Windows 7 is only a few weeks away, and if you’re anything like me, you’re probably asking yourself what effect this will have on your lives. Will the gates of Heaven open up and a consort of large breasted angels descend to guide you into computing heaven? Or will it be [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The official release of Windows 7 is only a few weeks away, and if you’re anything like me, you’re probably asking yourself what effect this will have on your lives. Will the gates of Heaven open up and a consort of large breasted angels descend to guide you into computing heaven? Or will it be more of a low key affair, maybe involving the cast of Friends and a degrading video?</p></blockquote>
<p>via <a href='http://www.cracked.com/blog/using-windows-7-may-lead-to-murder/'>A Review of the Pirated Copy of Windows 7 I Bought On eBay | Cracked.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2009/10/via-cracked-com-a-review-of-the-pirated-copy-of-windows-7-i-bought-on-ebay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSSCloud enabled feed ?</title>
		<link>http://www.martin-english.com/whatsup/2009/09/rsscloud-enabled-feed/</link>
		<comments>http://www.martin-english.com/whatsup/2009/09/rsscloud-enabled-feed/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 06:47:49 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2057</guid>
		<description><![CDATA[From	RSSCloud.org:
In the early days of RSS, we had the idea that instantaneous updates would be the next step. 
That was 2001. It took a little longer than we thought, but now with &#8220;realtime&#8221; as the Next Big Thing, it&#8217;s time to reboot all that stuff. 

A week or so ago, all wordpress.com blogs became &#8216;cloud [...]]]></description>
			<content:encoded><![CDATA[<p>From	<a href="http://rsscloud.org/">RSSCloud.org</a>:</p>
<blockquote><p>In the early <a href="http://scripting.com/2001/01/06.html">days</a> of <a href="http://backend.userland.com/rss092#ltcloudgtSubelementOfLtchannelgt">RSS</a>, we had the idea that instantaneous updates would be the next step. </p>
<p>That was 2001. It took a little longer than we thought, but now with &#8220;realtime&#8221; as the Next Big Thing, it&#8217;s time to reboot all that stuff. </p>
</blockquote>
<p>A week or so ago, <a href="http://www.scripting.com/stories/2009/09/07/anyWordpressBlogCanBeCloud.html">all wordpress.com blogs became &#8216;cloud enabled&#8217;</a>.  At it&#8217;s most basic, this means adding an extra tag into their RSS feeds.  It&#8217;s important because of new tools like <a href="http://newsriver.org/river2 ">Dave Winer&#8217;s River2 aggregator</a>, that will collect your RSS feeds in real time.  As opposed to waiting for your users / readers / aggregators to poll your sites.</p>
<p>As mentioned in Dave&#8217;s Post, you can use the new <a href="http://wordpress.org/extend/plugins/rsscloud/">rssCloud plug-in</a> on any Wordpress blog that you host and it adds a cloud element to your feed and handles notifications for subscribers.</p>
<p>So thats what I&#8217;ve done&#8230;.</p>
<p><strong>Update:</strong> the plugin is adding the correct tags in my RSS feed.  Unfortunately, somewhere along the way a line is being inserted at the top of the feed, which inbreaks (amongst other things) how firefox interprets it.  based on what i&#8217;ve read about the plugin, this is something particular to MY implementation.  FWIW, I&#8217;ve also tried <a href="http://www.flyaga.info/en/wordpress/plugins/fix-rss-feed-error-wordpress-plugins.htm"><strong>Fix Rss Feeds</strong> plugin</a>.</p>
<p><strong>Update 2:</strong> I&#8217;ve come to the conclusion that there&#8217;s a problem with my theme <img src='http://www.martin-english.com/whatsup/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I have the same plugins running in another blog, on the same server, at the same release of <em>everything</em>.  And the RSS feed for that blog doesn&#8217;t have the blank lines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2009/09/rsscloud-enabled-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover the password from a Microsoft Access Database (mdb)</title>
		<link>http://www.martin-english.com/whatsup/2009/09/recover-the-password-from-a-microsoft-access-database-mdb/</link>
		<comments>http://www.martin-english.com/whatsup/2009/09/recover-the-password-from-a-microsoft-access-database-mdb/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:33:49 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2053</guid>
		<description><![CDATA[Today, I had to do a password recovery from a Microsoft Access 2003 Database. Obviously, my first port of call was Google where I found a free utility from NirSoft called Access PassView which worked wonderfully well.
The author of Access PassView does suggest that it has a few limitations;

It does not work with Access 2007 [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I had to do a password recovery from a <a href="http://office.microsoft.com/en-us/access/FX100646921033.aspx?CTT=96&#038;Origin=CL100570041033">Microsoft Access 2003 Database</a>. Obviously, my first port of call was <a href="http://www.google.com/">Google</a> where I found a free utility from NirSoft called <a href="http://www.nirsoft.net/utils/accesspv.html">Access PassView</a> which worked wonderfully well.</p>
<p>The author of <a href="http://www.nirsoft.net/utils/accesspv.html">Access PassView</a> does suggest that it has a few limitations;</p>
<ul>
<li>It does not work with Access 2007 (accdb) files,</li>
<li>In Access 2000/2003 (aka XP), it cannot recover passwords that contains more than 18 characters,</li>
<li>It’s only able to recover the main database password. It cannot recover the user-level passwords. However, it did allow me to open the file.</li>
</ul>
<p><a href="http://www.nirsoft.net/utils/accesspv.html">Download Access PassView</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2009/09/recover-the-password-from-a-microsoft-access-database-mdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standalone WordPress URL Shortener</title>
		<link>http://www.martin-english.com/whatsup/2009/08/standalone-wordpress-url-shortener/</link>
		<comments>http://www.martin-english.com/whatsup/2009/08/standalone-wordpress-url-shortener/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 07:02:35 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.martin-english.com/whatsup/?p=2050</guid>
		<description><![CDATA[Using a standard Wordpress (2.5+) installation, the la petite url WP plugin allows the user to create shortened, unique, permalinks to their content using a combination of lowercase, uppercase, and numeric characters, which originate from their own domain name. By default la petite url generates a 5-character combination of lowercase letters only, for ease of [...]]]></description>
			<content:encoded><![CDATA[<p>Using a standard Wordpress (2.5+) installation, the <a href="http://extrafuture.com/msfxe">la petite url</a> WP plugin allows the user to create shortened, unique, permalinks to their content using a combination of lowercase, uppercase, and numeric characters, which originate from their own domain name. By default la petite url generates a 5-character combination of lowercase letters only, for ease of use in entering on a mobile device or handset. Which URL would you rather explain to a friend or new acquaintance in person?</p>
<pre><code>http://extrafuture.com/2009/04/08/on-url-shortening/

</code></pre>
<p>or</p>
<pre><code>http://extrafuture.com/msfxe
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.martin-english.com/whatsup/2009/08/standalone-wordpress-url-shortener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.906 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 10:22:44 -->
