<?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>White Fire Creative Design</title>
	<atom:link href="http://www.white-fire.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.white-fire.co.uk</link>
	<description>Wordpress CMS developers</description>
	<lastBuildDate>Sat, 18 Feb 2012 12:51:13 +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>Keeping up with Google</title>
		<link>http://www.white-fire.co.uk/keeping-up-with-google/</link>
		<comments>http://www.white-fire.co.uk/keeping-up-with-google/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 20:12:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Google Adwords]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Wordpress Web Design]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1892</guid>
		<description><![CDATA[Recently, there has been a lot of blog posting about the way Google has changed over the past few months.Again we&#8217;re not sure what to believe is true, and Google, being Google, don&#8217;t give much away. However, as I keep repeating, one thing is for sure. Google are trying to get the most relevant search [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1897 alignleft" title="google-plus-logo-640" src="http://www.white-fire.co.uk/wp-content/uploads/2011/10/google-plus-logo-640.jpg" alt="" width="363" height="130" /></p>
<p>Recently, there has been a lot of blog posting about the way Google has changed over the past few months.Again we&#8217;re not sure what to believe is true, and Google, being Google, don&#8217;t give much away. However, as I keep repeating, one thing is for sure. Google are trying to get the most relevant search results to the end user. Here is what is clear so far about how they are achieving this.</p>
<p>Firstly, Google have launched Google+ which is not just social networking. What Google+ is doing is building up a profile of you, based on your movements online whilst logged in. Very soon, you will notice that your search results will be based on the preferences that have been chosen for you by your movements.  They will also appear to be more local.</p>
<p>Another thing is for sure, Search Engine Marketers are getting frustrated by changes with the Google Webmaster Tools. One of the main issues they face now are not being able to track the search queries searchers are making, and are now finding it hard to build campaigns based on these findings. Can we assume that Google want you to &#8216;guess&#8217; in order to earn more money through people doing adword campaigns? Or is there another reason for these changes?</p>
<p>As a developer, I would prefer to believe the reasons for making these particular changes to Google Webmaster Tools are to benefit the competition, as this would clearly give some website owners a greater opportunity to compete with other larger websites that always seem to be at the top. Google have always been known to &#8216;shake things up&#8217;, and quite rightly so, otherwise it would be like trying to source information in Einsteins study.</p>
<p><strong><span style="text-decoration: underline;">So what can we do?</span></strong></p>
<p>Well, we still know so little yet there is still so much we can do. In one of my <a href="http://www.white-fire.co.uk/the-important-seo-factors-of-html5-microdata-and-semantic-tags/" target="_blank">previous posts</a> I talk about using Semantic Markup and Microdata formats in HTML Documents to help explain what your content is all about to search engines. I believe this will become very important in the future. It makes sense to explain your content rather than having a bot randomly try and guess. They have been sensing content in the past, but no where near as specific as what HTML5 can do.</p>
<p>We must make excellent efforts into making our documents as accessible as possible. It is about time everyone used HTML5 Semantic Markup tags to help clearly define the areas of the document. When thinking about Accessibility, we often think about the <a href="http://en.wikipedia.org/wiki/Americans_with_Disabilities_Act_of_1990" target="_blank">Americans with Disabilities Act 1990</a>, this is associated with web development to make the documents clearly readable by text readers, and providing visual aids for the hard of hearing. But now there is even more reason to use it, and we&#8217;re going to tie it in with HTML5 Semantic Tags. These provide assistance with navigating things such as header, section, footer, sidebars etc.. The new rule of thumb here is that if a screen reader can understand the way your content is laid out, so can a search engine bot. Try running a few sites using a text only browser such as <a href="http://elinks.cz/" target="_blank">Elinks</a> to see how the content of your document will flow to robotic reading tools.</p>
<p>Next, is it important to validate the markup of your documents? Well, I think so. I know it&#8217;s hard when you offer content management systems to clients as some WYSIWYG editors (including those that have restricted functionality) don&#8217;t always get it right. But at the very least developers can endeavour to get this right during development. It may be beneficial to search engines to wrap most large content managed areas in &#8216;article&#8217; tags, whilst this makes sense, I cant be certain it helps &#8211; it cant hurt to use it though.</p>
<p>I have heard recently that permalinks that are too long are a hindrance. For example, in WordPress you will get a permalink structure like:</p>
<p><strong>http://www.website.com/category/another-category/this-is-a-post</strong></p>
<p>Although I cant be totally sure about this. It does make sense to remove the build up of permalinks. Let&#8217;s keep things simple.</p>
<p><strong>http://www.website.com/this-is-a-post</strong></p>
<p>Note for WordPress users: If you&#8217;re worried about losing the keywords to your categories &#8211; remember you can have permalinks set the same way for your categories.</p>
<p><strong>http://www.website.com/this-is-a-category</strong></p>
<p>Whilst I am on the subject of WordPress, I will give you the permalink rule to get this. Custom Structure : /%postname%/<strong><br />
</strong>If you preferred to go into greater depth as to how you would like your permalinks to appear. You can use the <a href="http://wordpress.org/extend/plugins/custom-permalinks/" target="_blank">Custom Permalinks</a> plugin.</p>
<p>One other note I would like to make, when using HTML5 Semantic Markup it is important to realise that these tags still cause issues in legacy browsers. The important ones to note are Internet Explorer 8 and below. What I&#8217;ve been doing is wrapping div tags around semantic tags that contain the styles as before. I did make the mistake once of trying to add styles to semantic tags, and that became a disaster for Internet Explorer. There is an excellent boilerplate available that I have started using, it makes adding javascript a breeze and minimal browser issues. It provides feature detection using <a href="http://www.modernizr.com/" target="_blank">Modernizr</a> and the documents are flowed correctly to assist in load times for your site. It is completely HTML5 ready. You can download it <a href="http://html5boilerplate.com/" target="_blank">here</a>.</p>
<p><a href="http://html5boilerplate.com/" target="_blank">Download HTML5 Boilerplate</a></p>
<p><strong><br />
</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/keeping-up-with-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web development for Mobile browsers</title>
		<link>http://www.white-fire.co.uk/web-development-for-mobile-browsers/</link>
		<comments>http://www.white-fire.co.uk/web-development-for-mobile-browsers/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 17:22:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1837</guid>
		<description><![CDATA[I know how it is. Some web developers are getting overwhelmed with technology companies flooding the market with new mobile computers. Non technical clients are expecting their sites to fit perfectly in iPhones and Android based devices &#8211; and it&#8217;s a rule we&#8217;ve not been used to following. But is it really that bad? The [...]]]></description>
			<content:encoded><![CDATA[<p>I know how it is. Some web developers are getting overwhelmed with technology companies flooding the market with new mobile computers. Non technical clients are expecting their sites to fit perfectly in iPhones and Android based devices &#8211; and it&#8217;s a rule we&#8217;ve not been used to following. But is it really that bad?</p>
<p>The answer is actually no, it&#8217;s pretty darn easy. Infact, we&#8217;ve been used to developing sites to suit legacy browsers for years and developing a mobile version of a web site is actually more simple than that. Most mobile computers have standards compliant browsers so we needn&#8217;t worry about rendering too much.</p>
<p>As I&#8217;ve discovered before, there is a magic number for the iPad that will cover the screen width &#8211; and that number is 960px. But what about for smaller devices?</p>
<p>Well, since the browsers are modern standards compliant &#8211; lets use a bit of CSS3.</p>
<p><code style="display: block;"><br />
@media screen and (max-width: 600px) {<br />
.wrapper {<br />
width:550px;<br />
margin:0 auto; }<br />
}<br />
</code></p>
<p>What we have done here is conditioning the display of the wrapper css element if the screen size is within 600px. This little blighter is called a Media Query &#8211; one of the all important new features of CSS3. By using a simple Media Query we can change the look of the entire site depending on it&#8217;s browser width. Much easier than using javascript to detect the window sizes and passing it to the server to generate new stylesheets or whatever.</p>
<p>But what if you wanted to streamline your entire site to fit on the mobile browser. For example, you have a fixed website layout which looks great at 960px on a large screen &#8211; but not so good at 600px on a smaller screen, as the position of your elements are fixed to the specific width.</p>
<p>The best solution for this would be create a 100% fluid width site. It will be designed with only the most important, relevant, scalable information on your site &#8211; and it will be entirely dependent on whether the user is viewing it using a mobile browser. You will probably need to determine a whole new stylesheet for your site.</p>
<p><code style="display: block;"><br />
&lt;link rel="stylesheet" media="screen and (max-width: 600px)" href="small.css" /&gt;<br />
</code></p>
<p>My solution, is have 2 stylesheets, mobile and main, selected after being detected using CSS3 Media Queries &#8211; and each selecting the same DOM elements. The mobile.css wouldn&#8217;t use all the DOM elements. For ease, perhaps the elements would contain separate classes of Media Query specific areas, like so..</p>
<p><code style="display: block;"><br />
&lt;div class="main-content mobile-main"&gt; // Content &lt;/div&gt;<br />
</code></p>
<p>Joe B</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/web-development-for-mobile-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The important SEO factors of HTML5 Microdata and Semantic Tags</title>
		<link>http://www.white-fire.co.uk/the-important-seo-factors-of-html5-microdata-and-semantic-tags/</link>
		<comments>http://www.white-fire.co.uk/the-important-seo-factors-of-html5-microdata-and-semantic-tags/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 09:52:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Discussion]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Microdata]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1831</guid>
		<description><![CDATA[In my overall opinion, the only thing search engines are interested in is getting the best content to the most relevant people based on the search queries they make, and what better way to do that than being able to tell it what information is on your site, and where it is. Imagine saying to [...]]]></description>
			<content:encoded><![CDATA[<p>In my overall opinion, the <strong>only</strong> thing search engines are interested in is getting the best content to the most relevant people based on the search queries they make, and what better way to do that than being able to tell it what information is on your site, and where it is.</p>
<p>Imagine saying to Google, this is my companies address, this is contained in the header. This bit is my portfolio, and inside that portfolio are case studies with information about my projects, and this is contained in the main content of my site &#8211; so please index this information as a matter of relevance.</p>
<p>The general idea is that you use whats known as a vocabulary from such resources as <a title="Schema" href="http://www.schema.org" target="_blank">schema.org</a> and <a title="Data Vocabulary" href="http://www.data-vocabulary.org/" target="_blank">data-vocabulary.org</a> &#8211; call the defined content within its vocabulary to your site &#8211; this then sends the information to search engines, telling them to index the content as this.</p>
<p>How is it implemented? Well actually that&#8217;s really simple, and it also makes loads of sense. Consider this code.</p>
<p><code style="display: block;">&lt;div itemscope itemtype="http://data-vocabulary.org/Organization"&gt;<br />
&lt;h1 itemprop="name"&gt;My Companies Organisation&lt;/h1&gt;<br />
&lt;div itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"&gt;<br />
&lt;span itemprop="street-address"&gt;Company's Street Address&lt;/span&gt;<br />
&lt;span itemprop="locality"&gt;Company's General Location&lt;/span&gt;,<br />
&lt;span itemprop="region"&gt;Company's Region&lt;/span&gt;<br />
&lt;span itemprop="postal-code"&gt;Company's Post Code&lt;/span&gt;<br />
</code></p>
<p>I think the above code would be fairly self explanatory if you have knowledge of (X)HTML. We are displaying this information on the website as normal, but also telling the search engine what this information is. Before that, search engine bots are just crawling the web trying to index complete blocks of content by sense rather than specification.</p>
<p>As per the future of web document specifications, HTML5, it is becoming increasingly important to wrap your content as per the specific areas of your site. This also helps the search engine bot to understand how your content is laid out, and what areas to target most importantly. Consider this code.</p>
<p><code style="display: block;"><br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
<strong>&lt;header&gt;</strong><br />
&lt;h1&gt;My Site&lt;/h1&gt;<br />
<strong>&lt;/header&gt;</strong><br />
<strong>&lt;nav&gt;</strong><br />
&lt;ul&gt;<br />
&lt;li&gt;Home&lt;/li&gt;<br />
&lt;li&gt;About&lt;/li&gt;<br />
&lt;li&gt;Contact&lt;/li&gt;<br />
&lt;/ul&gt;<br />
<strong>&lt;/nav&gt;</strong><br />
<strong>&lt;section&gt;</strong><br />
&lt;h1&gt;My Article&lt;/h1&gt;<br />
<strong>&lt;article&gt;</strong><br />
&lt;p&gt;...&lt;/p&gt;<br />
<strong>&lt;/article&gt;</strong><br />
<strong>&lt;/section&gt;</strong><br />
<strong>&lt;footer&gt;</strong><br />
&lt;p&gt;...&lt;/p&gt;<br />
<strong>&lt;/footer&gt;</strong><br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code></p>
<p>This is an example of HTML5 Semantic Markup &#8211; defining the elements of your site. Again this does make quite a lot of sense &#8211; but it&#8217;s probably wise to check the <a title="HTML5 Tag List" href="http://www.w3schools.com/html5/html5_reference.asp" target="_blank">w3c guide to HTML5 Semantic Markup.</a></p>
<p>The best reason I can give for introducing this practice to your websites is that it helps search engines retain the most specific relevant information on your site, and in turn gives better search results to users who might search it &#8211; making for better search results. So, in my opinion, that would be making your website far more search engine friendly &#8211; and future proof.</p>
<p><strong>What about styling HTML5 elements in Internet Explorer less than 9?</strong></p>
<p>I don&#8217;t like talking about it, but I have to, since a lot of the population of the world are still using legacy browsers. I have a very simple solution for this &#8211; it&#8217;s not ideal, but it works. Javascript!! For HTML5 Semantic Markup, place this javascript in the head of your document. It creates the new elements on the fly. Add the other HTML5 semantic tags as well if you need to. This will allow you to style these new elements.</p>
<p><code style="display: block;"><br />
&lt;script&gt;<br />
document.createElement('header');<br />
document.createElement('nav');<br />
document.createElement('section');<br />
document.createElement('article');<br />
document.createElement('aside');<br />
document.createElement('footer');<br />
&lt;/script&gt;</code></p>
<p>Once again, I hope you have enjoyed reading my post.</p>
<p>Joe B</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/the-important-seo-factors-of-html5-microdata-and-semantic-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Fields</title>
		<link>http://www.white-fire.co.uk/wordpress-custom-fields/</link>
		<comments>http://www.white-fire.co.uk/wordpress-custom-fields/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 18:57:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1784</guid>
		<description><![CDATA[WordPress custom field section: • Your website may not require this but custom fields can come in handy for different banners, or selected images on your pages. If we are designing a website we will advise the client on the custom fields section specially set up for their site: Heres an example: &#160; You may [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress custom field section:</strong></p>
<p>• Your website may not require this but custom fields can come in handy for different banners, or selected images on your pages.</p>
<p>If we are designing a website we will advise the client on the custom fields section specially set up for their site:</p>
<p><strong>Heres an example:</strong></p>
<p><a href="http://www.white-fire.co.uk/wp-content/uploads/2011/09/custom-field2.jpg"><img class="size-full wp-image-1791 alignnone" style="border: 5px solid white;" title="custom-field2" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/custom-field2.jpg" alt="" width="469" height="174" /></a></p>
<p>&nbsp;</p>
<p>You may have a website that has a custom banner set with an image on at the top of each page, or you may have a banner that has different text quotes on for example.</p>
<p>• Go to your page and you will see the custom field tab at the bottom of the editor.</p>
<p>• select name:  Here you will select the custom field name, this may be &#8216;banner&#8217;, &#8216;image&#8217;, &#8216;quote&#8217;  (basically anything that has been set up)</p>
<p>• Next to it will be the value:  in the attached example above there is a image url.</p>
<p>• So if you wanted a new banner image  you would simply upload your image in the media section, and copy the url and paste it here in the value box. Or if  the custom field was set up for text, you would write in your required text into the value box.</p>
<p>• Once the value is written in this will be saved and you can see this in action on your website.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/wordpress-custom-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Basic Guide to the Widget Section</title>
		<link>http://www.white-fire.co.uk/wordpress-basic-guide-to-the-widget-section/</link>
		<comments>http://www.white-fire.co.uk/wordpress-basic-guide-to-the-widget-section/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 17:57:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1750</guid>
		<description><![CDATA[Here you will find a small section on the Widget area. If you go to Appearance &#62; Widgets Once you are inside the Widgets page you will see the available widgets on the left, and unavailable widgets to the bottom. Here are the most common widgets that have been installed, or set up with the [...]]]></description>
			<content:encoded><![CDATA[<p>Here you will find a small section on the Widget area.</p>
<p>If you go to <strong>Appearance &gt; Widgets</strong></p>
<p>Once you are inside the Widgets page you will see the available widgets on the left, and unavailable widgets to the bottom. Here are the most common widgets that have been installed, or set up with the design.</p>
<p>• You would simply drag and drop the widgets into the selected side bars to the right.</p>
<p>• When we design a website the side bar will be correctly named like the attached example below: Home sidebar, Blog sidebar, Page sidebar, and we would place the relevant widgets in the correct sidebars to your websites design.</p>
<p>• You shouldn&#8217;t need to go to this section if this has been specially set up for you, But you can open up the widgets and edit them if you wanted a new image to appear or some new text slotted in.</p>
<p>Sometimes if your not to savvy on the web, its best remember what you did incase you need to revert back as they start to look messy.  If the theme and design is set up correctly and widget you place in the sidebar will flow well with the site design, but if you place too many widgets or numerous text ones in it can look out of place or impair the general design of the site, or images too big will flow off the side.</p>
<p><a href="http://www.white-fire.co.uk/wp-content/uploads/2011/09/widgets-wordpress.png"><img class="alignnone size-full wp-image-1751" style="border: 5px solid white;" title="widgets-wordpress" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/widgets-wordpress.png" alt="" width="535" height="356" /></a></p>
<p><strong>Display your side bar widgets on selected pages</strong></p>
<p>We use a great plugin called &#8216;Display widgets&#8217; this comes in handy if you want to display certain images or text on the side bar on certain pages.</p>
<p>• Here is a typical widget for some images in the side bar, you will see some html code for the link to the image, Underneath is the plugin.</p>
<p>• You would simply select either &#8216;hide on checked&#8217; or &#8216;show on checked&#8217; and select your pages you want this particular image or text to appear on and save.</p>
<p><img class="size-full wp-image-1765 alignnone" style="border: 5px solid white;" title="display-widget" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/display-widget.png" alt="" width="488" height="554" /></p>
<p>&nbsp;</p>
<p><em>Please see our next post on <a title="Basic guide to WordPress continued – The Menu System" href="http://www.white-fire.co.uk/2011/09/basic-guide-to-wordpress-continued-the-menu-system/">Menus</a>, <a title="Basic Guide to WordPress including Menus, Pages, Posts, Widgets &amp; Custom Fields" href="http://www.white-fire.co.uk/2011/09/basic-guide-to-wordpress-including-menus-pages-posts-widgets-custom-fields/">Pages &amp; Posts  </a>and <a title="WordPress Custom Fields" href="http://www.white-fire.co.uk/2011/09/wordpress-custom-fields/">Custom Fields.</a></em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/wordpress-basic-guide-to-the-widget-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic guide to WordPress continued &#8211; The Menu System</title>
		<link>http://www.white-fire.co.uk/basic-guide-to-wordpress-continued-the-menu-system/</link>
		<comments>http://www.white-fire.co.uk/basic-guide-to-wordpress-continued-the-menu-system/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 17:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1703</guid>
		<description><![CDATA[Now you have managed the pages and posts, I&#8217;ll explain the menu. This is very basic and simple to understand. The Menu System • Go to the left hand side and select Appearance &#62; Menu • Within your site design code you can create as many menu&#8217;s as you like, whether its in the footer, [...]]]></description>
			<content:encoded><![CDATA[<p>Now you have managed the pages and posts, I&#8217;ll explain the menu. This is very basic and simple to understand.</p>
<p><strong>The Menu System</strong></p>
<p>• Go to the left hand side and select <strong>Appearance &gt; Menu</strong></p>
<p>• Within your site design code you can create as many menu&#8217;s as you like, whether its in the footer, sidebar or main menu.</p>
<p>These will be created for you into the menu system. We normally call the primary menu top-nav.</p>
<p><a href="http://www.white-fire.co.uk/wp-content/uploads/2011/09/word-press-menus.png"><img class="alignnone size-full wp-image-1705" style="border: 5px solid white;" title="word-press-menus" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/word-press-menus.png" alt="" width="533" height="252" /></a></p>
<p>• To the left you will see a list of pages, simply select your page and &#8216;add to menu&#8217;</p>
<p>• This will appear on the right hand side. You can drag and drop the blue bars into your menu order, this goes from top to bottom on how this will look.</p>
<p>• For the sub menus simply drag and indent them under the page name. (as shown in the example above.)</p>
<p>• If you click on the page and expand the box you can re-name your page, or delete a page.</p>
<p>• Once done you can &#8216;save menu&#8217; and your menu will be created. Refresh your site to see the menu changes.</p>
<p>• This way you can control what pages are shown on your site. You may have pages created but decide not to include them into the main menu, but if they are published they can still be found online.</p>
<p>•<strong> Custom links</strong> &#8211; You can have a custom link in your primary navigation that links to another page or website, simply type in your url, then underneath the page name and add to menu.</p>
<h2>To add a new user:</h2>
<p><img class="alignnone size-full wp-image-1738" title="word-press-new-user" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/word-press-new-user.png" alt="" width="450" height="350" /></p>
<p>You may need to do this if you have someone else maintaining your blog or helping add new content to your website. This may be a  partner or assistance that needs limited or full access to your website.</p>
<p>• Simply click on Users &gt; &#8216;Add New&#8217;</p>
<p>• Fill in the details, and select the user privileges</p>
<ul>
<li><strong>Administrator</strong> &#8211; Somebody who has access to all the administration features</li>
<li><strong>Editor</strong> &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, etc.</li>
<li><strong>Author</strong> &#8211; Somebody who can publish and manage their own posts</li>
<li><strong>Contributor</strong> &#8211; Somebody who can write and manage their posts but not publish them</li>
<li><strong>Subscriber</strong> &#8211; Somebody who can only manage their profile</li>
</ul>
<p><em>Please see our next post on <a title="Basic Guide to WordPress including Menus, Pages, Posts, Widgets &amp; Custom Fields" href="http://www.white-fire.co.uk/2011/09/basic-guide-to-wordpress-including-menus-pages-posts-widgets-custom-fields/">Pages and Posts,</a> <a title="WordPress – Basic Guide to the Widget Section" href="http://www.white-fire.co.uk/2011/09/wordpress-basic-guide-to-the-widget-section/">Widgets</a> and <a title="WordPress Custom Fields" href="http://www.white-fire.co.uk/2011/09/wordpress-custom-fields/">Custom Fields.</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/basic-guide-to-wordpress-continued-the-menu-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Guide to WordPress including Menus, Pages, Posts, Widgets &amp; Custom Fields</title>
		<link>http://www.white-fire.co.uk/basic-guide-to-wordpress-including-menus-pages-posts-widgets-custom-fields/</link>
		<comments>http://www.white-fire.co.uk/basic-guide-to-wordpress-including-menus-pages-posts-widgets-custom-fields/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 12:01:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[Wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1650</guid>
		<description><![CDATA[Basic Guide to WordPress Pages &#38; Posts WordPress can be quite daunting to begin with but when you know how is really simple to use. To be honest you will find the basic fundamentals really easy and self explanatory, from making your first post to managing custom fields and plugins. Once your website has been [...]]]></description>
			<content:encoded><![CDATA[<p>Basic Guide to WordPress Pages &amp; Posts</p>
<p>WordPress can be quite daunting to begin with but when you know how is really simple to use.</p>
<p>To be honest you will find the basic fundamentals really easy and self explanatory, from making your first post to managing custom fields and plugins.</p>
<p>Once your website has been set up and ready to go this will make more sense especially if you are not very computer savvy.</p>
<h2>Here we will talk about the pages &amp; posts section.</h2>
<p><strong>Login to your admin panel and you will see your dashboard.</strong></p>
<p>• Click on Posts and to the left hand side you can view all posts or Add New.</p>
<p>• Click on Add New and you will see your WYSIWYG editor (Editor very similar to word)</p>
<h4><a href="http://www.white-fire.co.uk/wp-content/uploads/2011/09/wordpress-wysiwug.jpg"><img class="size-full wp-image-1661 alignnone" style="border: 5px solid white;" title="wordpress-wysiwug" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/wordpress-wysiwug.jpg" alt="" width="524" height="354" /></a></h4>
<p>• Enter your page or post title, this is very important for your URL permalink title. I would suggest adding something keyword rich as this will be the title in the Google address bar.  Please find the example below:</p>
<p>&nbsp;</p>
<p><strong><em>http://www.white-fire.co.uk/wordpress-basic-guide-example</em></strong></p>
<p><img class="alignnone size-full wp-image-1678" title="permalink" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/permalink.jpg" alt="" width="545" height="43" /></p>
<p>&nbsp;</p>
<p>• Write your content in the editor as you would with word.</p>
<p>If you prefer to work with HTML select the HTML tab to enter your HTML or if your knowledge is limited use the VISUAL tab.</p>
<p>• Click the Upload/Insert button if you want to upload images, This is quite self explanatory you can align the image, assign a link or make the image smaller all within the options in the pop up box. <img class="alignnone size-full wp-image-1672" title="upload" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/upload.jpg" alt="" width="23" height="17" /></p>
<p>• Next to this button you can add videos or music files, or paste in any you tube video code into the HTML section.</p>
<p>• Within the editor there is no need to style your text and fonts like you would do in word.</p>
<p>If you have a well built design, this should have all the CSS styles in place. To keep your site consistent and professional different fonts, colours and styles will not be available.</p>
<p>There&#8217;s nothing worse that someone trying to put red text as comic sans on to a website and centered, then underlined.</p>
<p>• You can use something called H tags to style any headings and titles within your text to format.</p>
<p>• To do this in your editor you will see Paragraph, go to this drop-down and you will see your heading tags:</p>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<p>Here you can see our styles, H1 is generally the title of the page or may be underlined, coloured, bigger or bold and they go down in size. These are all styled in your websites colour and theme so that the site is consistent clean and in keep with the fonts.</p>
<p><strong>Tip</strong> &#8211; when highlighting the piece of text you would like H1, make sure you press space after highlighting the text and selecting H1, Otherwise this may highlight all of your paragraph which you would need to return to the paragraph text.</p>
<p>• At the bottom of your post or page you will see the &#8211; All-in-One SEO Pack installed.</p>
<p>The all in one seo pack is highly recommended for organic rankings, although this depends on your local competition.</p>
<p>Meta titles and descriptions are key information for Google, although keywords aren&#8217;t as important these days it&#8217;s still worth mentioning. This information will be what shows up in Google as the example below.</p>
<p><img class="alignnone size-full wp-image-1686" title="Screen shot 2011-09-15 at 17.55.23" src="http://www.white-fire.co.uk/wp-content/uploads/2011/09/Screen-shot-2011-09-15-at-17.55.23.png" alt="" width="552" height="84" /></p>
<p>• On the right hand column there is a Preview, Draft and Publish button and below that are your Categories.</p>
<p>• Once you finish writing your post, or page you can click on Publish and this will publish to the web instantly.</p>
<p>• This is exactly the same principle for both Pages and Posts.</p>
<h2><em> It&#8217;s that easy! as long as your website has been built well then the admin section and updating your site will come naturally.</em></h2>
<p><em>Please see our next post on <a title="Basic guide to WordPress continued – The Menu System" href="http://www.white-fire.co.uk/2011/09/basic-guide-to-wordpress-continued-the-menu-system/">Menus</a>, <a title="WordPress – Basic Guide to the Widget Section" href="http://www.white-fire.co.uk/2011/09/wordpress-basic-guide-to-the-widget-section/">Widgets</a> and <a title="WordPress Custom Fields" href="http://www.white-fire.co.uk/2011/09/wordpress-custom-fields/">Custom Fields.</a></em></p>
<p><em><br />
</em></p>
<p><strong>Please Note:</strong></p>
<p>WordPress is no longer supporting IE6.</p>
<p>This is great news for any web designers and web developers, and more importantly we don&#8217;t have the nightmare of this anymore.</p>
<p>We will support IE 7+ and your sites will render correctly but you can all-ways expect it not to be 100% perfect than firefox, safari or chrome.</p>
<p>Developers and Designers may like this:  http://dearie6.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/basic-guide-to-wordpress-including-menus-pages-posts-widgets-custom-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Launch for Harmony Childrens Services</title>
		<link>http://www.white-fire.co.uk/new-website-launch-for-harmony-house/</link>
		<comments>http://www.white-fire.co.uk/new-website-launch-for-harmony-house/#comments</comments>
		<pubDate>Thu, 05 May 2011 19:59:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1344</guid>
		<description><![CDATA[We are pleased to say that we have just launched the new website for Harmony House. Harmony wanted a professional, caring, positive, reassuring , informative bright and modern website. The role of the site is to clearly and simply market to the target audiences what Harmony Children’s Services can offer. This will be achieved part [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1351" title="Childrens-services-website-design" src="http://www.white-fire.co.uk/wp-content/uploads/2011/05/Childrens-services-website-design.png" alt="" width="500" height="154" /></p>
<p>We are pleased to say that we have just launched the new website for Harmony House.</p>
<p>Harmony wanted a <strong>professional</strong>, <strong>caring</strong>, <strong>positive</strong>, <strong>reassuring </strong>, <strong>informative bright</strong> and modern <strong>website.</strong></p>
<p>The role of the site is to clearly and simply market to the target audiences what Harmony Children’s Services can offer.</p>
<p>This will be achieved part through re-assurance and part through the supply of relevant information and documentation.</p>
<p>Our role for this project included; full branding from logo design right through to the website design and development process with the ability to be able to update the website with news and  documents throughout the year.</p>
<p>We created a full bespoke <a href="http://www.white-fire.co.uk/web-development/content-management-systems/wordpress/">wordpress theme</a> which will enable the client to have full control over the pages.</p>
<p>Development features include a bespoke carousel plugin to showcase the house gallery. Custom widgets,  widget logic for the side bar pages, and contact forms</p>
<p>&nbsp;</p>
<p><a href="http://www.white-fire.co.uk/wp-content/uploads/2011/05/harmony.jpg"><img class="size-full wp-image-1362 alignleft" title="harmony" src="http://www.white-fire.co.uk/wp-content/uploads/2011/05/harmony.jpg" alt="" width="327" height="249" /></a><strong>Website feedback</strong></p>
<p><strong>Director: </strong>&#8220;great!, really like it. Looks nothing like the other companies/competitors.  Ours is much more vibrant, real life words, no jargon.&#8221;</p>
<p><strong>Other investors</strong><br />
&#8220;Jonny and i have looked at this in detail and in principle it looks excellent&#8221;</p>
<p>&nbsp;</p>
<p><strong>View Harmony in action here</strong></p>
<p><a href="http://www.harmonycs.co.uk" target="_blank">www.harmonycs.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/new-website-launch-for-harmony-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>M.Y. evolution Business Development Website Redesign</title>
		<link>http://www.white-fire.co.uk/m-y-evolution-business-development-website-redesign/</link>
		<comments>http://www.white-fire.co.uk/m-y-evolution-business-development-website-redesign/#comments</comments>
		<pubDate>Tue, 03 May 2011 18:03:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1377</guid>
		<description><![CDATA[Website Launch for M.Y. evolution &#8211; in source business development solutions, M.Y. evolution are a business development agency based in Milton Keynes and specializing in British &#38; French industries. The old site was lacking punchy information, although the site&#8217;s message was clear it didn&#8217;t communicate the exact benefit as to why people should be using [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1379" title="business-development-website-design" src="http://www.white-fire.co.uk/wp-content/uploads/2011/05/business-development-website-design.png" alt="" width="500" height="154" /></p>
<p>Website Launch for M.Y. evolution &#8211; in source business development solutions, M.Y. evolution are a business development agency based in Milton Keynes and specializing in British &amp; French industries.</p>
<p>The old site was lacking punchy information, although the site&#8217;s message was clear it didn&#8217;t communicate the exact benefit as to why people should be using M.Y. evolution for their business development projects and left the potential client confused with what M.Y. evolution offered  as a service, also there was no call to actions and no message.</p>
<p>This re-design is much more tidier and showcases the USP&#8217;s much more clearly, with a clean and bespoke design.</p>
<p>Built as a bespoke word press theme we have made the site easy for the client to manage with widgets and plugin development to allow for future development.</p>
<p><strong>View the website in action here</strong></p>
<p><a href="http://www.my-evolution.eu" target="_blank">www.my-evolution.eu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/m-y-evolution-business-development-website-redesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New EKM Powershop Design Online Shop</title>
		<link>http://www.white-fire.co.uk/new-ekm-powershop-design-online-shop/</link>
		<comments>http://www.white-fire.co.uk/new-ekm-powershop-design-online-shop/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 15:22:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.white-fire.co.uk/?p=1178</guid>
		<description><![CDATA[It may appear we have been quiet for the past few weeks,  but things have gone hectic and we have been in high demand! leaving us no time to blog! We have been very busy with a number of online shops recently for EKM Powershop; Recently launched last month was Fotobyte &#8211; a photography store [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter size-full wp-image-1210" title="EKM-Powershop-designs" src="http://www.white-fire.co.uk/wp-content/uploads/2011/03/EKM-Powershop-designs1.png" alt="" width="500" height="154" /></p>
<p style="text-align: left;">It may appear we have been quiet for the past few weeks,  but things have gone hectic and we have been in high demand! leaving us no time to blog!</p>
<p style="text-align: left;">We have been very busy with a number of online shops recently for EKM Powershop; Recently launched last month was Fotobyte &#8211; a photography store for studio equipment and this week has been the launch for a new lingerie shop again through EKM.</p>
<p style="text-align: left;">We have developed both shops from scratch.. No templates. Making us proud that these are bespoke developments from the design branding through to the development stages. Perfect for the small business wanting to get online.</p>
<p style="text-align: left;">you can view both shops now on our <a href="http://www.white-fire.co.uk/web-development/web-development-case-studies/">portfolio page</a> for more information and to see them in working action.</p>
<p style="text-align: left;">We have some new exciting projects coming up, from festivals to corporate websites, shops to blog designs, and we shall look forward to updating you very soon.</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><a href="http://www.missdevious.co.uk" target="_blank"><img class="size-full wp-image-1193 alignnone" style="border: 5px solid white;" title="lingerie-shop-web-design" src="http://www.white-fire.co.uk/wp-content/uploads/2011/03/lingerie-shop-web-design.jpg" alt="" width="213" height="352" /></a><a href="http://www.fotobyte-uk.com"> </a><a href="http://www.fotobyte-uk.com/" target="_blank"><img class="size-full wp-image-1179 alignnone" style="border: 5px solid white;" title="photography-ekm-shop-design" src="http://www.white-fire.co.uk/wp-content/uploads/2011/02/photography-ekm-shop-design.jpg" alt="" width="312" height="359" /></a></p>
<p style="text-align: left;">&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-fire.co.uk/new-ekm-powershop-design-online-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

