<?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>Professional Web Designer, Web and SEO Consultant from Mansfield, Nottingham &#187; Adam</title>
	<atom:link href="http://www.itsadam.co.uk/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsadam.co.uk</link>
	<description>The personal rantings of a Professional Web Designer and Search Engine Optimiser</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:18:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Fix: An Unexpected HTTP Error occurred during the API request.</title>
		<link>http://www.itsadam.co.uk/wordpress-fix-an-unexpected-http-error-occurred-during-the-api-request/</link>
		<comments>http://www.itsadam.co.uk/wordpress-fix-an-unexpected-http-error-occurred-during-the-api-request/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 10:59:22 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=447</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
&#8220;An Unexpected HTTP Error occurred during the API request.&#8221; is a common issue, when searching for a plugin or even installing a plugin, this is how you fix it! Login to your FTP server Go to wp-includes and edit class-http.php Find: ‘timeout’ =&#62; apply_filters( ‘http_request_timeout’, 5), Change the value “5” to “30”, the value is [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>&#8220;An Unexpected HTTP Error occurred during the API request.&#8221; is a common issue, when searching for a plugin or even installing a plugin, this is how you fix it!</p>
<ol>
<li>Login to your FTP server</li>
<li>Go to wp-includes and edit class-http.php</li>
<li>Find: ‘timeout’ =&gt; apply_filters( ‘http_request_timeout’, 5),</li>
<li>Change the value “5” to “30”, the value is actually is the number of seconds before the server times out.</li>
<li> It should be this: ‘timeout’ =&gt; apply_filters( ‘http_request_timeout’, 30),</li>
</ol>
<p>And that&#8217;s it! Your An Unexpected HTTP Error occurred during the API request. error should no go away!</p>
<p>This error is usually caused by high load on the WordPress servers or when they&#8217;re having technical difficulties.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/wordpress-fix-an-unexpected-http-error-occurred-during-the-api-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Need for a Secure Input Field</title>
		<link>http://www.itsadam.co.uk/the-need-for-a-secure-input-field/</link>
		<comments>http://www.itsadam.co.uk/the-need-for-a-secure-input-field/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:22:35 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[secure input field]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=414</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
