<?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>Joomla Templates &#187; Joomla Templates</title>
	<atom:link href="http://blog.joomlabear.com/category/templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joomlabear.com</link>
	<description>Building Web Sites With Joomla</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>
			<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>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>Joomulus with Japanese Character Support &#8211; Kana</title>
		<link>http://blog.joomlabear.com/joomulus-japanese-character-support-kana/</link>
		<comments>http://blog.joomlabear.com/joomulus-japanese-character-support-kana/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 08:55:17 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Joomulus]]></category>
		<category><![CDATA[character support]]></category>
		<category><![CDATA[japanese character]]></category>
		<category><![CDATA[joomla templates]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=592</guid>
		<description><![CDATA[Joomulus is updated! The flash Tag cloud for Joomla now includes improved styling! More languages! Full details and download link below the Japanese character demo.

If you LOVE Joomulus please show your appreciation by using the social bookmarking links at the bottom of this post. Or you can go ahead and DIGG right now! Or add [...]]]></description>
			<content:encoded><![CDATA[<p>Joomulus is updated! The flash Tag cloud for Joomla now includes improved styling! More languages! Full details and download link below the Japanese character demo.<br />
<object style="width: 640px; height: 440px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="440" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="flashvars" value="distr=true&amp;tcolor=0x333333&amp;tcolor2=0x22296F&amp;hicolor=0x0066cc&amp;tspeed=60&amp;scale_x=0.8&amp;scale_y=0.8&amp;mode=tags&amp;tagcloud=%3Ctags%3E%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%8C%E3%81%82%E3%82%8A%E3%80%81%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E4%BB%A5%E4%B8%8B%E3%81%AF%E3%83%A1%E3%83%88%E3%83%AD%E3%83%9E%E3%83%8B%E3%83%A9%E3%81%8B%E3%82%89%E7%99%BA%E4%BF%A1%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E5%85%AC%E9%96%8B%E5%BE%8C%E3%81%AB%E6%9B%B4%E6%96%B0%E3%81%84%E3%81%9F%E3%81%97%E3%81%BE%E3%81%99%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E7%A7%81%E3%81%AF%E3%82%AC%E3%83%A9%E3%82%B9%E3%82%92%E9%A3%9F%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%B9%E3%82%89%E3%82%8C%E3%81%BE%E3%81%99%E3%80%82%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%9D%E3%82%8C%E3%81%AF%E7%A7%81%E3%82%92%E5%82%B7%E3%81%A4%E3%81%91%E3%81%BE%E3%81%9B%E3%82%93%E3%80%82%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%83%9E%E3%83%8B%E3%83%A9%E5%9B%BD%E9%9A%9B%E7%A9%BA%E6%B8%AF%EF%BC%9A%E5%87%BA%E7%99%BA%E4%BE%BF%E6%83%85%E5%A0%B1%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fjoomlabear.com%2FShowcase%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%BF%E3%81%AB%E5%AF%BE%E5%BF%9C%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E3%82%A2%E3%83%80%E3%83%97%E3%82%BF%E3%83%BC%E3%81%8C%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%83%9E%E3%82%AB%E3%83%86%E3%82%A3%E3%81%AE%E3%82%B3%E3%83%AA%E3%82%A2%E3%82%BF%E3%82%A6%E3%83%B3%E9%9F%93%E5%9B%BD%E6%96%99%E7%90%86%E5%BA%97%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%82%8C%E3%82%8B%E3%81%A8%E6%8B%9B%E5%BE%85%E7%8A%B6%E3%81%AB%E6%9C%8D%E8%A3%85%E3%81%8C%E6%8C%87%E5%AE%9A%E3%81%95%E3%82%8C%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E8%BF%91%E8%BE%BA%E3%81%AB%E4%BD%8F%E3%82%80%E9%A3%9F%E9%80%9A%E3%81%AE%E5%8F%8B%E9%81%94%E3%81%AE%E4%B8%AD%E3%81%A7%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%83%AA%E3%82%AB%E3%83%86%E3%83%83%E3%82%BB%E3%83%B3%E3%81%AB%E3%81%AA%E3%82%8B%E3%81%9F%E3%82%81%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E6%97%A5%E6%9B%9C%E6%97%A5%E3%81%AE%E3%83%AA%E3%83%AA%E9%A3%B2%E8%8C%B6%E7%82%B9%E5%BF%83%E3%83%93%E3%83%A5%E3%83%83%E3%83%95%E3%82%A7%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E4%BB%96%E3%81%AE%E8%A8%98%E4%BA%8B%3C%2Fa%3E%0A+%3C%2Ftags%3E" /><param name="src" value="http://joomlabear.com/modules/mod_joomulus/tagcloud_jpn.swf?r=5724030" /><embed style="width: 640px; height: 440px;" type="application/x-shockwave-flash" width="640" height="440" src="http://joomlabear.com/modules/mod_joomulus/tagcloud_jpn.swf?r=5724030" flashvars="distr=true&amp;tcolor=0x333333&amp;tcolor2=0x22296F&amp;hicolor=0x0066cc&amp;tspeed=60&amp;scale_x=0.8&amp;scale_y=0.8&amp;mode=tags&amp;tagcloud=%3Ctags%3E%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%8C%E3%81%82%E3%82%8A%E3%80%81%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E4%BB%A5%E4%B8%8B%E3%81%AF%E3%83%A1%E3%83%88%E3%83%AD%E3%83%9E%E3%83%8B%E3%83%A9%E3%81%8B%E3%82%89%E7%99%BA%E4%BF%A1%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E5%85%AC%E9%96%8B%E5%BE%8C%E3%81%AB%E6%9B%B4%E6%96%B0%E3%81%84%E3%81%9F%E3%81%97%E3%81%BE%E3%81%99%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E7%A7%81%E3%81%AF%E3%82%AC%E3%83%A9%E3%82%B9%E3%82%92%E9%A3%9F%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%B9%E3%82%89%E3%82%8C%E3%81%BE%E3%81%99%E3%80%82%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%9D%E3%82%8C%E3%81%AF%E7%A7%81%E3%82%92%E5%82%B7%E3%81%A4%E3%81%91%E3%81%BE%E3%81%9B%E3%82%93%E3%80%82%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%83%9E%E3%83%8B%E3%83%A9%E5%9B%BD%E9%9A%9B%E7%A9%BA%E6%B8%AF%EF%BC%9A%E5%87%BA%E7%99%BA%E4%BE%BF%E6%83%85%E5%A0%B1%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fjoomlabear.com%2FShowcase%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%81%BF%E3%81%AB%E5%AF%BE%E5%BF%9C%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E3%82%A2%E3%83%80%E3%83%97%E3%82%BF%E3%83%BC%E3%81%8C%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%83%9E%E3%82%AB%E3%83%86%E3%82%A3%E3%81%AE%E3%82%B3%E3%83%AA%E3%82%A2%E3%82%BF%E3%82%A6%E3%83%B3%E9%9F%93%E5%9B%BD%E6%96%99%E7%90%86%E5%BA%97%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%82%8C%E3%82%8B%E3%81%A8%E6%8B%9B%E5%BE%85%E7%8A%B6%E3%81%AB%E6%9C%8D%E8%A3%85%E3%81%8C%E6%8C%87%E5%AE%9A%E3%81%95%E3%82%8C%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E8%BF%91%E8%BE%BA%E3%81%AB%E4%BD%8F%E3%82%80%E9%A3%9F%E9%80%9A%E3%81%AE%E5%8F%8B%E9%81%94%E3%81%AE%E4%B8%AD%E3%81%A7%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E3%83%AA%E3%82%AB%E3%83%86%E3%83%83%E3%82%BB%E3%83%B3%E3%81%AB%E3%81%AA%E3%82%8B%E3%81%9F%E3%82%81%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E6%97%A5%E6%9B%9C%E6%97%A5%E3%81%AE%E3%83%AA%E3%83%AA%E9%A3%B2%E8%8C%B6%E7%82%B9%E5%BF%83%E3%83%93%E3%83%A5%E3%83%83%E3%83%95%E3%82%A7%3C%2Fa%3E%0A+%3Ca+href%3D%27http%3A%2F%2Fwww.joomla.org%2F%27+target%3D%27_self%27+style%3D%27font-size%3A14%27%3E%E4%BB%96%E3%81%AE%E8%A8%98%E4%BA%8B%3C%2Fa%3E%0A+%3C%2Ftags%3E" wmode="transparent"></embed></object></p>
<p>If you <strong><span style="color: #ff0000;">LOVE</span></strong> Joomulus <strong>please show your appreciation</strong> by using the social bookmarking links at the bottom of this post. Or you can <a href="http://digg.com/design/Joomulus_Tag_Cloud_For_Joomla_Japanese_Support" target="_blank">go ahead and DIGG right now</a>! Or <a href="http://del.icio.us/post?url=http://blog.joomlabear.com/joomulus-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana" target="_blank">add it to your delicious bookmarks</a>!</p>
<p>Updates include:</p>
<p>The mouse pointer displays as a hand when hovering over tags &#8211; as you would expect for a hyperlink.</p>
<p>X and Y scaling is fixed &#8211; you can get an elongated spread of tags by adjusting this value as seen in our <a href="http://joomlabear.com/Joomulus/">Joomulus Demo</a>.</p>
<p>Language/character sets included in this module are as follows:</p>
<ol>
<li> English/Basic Latin</li>
<li> Greek/English</li>
<li> Japanese &#8211; Kana</li>
<li> Bulgarian/Russian/Serbian/English &#8211; Cyrillic Base</li>
<li> Portuguese/Polish/English &#8211; Latin Extended Base</li>
</ol>
<p>We plan to release Turkish, Chinese and a number of others very soon &#8211; time did not allow for this release &#8211; leave your comments and suggestions below.</p>
<p><a href="http://joomlabear.com/categories/14.html">DOWNLOAD HERE</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 399px; width: 1px; height: 1px;">If you &lt;strong&gt;&lt;span style=&#8221;color: #ff0000;&#8221;&gt;LOVE&lt;/span&gt;&lt;/strong&gt; Joomulus &lt;strong&gt;please show your appreciation&lt;/strong&gt; by using the social bookmarking links at the bottom of this post. Or you can &lt;a href=&#8221;http://digg.com/design/Joomulus_Tag_Cloud_For_Joomla_Japanese_Support&#8221; target=&#8221;_blank&#8221;&gt;go ahead and DIGG right now&lt;/a&gt;! Or &lt;a href=&#8221;http://del.icio.us/post?url=http://blog.joomlabear.com/joomulus-japanese-character-support-kana/&amp;amp;title=Joomulus+with+Japanese+Character+Support+-+Kana&#8221; target=&#8221;_blank&#8221;&gt;add it to your delicious bookmarks&lt;/a&gt;!</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=Joomulus+with+Japanese+Character+Support+-+Kana+-+http://bit.ly/86WvWQ&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-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana" 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-japanese-character-support-kana/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-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana" 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-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana&amp;desc=Joomulus%20is%20updated%21%20The%20flash%20Tag%20cloud%20for%20Joomla%20now%20includes%20improved%20styling%21%20More%20languages%21%20Full%20details%20and%20download%20link%20below%20the%20Japanese%20character%20demo.%0D%0A%0D%0A%0D%0AIf%20you%20LOVE%20Joomulus%20please%20show%20your%20appreciation%20by%20using%20the%20social%20bookmarking%20links%20at%20the%20bottom%20of%20this%20post.%20Or%20you%20can%20go" 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-japanese-character-support-kana/&amp;bm_description=Joomulus+with+Japanese+Character+Support+-+Kana&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-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana" 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-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana" 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-japanese-character-support-kana/&amp;title=Joomulus+with+Japanese+Character+Support+-+Kana" 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-japanese-character-support-kana/" 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-japanese-character-support-kana/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Transparent Joomla Template &#8211; TransBear Updated!</title>
		<link>http://blog.joomlabear.com/transparent-joomla-template-transbear-updated/</link>
		<comments>http://blog.joomlabear.com/transparent-joomla-template-transbear-updated/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:47:29 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[drew mclellan]]></category>
		<category><![CDATA[dropdown menus]]></category>
		<category><![CDATA[image manager]]></category>
		<category><![CDATA[joomla template]]></category>
		<category><![CDATA[menu module]]></category>
		<category><![CDATA[slideshowpro]]></category>
		<category><![CDATA[suffix]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=575</guid>
		<description><![CDATA[TransBear &#8211; Our very popular Transparent Joomla Template has been updated. Check out the demo site at http://transbear.joomlabear.com

The template now features built in Son of SuckerFish dropdown menus, and we have integrated Drew McLellan&#8217;s Transparency Fix for IE6 and below.
We have also added a SlideShowPro Installation to the demo site. NOTE This is not included [...]]]></description>
			<content:encoded><![CDATA[<p>TransBear &#8211; Our very popular <strong>Transparent Joomla Template</strong> has been updated. Check out the demo site at <a title="TransBear" href="http://transbear.joomlabear.com/" target="_blank">http://transbear.joomlabear.com</a></p>
<p><a href="http://transbear.joomlabear.com" target="_blank"><img class="aligncenter size-full wp-image-576" title="transparent-joomla-template-transbear" src="http://blog.joomlabear.com/wp-content/uploads/2009/11/transparent-joomla-template-transbear.jpg" alt="transparent-joomla-template-transbear" width="640" height="422" /></a></p>
<p>The template now features built in <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" target="_blank">Son of SuckerFish dropdown menus</a>, and we have integrated <a href="http://24ways.org/2007/supersleight-transparent-png-in-ie6" target="_self">Drew McLellan&#8217;s Transparency Fix</a> for IE6 and below.</p>
<p>We have also added a <a href="http://slideshowpro.net/" target="_blank">SlideShowPro</a> Installation to the demo site. <strong>NOTE </strong>This is not included with the template as it is a commercial product and needs to be purchased seperately &#8211; However we are offering a new <a title="Joomla SlideshowPro Setup Service" href="http://joomlabear.com/Subscription/membership.html#ssp-install">Joomla and SlideshowPro setup service</a>,  where we set up your Joomla website with SlideshowPro and the Director Image manager.</p>
<p>To download or upgrade TransBear please visit the <a title="Transparent Joomla Template" href="http://joomlabear.com/1.5-Templates/transbear-premium-joomla-15-template.html" target="_blank">TransBear &#8211; Transparent Joomla Template</a> page.</p>
<p>Some things you should note are as follows &#8211; The transparency fix requires an image named x.gif be placed in your site root directory. We have included this in the template installer &#8211; but it is not possible to install this into the Joomla root via the template installer- the file named x.gif will be in your site template root directory after installation and you should move this to the site root so that the transparency fix works correctly for IE6 and below.</p>
<p>Additionally for the drop-down menus to function you need to apply a module class suffix of  <strong>_sf</strong> to your menu module and publish in top-nav position. As shown in the screenshot below:</p>
<p><img class="aligncenter size-full wp-image-579" title="transbear.joomlabear.com - Administration" src="http://blog.joomlabear.com/wp-content/uploads/2009/11/transbear.joomlabear.com-Administration.png" alt="transbear.joomlabear.com - Administration" width="291" height="298" /></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=Transparent+Joomla+Template+-+TransBear+Updated%21+-+http://bit.ly/70nK0B&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/transparent-joomla-template-transbear-updated/&amp;title=Transparent+Joomla+Template+-+TransBear+Updated%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/transparent-joomla-template-transbear-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/transparent-joomla-template-transbear-updated/&amp;title=Transparent+Joomla+Template+-+TransBear+Updated%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/transparent-joomla-template-transbear-updated/&amp;title=Transparent+Joomla+Template+-+TransBear+Updated%21&amp;desc=TransBear%20-%20Our%20very%20popular%20Transparent%20Joomla%20Template%20has%20been%20updated.%20Check%20out%20the%20demo%20site%20at%20http%3A%2F%2Ftransbear.joomlabear.com%0D%0A%0D%0A%0D%0A%0D%0AThe%20template%20now%20features%20built%20in%20Son%20of%20SuckerFish%20dropdown%20menus%2C%20and%20we%20have%20integrated%20Drew%20McLellan%27s%20Transparency%20Fix%20for%20IE6%20and%20below.%0D%0A%0D%0AWe%20have%20also" 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/transparent-joomla-template-transbear-updated/&amp;bm_description=Transparent+Joomla+Template+-+TransBear+Updated%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/transparent-joomla-template-transbear-updated/&amp;title=Transparent+Joomla+Template+-+TransBear+Updated%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/transparent-joomla-template-transbear-updated/&amp;title=Transparent+Joomla+Template+-+TransBear+Updated%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/transparent-joomla-template-transbear-updated/&amp;title=Transparent+Joomla+Template+-+TransBear+Updated%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/transparent-joomla-template-transbear-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/transparent-joomla-template-transbear-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Joomla Christmas Template &#8211; Falling Snow</title>
		<link>http://blog.joomlabear.com/free-joomla-christmas-template-falling-snow/</link>
		<comments>http://blog.joomlabear.com/free-joomla-christmas-template-falling-snow/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 23:58:23 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[artificial christmas trees]]></category>
		<category><![CDATA[construction kit]]></category>
		<category><![CDATA[falling snow]]></category>
		<category><![CDATA[k2]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=571</guid>
		<description><![CDATA[Below is a screen shot of our Christmas gift to you, a free Joomla Christmas Template that includes animated falling snow created with Flash. The template has been tested in IE6 and above &#8211; and there is a transparency fix built in for the older browsers. It works perfectly in all modern browsers such as [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a screen shot of our Christmas gift to you, a free Joomla Christmas Template that includes animated falling snow created with Flash. The template has been tested in IE6 and above &#8211; and there is a transparency fix built in for the older browsers. It works perfectly in all modern browsers such as Firefox, Chrome and Safari.</p>
<p>Check out the demo site which features <a title="Artificial Christmas Trees" href="http://artificialchristmastrees.me/" target="_blank">Artificial Christmas Trees</a> displayed with the <a href="http://k2.joomlaworks.gr/" target="_blank">K2</a> content construction kit.</p>
<p><a title="Artificial Christmas Trees" href="http://artificialchristmastrees.me/" target="_blank"><img class="aligncenter size-full wp-image-572" title="Artificial Christmas Trees" src="http://blog.joomlabear.com/wp-content/uploads/2009/11/Artificial_Christmas_Trees.jpg" alt="Artificial Christmas Trees" width="640" height="480" /></a></p>
<p>Leave us a comment if you like it &#8211; and leave a comment with a link if you use it for your Christmas web promotions.</p>
<p>For more information, and to download, visit the <a title="Joomla Christmas Template" href="http://joomlabear.com/1.5-Templates/jb-christmas-snow.html">Joomla Christmas template</a> page on the main site.</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=Free+Joomla+Christmas+Template+-+Falling+Snow+-+http://bit.ly/5bA3QO&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/free-joomla-christmas-template-falling-snow/&amp;title=Free+Joomla+Christmas+Template+-+Falling+Snow" 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/free-joomla-christmas-template-falling-snow/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/free-joomla-christmas-template-falling-snow/&amp;title=Free+Joomla+Christmas+Template+-+Falling+Snow" 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/free-joomla-christmas-template-falling-snow/&amp;title=Free+Joomla+Christmas+Template+-+Falling+Snow&amp;desc=Below%20is%20a%20screen%20shot%20of%20our%20Christmas%20gift%20to%20you%2C%20a%20free%20Joomla%20Christmas%20Template%20that%20includes%20animated%20falling%20snow%20created%20with%20Flash.%20The%20template%20has%20been%20tested%20in%20IE6%20and%20above%20-%20and%20there%20is%20a%20transparency%20fix%20built%20in%20for%20the%20older%20browsers.%20It%20works%20perfectly%20in%20all%20modern%20browsers%20suc" 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/free-joomla-christmas-template-falling-snow/&amp;bm_description=Free+Joomla+Christmas+Template+-+Falling+Snow&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/free-joomla-christmas-template-falling-snow/&amp;title=Free+Joomla+Christmas+Template+-+Falling+Snow" 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/free-joomla-christmas-template-falling-snow/&amp;title=Free+Joomla+Christmas+Template+-+Falling+Snow" 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/free-joomla-christmas-template-falling-snow/&amp;title=Free+Joomla+Christmas+Template+-+Falling+Snow" 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/free-joomla-christmas-template-falling-snow/" 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/free-joomla-christmas-template-falling-snow/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Halloween Joomla Template &#8211; The Making Of</title>
		<link>http://blog.joomlabear.com/halloween-joomla-template-making/</link>
		<comments>http://blog.joomlabear.com/halloween-joomla-template-making/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 11:20:31 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Background]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[joomla template]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=536</guid>
		<description><![CDATA[View the Halloween Template Demo
Our Free Halloween Joomla Template is live and the official template page can be found at the previous link. There you will find links to download, source files, documentation of module positions, etc.
The demo site was designed around the idea of a simple Halloween costumes store. I didn&#8217;t really get time [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Halloween Costumes" href="http://halloweeni.com" target="_blank">View the Halloween Template Demo</a></p>
<p>Our <a title="Halloween Joomla Template" href="http://joomlabear.com/1.5-Templates/JB-Halloween-Free-Halloween-Template.html">Free Halloween Joomla Template</a> is live and the official template page can be found at the previous link. There you will find links to download, source files, documentation of module positions, etc.</p>
<p>The demo site was designed around the idea of a simple <a href="http://halloweeni.com" target="_blank">Halloween costumes store</a>. I didn&#8217;t really get time to flesh out the store with sample products so I hope you will just appreciate the overall aesthetic of the design <img src='http://blog.joomlabear.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and then put it to good use in your own projects.</p>
<p>Below is an image of my finished artwork in Adobe Fireworks &#8211; everything is on layers so elements can be switched out, edited, etc.</p>
<p><a href="http://blog.joomlabear.com/wp-content/uploads/2009/10/halloween-layout.jpg"><img class="alignnone size-medium wp-image-538" title="halloween-layout" src="http://blog.joomlabear.com/wp-content/uploads/2009/10/halloween-layout-640x395.jpg" alt="halloween-layout" width="640" height="395" /></a></p>
<p>An example of how useful this can be is a quick hue/saturation filter I applied to the background layer, which gives us a really nice alternative effect:</p>
<p><a href="http://blog.joomlabear.com/wp-content/uploads/2009/10/halloween-layout2.jpg"><img class="alignnone size-medium wp-image-539" title="halloween-layout2" src="http://blog.joomlabear.com/wp-content/uploads/2009/10/halloween-layout2-640x395.jpg" alt="halloween-layout2" width="640" height="395" /></a></p>
<p>The <a href="http://joomlabear.com/file/view/20/8.html" target="_self">source files</a> for this project are available to premium Joomlabear members in our downloads area.</p>
<p><img title="moon-tras" src="http://blog.joomlabear.com/wp-content/uploads/2009/10/moon-tras1.png" alt="Halloween moon transparent" width="187" height="187" align="right" />I wanted to talk briefly about how I created the artwork and give credit where credit is due.</p>
<p>I&#8217;m very proud of the moon &#8211; this was created by cutting out an actual photo of a moon and then sitting it over the top of an orange gradient &#8211; I then changed the blend mode to <em>Freeze</em> to give a very orange Halloween look.</p>
<p><img style="padding-right: 10px;" title="halloween-logo" src="http://blog.joomlabear.com/wp-content/uploads/2009/10/halloween-logo.png" alt="halloween-logo" width="260" height="64" align="left" />The font which I used for the logo, and which looks like dripping blood, or something right out of the <a href="http://www.youtube.com/watch?v=rDCYFshhSkQ" target="_blank">Rocky Horror Picture Show</a> is called <a href="http://www.dafont.com/creepsville.font">Creepsville</a>. It&#8217;s free for any use so you can grab this and make your own logos, etc.</p>
<p>The background was created using Photoshop, I took an image that  had a large amount of the <em>night blue </em>color in the template, and ran a Gaussian blur over it. I then used a number of excellent <a href="http://qbrushes.com/nature/cloud-brushes-high-resolution/" target="_blank">free photoshop cloud brushes</a> from Qbrushes, and set them to black &#8211; overlaying these over my blue background.</p>
<p>The various Halloween icons, such as the Jack-O-Lantern, spider, cat, crow, bats and witch (you did spot the witch didn&#8217;t you?) were taken from an excellent <a href="http://www.obsidiandawn.com/halloween-vectors-photoshop-gimp-brushes" target="_blank">Halloween Photoshop brush set</a> from Obsidian Dawn. Love your work guys.</p>
<p>Hope you all enjoy the template! Leave a comment and let me know if you found this useful, and what projects you are using the template on.</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=Halloween+Joomla+Template+-+The+Making+Of+-+http://bit.ly/3c13US&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/halloween-joomla-template-making/&amp;title=Halloween+Joomla+Template+-+The+Making+Of" 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/halloween-joomla-template-making/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/halloween-joomla-template-making/&amp;title=Halloween+Joomla+Template+-+The+Making+Of" 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/halloween-joomla-template-making/&amp;title=Halloween+Joomla+Template+-+The+Making+Of&amp;desc=View%20the%20Halloween%20Template%20Demo%0D%0A%0D%0AOur%20Free%20Halloween%20Joomla%20Template%20is%20live%20and%20the%20official%20template%20page%20can%20be%20found%20at%20the%20previous%20link.%20There%20you%20will%20find%20links%20to%20download%2C%20source%20files%2C%20documentation%20of%20module%20positions%2C%20etc.%0D%0A%0D%0AThe%20demo%20site%20was%20designed%20around%20the%20idea%20of%20a%20simple%20Hall" 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/halloween-joomla-template-making/&amp;bm_description=Halloween+Joomla+Template+-+The+Making+Of&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/halloween-joomla-template-making/&amp;title=Halloween+Joomla+Template+-+The+Making+Of" 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/halloween-joomla-template-making/&amp;title=Halloween+Joomla+Template+-+The+Making+Of" 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/halloween-joomla-template-making/&amp;title=Halloween+Joomla+Template+-+The+Making+Of" 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/halloween-joomla-template-making/" 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/halloween-joomla-template-making/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Free Joomla Template For Halloween</title>
		<link>http://blog.joomlabear.com/free-joomla-template-halloween/</link>
		<comments>http://blog.joomlabear.com/free-joomla-template-halloween/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:44:22 +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[halloween]]></category>
		<category><![CDATA[halloween costume]]></category>
		<category><![CDATA[halloween day]]></category>
		<category><![CDATA[little beauty]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=507</guid>
		<description><![CDATA[
Update The Halloween Joomla Template is now available for download. You can also check out my post on the making of the Joomla Template for Halloween which lists various resources that were used.
Ok, ok, I know we&#8217;re a little late to the party on this one as Halloween is just around the corner &#8211; but [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Halloween Costumes" href="http://halloweeni.com" target="_blank"><img class="alignnone size-full wp-image-509" title="Halloween Joomla_template" src="http://blog.joomlabear.com/wp-content/uploads/2009/10/Halloween-Joomla_template.jpg" alt="Halloween Joomla_template" width="640" height="538" /></a></p>
<p><em>Update </em>The <a href="http://joomlabear.com/1.5-Templates/JB-Halloween-Free-Halloween-Template.html">Halloween Joomla Template</a> is now available for download. You can also check out my post on <a title="Making a Joomla Halloween Template" href="http://blog.joomlabear.com/halloween-joomla-template-making/">the making of the Joomla Template for Halloween</a> which lists various resources that were used.</p>
<p><em></em>Ok, ok, I know we&#8217;re a little late to the party on this one as Halloween is just around the corner &#8211; but we have a brand, spanking new Halloween Joomla Template for you, and it&#8217;s just hours away. I have a little bit more testing to do and I need to check the XML and make sure all the required  files are referenced correctly. Then we&#8217;ll put it up for you all.</p>
<p>I know it would have been more useful to many of you earlier in the piece, but I thought I&#8217;d put it up  anyway as I&#8217;m quite proud of the design, and it may be useful to people who want to run some kind of last minute Halloween promotion &#8211; or maybe give your Joomla site a face-lift just for Halloween day!</p>
<p>You can preview and marvel at this little beauty, if you are in the mood you could even buy yourself a nice <a title="Halloween Costumes" href="http://halloweeni.com" target="_blank">Halloween costume</a> <em>and</em> have it delivered! Just click the link.</p>
<p>Now this is a free Halloween template for Joomla &#8211; so support will be limited. I will also be asking people not to redistribute this template under any circumstances.</p>
<p>Stay tuned for the release!</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=A+Free+Joomla+Template+For+Halloween+-+http://bit.ly/157q8Z&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/free-joomla-template-halloween/&amp;title=A+Free+Joomla+Template+For+Halloween" 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/free-joomla-template-halloween/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/free-joomla-template-halloween/&amp;title=A+Free+Joomla+Template+For+Halloween" 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/free-joomla-template-halloween/&amp;title=A+Free+Joomla+Template+For+Halloween&amp;desc=%0D%0A%0D%0AUpdate%20The%20Halloween%20Joomla%20Template%20is%20now%20available%20for%20download.%20You%20can%20also%20check%20out%20my%20post%20on%20the%20making%20of%20the%20Joomla%20Template%20for%20Halloween%20which%20lists%20various%20resources%20that%20were%20used.%0D%0A%0D%0AOk%2C%20ok%2C%20I%20know%20we%27re%20a%20little%20late%20to%20the%20party%20on%20this%20one%20as%20Halloween%20is%20just%20around%20the%20corne" 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/free-joomla-template-halloween/&amp;bm_description=A+Free+Joomla+Template+For+Halloween&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/free-joomla-template-halloween/&amp;title=A+Free+Joomla+Template+For+Halloween" 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/free-joomla-template-halloween/&amp;title=A+Free+Joomla+Template+For+Halloween" 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/free-joomla-template-halloween/&amp;title=A+Free+Joomla+Template+For+Halloween" 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/free-joomla-template-halloween/" 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/free-joomla-template-halloween/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Web Developers Toolbar To Troubleshoot CSS &#8211; Video Tutorial</title>
		<link>http://blog.joomlabear.com/web-developers-toolbar-troubleshoot-css-video-tutorial/</link>
		<comments>http://blog.joomlabear.com/web-developers-toolbar-troubleshoot-css-video-tutorial/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:00:17 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Joomla Video Tutorials]]></category>
		<category><![CDATA[style sheets]]></category>
		<category><![CDATA[tool bar]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[web developers]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=461</guid>
		<description><![CDATA[Very quick video today showing the basics of how to use the web developers tool bar to identify troublesome CSS issues. This one is for Mandy who left a comment asking how to identify problematic CSS when Joomla extensions are calling additional style sheets. The quick tip shown should help.

Web developers tool bar can be [...]]]></description>
			<content:encoded><![CDATA[<p>Very quick video today showing the basics of how to use the web developers tool bar to identify troublesome CSS issues. This one is for Mandy who left a comment asking how to identify problematic CSS when Joomla extensions are calling additional style sheets. The quick tip shown should help.</p>
<p><br /><img src="http://blog.joomlabear.com/wp-content/uploads/2009/09/FirstFrame2.png" alt="media" /><br />
<br />
</p>
<p>Web developers tool bar can be found at <a href="https://addons.mozilla.org/en-US/firefox/addon/60">https://addons.mozilla.org/en-US/firefox/addon/60</a></p>
<p>You also need FireFox <a href="http://www.mozilla.com/en-US/firefox/personal.html">http://www.mozilla.com/en-US/firefox/personal.html</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=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial+-+http://bit.ly/bt3uND&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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;title=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial" 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/web-developers-toolbar-troubleshoot-css-video-tutorial/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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;title=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial" 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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;title=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial&amp;desc=Very%20quick%20video%20today%20showing%20the%20basics%20of%20how%20to%20use%20the%20web%20developers%20tool%20bar%20to%20identify%20troublesome%20CSS%20issues.%20This%20one%20is%20for%20Mandy%20who%20left%20a%20comment%20asking%20how%20to%20identify%20problematic%20CSS%20when%20Joomla%20extensions%20are%20calling%20additional%20style%20sheets.%20The%20quick%20tip%20shown%20should%20help.%0D%0A%0D%0A%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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;bm_description=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial&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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;title=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial" 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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;title=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial" 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/web-developers-toolbar-troubleshoot-css-video-tutorial/&amp;title=Using+the+Web+Developers+Toolbar+To+Troubleshoot+CSS+-+Video+Tutorial" 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/web-developers-toolbar-troubleshoot-css-video-tutorial/" 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/web-developers-toolbar-troubleshoot-css-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Gradients to the Edges of your Background Images</title>
		<link>http://blog.joomlabear.com/adding-gradients-edges-background-images/</link>
		<comments>http://blog.joomlabear.com/adding-gradients-edges-background-images/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 09:16:14 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Joomla Video Tutorials]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=441</guid>
		<description><![CDATA[You can see I&#8217;m quite enjoying making video posts &#8211; this is the second one in 4 hours!
This time we&#8217;re looking at how a gradient can be added to the edges of a background image so that it seamlessly fades into the background color of your HTML page.
Basically we will be turning the image below, [...]]]></description>
			<content:encoded><![CDATA[<p>You can see I&#8217;m quite enjoying making video posts &#8211; this is the second one in 4 hours!</p>
<p>This time we&#8217;re looking at how a gradient can be added to the edges of a background image so that it seamlessly fades into the background color of your HTML page.</p>
<p>Basically we will be turning the image below, and to the left, into the image on the right &#8211; apologies in advance for the long-winded video &#8211; I&#8217;m still getting the hang of talking while I&#8217;m working and sometimes it&#8217;s hard to remember what I want to say while I&#8217;m concentrating! Bear with me&#8230;</p>
<p><a href="http://blog.joomlabear.com/wp-content/uploads/2009/08/gradient-edges.png"><img class="alignnone size-full wp-image-442" title="gradient-edges" src="http://blog.joomlabear.com/wp-content/uploads/2009/08/gradient-edges.png" alt="gradient-edges" width="321" height="100" /></a></p>
<p>And a big thanks to Matt for letting me play with his really nice pool table background image &#8211; you can see the background in action at Matt&#8217;s <a href="http://solidsandstripesbilliards.com/" target="_blank">Pool and Snooker site &#8211; click here</a>.<br />
<br /><img src="http://blog.joomlabear.com/wp-content/uploads/2009/08/transbear-edit-gradients.jpg" alt="media" /><br />
<br />
</p>
<p>I should also add that the software used for image editing in this video is Adobe Fireworks &#8211; You could use similar techniques to achieve the same effect in Photoshop, Gimp, etc.</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=Adding+Gradients+to+the+Edges+of+your+Background+Images+-+http://bit.ly/d7egIZ&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/adding-gradients-edges-background-images/&amp;title=Adding+Gradients+to+the+Edges+of+your+Background+Images" 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/adding-gradients-edges-background-images/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/adding-gradients-edges-background-images/&amp;title=Adding+Gradients+to+the+Edges+of+your+Background+Images" 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/adding-gradients-edges-background-images/&amp;title=Adding+Gradients+to+the+Edges+of+your+Background+Images&amp;desc=You%20can%20see%20I%27m%20quite%20enjoying%20making%20video%20posts%20-%20this%20is%20the%20second%20one%20in%204%20hours%21%0D%0A%0D%0AThis%20time%20we%27re%20looking%20at%20how%20a%20gradient%20can%20be%20added%20to%20the%20edges%20of%20a%20background%20image%20so%20that%20it%20seamlessly%20fades%20into%20the%20background%20color%20of%20your%20HTML%20page.%0D%0A%0D%0ABasically%20we%20will%20be%20turning%20the%20image%20below" 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/adding-gradients-edges-background-images/&amp;bm_description=Adding+Gradients+to+the+Edges+of+your+Background+Images&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/adding-gradients-edges-background-images/&amp;title=Adding+Gradients+to+the+Edges+of+your+Background+Images" 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/adding-gradients-edges-background-images/&amp;title=Adding+Gradients+to+the+Edges+of+your+Background+Images" 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/adding-gradients-edges-background-images/&amp;title=Adding+Gradients+to+the+Edges+of+your+Background+Images" 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/adding-gradients-edges-background-images/" 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/adding-gradients-edges-background-images/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>(Video) Editing Joomla Template Source Files With Fireworks -Transbear example</title>
		<link>http://blog.joomlabear.com/editing-template-source-files-fireworks-video/</link>
		<comments>http://blog.joomlabear.com/editing-template-source-files-fireworks-video/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 05:17:44 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Joomla Video Tutorials]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[joomla templates]]></category>
		<category><![CDATA[source files]]></category>
		<category><![CDATA[Template Editing]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=432</guid>
		<description><![CDATA[A quick screen cast video showing how you can edit Joomla! template source files with Adobe Fireworks. This example uses the Transbear source files available for members to download here
Excuse my voice &#8211; I&#8217;ve had a wicked cold/flu and my mic isn&#8217;t that great &#8211; but I do think this is a great format for [...]]]></description>
			<content:encoded><![CDATA[<p>A quick screen cast video showing how you can edit Joomla! template source files with Adobe Fireworks. This example uses the Transbear source files available for members to download <a href="http://joomlabear.com/component/option,com_ambrasubs/Itemid,344/categoryid,8/controller,file/id,13/task,view/" target="_blank">here</a></p>
<p>Excuse my voice &#8211; I&#8217;ve had a wicked cold/flu and my mic isn&#8217;t that great &#8211; but I do think this is a great format for future reference materials/tutorials. Let me know what you think in the comments.</p>
<p><br /><img src="http://blog.joomlabear.com/wp-content/uploads/2009/08/transbear-edit-video.jpg" alt="media" /><br />
<br />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />


<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=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example+-+http://bit.ly/91srab&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/editing-template-source-files-fireworks-video/&amp;title=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example" 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/editing-template-source-files-fireworks-video/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/editing-template-source-files-fireworks-video/&amp;title=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example" 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/editing-template-source-files-fireworks-video/&amp;title=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example&amp;desc=A%20quick%20screen%20cast%20video%20showing%20how%20you%20can%20edit%20Joomla%21%20template%20source%20files%20with%20Adobe%20Fireworks.%20This%20example%20uses%20the%20Transbear%20source%20files%20available%20for%20members%20to%20download%20here%0D%0A%0D%0AExcuse%20my%20voice%20-%20I%27ve%20had%20a%20wicked%20cold%2Fflu%20and%20my%20mic%20isn%27t%20that%20great%20-%20but%20I%20do%20think%20this%20is%20a%20great%20form" 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/editing-template-source-files-fireworks-video/&amp;bm_description=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example&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/editing-template-source-files-fireworks-video/&amp;title=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example" 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/editing-template-source-files-fireworks-video/&amp;title=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example" 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/editing-template-source-files-fireworks-video/&amp;title=%28Video%29+Editing+Joomla+Template+Source+Files+With+Fireworks+-Transbear+example" 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/editing-template-source-files-fireworks-video/" 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/editing-template-source-files-fireworks-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
