<?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>Web Development London UK &#187; General</title>
	<atom:link href="http://hsmoore.com/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://hsmoore.com</link>
	<description>Web Development London UK</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Image corrupt or truncated: &lt;unknown&gt;</title>
		<link>http://hsmoore.com/blog/image-corrupt-or-truncated-unknow/</link>
		<comments>http://hsmoore.com/blog/image-corrupt-or-truncated-unknow/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 14:09:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[error]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=1262</guid>
		<description><![CDATA[What is &#8220;Image corrupt or truncated: &#60;unknown&#62;&#8221; and what does it mean? This can often be seen while using Firebug in Firefox, but it actually has nothing to do with either and is just the error being reprinted in in firebug in most cases. It comes from an image that has had it&#8217;s extension changed...]]></description>
			<content:encoded><![CDATA[<p>What is &#8220;<span style="color: #ff0000;">Image corrupt or truncated: &lt;unknown&gt;</span>&#8221; and what does it mean?</p>
<p>This can often be seen while using Firebug in Firefox, but it actually has nothing to do with either and is just the error being reprinted in in firebug in most cases.</p>
<p>It comes from an image that has had it&#8217;s extension changed from say .gif to .png or .png to .ico. Eventhough .png and .ico file types are very similar, they are not the same, so an error occurs.</p>
<p>This will occur quite often when a website&#8217;s favicon was originally a .png and got changed to a .ico.</p>
<p>The image itself will in most cases still open and be visible in browsers etc but should be re-saved using an imaging program.</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/image-corrupt-or-truncated-unknow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Site Update</title>
		<link>http://hsmoore.com/blog/general-site-update/</link>
		<comments>http://hsmoore.com/blog/general-site-update/#comments</comments>
		<pubDate>Mon, 16 May 2011 17:21:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hsmoore.com/?p=489</guid>
		<description><![CDATA[We are a Management Consultancy company and are split into IT and HR. Up until a short while ago our website had be quite general in it&#8217;s views to show the services of both divisions but we have decided to let our IT division take it&#8217;s own path so the website will be undergoing a...]]></description>
			<content:encoded><![CDATA[<p>We are a Management Consultancy company and are split into IT and HR. Up until a short while ago our website had be quite general in it&#8217;s views to show the services of both divisions but we have decided to let our IT division take it&#8217;s own path so the website will be undergoing a transformation to show this.</p>
<p>This will not affect any of our customers&#8217; services or packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/general-site-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is xmlrpc.php?</title>
		<link>http://hsmoore.com/blog/what-is-xmlrpc-php/</link>
		<comments>http://hsmoore.com/blog/what-is-xmlrpc-php/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 11:02:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=1197</guid>
		<description><![CDATA[It is a script which allows clients to make procedural calls over the net. As it says in the name, the encoding is XML and because it is used on websites we can make the fair assessment that it uses the HTTP protocol. If we break the name down we get: XML transmition via Remote...]]></description>
			<content:encoded><![CDATA[<p>It is a script which allows clients to make procedural calls over the net.<br />
As it says in the name, the encoding is XML and because it is used on websites we can make the fair assessment that it uses the HTTP protocol.</p>
<p>If we break the name down we get: XML transmition via Remote Procedure Calls.</p>
<p>So you are still not sure what this is all about? Read on..</p>
<p>xmlrpc.com has a very simple yet rather effective diagram which illustrates what&#8217;s going on with it all:</p>
<p><img class="size-full wp-image-1198 alignnone" title=" " src="http://andrewodendaal.com/wp-content/uploads/2011/02/xmlrpc1.jpg" alt="" width="527" height="270" /></p>
<p>As we can see above, xmlrpc is basically a simple way of transporting data using a common protocol used on the web.</p>
<p>This file is usually added to the root of a domain when using packages such as WordPress, Drupal or similar.</p>
<p>XMLRPC.php only accepts POST requests so using the CURL library or similar would be the best option when interacting with it. The PHP source file is quite long so I will not include it here, as it is 3375lines long. But you can easily find it online using your favorite search engine!</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/what-is-xmlrpc-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viva la 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0!</title>
		<link>http://hsmoore.com/blog/viva-la-09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0/</link>
		<comments>http://hsmoore.com/blog/viva-la-09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 08:49:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[HD-DVD]]></category>
		<category><![CDATA[viva]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=1158</guid>
		<description><![CDATA[You may see this around and not have a clue what the heck it is, weirdly enough, I did.. Why &#8220;weirdly&#8221; you ask, well, because, who would be looking for something like &#8220;09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0&#8243;. Let me elaborate.. The Urban Dictionary says...]]></description>
			<content:encoded><![CDATA[<p>You may see this around and not have a clue what the heck it is, weirdly enough, I did..<br />
Why &#8220;weirdly&#8221; you ask, well, because, who would be looking for something like &#8220;09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0&#8243;.<br />
Let me elaborate..</p>
<p>The Urban Dictionary says it like this:<br />
&#8220;An alphanumeric string denoting a hack and insecurites in the HD-DVD coding.&#8221;</p>
<p>It is the string hack used to crack the HD-DVD encryption used to keep it oh-so-secure.</p>
<p>Some real nerds have even started using it as an outcry to their &#8220;digital revolution&#8221;</p>
<p>So, Viva la 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 everybody!</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/viva-la-09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ternary Operation</title>
		<link>http://hsmoore.com/blog/ternary-operation/</link>
		<comments>http://hsmoore.com/blog/ternary-operation/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 10:46:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Ternary Operation]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=1150</guid>
		<description><![CDATA[If you do not know what the Ternary operator is, or do not use it while you are coding, let me be the first to tell you how much you are missing out! The Ternary operator looks like this: &#8220;?&#8220;, that&#8217;s right, it&#8217;s a question mark! My favourite way of using it is to shorten...]]></description>
			<content:encoded><![CDATA[<p>If you do not know what the Ternary operator is, or do not use it while you are coding, let me be the first to tell you how much you are missing out!</p>
<p>The Ternary operator looks like this: &#8220;<span style="color: #ff0000;">?</span>&#8220;, that&#8217;s right, it&#8217;s a question mark!</p>
<p>My favourite way of using it is to shorten Conditional If Statements, so let me show you what I&#8217;m on about.</p>
<p><strong><span style="text-decoration: underline;">The long way:</span></strong></p>
<div class="codesnip-container" >if ($someVariable==true) {<br />
   $someOtherVariable=1;<br />
} else {<br />
   $someOtherVariable=2;<br />
}</div>
<p><span style="text-decoration: underline;"><strong>The slightly shorter way:</strong></span></p>
<div class="codesnip-container" >if ($someVariable==true) $someOtherVariable=1;<br />
else $someOtherVariable=2;</div>
<p><span style="text-decoration: underline;"><strong>The Ternary Operation way:</strong></span></p>
<div class="codesnip-container" >$someOtherVariable = ($someVariable) ? 1 : 2;</div>
<p><strong><span style="text-decoration: underline;">So this is how it works:</span></strong></p>
<div class="codesnip-container" >$result = ($condition) ? $ifTrue : $ifFalse;</div>
<p><strong>This can also be used while outputting a string on runtime, I will show this using some javascript:</strong></p>
<div class="codesnip-container" >function aFunction(arg1,arg2) {<br />
   this.arg1 = arg1;<br />
   this.arg2 = arg2;<br />
}<br />
function printIt() { with (this) document.write(arg1+&#8217; &gt; arg2 &#8216;+(arg2?&#8217;isTrue&#8217;:'isFalse&#8217;)+&#8217; arg2&#8242;); }<br />
something=new aFunction(&#8216;FooBar&#8217;,true);<br />
something.printIt();</div>
<p>If you did not know this or were not sure how it worked, then I&#8217;m sure you will now start using it in your code, it really does save time and it looks quite snazzy too!</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/ternary-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Write Unmaintainable Code</title>
		<link>http://hsmoore.com/blog/how-to-write-unmaintainable-code/</link>
		<comments>http://hsmoore.com/blog/how-to-write-unmaintainable-code/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 13:56:09 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=1126</guid>
		<description><![CDATA[I have come across the following article before and again came across it today, after a revised browse through, I thought I may as well add another link to it on the web for whoever ends up clicking on it! It really is a worthwhile (in a humor sort of way) read: http://www.freevbcode.com/ShowCode.Asp?ID=2547]]></description>
			<content:encoded><![CDATA[<p>I have come across the following article before and again came across it today, after a revised browse through, I thought I may as well add another link to it on the web for whoever ends up clicking on it!</p>
<p>It really is a worthwhile (in a humor sort of way) read:</p>
<p><a title="Opens in a new tab/window" href="http://www.freevbcode.com/ShowCode.Asp?ID=2547" target="_blank">http://www.freevbcode.com/ShowCode.Asp?ID=2547</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/how-to-write-unmaintainable-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captcha Fail!</title>
		<link>http://hsmoore.com/blog/captcha-fail/</link>
		<comments>http://hsmoore.com/blog/captcha-fail/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 14:34:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[captcha]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=1115</guid>
		<description><![CDATA[Hey, thought I&#8217;d just post this one incase anybody else sees it and thinks it&#8217;s funny. This is not really a very helpful post like most of the others on this site, but HEY! TOUGH! So feel free to smile if you like.. What do you know, a snippet of helpful-ness is about to appear-&#62;...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1116" title=" " src="http://andrewodendaal.com/wp-content/uploads/2010/09/captrehs.jpg" alt="" width="319" height="133" />Hey, thought I&#8217;d just post this one incase anybody else sees it and thinks it&#8217;s funny.</p>
<p>This is not really a very helpful post like most of the others on this site, but HEY! TOUGH!</p>
<p>So feel free to smile if you like..</p>
<p>What do you know, a snippet of helpful-ness is about to appear-&gt; This issue is usually caused by an invalid referrer! HA!</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/captcha-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is __utma, __utmb, __utmc, __utmz ?</title>
		<link>http://hsmoore.com/blog/what-is-__utma-__utmb-__utmc-__utmz/</link>
		<comments>http://hsmoore.com/blog/what-is-__utma-__utmb-__utmc-__utmz/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:29:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[cookie]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=995</guid>
		<description><![CDATA[__utma, __utmb, __utmc and __utmz are 4 cookies created by Google Analytics, for a detailed and very informative read, go here and here.]]></description>
			<content:encoded><![CDATA[<p>__utm<span style="color: #ff0000;">a</span>, __utm<span style="color: #ff0000;">b</span>, __utm<span style="color: #ff0000;">c</span> and __utm<span style="color: #ff0000;">z</span> are 4 cookies created by <a title="Opens in new tab/window" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a>, for a detailed and very informative read, go <a title="Opens in new tab/window" href="http://home.wangjianshuo.com/archives/20090502_google_analytics_cookie_by_this_site.htm" target="_blank">here</a> and <a title="Opens in new tab/window" href="http://code.google.com/apis/analytics/docs/concepts/gaConceptsCookies.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/what-is-__utma-__utmb-__utmc-__utmz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Close Bandmix Account</title>
		<link>http://hsmoore.com/blog/how-to-close-bandmix-account/</link>
		<comments>http://hsmoore.com/blog/how-to-close-bandmix-account/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:12:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bandmix]]></category>

		<guid isPermaLink="false">http://andrewodendaal.com/?p=982</guid>
		<description><![CDATA[If you want to close a Bandmix account, then: Login to bandmix.co.uk Go to Options &#8211; http://www.bandmix.co.uk/account/options/ Click Decline Service Then click the button called Decline Service at the bottom. Click &#8220;OK&#8221; to the verification popup. Account closed!]]></description>
			<content:encoded><![CDATA[<p>If you want to close a Bandmix account, then:</p>
<ol>
<li>Login to <a title="Opens in new tab/window" href="http://www.bandmix.co.uk/" target="_blank">bandmix.co.uk</a></li>
<li>Go to Options &#8211; <a title="Opens in new tab/window" href="http://www.bandmix.co.uk/account/options/" target="_blank">http://www.bandmix.co.uk/account/options/</a></li>
<li>Click <a title="Opens in new tab/window" href="http://www.bandmix.co.uk/account/decline/" target="_blank">Decline Service</a></li>
<li>Then click the button called Decline Service at the bottom.</li>
<li>Click &#8220;OK&#8221; to the verification popup.</li>
</ol>
<p>Account closed!</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/how-to-close-bandmix-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chromium Operating System</title>
		<link>http://hsmoore.com/blog/chromium-operating-system/</link>
		<comments>http://hsmoore.com/blog/chromium-operating-system/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:46:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[chromium os]]></category>

		<guid isPermaLink="false">http://www.andrewodendaal.com/?p=972</guid>
		<description><![CDATA[As many of you may know, Chromium is an opensource project that is basically an Operating System built on Linux and is just like working in Google&#8217;s Chrome web browser. I decided to take a look at it today and went and downloaded the developer sneak release. It came all boxed up in a 764,994KB...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-973" title="chromium os" src="http://www.andrewodendaal.com/wp-content/uploads/2010/08/chrgob.jpg" alt="" width="300" height="217" />As many of you may know, <a title="Opens in new window/tab" href="http://www.chromium.org" target="_blank">Chromium</a> is an opensource project that is basically an Operating System built on Linux and is just like working in <a title="Opens in new window/tab" href="http://www.google.com/chrome" target="_blank">Google&#8217;s Chrome web browser</a>.</p>
<p>I decided to take a look at it today and went and downloaded the developer sneak release.</p>
<p>It came all boxed up in a 764,994KB (764MB) VMDK Virtual Machine Harddisk file.<br />
When it finished downloading I was sadly quite excited as I love trying out new Operating Systems and goodies &#8211; being a geeky kind of guy like most guys out there &#8211; and after hardly any setup at all it started up.</p>
<p><img class="alignright" title="Browing Google" src="http://www.andrewodendaal.com/wp-content/uploads/2010/08/gb111.jpg" alt="" width="300" height="227" /></p>
<p>You login directly using your Google Account username and password.</p>
<p>Imagine only being able to run <a title="Opens in new window/tab" href="http://www.google.com/chrome" target="_blank">Google&#8217;s Chrome</a> web browser and not have anything else happening on your computer.</p>
<p>I suppose this sounds really fantastic to people who don&#8217;t use a computer for anything other than browsing the web, or those who are on netbooks. I suppose it is a great way to utilize all the power of those poor little hardware slugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://hsmoore.com/blog/chromium-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