It&#8217;s rather terrible that the web seemingly has no SECURE input field, by this I mean where the fields contents are not remembered by any browser. An idea: &#60;input type="secure"&#62; And please, no retard browser specific calls. PayPal for example, I only have to put my card details in again whenever I clear my internet [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>It&#8217;s rather terrible that the web seemingly has no SECURE input field, by this I mean where the fields contents are not remembered by any browser.</p>
<p>An idea:<br />
<code>&lt;input type="secure"&gt;</code></p>
<p>And please, no retard browser specific calls.</p>
<p>PayPal for example, I only have to put my card details in again whenever I clear my internet history, what happens then if I was on a public PC and didn&#8217;t clear my history? Joe Bloggs could come along and buy something via my PayPal account.</p>
<p>Less than ideal isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/the-need-for-a-secure-input-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CS5 Long &#8220;Waiting for server&#8221; on uploads</title>
		<link>http://www.itsadam.co.uk/dreamweave-cs5-long-waiting-for-server-on-uploads/</link>
		<comments>http://www.itsadam.co.uk/dreamweave-cs5-long-waiting-for-server-on-uploads/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 10:16:19 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Adobe Dreamweaver CS5]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Dreamweave CS5]]></category>
		<category><![CDATA[Slow Upload]]></category>
		<category><![CDATA[Waiting for Server]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=411</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Just recently on CS5 I&#8217;ve noticed how annoyingly long it takes to upload to the server, sometimes 30seconds pause before putting files up onto the web server. There seems to be a really easy solution. Goto servers > Advanced > Testing Server : Server Model: {SELECT YOUR MODEL} For me this is PHP MYSQL I [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Just recently on CS5 I&#8217;ve noticed how annoyingly long it takes to upload to the server, sometimes 30seconds pause before putting files up onto the web server.</p>
<p>There seems to be a really easy solution.</p>
<p>Goto servers > Advanced > Testing Server : Server Model:  {SELECT YOUR MODEL}</p>
<p>For me this is PHP MYSQL</p>
<p>I have no idea why this would make any difference to the FTP Performance but, ohmm it does :S</p>
<p>Strange but true!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/dreamweave-cs5-long-waiting-for-server-on-uploads/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to: Custom reCaptcha captcha with Gravity Forms</title>
		<link>http://www.itsadam.co.uk/how-to-custom-recaptcha-captcha-with-gravity-forms/</link>
		<comments>http://www.itsadam.co.uk/how-to-custom-recaptcha-captcha-with-gravity-forms/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 10:45:34 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Gravity Forms]]></category>
		<category><![CDATA[reCaptcha]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[custom recaptcha]]></category>
		<category><![CDATA[gravityforms]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=400</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Recently I&#8217;ve been struggling with using reCaptcha with Gravity forms, mainly in regards to using the sidebar and the captcha, gravityforms only as default allows you to use the standard reCaptcha themes, this is a short but sweet &#8220;How to&#8221; to be able to totally customise the reCatcha appearance with Gravity Forms. Find form_detail.php Goto [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Recently I&#8217;ve been struggling with using reCaptcha with <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Gravity forms</a>, mainly in regards to using the sidebar and the captcha, gravityforms only as default allows you to use the standard reCaptcha themes, this is a short but sweet &#8220;How to&#8221; to be able to totally customise the reCatcha appearance with <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Gravity Forms</a>.</p>
<p>Find form_detail.php</p>
<p>Goto line number: 581</p>
<p>You Should Have:</p>
<p><code>&lt;option value="clean"&gt;&lt;?php _e("Clean", "gravityforms"); ?&gt;&lt;/option&gt;</code></p>
<p>After Paste This:</p>
<p><code>&lt;option value="custom"&gt;&lt;?php _e("custom", "gravityforms"); ?&gt;&lt;/option&gt;</code></p>
<p>Edit your form, and select &#8220;custom&#8221; as the theme.</p>
<p>Then add an HTML &#8220;Field&#8221; and paste the code that&#8217;s required to display the reCaptcha, ie:</p>
<p><code>&lt;div id="recaptcha_widget"&gt;<br />
&lt;div id="recaptcha_image"&gt;&lt;/div&gt;<br />
&lt;input type="text" id="recaptcha_response_field" name="recaptcha_response_field" /&gt;<br />
&lt;/div&gt;</code></p>
<p>And then use your custom code as per:</p>
<p>http://code.google.com/apis/recaptcha/docs/customization.html</p>
<p>http://www.dijitul.co.uk/resources/captcha_custom.jpg</p>
<p>To buy this awesome plugin visit <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Gravity Forms</a> now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/how-to-custom-recaptcha-captcha-with-gravity-forms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Remove WordPress Bundled / Included jQuery</title>
		<link>http://www.itsadam.co.uk/remove-wordpress-bundled-included-jquery/</link>
		<comments>http://www.itsadam.co.uk/remove-wordpress-bundled-included-jquery/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 11:01:20 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Remove Wordpress jQuery]]></category>
		<category><![CDATA[Wordpress Bundled jQuery]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=393</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Recently, from version 3 and onwards WordPress has included or bundled a load of javascript with it, this is found in:  wp-includes/js/ This list includes scripts such as jQuery scriptaculous hoverIntent prototype colorpicker json swfobject and more. Unfortunately WordPress is forcing everyone to use jQuery version 1.4.2 with abit of a ignorant attitude, quote one [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Recently, from version 3 and onwards WordPress has included or bundled a load of javascript with it, this is found in:  wp-includes/js/</p>
<p>This list includes scripts such as</p>
<ul>
<li>jQuery</li>
<li>scriptaculous</li>
<li>hoverIntent</li>
<li>prototype</li>
<li>colorpicker</li>
<li>json</li>
<li>swfobject</li>
</ul>
<p>and more.</p>
<p>Unfortunately WordPress is forcing everyone to use jQuery version 1.4.2 with abit of a ignorant attitude, quote one forum moderator:</p>
<blockquote><p>WordPress 3.0 will include 1.4.2, de-registering and adding your own is just totally pointless(seeing as that&#8217;s current).</p></blockquote>
<p>Not quite, since some people need to use a pre 1.4.2 version.</p>
<p>Anyway to cut a long story short, here&#8217;s the Fix to Removing the Bundled jQuery that comes with WordPress:</p>
<p>Edit you&#8217;re themes functions.php</p>
<p>goto the end of the document and find ?&gt;</p>
<p>before that paste:</p>
<p><code>if( !is_admin()){<br />
	wp_deregister_script('jquery');<br />
	}</code></p>
<p>Save, and upload.</p>
<p>And that&#8217;s it, you&#8217;re done.</p>
<p>Seems to have not hurt anything in the admin backend, but if you encounter any bugs or issues please let me know!</p>
<p>Also you can try this:<br />
<code>if( !is_admin()){<br />
   wp_deregister_script('jquery');<br />
   wp_register_script('jquery', (""), false, '');<br />
   wp_enqueue_script('jquery');<br />
}</code></p>
<h2>Wootheme Users</h2>
<p>Open your functions.php file, find:<br />
<code>/*-----------------------------------------------------------------------------------*/<br />
/* You can add custom functions below */<br />
/*-----------------------------------------------------------------------------------*/</code><br />
And paste:</p>
<p><code>if( !is_admin()){<br />
   wp_deregister_script('jquery');<br />
   wp_register_script('jquery', (""), false, '');<br />
   wp_enqueue_script('jquery');<br />
}</code></p>
<p>Below it <img src='http://www.itsadam.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/remove-wordpress-bundled-included-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Dreamweaver CS4 Crash on Startup Fix</title>
		<link>http://www.itsadam.co.uk/adobe-dreamweaver-cs4-crash-on-startup-fix/</link>
		<comments>http://www.itsadam.co.uk/adobe-dreamweaver-cs4-crash-on-startup-fix/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 10:12:59 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Crash on Load]]></category>
		<category><![CDATA[Dreamweaver Crash Fix]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Win 7]]></category>
		<category><![CDATA[Win XP]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[WinXP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=365</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Is your Adobe Dreamweaver CS4 Crashing constantly on load? Maybe you&#8217;ve just selected a site to manage and it&#8217;s caused Dreamweaver to crash, even when you close Dreamweaver and open it again, Not to Worry!! here is the fix Courtesy of: Adobe Forums This fix is available for MAC or PC! Dreamweaver creates a cache [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Is your Adobe Dreamweaver CS4 Crashing constantly on load? Maybe you&#8217;ve just selected a site to manage and it&#8217;s caused Dreamweaver to crash, even when you close Dreamweaver and open it again, Not to Worry!! here is the fix Courtesy of: <a title="Adobe Forums for Dreamweaver Crash Fix" href="http://forums.adobe.com/thread/417116">Adobe Forums</a></p>
<p>This fix is available for MAC or PC!</p>
<p>Dreamweaver creates a cache file called WinFileCache-********.dat or MacFileCache-********.dat inside your personal Dreamweaver configuration folder (the asterisks represent a series of letters and numbers that might differ from computer to computer). This occasionally gets corrupted causing instability, unpredictable error messages, and even crashes.</p>
<p>To solve the problem, close Dreamweaver and delete WinFileCache-********.dat or MacFileCache-********.dat. Sometimes, deleting this file is not sufficient, and you need to delete your personal configuration folder in its entirety.</p>
<p>WARNING: Do not confuse your personal configuration folder with the main configuration folder in Program Files in Windows or Applications on a Mac. You should never touch the main configuration folder unless you really know what you&#8217;re doing.</p>
<h2>Finding your personal config file</h2>
<p>The location of the personal configuration folder depends on your  operating system and version of Dreamweaver. For Dreamweaver CS4, it’s  as follows:</p>
<ul>
<li>Vista &amp; Win7: C:\Users\&lt;username&gt;\AppData\Roaming\Adobe\Dreamweaver CS4\&lt;language&gt;\Configuration</li>
<li>Windows XP: C:\Documents and Settings\&lt;username&gt;\Application Data\Adobe\Dreamweaver CS4\&lt;language&gt;\Configuration</li>
<li>Mac OS X: Macintosh HD:&lt;username&gt;:Library:Application Support:Adobe:Dreamweaver CS4:&lt;language&gt;:Configuration</li>
</ul>
<p>In  all cases, &lt;username&gt; is the name of your user account on the  computer and &lt;language&gt; indicates the language of your operating  system. The language is usually represented by two pairs of characters  separated by an underscore, as in en_US (English), es_ES (Spanish), or  fr_FR (French).</p>
<p>Earlier versions of Dreamweaver locate the  personal configuration folder in a slightly different location. This is  where it can be found in Dreamweaver CS3:</p>
<ul>
<li>Vista &amp; Win7: C:\Users\&lt;username&gt;\AppData\Roaming\Adobe\Dreamweaver 9\Configuration</li>
<li>Windows XP: C:\Documents and Settings\&lt;username&gt;\Application Data\Adobe\Dreamweaver 9\Configuration</li>
<li>Mac OS X: Macintosh HD:Users:&lt;username&gt;:Library:Application Support:Adobe:Dreamweaver 9:Configuration</li>
</ul>
<p>The  Dreamweaver configuration folders are hidden on Windows, so you need to  enable the option to view hidden files and folders in order to locate  them, as follows:</p>
<ul>
<li>In Vista &amp; Win7, select Start &gt; Computer &gt;  Organize &gt; Folder and Search Options &gt; View. In Advanced settings,  choose Show hidden files and folders.</li>
<li>In Windows XP, select  Start &gt; My Computer &gt; Tools &gt; Folder Options &gt; View. In  Advanced settings, choose Show hidden files and folders.</li>
</ul>
<p>Once you turn on this option, hidden folders are displayed as dimmed icons to remind you to treat them with care.</p>
<p>I hope I&#8217;ve helped someone <img src='http://www.itsadam.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/adobe-dreamweaver-cs4-crash-on-startup-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The REAL Cost of Upgrading to iPhone 4</title>
		<link>http://www.itsadam.co.uk/the-real-cost-of-upgrading-to-iphone-4/</link>
		<comments>http://www.itsadam.co.uk/the-real-cost-of-upgrading-to-iphone-4/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:12:33 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[iPhone Upgrade]]></category>
		<category><![CDATA[iPhone 4 Upgrade]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[O2 iPhone 4 Upgrade Costs]]></category>
		<category><![CDATA[O2 iPhone Upgrade]]></category>
		<category><![CDATA[O2 Recycle]]></category>
		<category><![CDATA[O2 Upgrade]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=237</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
From what the O2 website says, with it&#8217;s scattered and misleading content all over the shop &#8211; it appears to be FREE to upgrade to an iPhone 4 aslong as you buy out your exsisting contract. Unfortunately this is not the case, nor do they offer cheaper prices on the handset when you have a [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p><a href="http://www.itsadam.co.uk/wp-content/uploads/the-real-cost-of-upgrading-to-iphone4.jpg"><img class="alignnone size-full wp-image-240" title="the-real-cost-of-upgrading-to-iphone4" src="http://www.itsadam.co.uk/wp-content/uploads/the-real-cost-of-upgrading-to-iphone4.jpg" alt="" width="660" height="400" /></a>From what the O2 website says, with it&#8217;s scattered and misleading content all over the shop &#8211; it appears to be FREE to upgrade to an iPhone 4 aslong as you buy out your exsisting contract.</p>
<p>Unfortunately this is not the case, nor do they offer cheaper prices on the handset when you have a 24month contract compared to having a 18month contract &#8211; quite naughty really.</p>
<p>Anyway after you&#8217;ve done the &#8220;We&#8217;ll have your pants down mid contract&#8221; Calculator over at:</p>
<p><span style="color: #008000;"><strong><a href="http://shop.o2.co.uk/new-iphone/earlyupgradeoffer.html">O2 iPhone Early Upgrade Option for iPhone 4</a></strong></span></p>
<p>Works out at £280 for me, not too bad considering &#8211; if they&#8217;d give you a free handset &#8211; bearing in mind the iPhone 4 isn&#8217;t available for New O2 Customers for a while!</p>
<p>Let&#8217;s look at the average joe&#8217;s plan and then see the price for the handset:</p>
<ul>
<li><strong><span style="color: #003366;">£40/month for 18months @ 600 minutes/month</span></strong></li>
<li><strong><span style="color: #003366;">£35/month for 24months @ 600 minutes/month</span></strong></li>
</ul>
<p>With the handset costs being static regardless of your contract term let&#8217;s see the prices:</p>
<ul>
<li><strong><span style="color: #800000;">16GB Apple iPhone 4 &#8211; £119</span></strong></li>
<li><strong><span style="color: #800000;">32GB Apple iPhone 4 &#8211; £209</span></strong></li>
</ul>
<p>That&#8217;s not too bad considering &#8211; though if you&#8217;re buying out your existing contract that&#8217;s pretty harsh!</p>
<p><strong>Good News Though! You can trade in your OLD iPhone 3GS 16GB for £232 online with O2, or £247 for your 32GB iPhone 3GS, checkout: <a title="O2 Recycle" href="http://www.o2recycle.co.uk/index.asp">O2 Recycle</a></strong></p>
<p>I MUST STRESS Though, O2 Recycle CANNOT be done INSTORE, You must send you&#8217;re handset off and it can take upto TEN WORKING DAYS before you get your money!</p>
<p>I hope that helped clear up some things for people &#8211; I didnt quite find the O2 Website very clear at all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/the-real-cost-of-upgrading-to-iphone-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for the most common Photoshop Errors</title>
		<link>http://www.itsadam.co.uk/fix-for-the-most-common-photoshop-errors/</link>
		<comments>http://www.itsadam.co.uk/fix-for-the-most-common-photoshop-errors/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 14:50:32 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Corrupt Settings]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Photoshop CS4]]></category>
		<category><![CDATA[Photoshop errors]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Reset Photoshop Settings]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=231</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Have you had problems loading Adobe Photoshop CS4? Opens the loading screen and then just crashes? Maybe you&#8217;ve installed a bad brush or pattern or fx? The quickest and easiest way to get yourself back up and running again with Photoshop is by resetting the Settings File. For PC Users Simply hold down CTRL+SHIFT+ALT and [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Have you had problems loading Adobe Photoshop CS4?</p>
<p>Opens the loading screen and then just crashes?</p>
<p>Maybe you&#8217;ve installed a bad brush or pattern or fx?</p>
<p>The quickest and easiest way to get yourself back up and running again with Photoshop is by resetting the Settings File.</p>
<p>For PC Users Simply hold down CTRL+SHIFT+ALT and whilst holding down open Photoshop.</p>
<p>For Evil Mac Users Simply hold down SHIFT+COMMAND+OPTION and whilst holding these down open Photoshop.</p>
<p>Photoshop will then ask you if you&#8217;d like to delete your Settings file, obviously click yes!</p>
<p>Job done! Remember reinstalling/repairing photoshop will NOT clear your settings file so try this first <img src='http://www.itsadam.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/fix-for-the-most-common-photoshop-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The faviboob experiment!</title>
		<link>http://www.itsadam.co.uk/the-faviboob-experiment/</link>
		<comments>http://www.itsadam.co.uk/the-faviboob-experiment/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:42:32 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[faviboob]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[boobs]]></category>
		<category><![CDATA[favicon]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=229</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Ok so we&#8217;ve Tweeted the Idea of a faviboob &#8211; It&#8217;s Basically a Favicon that&#8217;s a boob &#8211; Olly sort of got abit excited about a Russian SEO Site that had a FaviBoob ! So, we googled it to see if it was a phrase well known, unfortuantly 0 results found for FaviBoob! Now its [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Ok so we&#8217;ve Tweeted the Idea of a faviboob &#8211; It&#8217;s Basically a Favicon that&#8217;s a boob &#8211; Olly sort of got abit excited about a Russian SEO Site that had a FaviBoob !</p>
<p>So, we googled it to see if it was a phrase well known, unfortuantly 0 results found for FaviBoob!</p>
<p>Now its time to test the Twitter vs Blogging power when it comes to getting your new word out there!</p>
<p>Shortly before writing this article both me and olly had tweeted with faviboob in it, we didnt hastag it but still, no results on google yet.</p>
<p>Let&#8217;s see how long it takes now with a blog post!</p>
<p>You heard it first here folks, FaviBoob! We should use it for breast cancer aweness or something? Who&#8217;s with me?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/the-faviboob-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shark Motorcycle Helmets Direct</title>
		<link>http://www.itsadam.co.uk/shark-motorcycle-helmets-direct/</link>
		<comments>http://www.itsadam.co.uk/shark-motorcycle-helmets-direct/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 10:41:55 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Motorcycle Helmets]]></category>
		<category><![CDATA[Shark Helmets]]></category>
		<category><![CDATA[Helmets]]></category>
		<category><![CDATA[Motorcycle Helmet]]></category>
		<category><![CDATA[Shark Motorcycle Helmets]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=194</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Shark Helmets are one of the most popular brands of Helmet and come with a range of great features such as the &#8220;Push One&#8221; quick release visor system, high performance anti-fog winter mask, double D ring racing chin strap and &#8220;Total Vision&#8221; visors. We&#8217;re in the process of adding stock to a new website selling [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Shark Helmets are one of the most popular brands of Helmet and come with a range of great features such as the &#8220;Push One&#8221; quick release visor system, high performance anti-fog winter mask, double D ring racing chin strap and &#8220;Total Vision&#8221; visors.</p>
<p>We&#8217;re in the process of adding stock to a new website selling <a title="Shark Motorcycle Helmets Direct" href="http://www.sharkhelmetsdirect.co.uk/"><em>Shark Motorcycle Helmets</em></a>.  Feel free to visit the store at:</p>
<p><a title="Shark Motorcycle Helmet, Shark Motorbike Helmet" href="http://www.sharkhelmetsdirect.co.uk/">http://www.sharkhelmetsdirect.co.uk/</a></p>
<p>We have the lowest prices of <a title="Shark Helmets" href="http://www.sharkhelmetsdirect.co.uk/">Shark Helmets</a> around, and we have a REAL SHOP (Feel free to visit us). &#8211; <strong>We are not</strong> some online retailer, drop shipping from a bedroom.</p>
<p>&nbsp;</p>
<p>Buy direct, buy cheap, buy original shark motorcycle helmets!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/shark-motorcycle-helmets-direct/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

