<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="Joomla! 1.5 - Open Source Content Management" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Woof and Warp Joomla!</title>
		<description>Articles and news on Joomla!, Content Management, web standards, accessibility, usability, and other things related to web development and web design.</description>
		<link>http://www.woofandwarp.com/joomla</link>
		<lastBuildDate>Fri, 10 Sep 2010 07:35:28 +0000</lastBuildDate>
		<generator>Joomla! 1.5 - Open Source Content Management</generator>
		<language>en-gb</language>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/woofandwarp/joomla" /><feedburner:info uri="woofandwarp/joomla" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
			<title>A little editor extended plugin tip</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/eiwWhBpC5zY/36-a-little-editor-extended-plugin-tip</link>
			<description>&lt;p&gt;I've seen a couple of editor extended plugin buttons where the right side of the button wasn't handled correctly by the Joomla! admin css and ran into it myself today.&lt;/p&gt;
&lt;p&gt;Looking at the css I noticed a class called "blank" for the buttons so I tested and got it to work with this:&lt;/p&gt;
&lt;strong&gt;Change:&lt;/strong&gt;
&lt;pre class="codeblock"&gt;
&lt;code class="jsh:php"&gt;
$button-&gt;set('name', 'buttonname');
&lt;/code&gt;
&lt;/pre&gt;
&lt;strong&gt;To:&lt;/strong&gt;
&lt;pre class="codeblock"&gt;
&lt;code class="jsh:php"&gt;
$button-&gt;set('name', 'buttonname blank');
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;The extra "blank" after the space will give your button a nicely rounded right side.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/eiwWhBpC5zY" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Sun, 28 Sep 2008 17:50:41 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/36-a-little-editor-extended-plugin-tip</feedburner:origLink></item>
		<item>
			<title>Joomla! and duplicate content, what does Google think?</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/oShSktR8wwg/32-joomla-and-duplicate-content-what-does-google-think</link>
			<description>&lt;p&gt;There is a lot of talk going on about duplicate content in Joomla! installations. Here's a good read from the &lt;a href="http://googlewebmastercentral.blogspot.com/2008/09/demystifying-duplicate-content-penalty.html" title="Demystifying the duplicate content penalty"&gt;Google Webmaster Central Blog&lt;/a&gt; about how they see and handle so called duplicate content.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Let's put this to bed once and for all, folks: There's no such thing as a "duplicate content penalty." At least, not in the way most people mean when they say that.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/oShSktR8wwg" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Wed, 17 Sep 2008 18:07:18 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/32-joomla-and-duplicate-content-what-does-google-think</feedburner:origLink></item>
		<item>
			<title>The tools I use for Joomla! development</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/M7MW146U5Oc/30-the-tools-i-use-for-joomla-development</link>
			<description>&lt;p&gt;I'm designing and programming mainly for &lt;a href="http://joomla.org" title="Joomla! Content Management System"&gt;Joomla!&lt;/a&gt; for many years now, being one of the founders of the project helps a lot with counting years of course :-) and in case you are interested in the tools I use and why I use them I'll list them in this post.&lt;/p&gt;
&lt;p&gt;My specialty and passion is creating custom designs/templates for Joomla!, &lt;a href="http://wordpress.org" title="Blog Tool and Publishing Platform"&gt;WordPress&lt;/a&gt;, &lt;a href="http://drupal.org" title="Content Management System"&gt;Drupal&lt;/a&gt; or just plain html sites. For Joomla! I also write components, modules and plugins but because I'm not a guru php programmer I can do that up to a certain level of complexity.&lt;/p&gt;
&lt;p&gt;I love creating modules and plugins that give me a special feature and what I like most about writing them myself is the fact that I'm in full control over the markup the module or plugin renders at the front-end of a site.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/M7MW146U5Oc" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Sat, 13 Sep 2008 06:46:10 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/30-the-tools-i-use-for-joomla-development</feedburner:origLink></item>
		<item>
			<title>Joomla! 1.5.7 Security Release Now Available</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/IyseHej7gPE/26-joomla-157-security-release-now-available</link>
			<description>&lt;blockquote&gt;&lt;p&gt;
The Joomla Project is pleased to announce the immediate availability of Joomla 1.5.7 [Wovusani]. This is a security release and contains a number of bug fixes, improvements as well as security fixes. It is strongly recommended that users immediately upgrade. It has been nearly four weeks since Joomla 1.5.6 was released on August 12, 2008. The Development Working Group's goal is to continue to provide regular, frequent updates to the Joomla community.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Head over to the &lt;a href="http://www.joomla.org/announcements/release-news/5212-joomla-157-security-release-now-available.html" title="More information about this release"&gt;instructions&lt;/a&gt; page at joomla.org for more information.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/IyseHej7gPE" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Wed, 10 Sep 2008 06:58:26 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/26-joomla-157-security-release-now-available</feedburner:origLink></item>
		<item>
			<title>Burning your Joomla! feeds with FeedBurner and .htaccess</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/TL0Z4_Lw65A/24-burning-your-joomla-feeds-with-feedburner-and-htaccess</link>
			<description>&lt;p&gt;I've got my feeds running trough &lt;a href="http://www.feedburner.com" title="Start FeedBurning Now"&gt;FeedBurner&lt;/a&gt; now and maybe you like to know how we (&lt;a href="http://robink.nl" title="Spilling the Beans on Open Source"&gt;Robin&lt;/a&gt; and me) did it.&lt;/p&gt;
