<?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>It&#039;s Adam - Web Design - Graphic Design - Photography - SEO &#187; Wordpress</title>
	<atom:link href="http://www.itsadam.co.uk/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsadam.co.uk</link>
	<description>Blog &#38; Portfolio</description>
	<lastBuildDate>Fri, 20 Aug 2010 00:20:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Framework 2.0 &#8211; 2.0.0.2</title>
		<link>http://www.itsadam.co.uk/framework-2-0-2-0-0-2/</link>
		<comments>http://www.itsadam.co.uk/framework-2-0-2-0-0-2/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:26:46 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=349</guid>
		<description><![CDATA[Framework 2.0 &#8211; 2.0.0.2 (Beta 2) is complete. Changelog: Improved Look of Tables. Rounded Corners + Ability to Enable or Disable (Work on all browsers and IE6+). Removed IE6 Support (Flogging a dead horse and time sink). Tweaked General CSS. Validated HTML for WordPress&#8217;s Sidebar Search Widget (functions.php re-writes the code). Replaced the standard WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Framework 2.0 &#8211; 2.0.0.2 (Beta 2) is complete.</p>
<h3>Changelog:</h3>
<ul>
<li>Improved Look of Tables.</li>
<li>Rounded Corners + Ability to Enable or Disable (Work on all browsers and IE6+).</li>
<li>Removed IE6 Support (Flogging a dead horse and time sink).</li>
<li>Tweaked General CSS.</li>
<li>Validated HTML for WordPress&#8217;s Sidebar Search Widget (functions.php re-writes the code).</li>
<li>Replaced the standard WordPress &#8220;W&#8221; Logo on the top-right of the wordpress admin area with a changeable logo, found in functions/images/logo.png.</li>
</ul>
<h3>Roadmap:</h3>
<ul>
<li>Homepage Sidebar Toggle.</li>
<li>Fix Footer &#8220;Company Name&#8221; so that you can have a Blog Title of &#8220;A really long cool story&#8221; and in the Copyright have &#8220;Your Company&#8221;.</li>
<li>Logo Position Toggle (Left or Right).</li>
<li>Custom Logo URL (Removed but will add again).</li>
<li>Improve the &#8220;Customised&#8221; WordPress Admin backend changes.</li>
<li>Improve functions and reduce code bloat.</li>
<li>Add an option to choose jQuery version from Google Code (ie if you need to downgrade or upgrade the version of jQuery then you can do).</li>
<li>Package Framework 2.0 for Sale.</li>
<li>Have atleast 2 different types of post layout on the Blog Page (index page).</li>
<li>Have category exclusions on the Blog Page (index page).</li>
<li>Include 2 &#8211; 3 different colour versions as default.</li>
<li>Tweak the Twitter Footer widget.</li>
</ul>
<p>Got any Feedback or Recommendations for Framework?  &#8211; Simple Post a comment <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/framework-2-0-2-0-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate the WordPress Sidebar Widget</title>
		<link>http://www.itsadam.co.uk/validate-the-wordpress-sidebar-widget/</link>
		<comments>http://www.itsadam.co.uk/validate-the-wordpress-sidebar-widget/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 14:39:19 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=289</guid>
		<description><![CDATA[As standard the wordpress sidebar widget does NOT validate as HTML &#8211; this is because WordPress gives it a role for Accessibilty! However if you have a client that demands HTML Validity &#8211; or you just prefer it then you can very simply edit the Core WordPress Files &#8211; However this will be changed on [...]]]></description>
			<content:encoded><![CDATA[<p>As standard the wordpress sidebar widget does NOT validate as HTML &#8211; this is because WordPress gives it a role for Accessibilty!</p>
<p>However if you have a client that demands HTML Validity &#8211; or you just prefer it then you can very simply edit the Core WordPress Files &#8211; However this will be changed on a wordpress update.</p>
<p>So we make our functions.php to re-write the <code>role="search" </code>out of the.</p>
<p>So what we do is we include a function to your themes functions.php</p>
<p><code>// Makes the WordPress Sidebar Search HTML Valid<br />
function valid_search_form ($form) {<br />
return str_replace('role="search" ', '', $form);<br />
}<br />
add_filter('get_search_form', 'valid_search_form');</code></p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/validate-the-wordpress-sidebar-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Web Design, SEO Friendly WordPress Themes</title>
		<link>http://www.itsadam.co.uk/wordpress-web-design-website-launch/</link>
		<comments>http://www.itsadam.co.uk/wordpress-web-design-website-launch/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 09:52:55 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website launch]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=186</guid>
		<description><![CDATA[We&#8217;re getting close to launching our WordPress Web Design Website.  It&#8217;ll be featuring exciting new WordPress Themes built solely around being SearchEngine Friendly. These wordpress themes will mainly be built as a Framework to allow other designers and developers the ability to creative nice, affordable websites for clients with a large amount of customisation via [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re getting close to launching our <a title="Wordpress Web Design" href="http://www.wordpresswebdesign.co.uk/">WordPress Web Design</a> Website.  It&#8217;ll be featuring exciting new <a title="Wordpress Themes" href="http://www.wordpresswebdesign.co.uk/">WordPress Themes</a> built solely around being SearchEngine Friendly.</p>
<p>These wordpress themes will mainly be built as a Framework to allow other designers and developers the ability to creative nice, affordable websites for clients with a large amount of customisation via the Theme Options page, and of course all themes are HTML and CSS 2/3 Valid!</p>
<p>Stay Tuned for the Lauch of the <a title="Wordpress Web Design" href="http://www.wordpresswebdesign.co.uk/">WordPress Web Design</a> Site, I&#8217;ll be giving away discount codes!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/wordpress-web-design-website-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity Forms &#8211; The Best WordPress Contact Form Plugin</title>
		<link>http://www.itsadam.co.uk/gravity-forms-the-best-wordpress-contact-form-plugin/</link>
		<comments>http://www.itsadam.co.uk/gravity-forms-the-best-wordpress-contact-form-plugin/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 14:56:51 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Contact Forms]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Gravity Forms]]></category>
		<category><![CDATA[Wordpress Contact Form]]></category>
		<category><![CDATA[Wordpress Contact Forms]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=171</guid>
		<description><![CDATA[I&#8217;ve used quite a fair few plugins for Contact forms, used on a large variety of applications. Until now I&#8217;d have said CForms II was the best, It was amazing, but sadly seems to have vanished. After a look around I was pleased to find some really &#62;REALLY&#60; shiny website known as Gravity Forms, these [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;amp;c=ib&amp;amp;aff=111005"><img class="aligncenter" style="border: 0pt none;" title="Gravity Forms" src="http://www.itsadam.co.uk/wp-content/uploads/GravityForms.jpg" alt="" width="600" height="250" /></a></p>
<p>I&#8217;ve used quite a fair few plugins for <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Contact forms</a>, used on a large variety of applications.  Until now I&#8217;d have said CForms II was the best, It was amazing, but sadly seems to have vanished.</p>
<p>After a look around I was pleased to find some really &gt;REALLY&lt; shiny website known as <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Gravity Forms</a>, these guys have made what I would say, the best <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">WordPress Plugin for Contact Forms</a>, no questions asked, from Computer Illiterate clients to professionals, this plugin caters to all!</p>
<p>We currently have a Developer License which was $199, now that&#8217;s unlimited use so it&#8217;s a rather minimal fee per site, obviously the more websites you use it on the cheaper each installation equates to.   Say you deploy this plugin over 1000 websites, that&#8217;s sub 20cents (13/14p) each, now that&#8217;s a bargain, and you&#8217;re still free to install it on more domains.</p>
<p>I really recommend anyone serious about including a easy to use fully featured <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Contact Form Plugin</a> for clients to use <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>Visit <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=111005" target="ejejcsingle">Gravity Forms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/gravity-forms-the-best-wordpress-contact-form-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Error: Incompatible archive: PCLZIP_ERR_BAD_FORMAT</title>
		<link>http://www.itsadam.co.uk/wordpress-error-incompatible-archive-pclzip_err_bad_format/</link>
		<comments>http://www.itsadam.co.uk/wordpress-error-incompatible-archive-pclzip_err_bad_format/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:47:09 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Incompatible archive]]></category>
		<category><![CDATA[PCLZIP_ERR_BAD_FORMAT]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=121</guid>
		<description><![CDATA[Are you getting this wordpress error whilst trying to automatically update wordpress or a plugin? Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature The cure to this problem is simple, you&#8217;re webspace is full. Simply add more space to your account or upgrade your hosting account or delete unused [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.itsadam.co.uk/wp-content/uploads/wordpress-error.jpg" rel="wp-prettyPhoto[g121]"></a>Are you getting this wordpress error whilst trying to automatically update wordpress or a plugin?</p>
<p>Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature</p>
<p>The cure to this problem is simple, you&#8217;re webspace is full.</p>
<p>Simply add more space to your account or upgrade your hosting account or delete unused crap via FTP and bob&#8217;s your uncle you will be able to update WordPress or install those new plugins with ease!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/wordpress-error-incompatible-archive-pclzip_err_bad_format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Sidebar Contact Form</title>
		<link>http://www.itsadam.co.uk/wordpress-sidebar-contact-form/</link>
		<comments>http://www.itsadam.co.uk/wordpress-sidebar-contact-form/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 19:00:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Contact Form]]></category>
		<category><![CDATA[Sidebar]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=71</guid>
		<description><![CDATA[Everyone at some point needs to have a sneaky little contact form in their sidebar, It&#8217;s a total ballache when customers want to be able to change it too. So heres how we&#8217;re going to do this, what you&#8217;ll need is: A WordPress Install FTP Details (If plugins do not auto install) A Contact Form [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-72 fl" title="sidebarcontactus" src="http://www.itsadam.co.uk/wp-content/uploads/sidebarcontactus.jpg" alt="sidebarcontactus" width="235" height="150" />Everyone at some point needs to have a sneaky little contact form in their sidebar, It&#8217;s a total ballache when customers want to be able to change it too.<br />
<br style="height: 190px; width: 200px;" /><br />
<br style="height: 190px; width: 200px;" /></p>
<p style="margin-top: 10px;">So heres how we&#8217;re going to do this, what you&#8217;ll need is:</p>
<ul>
<li> A WordPress Install</li>
<li> FTP Details (If plugins do not auto install)</li>
<li> A Contact Form Plugin (Contact Form 7 I&#8217;ll be using)</li>
<li>WP Hide Post Plugin</li>
<li> 5 minutes of time</li>
</ul>
<p>So we&#8217;re all ready? You will be kicking yourselves at how simple this will be.</p>
<p>First we install the plugins so:<br />
Plugins &gt; Add New &gt; Search &gt; Contact Form 7<br />
Plugins &gt; Add New &gt; Search &gt; WP Hide Post</p>
<p>And then install them.</p>
<p>Once you are done, click the new *Contact* button newly added to the bottom left of your wordpress nav.</p>
<p>After you have finished doing your shiny contact form copy the code.</p>
<p>It should look something like this:</p>
<blockquote><p>[contact-form 1 "Contact form 1"]</p></blockquote>
<p>Then goto:<br />
Posts &gt; Add New</p>
<p>Name it something like &#8220;SIDEBAR CONTACT FORM&#8221;<br />
Paste  your code in, on the WP Hide Post tick/cross all boxes to complete *hide* the post, and then click Publish as normal.</p>
<p>Hover over the post in the posts are to find its ID, ie<br />
wp-admin/post.php?action=edit&amp;post=12</p>
<p>So your post is #12 for this.</p>
<p>We need to then go here:</p>
<p>Appearance &gt; Editor:  Then Click on: Sidebar <span>(sidebar.php)</span></p>
<p><span>This will load up your sidebar.php file.</span></p>
<p><span>You then need to insert this code wherever you wish to have it show (ie at the top then right after the first &lt;div id/class&gt;</span></p>
<p><code>&lt;p&gt;Contact Us&lt;/p&gt;<br />
&lt;!-- p= your post ID for the Contact form --&gt;<br />
&lt;?php query_posts('p=12'); if(have_posts()) : the_post(); ?&gt;<br />
&lt;?php the_content(); ?&gt;<br />
&lt;?php endif; ?&gt;<br />
&lt;br /&gt;</code></p>
<p>Save, and that&#8217;s it, you&#8217;re done.</p>
<p>You client can alter and amend this sidebar form as per usual, and leaves you with no nasty coding at all!</p>
<p>This way is tonnes better than people who use the same code but link to page, since the contact page may have other written content such as telephone numbers etc which you won&#8217;t want!</p>
<p>Enjoi!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/wordpress-sidebar-contact-form/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
