<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>John Alexander Rowley</title>
	<link>http://www.johnalexanderrowley.com</link>
	<description>John Alexander Rowley&#039;s Profile, Portfolio and Blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:28:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Download all your friends tagged facebook photos</title>
		<description><![CDATA[
			
				
			
		
So, there are lots of facebook applications out there that claim to download all your photos. However most end up with credit limits or only downloading a maximum number of photos.
There is a relatively new release is a small piece of software. You can find it over at http://code.google.com/p/photograbber/. It not only allows you do [...]]]></description>
		<link>http://www.johnalexanderrowley.com/download-all-your-friends-tagged-facebook-photos/</link>
			</item>
	<item>
		<title>Internet Explorer Compatibility Mode Fix</title>
		<description><![CDATA[
			
				
			
		
Got problems with your web pages when Internet Explorer isn&#8217;t in compatibility mode (eg. Is running as Internet Explorer 8)?
Try using this meta tag in the header of your pages;
&#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243;&#62;
]]></description>
		<link>http://www.johnalexanderrowley.com/internet-explorer-compatibility-mode-fix/</link>
			</item>
	<item>
		<title>Free online photoshop alternative</title>
		<description><![CDATA[
			
				
			
		
Just a quick one guys; If you need photoshop but don&#8217;t have it installed on your local machine try PIXLR. It&#8217;s an online replacement to photoshop if you don&#8217;t have it to hand. It&#8217;s not as good as photoshop (but what is, hey?) but it is handy to know. 
Tell me what you think, and [...]]]></description>
		<link>http://www.johnalexanderrowley.com/free-online-photoshop-alternative/</link>
			</item>
	<item>
		<title>Windows bootable disk driver issue</title>
		<description><![CDATA[
			
				
			
		
After downloading Windows 7 from MSDN Academic allience (blog to come soon) I burnt the ISO to a disk and went about formatting to install and test it out. However, shortly into the installation process an error message appeard stating that the drivers for the disk-srive (which windows was reading the disk from) couldn&#8217;t be [...]]]></description>
		<link>http://www.johnalexanderrowley.com/windows-bootable-disk-driver-issue/</link>
			</item>
	<item>
		<title>Simple Email Form with validation code: Part 2</title>
		<description><![CDATA[
			
				
			
		
Part 2 of this tutorial gives code to validate the form designed in part one, stopping spam and fake users submitting data.
Here is the code (it uses javascript);
&#60;script&#62;
function validate(form){

var name = form.name.value;
var company = form.company.value;
var description = form.description.value;
var telephone = form.telephone.value;
var contact = form.contact.value;
var AtPos = contact.indexOf(&#8220;@&#8221;);
var StopPos = contact.lastIndexOf(&#8220;.&#8221;);
 
if (description.length &#60; 1) {
alert(&#8220;You [...]]]></description>
		<link>http://www.johnalexanderrowley.com/simple-email-form-with-validation-code-part-2/</link>
			</item>
	<item>
		<title>Simple Email Form with validation code: Part 1</title>
		<description><![CDATA[
			
				
			
		
This is my first real tutorial (more commented code than a real tutorial), and is as much for myself as everyone else (I&#8217;m using the blog as a sort of resource store for myself, with the added bonus that everyone else can see it too!).
Anyway, the idea here is some explained code to produce a [...]]]></description>
		<link>http://www.johnalexanderrowley.com/simple-email-form-with-validation-code-part-1/</link>
			</item>
	<item>
		<title>CAPTCHA on blogs</title>
		<description><![CDATA[
			
				
			
		
Opened wp-admin page this morning to find 65 comments. Thought for a moment that I may have had a huge responce to a post but it turns out that over 80% of them were spam! Time for a bit of spam prevention.
I used a simple CAPTCHA wordpress plugin which doesn&#8217;t require real people to input [...]]]></description>
		<link>http://www.johnalexanderrowley.com/captcha-on-blogs/</link>
			</item>
	<item>
		<title>MKV file format audio issues</title>
		<description><![CDATA[
			
				
			
		
I recently acquired some video files in the matroska video&#8217; (.MKV) file format. Using VLC Player I ran one, to find that the video worked perfectly, as did the background noise but not the actual speech. I did a bit of research into the issue and it turns out that MKV files send different audio [...]]]></description>
		<link>http://www.johnalexanderrowley.com/mkv-file-format-audio-issues/</link>
			</item>
	<item>
		<title>UK Music File Sharing site cleared of fraud</title>
		<description><![CDATA[
			
				
			
		
The UK&#8217;s first &#8220;illegal music downloading website&#8221; court case ended today with all charges being dropped for website OINK!&#8217;s owner and developer. 
The site made over $300,000 in donations, which were claimed to be used to rent servers and eventually buy one. OINK! didn&#8217;t host any illegal files on the servers, it simply indexed music [...]]]></description>
		<link>http://www.johnalexanderrowley.com/uk-music-file-sharing-site-cleared-of-fraud/</link>
			</item>
	<item>
		<title>Attacks on Google exploited Internet Explorer</title>
		<description><![CDATA[
			
				
			
		
It has emerged this week that the attacks on Chinese human rights activists were made from, yes you guessed it, Internet Explorer. Microsoft&#8217;s director of Security was quoted earlier this week saying that the attacks were &#8220;targeted and limited&#8221; and were mainly &#8220;exploiting Internet Explorer 6&#8243;. Similarly, McAfee stated that the weeks attacks &#8220;showed a [...]]]></description>
		<link>http://www.johnalexanderrowley.com/attacks-on-googe-exploited-internet-explorer/</link>
			</item>
</channel>
</rss>
