<?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"?><rss 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/" version="2.0">

<channel>
	<title>Feeding On Joomla Templates</title>
	
	<link>http://blog.joomlabear.com</link>
	<description>Your source for everything to do with Joomla Templates and Joomla Development. Straight from the jaws of Big Bear himself.</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:57:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/joomlabear" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="joomlabear" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">joomlabear</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How To Edit Images On Joomla</title>
		<link>http://blog.joomlabear.com/how-to-edit-images-on-joomla/</link>
		<comments>http://blog.joomlabear.com/how-to-edit-images-on-joomla/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:46:32 +0000</pubDate>
		<dc:creator>Bambi</dc:creator>
				<category><![CDATA[General Joomla]]></category>
		<category><![CDATA[Joomla Optimization]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[page optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=784</guid>
		<description><![CDATA[I just wanted to make some notes about editing images for the web. A few users have had trouble with it. And I often take what I know for granted, because I deal with these things on a daily bases. So it may be basic for some of you, but hopefully someone finds it useful.
Joomla!&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to make some notes about editing images for the web. A few users have had trouble with it. And I often take what I know for granted, because I deal with these things on a daily bases. So it may be basic for some of you, but hopefully someone finds it useful.</p>
<p>Joomla!&#8217;s media manager doesn&#8217;t do much in the way of image editing, none in fact. It&#8217;s not facebook. You&#8217;re expected to upload images at the correct width and height. And its up to you to control the file size of the image. Even if it did manipulate images for us, its still good to know a little about the different image types, especially if you&#8217;re maintaining a website.</p>
<p>A few of our users have been uploading 500Kb PNG images for articles. That&#8217;s about half a MB or the size of a small Youtube clip. Not ideal for an article. Years ago when internet speeds were slower, Gerben Hoekstra was recommending that file sizes shouldn&#8217;t exceed 25Kb <a href="http://www.weballey.net/html/plaatjes.html">http://www.weballey.net/html/plaatjes.html</a> He has some practical advise for beginners and is responsible for getting me into HTML before XHTML came out. He also said you should only use JPG or GIF file types, because not all browsers supported PNG. This was because Microsoft&#8217;s Internet Explorer 6 (IE 6) couldn&#8217;t support the transparency of the PNG (when all other browsers could). PNG can actually be a great file type, when used for the right graphic. I might get into that in another article though. And at the time of Gerben writing that I think IE6 was at its peak usage. Thankfully things are changing, last month its use was down to 7% on the w3schools site <a href="http://www.w3schools.com/browsers/browsers_stats.asp">http://www.w3schools.com/browsers/browsers_stats.asp</a> (also a great learning place).</p>
<p><strong>File Size<br />
</strong>So Internet speeds have increased, but its important to remember not everyone is on a high speed connection. And in some countries (including NZ) some home users don&#8217;t understand the point for broadband. So we&#8217;re dealing with a range of internet speeds. And as I&#8217;m sure Gerben would agree, even on high speed connections, page load is still important. Not only is it the users page load we&#8217;re concerned about but also server strain. If your site suddenly gets a burst of traffic you don&#8217;t want the server to crash, and stop the free publicity you&#8217;re receiving. And with services like Facebook, Digg, Twitter, Stumbleupon, any site can potentially experience these peaks. So you want to be prepared.</p>
<p>You can check the size of a file on Windows, Ubuntu (I assume Mac as well) by right clicking on the file, and select the properties option at the very bottom. A pop up appears with seemingly useless info. There are three major uses I have for this.</p>
<ol>
<li>Is the Size value, indicating how much space the file/image takes up on the computer. And in the web world indicates how long its going to take to transfer from the server to the users browser.</li>
<li>The Created value, lets you know when the file/image was made.</li>
<li>And &#8220;Type of file&#8221; lets you know if the image is JPEG (the web short hands this to JPG), PNG or GIF.</li>
</ol>
<p>You should also be able to right click on an image in your browser, and similar options should come up. This will differ depending on the browser you use.</p>
<p><strong>Number Of Images On A Page<br />
</strong>Yes the obvious one is the more images on one page, the more data there is to transfer, making the page load slower. But its not just the combined image file size we&#8217;re worried about. The amount of images does matter, because modern bowers limit themselves in the number of requests the can make to one server at one time. That might be a mouthful to take in, but think of it like you can only carry 10 bricks at one time, after you&#8217;ve dealt with those heavy bricks you can then start to think about the next 10.  With 30 images on a page, the browser can only think about the first 10 before thinking about next 10. For a standard article, I&#8217;d try and keep image usage to around 5 (if I&#8217;m lucky to have 5 images on the topic). There are exceptions. Either the page is an image gallery of some kind, in which case the user should be aware they&#8217;re going to an image gallery, and hopfully prepared to wait. Or it&#8217;s a long instructional article where 30+ images are required to illustrate how to do something, again the user shouldn&#8217;t mind waiting for this.</p>
<p>There are advanced techniques for those of you who want it. Lazy loading images seems to be all the rage at the moment <a href="http://en.wikipedia.org/wiki/Lazy_loading">http://en.wikipedia.org/wiki/Lazy_loading</a> If you Google Lazy Load you should find some Javascript libraries that do this for you. Lazy loading loads the images when the screen space of the image appears on the users screen. So the browser doesn&#8217;t have to worry about the images at the bottom of the page unless the user scrolls that far.</p>
<p>I think this article is getting too long to go into file types here. So I&#8217;ll wrap up. If you have the commercial software Photoshop, great. The short cut to export for web is <em>Shift + Ctrl + Alt + S</em> you&#8217;ll then be able to select your file type and see the file size before you save. If you don&#8217;t have Photoshop  but want to get into making you page load more efficient, and become a better web publisher, then use Gimp! I found it a little harder to learn than Photoshop, but that may be because I&#8217;m used to using Photoshop. Its free open source like Joomla! compatible on most operating systems <a href="http://www.gimp.org/">http://www.gimp.org/</a> There is enough documentation to publish a small book, and translated into many languages <a href="http://www.gimp.org/docs/">http://www.gimp.org/docs/</a> And these days it capabilities are phenomenal, it can do 90% of what Photoshop can do.</p>
<p>If you can learn to effectively save images you might help SEO your site as Google will be soon (if not all ready) be factoring the page load of a sites into the influencing factors.</p>
<p>I hope that was useful. There is quite a bit in the way of images. I might continue on in another post <img src='http://blog.joomlabear.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+Edit+Images+On+Joomla+-+http://bit.ly/aaoFL0&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;title=How+To+Edit+Images+On+Joomla" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/how-to-edit-images-on-joomla/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;title=How+To+Edit+Images+On+Joomla" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;title=How+To+Edit+Images+On+Joomla&amp;desc=I%20just%20wanted%20to%20make%20some%20notes%20about%20editing%20images%20for%20the%20web.%20A%20few%20users%20have%20had%20trouble%20with%20it.%20And%20I%20often%20take%20what%20I%20know%20for%20granted%2C%20because%20I%20deal%20with%20these%20things%20on%20a%20daily%20bases.%20So%20it%20may%20be%20basic%20for%20some%20of%20you%2C%20but%20hopefully%20someone%20finds%20it%20useful.%0D%0A%0D%0AJoomla%21%27s%20media%20manager%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;bm_description=How+To+Edit+Images+On+Joomla&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;title=How+To+Edit+Images+On+Joomla" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;title=How+To+Edit+Images+On+Joomla" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/how-to-edit-images-on-joomla/&amp;title=How+To+Edit+Images+On+Joomla" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/how-to-edit-images-on-joomla/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/how-to-edit-images-on-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easter News – April Joomlabear Newsletter – Web Edition</title>
		<link>http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/</link>
		<comments>http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 03:03:48 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Newsletters]]></category>
		<category><![CDATA[Easter]]></category>
		<category><![CDATA[Joomulus]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=752</guid>
		<description><![CDATA[Happy Easter everyone, from all the team at JoomlaBear.
We have a few Easter eggs for you, and plenty of stuff to talk about, Joomulus, Joomla template updates, new team members, and some really cool things that are almost ready to go live.
This newsletter has grown to over 30,000 subscribers, and Joomulus has just hit 22,254 [...]]]></description>
			<content:encoded><![CDATA[<h3>Happy Easter everyone, from all the team at JoomlaBear.</h3>
<p>We have a few Easter eggs for you, and plenty of stuff to talk about, Joomulus, Joomla template updates, new team members, and some really cool things that are almost ready to go live.</p>
<p>This newsletter has grown to over <strong>30,000 subscribers</strong>, and Joomulus has just hit <strong>22,254 downloads</strong> at the time of this writing.</p>
<p>We are honored that you are here with us.</p>
<h3>New Team Members</h3>
<p><img class="alignright size-full wp-image-753" title="polaroid_german-bear-little-bear" src="http://blog.joomlabear.com/wp-content/uploads/2010/04/polaroid_german-bear-little-bear.png" alt="New Team Members" width="204" height="148" />We&#8221;ll start with the two most important things (because people matter most). Our two newest team members; <strong>German Bear</strong> and <strong>Little Bear.</strong> Little Bear actually joined us last year, but took a leave of absence for the first quarter of 2010, We are very happy to have her back. German Bear has been a great friend to all Joomlabears, helping out quietly in the forums with template tweaks since day one. In the past couple of weeks we formalized the arrangement and are now extremely excited to have German Bear on the team permanently. You will find both these friendly template pros in the forums, eager to give you a helping paw.</p>
<h3>Joomulus</h3>
<p><a href="http://blog.joomlabear.com/joomulus-updated/"><img class="alignright size-full wp-image-760" title="tagcloud-sm" src="http://blog.joomlabear.com/wp-content/uploads/2010/04/tagcloud-sm.png" alt="Joomulus Updated" width="183" height="149" /></a>Joomulus has been updated, this is a security patch and all users are advised to upgrade. The more exciting news is that we have a K2 Joomulus prototype already developed and in use on a client site. This is driven by the K2 tagging system as opposed to manually entering tags. We will be releasing this in the coming weeks after a little more testing. We have also been hard at work on an enhanced solution to provide better support for other languages and character sets. This is also extremely close and you can read more about both these upcoming releases, the security patch and get your download link <strong><a title="Joomulus Updates" href="http://blog.joomlabear.com/joomulus-updated/" target="_self">here</a></strong>.</p>
<h3>BlackBearPro and PolarBearPro have been<em> RELOADED</em><a href="http://joomlabear.com/Joomla-Templates/"><img class="alignright size-full wp-image-761" title="bb-pb-ipad" src="http://blog.joomlabear.com/wp-content/uploads/2010/04/bb-pb-ipad.png" alt="Template Updates" width="284" height="191" /></a></h3>
<p>Two of our most popular templates have been given an overhaul and had a number of new features added:</p>
<ol>
<li>You can now add your copyright notice easily via a template parameter</li>
<li>A footer menu for those little links that you need but don&#8217;t necessarily want to show in prime position</li>
<li>The color chooser has been relocated into the navigation bar</li>
<li>Better logo support, the logo is now clickable and directs users back to the home page.</li>
<li>Quickstart JPA &#8211; get started quickly by installing the <strong><a href="http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/">Akeeba Backup</a></strong> powered quickstart installer. Have your own site up in minutes that matches our demo site layout exactly. Great for those who want to build quickly, or learn hands on by looking at how Joomla site is setup via the admin area.</li>
</ol>
<p><strong><a href="http://joomlabear.com/Joomla-Templates/">Find more information on our Joomla templates page.</a></strong></p>
<h3>Members Showcase</h3>
<p style="text-align: center;"><a href="http://joomlabear.com/Showcase/"><img class="size-full wp-image-768 aligncenter" title="showcase" src="http://blog.joomlabear.com/wp-content/uploads/2010/04/showcase.jpg" alt="Showcase of Members Templates" width="576" height="240" /></a></p>
<p>We invite you to browse the <a href="http://joomlabear.com/Showcase/">members showcase</a> and have a look at some of the great sites put together by our users. Please email us if you would like your Joomlabear site to be considered for the showcase page.</p>
<h3>20% Off Easter Sale</h3>
<p><a href="http://joomlabear.com/Subscription/membership.html"><img class="alignright" src="http://joomlabear.com/images/stories/easter_eggs2.jpg" alt="Easter Sale" width="300" height="208" /></a>That&#8217;s right folks, We are offering 20% of any 3 month, 6 month or 12 month membership for this Easter weekend only &#8211; get access to our stylish templates and pro support team for as little as <strong>$37.60 for 3 months</strong>.</p>
<p><strong><a title="Easter Specials" href="http://joomlabear.com/Subscription/membership.html" target="_blank">Checkout the specials here.</a></strong></p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition+-+http://bit.ly/duqw33&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;title=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;title=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;title=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition&amp;desc=Happy%20Easter%20everyone%2C%20from%20all%20the%20team%20at%20JoomlaBear.%0D%0AWe%20have%20a%20few%20Easter%20eggs%20for%20you%2C%20and%20plenty%20of%20stuff%20to%20talk%20about%2C%20Joomulus%2C%20Joomla%20template%20updates%2C%20new%20team%20members%2C%20and%20some%20really%20cool%20things%20that%20are%20almost%20ready%20to%20go%20live.%0D%0A%0D%0AThis%20newsletter%20has%20grown%20to%20over%2030%2C000%20subscribers%2C%20a" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;bm_description=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;title=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;title=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/&amp;title=Easter+News+-+April+Joomlabear+Newsletter+-+Web+Edition" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/easter-news-april-joomlabear-newsletter-web-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomulus Updated</title>
		<link>http://blog.joomlabear.com/joomulus-updated/</link>
		<comments>http://blog.joomlabear.com/joomulus-updated/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 22:06:34 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomulus]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=733</guid>
		<description><![CDATA[
Joomulus has been updated and fixes a possible XSS attack vulnerability.
Please download the update now, and please ensure that all Tag URL&#8217;s you enter into the module parameters include http:// at the start, i.e. they should not begin with www.

&#160;
How was Joomulus Vulnerable To Cross-Site Scripting?
Joomulus uses SWFObject.js to embed and pass flashvars, both Adobe [...]]]></description>
			<content:encoded><![CDATA[<div class="whitebox">
<p>Joomulus has been updated and fixes a possible XSS attack vulnerability.</p>
<p>Please <a title="Joomulus Download" href="http://joomlabear.com/categories/14.html">download the update now</a>, and <em>please ensure that <strong>all </strong>Tag URL&#8217;s you enter into the module parameters include http:// at the start</em>, i.e. they should <strong>not</strong> begin with www.</p>
</div>
<p>&nbsp;</p>
<p><img class="alignright" src="http://blog.joomlabear.com/wp-content/uploads/2010/04/tagcloud.jpg" alt="" width="241" height="197" align="right" />How was Joomulus Vulnerable To Cross-Site Scripting?</p>
<p>Joomulus uses SWFObject.js to embed and pass flashvars, both Adobe and Google recommend and support this.</p>
<p>Flashvars are a way of communicating information from your HTML page to the nifty little Joomulus.swf. So PHP outputs your tags, and Javascript and passes them along to ActionScript, which gives you the animated Joomulus tag cloud. The Joomulus tags are passed as HTML links (the TAGs) to the Joomulus swf. If you really know your stuff you could pass along Javascript to your link in the form of a TAG.</p>
<p><em>You</em> may not want to do this, but a malicious person could embed the swf from your site (lets call it site A) to another site (site B). Then they could manipulate the tags and url, NOT on your site but on site B. Then the user could possibly grab your session ID and access your Joomla site via this (theoretically &#8211; no instances of this have been reported in the wild to date).</p>
<p>This could all be fixed with a clever .htaccess file, to stop the swf loading on other domains. However, the most recent Joomulus wont activate links that don&#8217;t start with http. Which stops the execution of Javascript or Vbscript on site A and B. The tag will still get rendered (be viewable) but wont be click-able, thus stopping any script from executing. No sensitive information is passed to Joomulus, but it is still recommended to update. Also remember to use http:// for all your links (if you weren&#8217;t already).</p>
<p>For The Future<br />
Chinese and Japanese language support is coming folks. Also a K2 version of Joomulus should be out in the next week. It&#8217;s already built and in use on a live site, but we want to run a few more tests before releasing it. The K2 prototype can be seen running on <a href="http://wordwolf.com">Wordwolf</a> &#8211; and you can see it is pulling in the K2 content tags.</p>
<p><a title="Roy Tanck" href="http://www.roytanck.com/" target="_blank">Roy Tanck</a> has built a prototype for Wordpress that supports unicode and we have embedded this below.</p>
<p><strong>NOTE:</strong> This is <strong>NOT</strong> the updated version we are releasing today &#8211; the updated version is a <em>security update </em>- stay tuned for new feature releases in April.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.roytanck.com/wp-content/uploads/unicodetest/tagcloud.swf" /><embed type="application/x-shockwave-flash" width="640" height="480" src="http://www.roytanck.com/wp-content/uploads/unicodetest/tagcloud.swf"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Joomulus+Updated+-+http://bit.ly/dBLr5A&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/joomulus-updated/&amp;title=Joomulus+Updated" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/joomulus-updated/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/joomulus-updated/&amp;title=Joomulus+Updated" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/joomulus-updated/&amp;title=Joomulus+Updated&amp;desc=%0D%0A%0D%0AJoomulus%20has%20been%20updated%20and%20fixes%20a%20possible%20XSS%20attack%20vulnerability.%0D%0A%0D%0APlease%20download%20the%20update%20now%2C%20and%20please%20ensure%20that%20all%20Tag%20URL%27s%20you%20enter%20into%20the%20module%20parameters%20include%20http%3A%2F%2F%20at%20the%20start%2C%20i.e.%20they%20should%20not%20begin%20with%20www.%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0AHow%20was%20Joomulus%20Vulnerable%20To%20Cro" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/joomulus-updated/&amp;bm_description=Joomulus+Updated&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/joomulus-updated/&amp;title=Joomulus+Updated" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/joomulus-updated/&amp;title=Joomulus+Updated" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/joomulus-updated/&amp;title=Joomulus+Updated" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/joomulus-updated/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/joomulus-updated/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Backing Up Your Joomla Site With Akeeba</title>
		<link>http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/</link>
		<comments>http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 17:04:37 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Optimization]]></category>
		<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[Joomla Video Tutorials]]></category>
		<category><![CDATA[Akeeba]]></category>
		<category><![CDATA[Backup Joomla]]></category>
		<category><![CDATA[Joomla Backup]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=722</guid>
		<description><![CDATA[In this video we run you through backing up your site with Akeeba Backup. If you have not installed Akeeba Backup on your Joomla site yet then head on over and download it. You&#8217;ll have your entire site backed up in about 5 minutes from now, and then you&#8217;ll sleep better at night.




		
			Tweet This!
		
		
			Share this [...]]]></description>
			<content:encoded><![CDATA[<p>In this video we run you through backing up your site with Akeeba Backup. If you have not installed Akeeba Backup on your Joomla site yet then head on over and <a title="Akeeba Backup" href="http://www.akeebabackup.com/" target="_blank">download it</a>. You&#8217;ll have your entire site backed up in about 5 minutes from now, and then you&#8217;ll sleep better at night.</p>
<p><a href="http://blog.joomlabear.com/wp-content/uploads/2010/03/backing-up-with-akeeba.mp4" title="Backup Your Joomla Site"><img src="http://blog.joomlabear.com/wp-content/uploads/2010/03/backup-your-Joomla-site.jpg" alt="Backup Your Joomla Site"/></a></p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Backing+Up+Your+Joomla+Site+With+Akeeba+-+http://bit.ly/9WAhFe&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;title=Backing+Up+Your+Joomla+Site+With+Akeeba" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;title=Backing+Up+Your+Joomla+Site+With+Akeeba" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;title=Backing+Up+Your+Joomla+Site+With+Akeeba&amp;desc=In%20this%20video%20we%20run%20you%20through%20backing%20up%20your%20site%20with%20Akeeba%20Backup.%20If%20you%20have%20not%20installed%20Akeeba%20Backup%20on%20your%20Joomla%20site%20yet%20then%20head%20on%20over%20and%20download%20it.%20You%27ll%20have%20your%20entire%20site%20backed%20up%20in%20about%205%20minutes%20from%20now%2C%20and%20then%20you%27ll%20sleep%20better%20at%20night.%0D%0A%0D%0A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;bm_description=Backing+Up+Your+Joomla+Site+With+Akeeba&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;title=Backing+Up+Your+Joomla+Site+With+Akeeba" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;title=Backing+Up+Your+Joomla+Site+With+Akeeba" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/&amp;title=Backing+Up+Your+Joomla+Site+With+Akeeba" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/backing-up-your-joomla-site-with-akeeba/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CU3ER Flash Gallery – New Joomla Template Coming Soon</title>
		<link>http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/</link>
		<comments>http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:00:05 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[3D Flash Gallery]]></category>
		<category><![CDATA[CU3ER]]></category>
		<category><![CDATA[Joomla 3D Gallery]]></category>
		<category><![CDATA[Joomla Flash Gallery]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=712</guid>
		<description><![CDATA[Late last year I discovered an awesome flash 3D gallery script called CU3ER. It&#8217;s the brainchild of Stef at Progressive Red. I contacted Stef to see if he would mind us building a template with a built in CU3ER powered gallery &#8211; and he generously agreed.
It&#8217;s on the cards folks &#8211; just as soon as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-716" title="Cub3r" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/Cub3r1.jpg" alt="" width="164" height="152" />Late last year I discovered an awesome <a title="Flash 3D Gallery Script" href="http://www.progressivered.com/cu3er/" target="_blank">flash 3D gallery script</a> called CU3ER. It&#8217;s the brainchild of <a title="Progressive Red" href="http://www.progressivered.com" target="_blank">Stef at Progressive Red</a>. I contacted Stef to see if he would mind us building a template with a built in CU3ER powered gallery &#8211; and he generously agreed.</p>
<p>It&#8217;s on the cards folks &#8211; just as soon as we finish updating the current templates to include our new framework feature set. Stef has also been working on a new version of CU3ER that looks <strong>amazing! </strong>Check out the video preview.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="432" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10211713&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="432" src="http://vimeo.com/moogaloop.swf?clip_id=10211713&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/10211713">CU3ER v1 &#8211; screencast</a> from <a href="http://vimeo.com/user3390265">CU3ER</a> on <a href="http://vimeo.com">Vimeo</a>.</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon+-+http://bit.ly/9JvsvQ&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;title=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;title=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;title=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon&amp;desc=Late%20last%20year%20I%20discovered%20an%20awesome%20flash%203D%20gallery%20script%20called%20CU3ER.%20It%27s%20the%20brainchild%20of%20Stef%20at%20Progressive%20Red.%20I%20contacted%20Stef%20to%20see%20if%20he%20would%20mind%20us%20building%20a%20template%20with%20a%20built%20in%20CU3ER%20powered%20gallery%20-%20and%20he%20generously%20agreed.%0D%0A%0D%0AIt%27s%20on%20the%20cards%20folks%20-%20just%20as%20soon%20as%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;bm_description=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;title=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;title=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/&amp;title=CU3ER+Flash+Gallery+-+New+Joomla+Template+Coming+Soon" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/cu3er-flash-gallery-new-joomla-template/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Setup Joomla on BlueHost – Fast!</title>
		<link>http://blog.joomlabear.com/setup-joomla-bluehost-fast/</link>
		<comments>http://blog.joomlabear.com/setup-joomla-bluehost-fast/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 21:33:48 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Hosting]]></category>
		<category><![CDATA[Joomla Video Tutorials]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Blue Host]]></category>
		<category><![CDATA[Bluehost Joomla]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=696</guid>
		<description><![CDATA[I was setting up Joomla for one of our new template demos on BlueHost today and thought I&#8217;d record the process to show you how quick and easy it really is!
And remember, BlueHost are currently sponsoring our 3 month Joomla template membership &#8211; so if you make the wise decision to host your site with [...]]]></description>
			<content:encoded><![CDATA[<p>I was setting up Joomla for one of our new template demos on BlueHost today and thought I&#8217;d record the process to show you how quick and easy it really is!</p>
<p>And remember, BlueHost are currently sponsoring our <a title="Joomlabear Membership" href="http://joomlabear.com/Subscription/membership.html" target="_self">3 month Joomla template membership</a> &#8211; so if you make the wise decision to host your site with them, you can also make your website beautiful with one of our <a title="Joomla templates" href="http://joomlabear.com/Joomla-Templates/" target="_self">Premium templates</a>, absolutely free!</p>
<p><a href="http://www.bluehost.com/track/joomlabear">Click here to visit BlueHost</a> (After you watch my super quick video, of course!)</p>
<p><a href="http://blog.joomlabear.com/wp-content/uploads/2010/03/BlueHost-Setup-Fast.mp4" title="Setup Joomla Fast on BlueHost"><img src="http://blog.joomlabear.com/wp-content/uploads/2010/03/setup-Joomla-on-bluehost.jpg" alt="Setup Joomla Fast on BlueHost"/></a></p>
<div style="margin-top: 10px; background-color: #fff; padding: 10px; border: 1px solid #ccc;"><a title="Bluehost Joomla" href="http://blog.joomlabear.com/setup-joomla-bluehost-video-tutorial/" target="_self"><img class="alignleft size-full wp-image-703" title="video_icon" src="http://blog.joomlabear.com/wp-content/uploads/2010/01/video_icon.jpg" alt="Bluehost Joomla" width="39" height="38" /></a><em>Update</em> &#8211; a while back I made a longer <a title="Bluehost Joomla" href="http://blog.joomlabear.com/setup-joomla-bluehost-video-tutorial/" target="_self">Bluehost Joomla</a> video which you can see here. The screencast above is a little more to the point.</div>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+Setup+Joomla+on+BlueHost+-+Fast%21+-+http://bit.ly/cXKCJR&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;title=How+to+Setup+Joomla+on+BlueHost+-+Fast%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/setup-joomla-bluehost-fast/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;title=How+to+Setup+Joomla+on+BlueHost+-+Fast%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;title=How+to+Setup+Joomla+on+BlueHost+-+Fast%21&amp;desc=I%20was%20setting%20up%20Joomla%20for%20one%20of%20our%20new%20template%20demos%20on%20BlueHost%20today%20and%20thought%20I%27d%20record%20the%20process%20to%20show%20you%20how%20quick%20and%20easy%20it%20really%20is%21%0D%0A%0D%0AAnd%20remember%2C%20BlueHost%20are%20currently%20sponsoring%20our%203%20month%20Joomla%20template%20membership%20-%20so%20if%20you%20make%20the%20wise%20decision%20to%20host%20your%20site%20w" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;bm_description=How+to+Setup+Joomla+on+BlueHost+-+Fast%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;title=How+to+Setup+Joomla+on+BlueHost+-+Fast%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;title=How+to+Setup+Joomla+on+BlueHost+-+Fast%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/setup-joomla-bluehost-fast/&amp;title=How+to+Setup+Joomla+on+BlueHost+-+Fast%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/setup-joomla-bluehost-fast/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/setup-joomla-bluehost-fast/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Setting Up Search Engine Friendly URL’s in Joomla (SEF URL’s)</title>
		<link>http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/</link>
		<comments>http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:46:53 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Hosting]]></category>
		<category><![CDATA[Joomla Optimization]]></category>
		<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[Joomla Video Tutorials]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Blue Host]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Joomla SEF]]></category>
		<category><![CDATA[SEF URL's]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=667</guid>
		<description><![CDATA[Setting up Search Engine Friendly URL&#8217;s in Joomla is an absolute must if you want to get the most out of your Joomla site. It&#8217;s one of the first things I do when setting up any new site and will help you get more visitors from search engines and improve the likelihood that people will [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up Search Engine Friendly URL&#8217;s in Joomla is an absolute must if you want to get the most out of your Joomla site. It&#8217;s one of the first things I do when setting up any new site and will help you get more visitors from search engines and improve the likelihood that people will link back to your articles &#8211; simply because the link looks a lot more attractive, is shorter and less cumbersome.</p>
<p>Most importantly search engines tend to rank content with a search engine friendly URL more highly due to the keywords that are contained in the URL. If you look at the URL of this very page you will see:</p>
<p><em>blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/</em></p>
<p>This URL tells Google, and other search engines, that the page is most likely about a number of things, such as;<strong> Search Engine Friendly URL&#8217;s</strong>, <strong>SEF</strong> and <strong>Joomla</strong>. This reinforces the other primary on-page factors Google looks at, the page title tag and content.</p>
<p>Another very nice side-effect of a SEF URL is that when somebody copies and pastes your link into a blog or forum they give you a link back with <em>keywords in the URL</em>. This is a big bonus, and something that will be explored again in a future blog post.</p>
<p>In this video I show you as quickly as possible how to setup basic SEF within Joomla (yeah I can&#8217;t help rambling about little details &#8211; It is a long video again, and I&#8217;ve got a slight cold, sorry!)</p>
<p>If you want to skip straight to the quick SEF URL checklist and resource list this is under the video.</p>
<p><p><a href="http://blog.joomlabear.com/wp-content/uploads/2010/03/sef4.mp4" title="Setup Joomla Search Engine Friendly URL's"><img src="http://blog.joomlabear.com/wp-content/uploads/2010/03/sef.jpg" alt="Setup Joomla Search Engine Friendly URL's"/></a></p><br />
</p>
<h3>Quick check list to get SEF URLS working in Joomla</h3>
<ol>
<li>Access <em>htaccess.txt </em>in your root directory and rename it to <em>.htaccess</em></li>
<li>Visit your Joomla Global Configuration and in SEO settings set all options to &#8216;yes&#8217; and save.<img class="alignnone size-full wp-image-673" title="Vision Funk - Administration_1269426588256" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/Vision-Funk-Administration_1269426588256.png" alt="" width="391" height="139" /></li>
</ol>
<p>To access your root directory you can either use FTP or your web host&#8217;s file manager, as I have done in the video demonstration.</p>
<p><strong>FTP access</strong> is something I consider <em>essential</em> for anyone serious about running a Joomla site, or any website for that matter &#8211; it still surprises me how many Joomla users I meet who have no idea what this is or how easy it is to setup. With FTP you can access your Joomla installation and manipulate files directly &#8211; you can upload and download files, rename, change permissions, etc.</p>
<p>If you want to access your site with FTP then here are a couple of quick tools I recommend:</p>
<ol>
<li><img class="alignleft size-full wp-image-675" title="firefox-small" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/firefox-small.png" alt="" width="57" height="55" />Firefox &#8211; A <strong>free</strong> web browser &#8211; from our web stats I know that more than 50% of people visiting Joomlabear already have Firefox &#8211; this message is for the other 50% &#8211; <a title="Firefox" href="http://www.mozilla.com/" target="_blank">Get Firefox here!</a></li>
<li><img class="alignleft size-full wp-image-674" title="fire-FTP" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/fire-FTP.png" alt="Fire FTP" width="64" height="64" />FireFTP is a <strong>free</strong> plugin for Firefox that lets you FTP into your website directory from within your web browser, as seen <span style="text-decoration: line-through;">on TV</span> in the video above. <a title="Fire FTP" href="http://fireftp.mozdev.org/" target="_blank">Get FireFTP here</a> (Install Firefox first, then add this plugin).</li>
</ol>
<p>To access your site with FTP you only need the following:</p>
<ul>
<li>your FTP address, usually <em>ftp.your-domain-name.com </em></li>
<li>A username, your hosting account login usually works</li>
<li>A password, your hosting account password usually works.</li>
</ul>
<p>If in doubt contact your web host for these details.</p>
<p><a title="Blue Host - cPanel Hosting" href="http://www.bluehost.com/track/joomlabear" target="_blank"><img class="alignleft" title="BlueHostLogo" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/BlueHostLogo.gif" alt="" width="57" height="57" /></a>If you prefer the file manager option, <a title="Blue Host" href="http://www.bluehost.com/track/joomlabear" target="_blank">Blue Host</a> offer very affordable and  reliable hosting and cPanel can save you a lot of time with many  different admin tasks. You can also get a<strong> free Joomlabear template  membership</strong> with any new Blue Host account &#8211; more details on this  offer and <a href="http://joomlabear.com/Joomla-Hosting/">Joomla hosting with  Blue Host here</a>.</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29+-+http://bit.ly/d7nW9D&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;title=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;title=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;title=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29&amp;desc=Setting%20up%20Search%20Engine%20Friendly%20URL%27s%20in%20Joomla%20is%20an%20absolute%20must%20if%20you%20want%20to%20get%20the%20most%20out%20of%20your%20Joomla%20site.%20It%27s%20one%20of%20the%20first%20things%20I%20do%20when%20setting%20up%20any%20new%20site%20and%20will%20help%20you%20get%20more%20visitors%20from%20search%20engines%20and%20improve%20the%20likelihood%20that%20people%20will%20link%20back%20to%20y" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;bm_description=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;title=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;title=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/&amp;title=Setting+Up+Search+Engine+Friendly+URL%27s+in+Joomla+%28SEF+URL%27s%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/setting-up-search-engine-friendly-urls-joomla-sef/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sunrise at JoomlaBear HQ (aka: the Bear Cave)</title>
		<link>http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/</link>
		<comments>http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 20:35:57 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Bear HQ]]></category>
		<category><![CDATA[Sunrise]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=663</guid>
		<description><![CDATA[
Well, a little bit of light relief in the JoomlaBear blog this morning &#8211; I awoke at dawn to see this most incredible sunrise so whipped out the camera and grabbed a shot from the deck wearing only my PJ&#8217;s.
Next we moved on to post-hibernation coffee,  just what the doctor ordered&#8230;
Helped a few people out [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-664" title="joomlabear-home-sunrise" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/joomlabear-home-sunrise-640x480.jpg" alt="Sunrise at Joomlabear HQ" width="640" height="480" /></p>
<p>Well, a little bit of light relief in the JoomlaBear blog this morning &#8211; I awoke at dawn to see this most incredible sunrise so whipped out the camera and grabbed a shot from the deck wearing only my PJ&#8217;s.</p>
<p>Next we moved on to post-hibernation coffee,  just what the doctor ordered&#8230;</p>
<p>Helped a few people out in the forum &#8211; good question here on potential <a title="Joomla caching" href="http://joomlabear.com/3-joomlabear-template-support/3915-transbear-question.html#3916" target="_blank">Joomla caching issues</a>, what to do when your menu active states get locked on for no apparent reason.</p>
<p>Uploaded <em>another </em><a title="Joomla Templates Showcase" href="http://joomlabear.com/Showcase/" target="_blank">Joomla template showcase</a> item &#8211; It&#8217;s been a huge week for our users &#8211; so many beautiful sites&#8230;. Well done all.</p>
<p>Just a typical Sunday morning here at Bear HQ.</p>
<p>And we have a <strong>huge</strong> week planned ahead, and you can all look forward to some <em>very </em>exciting things coming in the next few days &#8211; From templates to tutorials to tags clouds <img src='http://blog.joomlabear.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Finally. a little plug for mother bear who has been working away on her <a title="Hunter Douglas Blinds" href="http://www.hunterdouglasblinds.org/" target="_blank">Hunter Douglas blinds site</a> &#8211; it&#8217;s just structure at the moment &#8211; no styling, but watch this space.</p>
<p>Cheers,</p>
<p>Big Bear</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29+-+http://bit.ly/b2B3Ud&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;title=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;title=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;title=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29&amp;desc=%0D%0A%0D%0AWell%2C%20a%20little%20bit%20of%20light%20relief%20in%20the%20JoomlaBear%20blog%20this%20morning%20-%20I%20awoke%20at%20dawn%20to%20see%20this%20most%20incredible%20sunrise%20so%20whipped%20out%20the%20camera%20and%20grabbed%20a%20shot%20from%20the%20deck%20wearing%20only%20my%20PJ%27s.%0D%0A%0D%0ANext%20we%20moved%20on%20to%20post-hibernation%20coffee%2C%C2%A0%20just%20what%20the%20doctor%20ordered...%0D%0A%0D%0AHelpe" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;bm_description=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;title=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;title=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/&amp;title=Sunrise+at+JoomlaBear+HQ+%28aka%3A+the+Bear+Cave%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/sunrise-joomlabear-hq-aka-bear-cave/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Should JoomlaBear Convert iPad Accessories Wordpress Theme to a Joomla Template? Have Your Say!</title>
		<link>http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/</link>
		<comments>http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:41:37 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[free joomla template]]></category>
		<category><![CDATA[gpl license]]></category>
		<category><![CDATA[interweb]]></category>
		<category><![CDATA[Joomla templ]]></category>
		<category><![CDATA[layout elements]]></category>
		<category><![CDATA[show of hands]]></category>
		<category><![CDATA[web cam]]></category>
		<category><![CDATA[Wordpress theme]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=652</guid>
		<description><![CDATA[
I helped a friend out last week with a few tweaks to a GPL licensed Wordpress theme, her site is all about iPad accessories and you can check it out at that link or by clicking the screen shot.
I got to thinking while we were tweaking a couple of layout elements that this Wordpress theme [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://i.padaccessories.info/tag/ipad-accessories/"><img class="alignnone size-medium wp-image-654" title="iPad-Accessories" src="http://blog.joomlabear.com/wp-content/uploads/2010/03/iPad-Accessories-640x486.jpg" alt="iPad Accessories" width="640" height="486" /></a></p>
<p>I helped a friend out last week with a few tweaks to a GPL licensed Wordpress theme, her site is all about <a title="iPad Accessories" href="http://i.padaccessories.info/tag/ipad-accessories/" target="_blank">iPad accessories</a> and you can check it out at that link or by clicking the screen shot.</p>
<p>I got to thinking while we were tweaking a couple of layout elements that this Wordpress theme would probably be very well received by the Joomla community. Because the theme has been released under the GPL license it means we have the authors permission to modify and extend upon the existing work and redistribute it as a <a title="Joomla Templates" href="http://joomlabear.com">Joomla template</a>. Of course we would give plentiful and due credit for the creators great work <img src='http://blog.joomlabear.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, <strong>before</strong> I begin work on porting this theme  I would like to see a show of hands from people interested in having this available as a free Joomla template in our collection.  Because we can&#8217;t see your hands eagerly flying up over the interweb (not without a web cam anyway) I&#8217;m going to ask for a round of comments instead.</p>
<p>When the comments reach 20 we will begin work. From there it should just be a couple of days work.</p>
<p>What do you say?</p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F%5B..%5D+-+http://bit.ly/91t36q&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;title=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;title=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;title=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21&amp;desc=%0D%0A%0D%0AI%20helped%20a%20friend%20out%20last%20week%20with%20a%20few%20tweaks%20to%20a%20GPL%20licensed%20Wordpress%20theme%2C%20her%20site%20is%20all%20about%20iPad%20accessories%20and%20you%20can%20check%20it%20out%20at%20that%20link%20or%20by%20clicking%20the%20screen%20shot.%0D%0A%0D%0AI%20got%20to%20thinking%20while%20we%20were%20tweaking%20a%20couple%20of%20layout%20elements%20that%20this%20Wordpress%20theme%20woul" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;bm_description=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;title=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;title=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/&amp;title=Should+JoomlaBear+Convert+iPad+Accessories+Wordpress+Theme+to+a+Joomla+Template%3F+Have+Your+Say%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/convert-ipad-accessories-wordpress-theme-joomla-template/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Bear Beer – Thanks Freakedout.de</title>
		<link>http://blog.joomlabear.com/bear-beer-freakedoutde/</link>
		<comments>http://blog.joomlabear.com/bear-beer-freakedoutde/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:44:27 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[General Joomla]]></category>
		<category><![CDATA[Joomla Extensions]]></category>
		<category><![CDATA[good friends]]></category>
		<category><![CDATA[six pack]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=642</guid>
		<description><![CDATA[I try to keep this blog on the topic of helpful Joomla tips but some good friends of ours over at freakedout.de just sent us a pic I thought just begged to be posted.  Thanks Alexis. What tickled me even more is that they are apparently sending us a six-pack as well! All the way [...]]]></description>
			<content:encoded><![CDATA[<p>I try to keep this blog on the topic of helpful Joomla tips but some good friends of ours over at freakedout.de just sent us a pic I thought just begged to be posted.  Thanks Alexis. What tickled me even more is that they are apparently sending us a six-pack as well! All the way from Malta to New Zealand.</p>
<p><a href="http://freakedout.de/" target="_blank">http://freakedout.de/</a> make some very cool Joomla extensions and you should check them out. A list of their extensions is also at <a href="http://club.freakedout.de/" target="_blank">http://club.freakedout.de/</a></p>
<p><a href="http://blog.joomlabear.com/wp-content/uploads/2010/01/bearbeer.jpg"><img class="alignright size-medium wp-image-643" title="bearbeer" src="http://blog.joomlabear.com/wp-content/uploads/2010/01/bearbeer-640x380.jpg" alt="" width="640" height="380" /></a></p>


<div class="shr-bookmarks shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Bear+Beer+-+Thanks+Freakedout.de+-+http://bit.ly/7nt6P8&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;title=Bear+Beer+-+Thanks+Freakedout.de" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.joomlabear.com/bear-beer-freakedoutde/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;title=Bear+Beer+-+Thanks+Freakedout.de" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;title=Bear+Beer+-+Thanks+Freakedout.de&amp;desc=I%20try%20to%20keep%20this%20blog%20on%20the%20topic%20of%20helpful%20Joomla%20tips%20but%20some%20good%20friends%20of%20ours%20over%20at%20freakedout.de%20just%20sent%20us%20a%20pic%20I%20thought%20just%20begged%20to%20be%20posted.%C2%A0%20Thanks%20Alexis.%20What%20tickled%20me%20even%20more%20is%20that%20they%20are%20apparently%20sending%20us%20a%20six-pack%20as%20well%21%20All%20the%20way%20from%20Malta%20to%20New%20Z" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;bm_description=Bear+Beer+-+Thanks+Freakedout.de&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;title=Bear+Beer+-+Thanks+Freakedout.de" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;title=Bear+Beer+-+Thanks+Freakedout.de" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.joomlabear.com/bear-beer-freakedoutde/&amp;title=Bear+Beer+-+Thanks+Freakedout.de" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.joomlabear.com/bear-beer-freakedoutde/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.joomlabear.com/bear-beer-freakedoutde/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.560 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-23 15:23:52 -->
