<?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 Optimization</title>
	<atom:link href="http://blog.joomlabear.com/category/joomla-optimization/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>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>Setting Up Search Engine Friendly URL&#8217;s in Joomla (SEF URL&#8217;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>Joomla Ping Extension</title>
		<link>http://blog.joomlabear.com/joomla-ping-extension/</link>
		<comments>http://blog.joomlabear.com/joomla-ping-extension/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:09:26 +0000</pubDate>
		<dc:creator>BigBear</dc:creator>
				<category><![CDATA[Joomla Optimization]]></category>
		<category><![CDATA[free plugin]]></category>
		<category><![CDATA[Joomla Ping List]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://blog.joomlabear.com/?p=620</guid>
		<description><![CDATA[A little note for all Joomla users &#8211; Joomla often does not get the immediate exposure it deserves in the search engines, at least not compared with Wordpress, and the reason is simply that it lacks the inbuilt pinging capability that Wordpress has. When you use Wordpress to manage your site and you write a [...]]]></description>
			<content:encoded><![CDATA[<p>A little note for all Joomla users &#8211; Joomla often does not get the immediate exposure it deserves in the search engines, at least not compared with Wordpress, and the reason is simply that it lacks the inbuilt pinging capability that Wordpress has. When you use Wordpress to manage your site and you write a new post Wordpress will then automatically notify a number of blog search engines on your behalf, such as Pingomatic, Technoratic, etc. This ping means your updates show up on the index of these websites and because Google crawls these services very frequently you often have your new content indexed in minutes. When I post a new blog post here Google comes and visits my site within a few seconds.And yes we run Wordpress for the blog, and Joomla for the rest of the site.</p>
<p>So how do we get around this with Joomla? The answer is in a great little extension called <a href="http://www.viviendolinux.com/en/View-document-details/4-Easy-Ping.html">Easy Ping for Joomla</a>. This is a free Plugin created by Viviendo Linux. With this plugin installed each new content item you publish will result in the plugin pinging the engines you have configured in the plugin parameters.</p>
<p>By default the plugin comes with a number of sites already in the ping list but I recommend adding a few more for best results.</p>
<p>You can use this great <a href="http://mackinven.com/wordpress-ping-list/" target="_blank">ping list</a> from MacKinven.</p>
<p>Simply navigate to your Extensions &gt; Plugin Manager and select <em>System &#8211; Easy Ping</em></p>
<p>In the parameters enter the ping list from MacKinven.com above and you are done! You can overwrite the ones that are listed by default as shown in the screen shot.</p>
<p><img class="size-full wp-image-622 alignnone" title="plugin-settings-ping-list-joomla" src="http://blog.joomlabear.com/wp-content/uploads/2009/12/plugin-settings-ping-list-joomla.png" alt="" width="511" height="385" /></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=Joomla+Ping+Extension+-+http://bit.ly/9vL7yr&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/joomla-ping-extension/&amp;title=Joomla+Ping+Extension" 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/joomla-ping-extension/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/joomla-ping-extension/&amp;title=Joomla+Ping+Extension" 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/joomla-ping-extension/&amp;title=Joomla+Ping+Extension&amp;desc=A%20little%20note%20for%20all%20Joomla%20users%20-%20Joomla%20often%20does%20not%20get%20the%20immediate%20exposure%20it%20deserves%20in%20the%20search%20engines%2C%20at%20least%20not%20compared%20with%20Wordpress%2C%20and%20the%20reason%20is%20simply%20that%20it%20lacks%20the%20inbuilt%20pinging%20capability%20that%20Wordpress%20has.%20When%20you%20use%20Wordpress%20to%20manage%20your%20site%20and%20you%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/joomla-ping-extension/&amp;bm_description=Joomla+Ping+Extension&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/joomla-ping-extension/&amp;title=Joomla+Ping+Extension" 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/joomla-ping-extension/&amp;title=Joomla+Ping+Extension" 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/joomla-ping-extension/&amp;title=Joomla+Ping+Extension" 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/joomla-ping-extension/" 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/joomla-ping-extension/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
