<?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>Webdogz</title>
	<atom:link href="http://www.webdogz.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdogz.co.uk</link>
	<description>Affordable Website Designing</description>
	<lastBuildDate>Mon, 19 Mar 2012 20:25:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Customising a Joomla! RocketTheme Template &#8211; Part 1</title>
		<link>http://www.webdogz.co.uk/2012/03/16/customising-a-joomla-rockettheme-template-part-1/</link>
		<comments>http://www.webdogz.co.uk/2012/03/16/customising-a-joomla-rockettheme-template-part-1/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 14:49:44 +0000</pubDate>
		<dc:creator>Brian Tyndall</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=417</guid>
		<description><![CDATA[One of the most stress-less ways to keep a RocketTheme template upto date is through the concept of "overriding", which basically means in the terms of template design; that you are applying a layer of settings upon a core of applied settings which enables you to get the same effect by applying your override as [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most stress-less ways to keep a <a title="Gantry Framework Specialists" href="http://www.rockettheme.com">RocketTheme</a> template upto date is through the concept of "overriding", which basically means in the terms of template design; that you are applying a layer of settings upon a core of applied settings which enables you to get the same effect by applying your override as you would do if you edit the core settings.<br />
<span id="more-417"></span>The main difference between using overrides and editing core functionality is that when you edit the core template files, and then need to apply an upgrade when it is released by <a title="RocketTheme" href="http://www.rockettheme.com">RocketTheme</a>, you then need to re-edit those files with your changes.</p>
<p>However, you can use overrides and utilising built in Gantry functionality for certain areas in a RocketTheme template, such as:</p>
<ul>
<li>CSS Changes</li>
<li>CSS File Additions</li>
<li>Javascript File Additions</li>
<li>Alternative Module Layouts</li>
<li>Color Chooser Elements</li>
<li>Change in Template Width</li>
</ul>
<h3>Keep upto date with the latest versions:</h3>
<p>The best way to stay upto date, aside from visiting the site regulary is to subscribe to the RSS feeds on the <a title="Gantry Framework Specialists" href="http://www.rockettheme.com">RocketTheme</a> website.</p>
<p>On the RocketTheme website in the footer area, you can find RSS feeds for all the theme clubs and the Rok Extensions section, so you can be notified of any revisions and new releases made on the RocketTheme website.</p>
<p>These are:</p>
<ul>
<li><a href="http://www.rockettheme.com/joomla-updates?format=feed&amp;type=rss">Joomla Templates Feed</a></li>
<li><a href="http://www.rockettheme.com/wordpress-updates?format=feed&amp;type=rss">WordPress Themes Feed</a></li>
<li><a href="http://www.rockettheme.com/drupal-updates?format=feed&amp;type=rss">Drupal Themes Feed</a></li>
<li><a href="http://www.rockettheme.com/magento-updates?format=feed&amp;type=rss">Magento Templates Feed</a></li>
<li><a href="http://www.rockettheme.com/phpbb3-updates?format=feed&amp;type=rss">phpBB3 Styles Feed</a></li>
<li><a href="http://www.rockettheme.com/extensions-updates?format=feed&amp;type=rss">Extensions Feed</a></li>
<li><a href="http://www.rockettheme.com/news/updates?format=feed&amp;type=rss">Product Updates Feed</a></li>
<li><a href="http://www.rockettheme.com/blog?format=feed&amp;type=rss">Team Blog Feed</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2012/03/16/customising-a-joomla-rockettheme-template-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view Active and Hover state css in Firebug</title>
		<link>http://www.webdogz.co.uk/2011/08/23/how-to-view-active-and-hover-state-css-in-firebug/</link>
		<comments>http://www.webdogz.co.uk/2011/08/23/how-to-view-active-and-hover-state-css-in-firebug/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 18:10:19 +0000</pubDate>
		<dc:creator>Brian Tyndall</dc:creator>
				<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[state]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=379</guid>
		<description><![CDATA[To be able to view the css of an element using firebug in its active or hover state, all you need to do is to select style and then select the option: Show User Agent CSS. Then reselect the element, and select the style tab menu, and you can then click on the active, or [...]]]></description>
			<content:encoded><![CDATA[<p>To be able to view the css of an element using firebug in its active or hover state, all you need to do is to select <strong>style</strong> and then select the option: <strong>Show User Agent CSS</strong>.</p>
<p>Then reselect the element, and select the style tab menu, and you can then click on the active, or hover state of the element.</p>
<p><a href="http://www.webdogz.co.uk/wp-content/uploads/2011/08/firebughoverstate.jpg"><img src="http://www.webdogz.co.uk/wp-content/uploads/2011/08/firebughoverstate-300x173.jpg" alt="" title="firebughoverstate" width="300" height="173" class="aligncenter size-medium wp-image-380" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/08/23/how-to-view-active-and-hover-state-css-in-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Content Management Systems &#8211; MCMS</title>
		<link>http://www.webdogz.co.uk/2011/08/09/mobile-content-management-systems-mcms/</link>
		<comments>http://www.webdogz.co.uk/2011/08/09/mobile-content-management-systems-mcms/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 12:58:22 +0000</pubDate>
		<dc:creator>Debbie Brettell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mobile Content Management Systems]]></category>
		<category><![CDATA[MCMS]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=356</guid>
		<description><![CDATA[Most of you know, when you build a website you set a mark for your business or organisation on the World Wide Web.  However, so many make the mistake of only considering users accessing a website using a PC or Laptop, and completely forget about those who will access websites via their mobile device. By [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you know, when you build a website you set a mark for your business or organisation on the World Wide Web.  However, so many make the mistake of only considering users accessing a website using a PC or Laptop, and completely forget about those who will access websites via their mobile device.</p>
<p>By the end of 2010, there were approximately <strong>5.3 BILLION</strong> mobile subscribers, which is roughly 77% of the Worldwide Population. If you do not have a mobile version of your website, you are potentially missing out on a huge audience.</p>
<p>So, with so many users accessing websites via their mobiles, the first thing you should consider is which Content Management System is best for you.</p>
<p>As with building a website, in the traditional sense, there are both free and paid for versions of content management systems. However, there is an important difference...! With Mobile CMS, you must try to make sure the site shows correctly on almost any mobile device.</p>
<p>Some of the top FREE CMS systems for mobile are <a title="Joomla!" href="http://www.joomla.org" target="_blank">Joomla!</a> and <a title="CellAdmin" href="http://www.celladmin.com/" target="_blank">CellAdmin</a>. As with the web version, Joomla is an easy to use, open-source CMS, with plenty of plugins and extensions to add the features you think are the most valuable for the performance and interaction of your site. CellAdmin is also easy to use, but has additional features not found in many of the free CMS versions. Interaction on your website is just as important whether using mobile or PC, and with CellAdmin, you have supporting features such as Ringtones, wallpapers and even Games!</p>
<p>If your budget allows, you can invest in a CMS which offers features not available when using a free CMS. Some of the top paid for versions include <a title="Wapple" href="http://wapple.net/" target="_blank">Wapple</a> and <a title="Mobify.Me" href="http://mobify.com/" target="_blank">Mobify.me</a>. Wapple is a great CMS as it also combines reporting tools for performance optimisation, which is a great asset to anyone looking to understand user behaviour. Mobify.me is a great CMS system for E-commerce websites, it allows you to manage the content and design easily and with great flexability to ensure products can be brought online, via the mobile, with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/08/09/mobile-content-management-systems-mcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla vs Drupal vs WordPress – Part Four “Conclusion and Comparison”</title>
		<link>http://www.webdogz.co.uk/2011/07/31/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-four-%e2%80%9cconclusion-and-comparison%e2%80%9d/</link>
		<comments>http://www.webdogz.co.uk/2011/07/31/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-four-%e2%80%9cconclusion-and-comparison%e2%80%9d/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 18:29:37 +0000</pubDate>
		<dc:creator>Brian Tyndall</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Joomla vs Drupal vs Wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=330</guid>
		<description><![CDATA[WordPress, Joomla and Drupal are all free, open-source Content Management Systems. Being open source, you can download and modify as your needs arise. WordPress is one of the most popular platforms for those wishing to create a blog. However, standard websites can also be developed with a little know-how. WordPress is designed to be user [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Wordpress" href="http://www.wordpress.org" target="_blank">WordPress</a>, <a title="Joomla" href="http://www.joomla.org" target="_blank">Joomla</a> and <a title="Drupal" href="http://www.drupal.org" target="_blank">Drupal</a> are all free, open-source Content Management Systems. Being open source, you can download and modify as your needs arise.</p>
<p>WordPress is one of the most popular platforms for those wishing to create a blog. However, standard websites can also be developed with a little know-how. WordPress is designed to be user friendly with simple installation instructions that will please even the most novices of user. This is similar also with Joomla. You can modify the system without actually touching a line of code, it has been created with ease of use in mind.</p>
<p>Drupal is more often than not, named the “Developer’s CMS.” With flexible code and more advanced features for a complex website, any expert developer will enjoy the convenience of modifying code without any issues. Beginners however, will find the terminology and system more complex and will need the assistance of a good how-to-guide or from their increasingly strong developer community.</p>
<p>Regarding modifications, WordPress uses a WYSIWYG editor; this is simple for both beginners and seasoned developers. If you are looking to code in specifics, then Drupal is the CMS for you. Joomla modifications are indeed simpler then Drupal however; the code can be inflexible – causing some problems for some novice developers.</p>
<p>Regarding standard functionality, Joomla seems to come up trumps, with a wide variety of themes and their extensive functionality. What Drupal lacks in terms of design elements, it more than makes up for with advanced features for more complex websites. WordPress would need plentiful add plugins to be on par with Joomla.</p>
<p>All of the three CMS platforms have strong and energized communities. The communities are dedicated to developing additional features, plugins and fixes. Although it appears that WordPress has a notably smaller community, each community hold developers who will assist you with any customization queries you may have.</p>
<p>In short, if you are a beginner looking to create a blog or a relatively simple site, with little content, WordPress is the site for you.</p>
<p>As a seasoned developer, we recommend Drupal. However, Joomla seems to be the”one size its all” platform.</p>
<p>As a forewarning, instances have shown that certain WordPress software upgrades and plugin upgrades can do more harm than good, compromising the look and functionality of your site. We recommend that you check for bugs and read reviews online before making any upgrades.</p>
<h2>Drupal vs Joomla vs WordPress Comparison Chart</h2>
<table class="compchart" cellspacing="0">
<tbody>
<tr>
<td width="115"></td>
<td valign="top" width="116">
<p style="text-align: center;"><a href="http://www.drupal.org"><img class="alignright size-full wp-image-331" title="drupal_med_icon" src="http://www.webdogz.co.uk/wp-content/uploads/2011/07/drupal_med_icon.png" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;"><strong><span>Drupal</span></strong></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><a href="http://www.joomla.org"><img class="alignright size-full wp-image-338" title="joomla-logo-150x150" src="http://www.webdogz.co.uk/wp-content/uploads/2011/07/joomla-logo-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;"><strong><span>Joomla</span></strong></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><a href="http://www.wordpress.org"><img class="alignright size-full wp-image-333" title="wordpress-logo" src="http://www.webdogz.co.uk/wp-content/uploads/2011/07/wordpress-logo.jpg" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;"><strong><span>WordPress</span></strong></p>
</td>
</tr>
<tr>
<td width="115"><span>Installation</span></td>
<td width="116">
<p style="text-align: center;"><span>Easy</span></p>
<p style="text-align: center;"><span>Some technical knowledge may be required</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Easy</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Easy</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Ease</span><span> of<br />
Use</span></td>
<td width="116">
<p style="text-align: center;"><span>Mid-level</span></p>
<p style="text-align: center;"><span>Technical knowledge is required</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Easy</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Easy</span></p>
</td>
</tr>
<tr>
<td width="115"><span>SEO</span></td>
<td width="116">
<p style="text-align: center;"><span>Standard</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Standard</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Standard</span></p>
</td>
</tr>
<tr>
<td colspan="4" width="462">
<p style="text-align: center;"><strong><span>Publishing (Multi-user)</span></strong></p>
</td>
</tr>
<tr>
<td width="115"><span><span>Customiseable</span></span><span> content, &amp; <span>catagories</span></span></td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Limited</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>WYSIWYG<br />
Editors</span></td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Creation<br />
and editing of pages (front or back end)</span></td>
<td width="116">
<p style="text-align: center;"><span>Available all in one location</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Template dependant</span></p>
</td>
</tr>
<tr>
<td colspan="4" width="462">
<p style="text-align: center;"><strong><span>Themes / Layout</span></strong></p>
</td>
</tr>
<tr>
<td width="115"><span>Themes</span></td>
<td width="116">
<p style="text-align: center;"><span>OK</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Good</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>GREAT!</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Edit<br />
Themes from Admin Panel</span></td>
<td width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Use<br />
Multiple Templates</span></td>
<td width="116">
<p style="text-align: center;"><span>Limited</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Limited</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Add new<br />
modules, plugins using the Admin Panel</span></td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Create and<br />
Manage menus using Admin Panel</span></td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
</tr>
<tr>
<td colspan="4" width="462">
<p style="text-align: center;"><strong><span>Features</span></strong></p>
</td>
</tr>
<tr>
<td width="115"><span>Security</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Good</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Good</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Good</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Blogs</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Forums</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>With plug-in</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>E-<span>comms</span></span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>With Plug-in</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Video</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Audio</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Integrated<br />
Stats</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Subscriptions</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Not Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Comment</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Available</span></p>
</td>
</tr>
<tr>
<td colspan="4" width="462">
<p style="text-align: center;"><strong><span>System Requirements</span></strong></p>
</td>
</tr>
<tr>
<td width="115"><span>Cost</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Free</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Free</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>Free</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Database</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>MYSQL <span>Postgres</span></span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>MYSQL 5.0.4+</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>MYSQL V5 +</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Operating<br />
System</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>All</span></p>
</td>
<td valign="top" width="116"><span>All</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>All</span></p>
</td>
</tr>
<tr>
<td width="115"><span>Application<br />
Server</span></td>
<td valign="top" width="116">
<p style="text-align: center;"><span>PHP 5.3</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>PHP 5.3</span></p>
</td>
<td valign="top" width="116">
<p style="text-align: center;"><span>PHP 5.2.4</span></p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/31/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-four-%e2%80%9cconclusion-and-comparison%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla vs Drupal vs WordPress – Part Three “WordPress”</title>
		<link>http://www.webdogz.co.uk/2011/07/23/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-three-%e2%80%9cwordpress%e2%80%9d/</link>
		<comments>http://www.webdogz.co.uk/2011/07/23/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-three-%e2%80%9cwordpress%e2%80%9d/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 19:45:00 +0000</pubDate>
		<dc:creator>Brian Tyndall</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Joomla vs Drupal vs Wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=326</guid>
		<description><![CDATA[WordPress is a free, open-source platform used by approximately 25 million people worldwide. The frameworks is a simple drag’n’drop system that most users will be able to use, even if you have no knowledge of HTML. This is a great tool, easy to use and download and is all encompassing, allowing for not only well [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Joomla vs Drupal vs WordPress – Part Two “Drupal”" href="http://www.webdogz.co.uk/2011/07/22/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-two-%e2%80%9cdrupal%e2%80%9d/" target="_blank">WordPress</a> is a free, open-source platform used by approximately 25 million people worldwide. The frameworks is a simple drag’n’drop system that most users will be able to use, even if you have no knowledge of HTML. This is a great tool, easy to use and download and is all encompassing, allowing for not only well designed self-hosted blogs, but also<br />
conventional websites.<span id="more-326"></span></p>
<p>WordPress has been licensed under the ‘General Public Licence’; this is what WordPress consider their ‘Bill of Rights’. The freedom of this software allows you to run WordPress for ANY purpose, study the program functionality and make any changes as you wish, even allowing you to redistribute as standard or with any modifications you might have made.</p>
<p>The philosophy for WordPress is straightforward - keep it simple! They have strived to ensure the download process is simple, the set up process is simple and they have provided detailed explanations where they are needed.</p>
<p>The Interface is simple and easy to understand allowing you to create a blog or standard website quickly! It even comes with basic SEO functionality (You can download additional plugins for more complex SEO tools)</p>
<ul>
<li>Page titles, Heading tags are used however, as standard, Meta tags are not used</li>
<li>The URLs are dynamic and can be meaningless and not useful to search engines.</li>
</ul>
<p>There is however, a permalinks utility within the admin panel so you could change that URL within minutes.</p>
<p>That said, WordPress is Google friendly, created with code that is web-standard.</p>
<p>WordPress has a reasonable sizes community, working to develop plugins and additions to enhance the basic functionality.</p>
<p>Part One: <a title="Joomla vs Drupal vs WordPress – Part One “Joomla!”" href="http://www.webdogz.co.uk/2011/07/21/joomla-vs-drupal-vs-wordpress-part-one-joomla/" target="_blank">Joomla!</a></p>
<p>Part Two: <a title="Joomla vs Drupal vs WordPress – Part Two “Drupal”" href="http://www.webdogz.co.uk/2011/07/22/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-two-%e2%80%9cdrupal%e2%80%9d/" target="_blank">Drupal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/23/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-three-%e2%80%9cwordpress%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla vs Drupal vs WordPress – Part Two “Drupal”</title>
		<link>http://www.webdogz.co.uk/2011/07/22/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-two-%e2%80%9cdrupal%e2%80%9d/</link>
		<comments>http://www.webdogz.co.uk/2011/07/22/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-two-%e2%80%9cdrupal%e2%80%9d/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 13:33:43 +0000</pubDate>
		<dc:creator>Brian Tyndall</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Joomla vs Drupal vs Wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=321</guid>
		<description><![CDATA[Drupal is a free, flexible and robust open-course content management system, powering millions of websites and applications worldwide. It is built, improved and supported by a strong community of people. However you will need to undertake a steep learning curve to understand the application and get your head around the complex terminology as Drupal is [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Drupal" href="http://www.drupal.org" target="_blank">Drupal</a> is a free, flexible and robust open-course content management system, powering millions of websites and applications worldwide.</p>
<p>It is built, improved and supported by a strong community of people. However you will need to undertake a steep learning curve to understand the application and get your head around the complex terminology as Drupal is known as the ‘developers CMS’, not really for a novice.<br />
<span id="more-321"></span>You can use Drupal to build everything from personal blogs to enterprise applications, but again, to achieve something unique you will need to use a range of customisable tools. With the lack of themes, you will also struggle here!</p>
<p>Outside of the generous array features, there is a wealth of free modules and plugins, which is supported with well documented and intelligently designed code. Drupal has even been optimised for the web as a social-medium – Great news for those building website, and encouraging feedback and interaction!</p>
<p>Simply, Drupal take social mediums to the next level; including forums, blogs &amp; membership systems within an integrated, yet modular system which allows for communication, publication and E-Commerce functionality.</p>
<p>Installation is very simple and comes with relevant documents which will explain anything you might be unsure about.</p>
<p>Concerning your SEO functionality, Drupal is one of the best CMS in terms of standard functionality. With one click of the button, you will correctly use heading tags, meta data and<br />
Drupal uses clean URLS –All basic SEO requirements for most Search Engines.</p>
<p>See Part One - <a title="Joomla vs Drupal vs WordPress – Part One “Joomla!”" href="http://www.webdogz.co.uk/2011/07/21/joomla-vs-drupal-vs-wordpress-part-one-joomla/" target="_blank">Joomla!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/22/joomla-vs-drupal-vs-wordpress-%e2%80%93-part-two-%e2%80%9cdrupal%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla vs Drupal vs WordPress &#8211; Part One &#8220;Joomla!&#8221;</title>
		<link>http://www.webdogz.co.uk/2011/07/21/joomla-vs-drupal-vs-wordpress-part-one-joomla/</link>
		<comments>http://www.webdogz.co.uk/2011/07/21/joomla-vs-drupal-vs-wordpress-part-one-joomla/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:59:58 +0000</pubDate>
		<dc:creator>Debbie Brettell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Joomla vs Drupal vs Wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=313</guid>
		<description><![CDATA[Joomla is a free, open-source development platform, powering approximately 2.7% of the entire web.  This platform is simple and easy to use, with no knowledge of HTML required. Just download, add your content and upload to your server via FTP. You can adapt the front-end aesthetics simply by changing colours and adding a logo. However, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Joomla!" href="http://www.joomla.org" target="_blank">Joomla</a> is a free, open-source development platform, powering approximately 2.7% of the entire web.  This platform is simple and easy to use, with no knowledge of HTML required. Just download, add your content and upload to your server via FTP.</p>
<p><span id="more-313"></span>You can adapt the front-end aesthetics simply by changing colours and adding a logo. However, beyond that, Joomla has a complex structure which may require the assistance of experienced web developers – Even then, some web developers may need additional training to understand the layout templates.</p>
<p>Alongside the basic features provided by Joomla, they have an animated large community who develop additional plugins for any additional features for your website. There are many free versions available online, however, for something more complex, you may need to pay a small fee.</p>
<p>Joomla can assist you in building a wide variety of websites, such as, Corporate websites &amp; portals, intranets and extranets, online publications, E-commerce websites and Community driven websites. Joomla is great for creating community driven websites, where membership areas, newsrooms, forums and comments come as standard features on the platform.</p>
<p>The security features available for your site, are impressive, the design of the platform means that you no longer need to make all folders and files writable.</p>
<p>One of the obvious strengths is in the complexity of the platform, with deep level navigation &amp; structure, and the use of categories. However, this complexity does not bode well from a Search Engines point of view.</p>
<p>In the past, Joomla has has a table based structure which was caused problems with Google. That said, in the later version of Joomla, the structure is based on DIV code. DIV does allow for the same design as a table based structure, but is more easily scanned by Google bots.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/21/joomla-vs-drupal-vs-wordpress-part-one-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s the point in blogging?</title>
		<link>http://www.webdogz.co.uk/2011/07/11/what%e2%80%99s-the-point-in-blogging/</link>
		<comments>http://www.webdogz.co.uk/2011/07/11/what%e2%80%99s-the-point-in-blogging/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 21:03:02 +0000</pubDate>
		<dc:creator>Debbie Brettell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[BLOGGING]]></category>
		<category><![CDATA[COPYWRITING]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SOCIAL MEDIA]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=308</guid>
		<description><![CDATA[Let me answer that question for you! It should be obvious that a need for blogging will depend completely on the goals and intentions you have for a blog. If you are creating a blog for a business or for yourself as a freelancer, you are likely to be looking to promote a service or [...]]]></description>
			<content:encoded><![CDATA[<p>Let me answer that question for you! It should be obvious that a need for blogging will depend completely on the goals and intentions you have for a blog. If you are creating a blog for a business or for yourself as a freelancer, you are likely to be looking to promote a service or product, providing the latest news and information, tips &amp; advice and so forth. As an individual, blogging is likely to be more about speaking your mind, creating an online journal... It could even be created with educational values in mind!<span id="more-308"></span></p>
<p>In the professional arena, over the last few years, it has been debated that blogging can be fundamental to some young businesses, entrepreneurs &amp; freelancers, but of course, this is a generalised statement and blogs will not work for everyone in every environment.</p>
<p>Professionally, blogging can assist you in increasing your online profile, aid in your interaction with your audience. Using SEO rich content can aid in your search engine placements, they can also assist with your marketing and sales efforts.</p>
<p>A regularly updated website can give users a very good reason to continue visiting your website and returning users are the epitome of successful websites, but you will also need new users to continue to grow your online presence. As it happens, if you are interesting to your users they are more likely to talk to their friends and colleagues about it – Word of mouth as an acquisition technique<br />
is extremely powerful and holds great place in the online arena. Nothing builds trust like having a friend recommend it to you!</p>
<p>There are also SEO benefits to having a blog both personally and professionally. Each blog article can combine the keywords most relevant to your business or topic and can assist in growing your search engine ranking (inc. Google, Bing, Yahoo Search and MSN) rankings. Alongside this, search engines love blogs and websites that are shown to be thinking about the user experience first, so if your blog contains links to other sites, this will only show search engines that you are here for the user, not necessarily for profit!</p>
<p>Blogging personally can be a great way to make friends, network with industry individuals or to find other users and bloggers with similar interests and hobbies. The likely hood of you going on holiday to Japan and meeting 10 good friends that hold the same interest in cooking may be quite slim, but with blogging you can reach out to these people and learn whilst you’re at it.</p>
<p>Blogging can be successful for you if you consider the following when writing your articles;</p>
<ul>
<li>Discuss topics your audience will want to read and hold an interest for.</li>
<li>Keep it simple - Make sure you use audience friendly words, don’t over complicate it with Acronyms and Industry specific terms.</li>
<li>Keep your content unique and keyword rich – 10 keywords per article should do it (Try not to spam your article with hundreds of keywords)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/11/what%e2%80%99s-the-point-in-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RokGallery arrives for Joomla!</title>
		<link>http://www.webdogz.co.uk/2011/07/11/rokgallery-arrives-for-joomla/</link>
		<comments>http://www.webdogz.co.uk/2011/07/11/rokgallery-arrives-for-joomla/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 20:49:40 +0000</pubDate>
		<dc:creator>Debbie Brettell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[gantry]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[rockettheme]]></category>
		<category><![CDATA[rokgallery]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=305</guid>
		<description><![CDATA[RokGallery is a revolutionary gallery extension for the Joomla development platform, having been designed to fill the void in Joomla’s long history of unstable and inadequately built gallery extensions. The RokGallery extension is the one-stop-shop for online galleries, and will adapt and grow, becoming increasingly more flexible and customisable for the user. RokGallery is built [...]]]></description>
			<content:encoded><![CDATA[<p><a title="RokGallery" href="http://www.rockettheme.com/blog/extensions/1172-rokgallery-a-new-spin-on-managing-images" target="_blank">RokGallery</a> is a revolutionary gallery extension for the Joomla development platform, having been designed to fill the void in Joomla’s long history of unstable and inadequately built gallery extensions.</p>
<p>The RokGallery extension is the one-stop-shop for online galleries, and will adapt and grow, becoming increasingly more flexible and customisable for the user.<br />
<span id="more-305"></span><br />
RokGallery is built upon a tag-based architecture giving you the ability to have multiple tag-based galleries. The RokGallery extension has also been developed with a ‘slice editor’ enabling you to create, edit and crop images, without the need for external editing software a full service suite.</p>
<p>This extension is a revolution to the web environment, which has been traditionally reserved for platform-native applications.</p>
<p>Some of the more evident features include;</p>
<ul>
<li>Multi file image upload mechanism that incorporates HTML5 drag and drop upload</li>
<li>functionality (also compatible with Flash)</li>
<li>Multiple image ‘slices’ per image with individual zoom/crop sizes</li>
<li>Custom tag-based architecture</li>
<li>Ajax-powered for speed optimization</li>
<li>CSS3 animation effects for that desktop application feel</li>
<li>Sophisticated slice editor for creating custom views of a particular image file</li>
<li>Override-able architecture to allow for custom layouts including custom HTML, CSS, JS, etc.</li>
</ul>
<p>Alongside this, the front end has become more sociable, including view counters, ability to ‘Love’ images, transitional effects for slideshow modules and sorting options – the ability to increase interaction between you and your audience can only do wonders for your website performance!</p>
<p>RokGallery has also been developed with continued improvement in mind and here we list the potential features for the future releases;</p>
<ul>
<li>Supporting EXIF data that is defined in the original image file</li>
<li>Integrated Joomla module positions within the front-end views</li>
<li>Commenting capability of images (either via 3rd party comments or built-in)</li>
<li>Custom fields for images such as License and Usage details</li>
<li>ACL support</li>
</ul>
<p><a title="RokGallery" href="http://www.rockettheme.com/blog/extensions/1172-rokgallery-a-new-spin-on-managing-images" target="_blank">RokGallery</a> is only available to subscribing members of the <a title="RocketTheme" href="http://www.rockettheme.com/" target="_blank">RocketTheme</a> Joomla Club, which for a relatively small cost, provides you with a cutting edge and professionaly designed template for your Joomla website, and a community platform which is a wealth of information and resources at your disposal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/11/rokgallery-arrives-for-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Frameworks for Joomla</title>
		<link>http://www.webdogz.co.uk/2011/07/09/template-frameworks-for-joomla/</link>
		<comments>http://www.webdogz.co.uk/2011/07/09/template-frameworks-for-joomla/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 14:08:57 +0000</pubDate>
		<dc:creator>Debbie Brettell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[gantry]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[morph]]></category>
		<category><![CDATA[rumi]]></category>
		<category><![CDATA[t3]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[warp]]></category>

		<guid isPermaLink="false">http://www.webdogz.co.uk/?p=265</guid>
		<description><![CDATA[How to get the best from your development platform Joomla is an open source content management system (CMS) and development platform enabling you to build strong performing websites and powerful online applications. This award winning software allows you to make and update web pages quickly, with ease. Simply, Joomla is a collection of a platform [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;">How to get the best from your development platform</span></p>
<p>Joomla is an open source content management system (CMS) and development platform enabling you to build strong performing websites and powerful online applications. This award winning software allows you to make and update web pages quickly, with ease.<br />
<span id="more-265"></span><br />
Simply, <a title="Joomla CMS" href="http://www.joomla.org" target="_blank">Joomla</a> is a collection of a platform and multiple extensions, each capable of performing specific tasks. Some are provided to you when you download the Joomla software and others you have to download as an add-on.</p>
<p>There are many frameworks available for Joomla. Gantry and Warp are among the principle frameworks, but there are others available, which will be discussed later.</p>
<h3>Gantry</h3>
<p>Gantry is an all-inclusive framework; a set of building blocks enabling the rapid development of design into a flexible and powerful web platform.</p>
<p>The Gantry framework is a consolidation of an extensive set of custom Joomla template functionalities into a simple, easy to use framework. Keeping in line with the creativity and cutting-edge design features already available, Gantry developers built this framework to be powerful enough to do everything previous templates already handled, and allowing easily, to extend and build-on these features with minimum of effort and complexity.</p>
<p>Gantry was built to provide a new layer on top of this traditional module configuration to give an unparalleled level of control and flexibility.</p>
<p>For a more comprehensive guide to Gantry and what it can do for you, please refer to <a title="Gantry Framework" href="http://www.gantry-framework.org" target="_blank">http://www.gantry-framework.org/</a></p>
<h3>Warp</h3>
<p>Warp6 is a fast and powerful framework. It lets you create sophisticated templates with ease, even for the most comprehensive of websites. It provides all the elaborate functionalities that make templates easy to edit, nice to look at and speedy, in all browsers.</p>
<p>The Warp framework is mainly CSS/HTML and provides a collection of functions using PHP and JavaScript. It has been created, in essence, to make the job of web developers and designers easier, providing a set of tools which can help with the repetitive segments of projects, giving them more time to focus on the remaining tasks of each web development project. Warp is easy-to-use, SEO friendly and cross browser compatible.</p>
<p>For a more comprehensive look at the features of Warp, please refer to their website <a title="Yootheme" href="http://www.yootheme.com" target="_blank">Yootheme.com</a></p>
<p>Other framework templates include (this is by no means all of the Frameworks available):</p>
<p><strong>Rumi</strong></p>
<p>Using Rumi frameworks you can create a beautiful and timeless design, the framework gives you shortcut options and powerful features with minimal effort and flexibility.</p>
<p><strong>T3</strong></p>
<p>The T3 frameworks is a third generation framework, supporting iPhone and other hand held devices. The framework provides the ability to create custom theme profiles, overrides and edit layouts.</p>
<p><strong>Morph</strong></p>
<p>Morph frameworks are designed to ‘morph’ shapes to accommodate multiple varieties of design layout, is has been designed with ease and speed in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogz.co.uk/2011/07/09/template-frameworks-for-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