&lt;p&gt;The first step you need to take is creating a FeedBurner account and add your &lt;a href="http://joomla.org" title="Joomla! Open Source Content Management System"&gt;Joomla!&lt;/a&gt; feed url's to the FeedBurner system. Once that's done it's time to start up your text-editor and open the .htaccess file which you can find in your Joomla! root directory.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/TL0Z4_Lw65A" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Mon, 08 Sep 2008 13:59:59 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/24-burning-your-joomla-feeds-with-feedburner-and-htaccess</feedburner:origLink></item>
		<item>
			<title>Note to myself: turn Joomla! pagetitles off query</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/wwdCGLsGiYs/22-note-to-myself-turn-joomla-pagetitles-off-query</link>
			<description>&lt;p&gt;In Joomla! there are article titles, component titles and also page titles. I hardly ever use the page titles but they are set to show by default.&lt;/p&gt;
&lt;p&gt;You can find the page title on/off setting in the parameter sliders when you create a menu item and here is a smart query you can run with &lt;a href="http://www.phpmyadmin.net/home_page/index.php" title="phpMyAdmin database administration"&gt;phpMyAdmin&lt;/a&gt; to turn them off in one go.&lt;/p&gt;
&lt;pre class="codeblock"&gt;&lt;code class="jsh:sql"&gt;
UPDATE jos_menu SET params = REPLACE(params, 'show_page_title=1', 'show_page_title=0');
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Remember to change the "jos_" prefix if that is not what you are using on your database.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/wwdCGLsGiYs" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Sat, 06 Sep 2008 07:40:01 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/22-note-to-myself-turn-joomla-pagetitles-off-query</feedburner:origLink></item>
		<item>
			<title>Joomla! Community Magazine Issue 3 September 2008</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/0bO8P5XJHTU/21-joomla-community-magazine-issue-3-september-2008</link>
			<description>&lt;p&gt;Today the new issue of the Joomla! Community Magazine has been published thanks to the hard work of many and especially &lt;a href="http://community.joomla.org/magazine-authors/author/55-amy-stephen.html" title="Profile of Amy Stephen"&gt;Amy Stephen&lt;/a&gt; who has been working day and night the past week to get everything in shape.&lt;/p&gt;
&lt;p&gt;I've written an article about how to use Joomla! 1.5 for creating a site that needed to be on air in just a few days with a custom design to promote a Million Dollar Wedding.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/0bO8P5XJHTU" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Sat, 06 Sep 2008 06:04:33 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/21-joomla-community-magazine-issue-3-september-2008</feedburner:origLink></item>
		<item>
			<title>Having fun with Joomla! module Chrome and suffix</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/vICfjy0sDZ0/19-having-fun-with-joomla-module-chrome-and-suffix</link>
			<description>&lt;p&gt;When you are building a custom template you want all the power you can get to be able to do all the trickery you want or need.&lt;/p&gt;
&lt;p&gt;In Joomla! 1.5+ there are a couple of new features to help you with that and I'll try to explain how to use the "Module Chrome" with the "Module suffix" in a couple of posts and this is part #1.&lt;/p&gt;
&lt;p&gt;At the end you will have an example to work with for creating modules with crazy headers in different colors or with background images based on the module suffix.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/vICfjy0sDZ0" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Thu, 04 Sep 2008 10:46:07 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/19-having-fun-with-joomla-module-chrome-and-suffix</feedburner:origLink></item>
		<item>
			<title>Joomla! Bug Squad Hero's</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/S7MjswaisuA/18-joomla-bug-squad-heros</link>
			<description>&lt;p&gt;I've been a member of the Joomla! Bug Squad for some time now and although I wish I had more time I try to contribute where I can.&lt;/p&gt;
&lt;h3&gt;What is the Joomla! Bug Squad?&lt;/h3&gt;
&lt;div class="text-block"&gt;
&lt;p&gt;The Joomla! Bug Squad is the second team within the &lt;a href="http://developer.joomla.org/development-working-group.html"&gt;Development Working Group&lt;/a&gt;. Their main responsibilities are:&lt;/p&gt; 
&lt;ul&gt;
&lt;li&gt;Scan the forum area for reported issues and help community members with solving these issues.&lt;/li&gt;
&lt;li&gt;Maintain the Tracker.&lt;/li&gt;
&lt;li&gt;Perform testing of offered patches and of reported issues.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/S7MjswaisuA" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Wed, 03 Sep 2008 18:45:45 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/18-joomla-bug-squad-heros</feedburner:origLink></item>
		<item>
			<title>Joomla! nominated for Packt awards</title>
			<link>http://feedproxy.google.com/~r/woofandwarp/joomla/~3/htt7VORzv-0/17-joomla-nominated-for-packt-awards</link>
			<description>&lt;p&gt;Joomla! is nominated again for some Packt Publishing awards. You can vote for "Best Overall Open Source CMS" and "Best PHP Open Source CMS".&lt;/p&gt;
&lt;p&gt;The Joomla! announcement can be found &lt;a href="http://www.joomla.org/announcements/general-news/5210-voting-season-is-here-vote-joomla.html" title="Vote for Joomla!, Packt Publishing Awards"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Joomla! has been nominated and has won many awards since the project started 3 years ago. I remember being in London at the first Joomla! Core Team Summit when we won the Best Linux/Open Source award and boy where we proud about that.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/woofandwarp/joomla/~4/htt7VORzv-0" height="1" width="1"/&gt;</description>
			<category>Joomla!</category>
			<pubDate>Wed, 03 Sep 2008 10:57:06 +0000</pubDate>
		<feedburner:origLink>http://www.woofandwarp.com/joomla/17-joomla-nominated-for-packt-awards</feedburner:origLink></item>
	</channel>
</rss>
