<?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>acroweb.co.uk Website Design Chichester</title>
	<atom:link href="http://acroweb.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://acroweb.co.uk</link>
	<description>Website Design Chichester</description>
	<lastBuildDate>Wed, 02 Nov 2011 22:18:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Isabel Hood</title>
		<link>http://acroweb.co.uk/2011/06/29/isabel-hood/</link>
		<comments>http://acroweb.co.uk/2011/06/29/isabel-hood/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 09:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://acroweb.co.uk/?p=324</guid>
		<description><![CDATA[Isabel Hood is a private freelance chef, and has written a number of cookery books. The client specialises in food writing and cooking in private homes. The new site automatically adds the new publications to the home page, and allows complete control over the slideshow gallery, the entire website wording, and extra pages. The client [...]]]></description>
			<content:encoded><![CDATA[<p>Isabel Hood is a private freelance chef, and has written a number of cookery books.</p>
<p>The client specialises in food writing and cooking in private homes.</p>
<p>The new site automatically adds the new publications to the home page, and allows complete control over the slideshow gallery, the entire website wording, and extra pages.</p>
<p>The client approached Acroweb requesting a vivid and pictorial site to showcase her work. The website was turned around very quickly and has resulted in an exceptionally happy client!.</p>
<p><a href="http://www.isabelhood.com" target="_blank">Launch isabelhood.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acroweb.co.uk/2011/06/29/isabel-hood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animal Wetsuits</title>
		<link>http://acroweb.co.uk/2011/05/29/animal-wetsuits/</link>
		<comments>http://acroweb.co.uk/2011/05/29/animal-wetsuits/#comments</comments>
		<pubDate>Sun, 29 May 2011 11:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://acroweb.co.uk/?p=299</guid>
		<description><![CDATA[Animal Wetsuits is a custom WordPress template based site, search engine optimised for online retailer 2XS The site is at the top of Google&#8217;s natural listing for the chosen keywords and continues to draw a lot of traffic to 2XS. Launch animalwetsuits.co.uk]]></description>
			<content:encoded><![CDATA[<p>Animal Wetsuits is a custom WordPress template based site, search engine optimised for online retailer <a href="http://www.2xs.co.uk" target="_blank">2XS</a></p>
<p>The site is at the top of Google&#8217;s natural listing for the chosen keywords and continues to draw a lot of traffic to 2XS.</p>
<p><a href="http://www.animalwetsuits.co.uk" target="_blank">Launch animalwetsuits.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acroweb.co.uk/2011/05/29/animal-wetsuits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Horizontal CSS Drop Down Menus to Your Theme in WordPress 3.0</title>
		<link>http://acroweb.co.uk/2010/11/08/adding-css-drop-down-menus-to-wordpress-3-0-theme/</link>
		<comments>http://acroweb.co.uk/2010/11/08/adding-css-drop-down-menus-to-wordpress-3-0-theme/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 14:38:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://acroweb.co.uk/?p=146</guid>
		<description><![CDATA[Wordpress 3.0 adds custom menu functionality to wordpress. In simple terms, this means that you can build your own navigation menus in your theme, easily choosing links to pages, categories and even external links. The WordPress Custom menus allow for very easy, drag and drop sub menus to be built and it does not take [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress 3.0 adds custom menu functionality to wordpress. In simple terms, this means that you can build your own navigation menus in your theme, easily choosing links to pages, categories and even external links.<br />
<span id="more-146"></span><br />
<img class="size-full wp-image-148 alignleft" title="Custom Sub Menu" src="http://acroweb.co.uk/wp-content/uploads/2010/11/custom_sub_menu.jpg" alt="Custom Sub Menu" width="300" height="300" />The WordPress Custom menus allow for very easy, drag and drop sub menus to be built and it does not take a lot of work to turn these sub menus into <strong>search engine friendly, css drop down menus for your custom wordpress theme</strong>.</p>
<p>This tutorial will take you through the everything you need to add to your php template and your css code in order to add great looking horizonal css drop down menus to your custom wordpress theme.<br />
<br style="clear: both;" /></p>
<h2>Step 1: Adding Custom Menu Support to your theme</h2>
<p>Very simply, all you have to do is open your functions.php file. This is located in your theme directory. If you don&#8217;t already have one, create one.</p>
<p>Add this code:</p>
<pre class="qoate-code">
function register_my_menus() {
  register_nav_menus(
    array(
      'top-nav' =&gt; __( 'Top Nav' )
    )
  );
}
</pre>
<p>This code simply tells wordpress that you have 1 menu position in your theme, called &#8220;Top Nav&#8221;.</p>
<p>If you now go to admin-appearance-menus you can then create a new menu.</p>
<p>Give your menu a name like Main Menu and click &#8220;Create Menu&#8221;</p>
<p>You should then see something like this:<br style="clear: both;" /><br />
<img src="http://acroweb.co.uk/wp-content/uploads/2010/11/create-menu.jpg" alt="Create Custom Menu" title="Create Custom Menu" width="800" height="342" class="alignnone size-full wp-image-158" /><br />
<br style="clear: both;" /><br />
From here, you can very easily add pages, categories and custom links to your menu, so build yourself a menu.</p>
<p>You can drag and drop menu links into the order that you want and if you drag a link to the right, it makes it a sub-menu item of the item above.</p>
<p>Do not forget to click &#8220;Save Menu&#8221; when you are done.<br />
<br style="clear: both;" /></p>
<h2>Step 2: Adding the Custom Menu to your Custom WordPress Theme</h2>
<p>You may have noticed that although you have built a lovely new custom menu, it is not visible when you look at your WordPress site.</p>
<p>This is because you now need to add the custom menu to your custom theme.</p>
<p>If you are using a header.php file, you need to add something like the following code to the header.php file (in the position where you want your nav menu)</p>
<pre class="qoate-code">
&lt;?php
wp_nav_menu( array( 'theme_location' =&gt; 'top-nav' , 'container_class' =&gt; 'menu-header' ) );
?&gt;
</pre>
<p>This code tells WordPress that this is the &#8220;Top Nav&#8221; position for your menu. It also tells WordPress to put the menu in the &#8220;menu-header&#8221; container class -the reason for doing this will become apparent later.</p>
<p>Looking at you WordPress site, depending on your css, you should see something like this:<br />
<br style="clear: both;" /><br />
<img src="http://acroweb.co.uk/wp-content/uploads/2010/11/basic-menu.jpg" alt="Basic Un-numbered List" title="Basic Unnumbered List" width="163" height="114" class="alignnone size-full wp-image-164" /><br />
<br style="clear: both;" /><br />
In order to make this into a nice, horizontal, drop-down menu, we need to style it with some css.<br />
<br style="clear: both;" /></p>
<h2>Step 3: Styling Your Custom WordPress Horizontal Drop-Down Menu with CSS</h2>
<p>The Custom WordPress Menu that you have produced is an un-numbered list and if you look at the source code that is produced, it will be something like:</p>
<pre class="qoate-code">
&lt;div class="menu-header"&gt;
  &lt;ul id="menu-main-menu-1" class="menu"&gt;
    &lt;li class="menu-item menu-item-type-post_type current-menu-item page_item page-item-12 current_page_item menu-item-38"&gt;&lt;a href="http://localhost/acroweb/"&gt;Home&lt;/a&gt;&lt;/li&gt;
    &lt;li class="menu-item menu-item-type-post_type menu-item-39"&gt;&lt;a href="http://localhost/acroweb/?page_id=2"&gt;About&lt;/a&gt;
       &lt;ul class="sub-menu"&gt;
	 &lt;li class="menu-item menu-item-type-custom menu-item-40"&gt;&lt;a href="#"&gt;Submenu 1&lt;/a&gt;&lt;/li&gt;
	 &lt;li class="menu-item menu-item-type-custom menu-item-41"&gt;&lt;a href="#"&gt;Submenu 2&lt;/a&gt;&lt;/li&gt;
       &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li class="menu-item menu-item-type-post_type menu-item-37"&gt;&lt;a href="http://localhost/acroweb/?page_id=27"&gt;Contact Us&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</pre>
<p><br style="clear:both" /><br />
This is basically an un-numbered list (ul) &#8211; the submenu items are &#8216;nested&#8217; in another un-numbered list.</p>
<p>It may look nasty at the moment but this can all be fixed with css and it is worth noting that un-numbered lists are the most search engine friendly menus to use in your WordPress site.</p>
<h3>Making the List Horizontal and Removing the Bullets</h3>
<p>Add the following to your style.css file:</p>
<pre class="qoate-code">
.menu-header {
	display: block;
	float: left;
	margin: 0 auto;
  width: 100%;
  height: 42px;
}

.menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-header li,
div.menu li {
	float: left;
	position: relative;
}
</pre>
<p>This should make your Custom WordPress menu start to take shape. It should now be horizontal with no bullets and the submenu should appear underneath, something like this:<br />
<a href="http://acroweb.co.uk/wp-content/uploads/2010/11/horizontal-basic-menu.jpg"><img src="http://acroweb.co.uk/wp-content/uploads/2010/11/horizontal-basic-menu.jpg" alt="Horizontal Un-numbered List (UL)" title="Horizontal Un-numbered List (UL)" width="269" height="85" class="alignnone size-full wp-image-169" /></a><br />
<br style="clear:both" /></p>
<h3>Positioning and Hiding the Submenu</h3>
<p>The submenu needs to be hidden (we will make it appear on hover later). Add the following css to your file:</p>
<pre class="qoate-code">
.menu-header li,
div.menu li {
	float: left;
	position: relative;
}

.menu-header ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
</pre>
<p>This will make the menu look something like this:<br />
<img src="http://acroweb.co.uk/wp-content/uploads/2010/11/horizontal-menu-hidden-sub.jpg" alt="Horizontal Menu Hidden Sub Menu" title="Horizontal Menu Hidden Sub Menu" width="165" height="45" class="alignnone size-full wp-image-172" /><br />
<br style="clear:both" /></p>
<h3>Better Colouring and spacing things out</h3>
<p>We can then change the font colours and styling and space out the links:</p>
<pre class="qoate-code">
.menu-header a {
	color: #aaa;
	display: block;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: normal;
}
</pre>
<p>So, our menu will then look like this:<br />
<img src="http://acroweb.co.uk/wp-content/uploads/2010/11/horizontal-menu-spaced.jpg" alt="Spaced Horizontal Menu" title="Spaced Horizontal Menu" width="210" height="51" class="alignnone size-full wp-image-175" /><br />
<br style="clear:both" /></p>
<h3>Adding the Hover</h3>
<p>To make the sub-menu appear, we need to use the :hover pseudo-class.<br />
Add the following css:</p>
<pre class="qoate-code">
.menu-header ul li:hover &gt; ul {
	display: block;
}
</pre>
<p>We can also add some colouring to the hovering menu:</p>
<pre class="qoate-code">
.menu-header li:hover &gt; a,
.menu-header ul ul :hover &gt; a {
	background: #333;
	color: #fff;
}
</pre>
<p>This should give you the following:<br />
<a href="http://acroweb.co.uk/wp-content/uploads/2010/11/first-hover-menu.jpg"><img src="http://acroweb.co.uk/wp-content/uploads/2010/11/first-hover-menu.jpg" alt="Basic Drop Down Menu" title="Basic Drop Down Menu" width="258" height="112" class="alignnone size-full wp-image-177" /></a><br />
<br style="clear:both" /><br />
The hover should work in all browsers.</p>
<h3>Styling the Submenu</h3>
<p>We need to make the submenu vertical and give it some colour.</p>
<pre class="qoate-code">
.menu-header ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
</pre>
<p>To match the colourscheme, we are going to give the whole nav bar a black background by adding:<br />
<br /><code>background-color: #000;</code><br />
to the menu-header class, so you end up with:</p>
<pre class="qoate-code">
.menu-header {
  background-color: #000;
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 42px;
}
</pre>
<p>We are now nearly there.</p>
<h3>Highlighting the Current Page</h3>
<p>Wordpress adds classes to the current menu item. You can use this to style them. Try adding this to your css:</p>
<pre class="qoate-code">
.menu-header ul li.current_page_item &gt; a,
.menu-header ul li.current-menu-ancestor &gt; a,
.menu-header ul li.current-menu-item &gt; a,
.menu-header ul li.current-menu-parent &gt; a {
	color: #fff;
}
</pre>
<p>This highlights the current item, making the font white.</p>
<p>The finished product:<br />
<img src="http://acroweb.co.uk/wp-content/uploads/2010/11/finished-product.jpg" alt="CSS Drop Down Menu - WordPress" title="CSS Drop Down Menu" width="305" height="161" class="alignnone size-full wp-image-181" /><br />
<br style="clear:both" /><br />
So, there you have it. Proper CSS Custom Drop Down menus in WordPress!</p>
]]></content:encoded>
			<wfw:commentRss>http://acroweb.co.uk/2010/11/08/adding-css-drop-down-menus-to-wordpress-3-0-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modip Publications</title>
		<link>http://acroweb.co.uk/2010/09/27/modip-publications/</link>
		<comments>http://acroweb.co.uk/2010/09/27/modip-publications/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 13:49:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.acroweb.co.uk/?p=29</guid>
		<description><![CDATA[Modip Publications is a small-but-busy stationery company near Chichester, West Sussex. The client specialises in personalised stationery for any occasion. Modip was already running an online shop, but unfortunately the site did not allow them to change any products or add new ones and they no longer wished to pay high prices for each small [...]]]></description>
			<content:encoded><![CDATA[<p>Modip Publications is a small-but-busy stationery company near Chichester, West Sussex.</p>
<p>The client specialises in personalised stationery for any occasion.</p>
<p>Modip was already running an online shop, but unfortunately the site did not allow them to change any products or add new ones and they no longer wished to pay high prices for each small change to their product catalogue.</p>
<p>The client approached acroweb with the requirement for a new website.<br />
<span id="more-29"></span><br />
Acroweb designed and built an online, modified, Zen Cart that as well as lookng great, allows:</p>
<ul>
<li>easy changes to their product catalogue &#8211; price changes / adding and removing products</li>
<li>excellent order and stock control</li>
<li>customer communication through order confirmation and dispatch confirmation emails</li>
<li>customized sales monitoring and reporting</li>
</ul>
<p>At time of writing, the website is entering its second year of use and the online turnover is showing a steady growth</p>
<p><a href="http://www.modip.co.uk" rel="external">Launch modip.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acroweb.co.uk/2010/09/27/modip-publications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Shore Inn</title>
		<link>http://acroweb.co.uk/2010/09/27/the-shore-inn/</link>
		<comments>http://acroweb.co.uk/2010/09/27/the-shore-inn/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 13:19:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.acroweb.co.uk/?p=14</guid>
		<description><![CDATA[The Shore Inn is based in the West Sussex coastal village of West Wittering. The pub offers great food, drink and atmosphere. The client&#8217;s requirements were for an easy-to-update website that allowed them to publish their latest menus (for both food and drink), keep everyone up-to-date with events at the pub and show latest Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>The Shore Inn is based in the West Sussex coastal village of West Wittering. The pub offers great food, drink and atmosphere.</p>
<p>The client&#8217;s requirements were for an easy-to-update website that allowed them to publish their latest menus (for both food and drink), keep everyone up-to-date with events at the pub and show latest Twitter tweets.</p>
<p>The client requested a very particular design style that gave a real feel for the pub, including a slideshow of local photography.</p>
<p>Acroweb delivered a custom WordPress theme which has proven ideal.</p>
<p><a href="http://www.theshorepub.co.uk" rel="external">Launch theshorepub.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acroweb.co.uk/2010/09/27/the-shore-inn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

