<?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>Pleasanton Web Design &#187; joomla</title>
	<atom:link href="http://pleasantonwebdesignblog.com/category/joomla/feed" rel="self" type="application/rss+xml" />
	<link>http://pleasantonwebdesignblog.com</link>
	<description>Information on Web design, technology, and culture from my vantage point here in Pleasanton, California.</description>
	<lastBuildDate>Fri, 04 May 2012 18:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>IE throwing JavaScript Errors using ITPShare Toolbar: Joomla 1.5</title>
		<link>http://pleasantonwebdesignblog.com/2012/03/ie-throwing-javascript-errors-using-itf-toolbar-joomla-1-5.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ie-throwing-javascript-errors-using-itf-toolbar-joomla-1-5</link>
		<comments>http://pleasantonwebdesignblog.com/2012/03/ie-throwing-javascript-errors-using-itf-toolbar-joomla-1-5.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 04:18:43 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[ITF Share]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=1052</guid>
		<description><![CDATA[Just a quickie! I&#8217;m using the ITPShare toolbar, which is a cool Joomla extension that displays social networking icons on one of my Joomla Websites. The extension is a module. It worked great, but with IE set to display JavaScript errors, I was getting and error from the code in that module. A quick search [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2012/03/ie-throwing-javascript-errors-using-itf-toolbar-joomla-1-5.html" size="small" count="true"></div></div><p>Just a quickie! I&#8217;m using the <a title="ITPShare for Joomla" href="http://extensions.joomla.org/extensions/social-web/social-share/social-multi-share/18953">ITPShare toolbar</a>, which is a cool Joomla extension that displays social networking icons on one of my Joomla Websites. The extension is a module. It worked great, but with IE set to display JavaScript errors, I was getting and error from the code in that module. A quick search on Google brought me to <a href="http://www.sourcecoast.com/forums/jfbconnect/jfbconnect-joomla-15-support/2052-problem-i-m-having-with-the-jfbclogin-module">this forum</a>. Although the forum was for another extension that I wasn&#8217;t running, the solution worked.</p>
<p>Basically, all I had to do was disable the following parameters in the module, under Advanced Parameters:</p>
<p>Facebook Root Div: NO<br />
Load Facebook JS library: NO</p>
<p>Everything else works, and no error! Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2012/03/ie-throwing-javascript-errors-using-itf-toolbar-joomla-1-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slideshow Transition Problem in IE7 and IE8</title>
		<link>http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=slideshow-transition-problem-in-ie7-and-ie8</link>
		<comments>http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html#comments</comments>
		<pubDate>Mon, 17 May 2010 04:10:40 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=600</guid>
		<description><![CDATA[I most recently ran into this problem using JoomlaWorks FrontPage Slideshow (for Joomla 1.5), but have seen it before in other JavaScript slideshow scripts. During the transition, you will see dots in the dark/black areas of the image being transitioned. These dot&#8217;s can be white, but are actually whatever the color of the background behind [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html" size="small" count="true"></div></div><p>I most recently ran into this problem using JoomlaWorks FrontPage Slideshow (for Joomla 1.5), but have seen it before in other JavaScript slideshow scripts. During the transition, you will see dots in the dark/black areas of the image being transitioned. These dot&#8217;s can be white, but are actually whatever the color of the background behind the slideshow image is. The problem is actually that both IE7 and IE8 interpret the black areas of the images as transparent. Why? Probably just the typical IE browser bug (try FireFox or Chrome if you aren&#8217;t already using them).</p>
<p><strong>Here&#8217;s what it look&#8217;s like:</strong></p>
<div id="attachment_601" class="wp-caption alignnone" style="width: 295px"><img class="size-full wp-image-601" title="Internet Explorer Slideshow Transition Problem" src="http://pleasantonwebdesignblog.com/wp-content/uploads/2010/05/ie_transition_problem.jpg" alt="" width="285" height="185" /><p class="wp-caption-text">Internet Explorer Slideshow Transition Problem</p></div>
<p>How do you get rid of it? There are two ways that I&#8217;m aware of:</p>
<p>1) Set the background to black. This will probably make your slideshow darker overall, which may or may not be acceptable, depending on the context.</p>
<p>2) Edit your image to make the black, just not quite black. If you are using Photoshop, do the following:</p>
<ul>
<li>Choose &#8220;Select &gt; Color Range&#8221;</li>
<li>Click on the eyedropper with the &#8220;+&#8221;</li>
<li>Click on a black area, then click &#8220;OK.&#8221;  This should select all the black in the image.</li>
<li>Fill the selection with a not-quite-black color.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Menu Items and sh404SEF for Joomla 1.5</title>
		<link>http://pleasantonwebdesignblog.com/2010/01/active-menu-items-and-sh404sef-for-joomla-15.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=active-menu-items-and-sh404sef-for-joomla-15</link>
		<comments>http://pleasantonwebdesignblog.com/2010/01/active-menu-items-and-sh404sef-for-joomla-15.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:52:55 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[sef urls]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=537</guid>
		<description><![CDATA[It&#8217;s pretty common to have the same global navigation items it both the main navigation and footer links of a website. Be careful though, if you are using an SEF URL extension for Joomla 1.5, such as sh404SEF. Having multiple menu items pointing to the same article or ItemId can disable the active menu styling. [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2010/01/active-menu-items-and-sh404sef-for-joomla-15.html" size="small" count="true"></div></div><p>It&#8217;s pretty common to have the same global navigation items it both the main navigation and footer links of a website. Be careful though, if you are using an SEF URL extension for Joomla 1.5, such as sh404SEF. Having multiple menu items pointing to the same article or ItemId can disable the active menu styling. Instead, use the standard Joomla menu links for the main navigation, and set up the footer navigation with external type menu items, pointing to the sef urls created for the main navigation.</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2010/01/active-menu-items-and-sh404sef-for-joomla-15.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5 Page Title</title>
		<link>http://pleasantonwebdesignblog.com/2009/08/joomla-15-page-title.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-15-page-title</link>
		<comments>http://pleasantonwebdesignblog.com/2009/08/joomla-15-page-title.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 03:56:02 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=461</guid>
		<description><![CDATA[Page titles in Joomla 1.5 are not particularly configurable. I prefer to use an SEO extension, which gives me total control of my page titles and metatags, but I understand the reluctance to rely on a non-commercial extension. Will it be around for Joomla 1.6? Who knows? The problem with Joomla 1.0.X page titles was [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2009/08/joomla-15-page-title.html" size="small" count="true"></div></div><p>Page titles in Joomla 1.5 are not particularly configurable. I prefer to use an SEO extension, which gives me total control of my page titles and metatags, but I understand the reluctance to rely on a non-commercial extension. Will it be around for Joomla 1.6? Who knows?</p>
<p>The problem with Joomla 1.0.X page titles was that they insisted on putting the site name in the page title. Joomla 1.5 cured that disease, but some people would still like to have their site name in their page title consistently across the site. For that, the perfectly simple solution is the <a href="http://extensions.joomla.org/extensions/3521/">Title Manager extension </a>for Joomla 1.5 (native).</p>
<p>Download, install and activate this plugin, and you will have your Joomla site name, or another text string of your choosing in all page titles. You can even configure whether or not the page title goes before or after the original page title, as well as the seperator character. Here&#8217;s a peek at the configuration screen:</p>
<p><img class="alignnone size-full wp-image-462" title="Joomla 1.5 Page Title Plugin" src="http://pleasantonwebdesignblog.com/wp-content/uploads/2009/08/pagetitleplugin.jpg" alt="Joomla 1.5 Page Title Plugin" width="486" height="192" /><br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2009/08/joomla-15-page-title.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing.Com Search Engine Launched</title>
		<link>http://pleasantonwebdesignblog.com/2009/06/bingcom-search-engine-launched.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bingcom-search-engine-launched</link>
		<comments>http://pleasantonwebdesignblog.com/2009/06/bingcom-search-engine-launched.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 16:08:30 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web promotion]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=336</guid>
		<description><![CDATA[Microsoft&#8217;s update of LiveSearch launched this weekend. I haven&#8217;t read much of the hype, because I expect it is just that &#8211; hype. What I have absorbed is that Bing is supposed to be a &#8220;Google Killer&#8221; and a substantially new way of performing search, with the searcher being kept on the Bing site longer [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2009/06/bingcom-search-engine-launched.html" size="small" count="true"></div></div><p>Microsoft&#8217;s update of LiveSearch launched this weekend. I haven&#8217;t read much of the hype, because I expect it is just that &#8211; hype. What I have absorbed is that Bing is supposed to be a &#8220;Google Killer&#8221; and a substantially new way of performing search, with the searcher being kept on the Bing site longer (because it gives them everything they need) so they can be exposed to more advertising.</p>
<p>The first thing I noticed when visiting Bing.com is the nice big graphic on the homepage. There was a little arrow indicating I could change the picture (hot air balloons, how original), but when I clicked on it, I was prompted to install Microsoft SilverLight, with no explanation of what it is.  I happen to be aware that it&#8217;s supposed to be a Flash type program that allows rich media experience, but I don&#8217;t know that the typical visitor would be. Anyway, I learned my lesson from Windows Vista and my daughter&#8217;s X-Box to thouroughly research performance of Microsoft products before exposing my life to them, so, no thanks.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
The searches returned results identical to LiveSearch. Focused on keyword relevance rather than link authority. On-page trump off-page factors, so very easy to get good ranking, even for competitive terms. Good news, I guess, if anyone actually starts using Bing.</p>
<p>On Bing.com you are automatically shown local listings, including a little map for certain searches. Not a huge difference from Google, which does that already. Also included are categorized links below the top result, kind of like Google Sitelinks.</p>
<p>A search for Pleasanton Restaurants in Bing resulted in a list of the worst  restaurants in the area. I have a stomach ache just looking at it. The same search on Google results in a list of some very good, and some so-so restaurants. This is probably due to the review feature of Google Local. Bing has reviews listed too, but they are all pulled from Yelp. Bottom line is, as my son would say &#8220;FAIL.&#8221;<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
In conclusion, my first reaction to Bing.com is that it is a mediocre attempt to copy Google, so I have a hard time seeing how it is going to be a Google Killer.</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2009/06/bingcom-search-engine-launched.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 UPA California High School Ultimate Championships in Pleasanton</title>
		<link>http://pleasantonwebdesignblog.com/2009/04/2009-upa-california-high-school-ultimate-championships-in-pleasanton.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2009-upa-california-high-school-ultimate-championships-in-pleasanton</link>
		<comments>http://pleasantonwebdesignblog.com/2009/04/2009-upa-california-high-school-ultimate-championships-in-pleasanton.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 23:41:35 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[Pleasanton]]></category>
		<category><![CDATA[Ultimate Frisbee]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=314</guid>
		<description><![CDATA[The tournament took place at Donlon Elementary School and at Harvest Park Middle School in Pleasanton CA on April 25 &#8211; April 26, 2009. There are pictures of the 7th Place Game, played on Sunday at 1:30 PM. Gunn High School vs Foothill High School Final Score: Gunn High School (Palo Alto) &#8211; 15 Foothill [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2009/04/2009-upa-california-high-school-ultimate-championships-in-pleasanton.html" size="small" count="true"></div></div><p>The tournament took place at Donlon Elementary School and at Harvest Park Middle School in Pleasanton CA on April 25 &#8211; April 26, 2009. There are pictures of the 7th Place Game, played on Sunday at 1:30 PM.</p>
<p><strong>Gunn High School vs Foothill High School</strong></p>
<p>Final Score:<br />
Gunn High School (Palo Alto) &#8211; 15<br />
Foothill High School (Pleasanton) -  12</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p><a href="http://www.flickr.com/photos/bottlecapnapkin/3490113024/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3600/3490113024_3e11abaf59.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a></p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490110948/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3568/3490110948_2af30e3b80.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490109758/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3336/3490109758_800b8054fa.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490108098/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3380/3490108098_df0f7fb98d.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490105282/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3327/3490105282_ff6b0ee4ef.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p><a href="http://www.flickr.com/photos/bottlecapnapkin/3490104322/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3358/3490104322_5690c47040.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a></p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490103106/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3551/3490103106_e2582d6db6.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490101512/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3374/3490101512_47f735d547.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3490100822/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3365/3490100822_0619beb728.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<a href="http://www.flickr.com/photos/bottlecapnapkin/3489284391/" title="Ultimate Championships - Gunn High School vs Foothill High School by Bottlecap Napkin, on Flickr"><img src="http://farm4.static.flickr.com/3353/3489284391_0415abc49b.jpg" width="500" height="375" alt="Ultimate Championships - Gunn High School vs Foothill High School" /></a>
</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2009/04/2009-upa-california-high-school-ultimate-championships-in-pleasanton.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5 Breezing Forms Error &#8211; 404 &#8211; Article #0 not found</title>
		<link>http://pleasantonwebdesignblog.com/2009/04/joomla-15-breezing-forms-error-404-article-0-not-found.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-15-breezing-forms-error-404-article-0-not-found</link>
		<comments>http://pleasantonwebdesignblog.com/2009/04/joomla-15-breezing-forms-error-404-article-0-not-found.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 23:06:13 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>
		<category><![CDATA[breezing forms]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[legacy mode]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=312</guid>
		<description><![CDATA[I&#8217;ve been using the Breezing Forms fork of the Facile Forms powerful form creation component and module for Joomla 1.5 for a while now. During development of a recent project, however, I suddenly starting having problems. Upon form submission, I&#8217;d get sent to a 404 page with the error message &#8220;Article #0 not found.&#8221; After [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2009/04/joomla-15-breezing-forms-error-404-article-0-not-found.html" size="small" count="true"></div></div><p>I&#8217;ve been using the Breezing Forms fork of the Facile Forms powerful form creation component and module for Joomla 1.5 for a while now. During development of a recent project, however, I suddenly starting having problems. Upon form submission, I&#8217;d get sent to a 404 page with the error message &#8220;Article #0 not found.&#8221;</p>
<p>After addressing every possible cause I could think of, in desperation I tried turning Legacy Mode off. It worked! Go to Plug-in Manager > System &#8211; Legacy, and click off if it is enabled. </p>
<p>Of course I needed to scramble a bit to eliminate the need for Legacy mode. I found out the hard way that Joomla 1.5 Legacy mode and Breezing Forms don&#8217;t mix!</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2009/04/joomla-15-breezing-forms-error-404-article-0-not-found.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Modify Joomla Page Title for SEO</title>
		<link>http://pleasantonwebdesignblog.com/2008/09/modify-joomla-page-title-for-seo.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=modify-joomla-page-title-for-seo</link>
		<comments>http://pleasantonwebdesignblog.com/2008/09/modify-joomla-page-title-for-seo.html#comments</comments>
		<pubDate>Sat, 06 Sep 2008 02:57:00 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesign.tpdevspace.com/?p=163</guid>
		<description><![CDATA[For Joomla 1.0.x (click here for Joomla 1.5) Joomla&#8217;s standard way of displaying page titles is with the Site Name first, a dash, and then the title of the content. This is not the best way to display the page title for search engine optimization (SEO). The page title is a very important element in [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2008/09/modify-joomla-page-title-for-seo.html" size="small" count="true"></div></div><p><em>For Joomla 1.0.x (<a title="Joomla 1.5 Page Title" href="http://pleasantonwebdesignblog.com/2009/08/joomla-15-page-title.html">click here for Joomla 1.5</a>)</em><br />
Joomla&#8217;s standard way of displaying page titles is with the Site Name first, a dash, and then the title of the content. This is not the best way to display the page title for search engine optimization (SEO). The page title is a very important element in determining the relevance and ranking of your page to a keyword search. The search engines consider the first part of the page title the most important, so altering the page title so that the content title comes first and the Site Name second is a definite improvement. This is easily changed in /includes/joomla.php. Find the following text around line 503:</p>
<pre style="font-size:11px;white-space:pre-wrap;word-wrap:break-word;"> function setPageTitle( $title=null ) {  if (@$GLOBALS['mosConfig_pagetitles']) {   $title = trim( htmlspecialchars( $title ) );   $title = stripslashes($title);   $this-&gt;_head['title'] = $title ? $GLOBALS['mosConfig_sitename'] . ' - '. $title : $GLOBALS['mosConfig_sitename'];  } }</pre>
<p>and change to this:</p>
<pre style="font-size:11px;white-space:pre-wrap;word-wrap:break-word;">function setPageTitle( $title=null ) {if (@$GLOBALS['mosConfig_pagetitles']) { $title = trim( htmlspecialchars( $title ) ); $title = stripslashes($title); $this-&gt;_head['title'] = $title ? $title .' - '. $GLOBALS['mosConfig_sitename'] : $GLOBALS['mosConfig_sitename'];  } }</pre>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>Having the same Site Name on every page of your site, however only serves to reduce the relevance of each page title to the keyword search and your targeted content. To completely remove the Site Name, instead replace the function above with this:</p>
<pre style="font-size:11px;white-space:pre-wrap;word-wrap:break-word;">function setPageTitle( $title=null ) { if (@$GLOBALS['mosConfig_pagetitles']) {  $title = trim( htmlspecialchars( $title ) );  $title = stripslashes($title);  $this-&gt;_head['title'] = $title ? $title : $GLOBALS['mosConfig_sitename'];  } }</pre>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2008/09/modify-joomla-page-title-for-seo.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>!JoomlaComment 2.40 &#8211; Commenting Component for Joomla CMS</title>
		<link>http://pleasantonwebdesignblog.com/2007/09/joomlacomment-240-commenting-component-for-joomla-cms.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomlacomment-240-commenting-component-for-joomla-cms</link>
		<comments>http://pleasantonwebdesignblog.com/2007/09/joomlacomment-240-commenting-component-for-joomla-cms.html#comments</comments>
		<pubDate>Sun, 09 Sep 2007 01:26:00 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesign.tpdevspace.com/?p=130</guid>
		<description><![CDATA[!JoomlaComment 2.40 is probably the best free commenting component available for Joomla content management system (CMS). Unfortunately, that may not be good enough for those Joomla developers or web site owners without a lot of coding, troubleshooting and hacking experience, because it is pretty buggy. First of all, if you aren&#8217;t using Community Builder, you [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2007/09/joomlacomment-240-commenting-component-for-joomla-cms.html" size="small" count="true"></div></div><p><a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,677/Itemid,35/">!JoomlaComment 2.40</a> is probably the best free commenting component available for Joomla content management system (CMS). Unfortunately, that may not be good enough for those Joomla developers or web site owners without a lot of coding, troubleshooting and hacking experience, because it is pretty buggy.</p>
<p>First of all, if you aren&#8217;t using Community Builder, you are going to get the following error when you try to use this component:<br />
<blockquote>joscomment Warning: Invalid argument supplied for foreach()</p></blockquote>
<p>It&#8217;s an easy enough fix, if you are comfortable commenting out some code. The instructions can be found here: <a href="http://www.haanchiang.com/joomla-comment">http://www.haanchiang.com/joomla-comment</a> . Also available on that page is a downloadable version of the component with that and a couple of other patches already installed. I installed the haanchiang version right after I got the first error, so didn&#8217;t have to deal with the other errors described on the page.
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>After that was solved, I set the admin to allow anyone to post, but required that the posts be approved before publishing. When filling out the comment form and hitting send, I got the following error:<br />
<blockquote></blockquote>
<blockquote><p>Database error: insertNewPost!</p></blockquote>
<p>The post, however was inserted into the database and I could publish it just fine.  More than just an annoyance, however, because the user would tend to think the post wasn&#8217;t accepted, and may try again. Because I haven&#8217;t been able to fix it, I have no choice but to remove !JoomlaComment from my Joomla installation. In searching for a solution, however, I did find a lot of posts about various other bugs that people are experiencing with this component. If this is version 2.4, I&#8217;d recommend waiting for 9.2 before giving this component a try.
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2007/09/joomlacomment-240-commenting-component-for-joomla-cms.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Joomla Content Managment System Installation</title>
		<link>http://pleasantonwebdesignblog.com/2007/08/joomla-content-managment-system-installation.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-content-managment-system-installation</link>
		<comments>http://pleasantonwebdesignblog.com/2007/08/joomla-content-managment-system-installation.html#comments</comments>
		<pubDate>Sun, 12 Aug 2007 18:45:00 +0000</pubDate>
		<dc:creator>Troy Philis</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesign.tpdevspace.com/?p=128</guid>
		<description><![CDATA[I&#8217;m in the process of evaluting various open source content management systems (CMS). A CMS based website is one that allows editing of structure as well as content through an administrative interface, and doesn&#8217;t require knowledge of coding. The open source CMS solution that seems closest to a standard corporate website out of the box [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2007/08/joomla-content-managment-system-installation.html" size="small" count="true"></div></div><p>I&#8217;m in the process of evaluting various open source content management systems (CMS). A CMS based website is one that allows editing of structure as well as content through an administrative interface, and doesn&#8217;t require knowledge of coding. The open source CMS solution that seems closest to a standard corporate website out of the box is Joomla. I have a basic installation here:</p>
<p><a href="http://www.tpdesigns.net/">http://www.tpdesigns.net/</a><br /><script type="text/javascript"><!-- google_ad_client = "pub-8315023803230274"; google_ad_width = 234; google_ad_height = 60; google_ad_format = "234x60_as"; google_ad_type = "text_image"; google_ad_channel = "8006566994"; google_ui_features = "rc:0"; //--></script><br />Other open source CMS choices, like <a href="http://www.xoops.org/">XOOPS</a> and <a href="http://drupal.org/">Drupal</a>, appear to be geared more towards community websites, where many individuals post content in the form of blog entries. This is probably a better all-around format, as the web is evolving away from packaged corporate information, which is generally assumed to be mostly PR and therefore BS.</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2007/08/joomla-content-managment-system-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

