<?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>Joomla4Sure</title>
	<atom:link href="http://www.joomla4sure.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joomla4sure.com</link>
	<description>Thoughts about Joomla</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:07:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Joomla 2.5 released</title>
		<link>http://www.joomla4sure.com/joomla-2-5-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-2-5-released</link>
		<comments>http://www.joomla4sure.com/joomla-2-5-released/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:07:07 +0000</pubDate>
		<dc:creator>Joomla4Sure</dc:creator>
				<category><![CDATA[Joomla releases]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.joomla4sure.com/?p=43</guid>
		<description><![CDATA[The eagerly anticipated Joomla 2.5 long term support version has been released. For most serious developers the time has come to start investigating their upgrade path from the old Joomla 1.5 to Joomla 2.5. Template vendors such as RocketTheme and &#8230;<p class="read-more"><a href="http://www.joomla4sure.com/joomla-2-5-released/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The eagerly anticipated Joomla 2.5 long term support version has been released.</p>
<p>For most serious developers the time has come to start investigating their upgrade path from the old Joomla 1.5 to Joomla 2.5.</p>
<p>Template vendors such as RocketTheme and Joomlart have begun releasing updates for their components and frameworks to make them work with Joomla 2.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomla4sure.com/joomla-2-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Joomla variables</title>
		<link>http://www.joomla4sure.com/static-joomla-variables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=static-joomla-variables</link>
		<comments>http://www.joomla4sure.com/static-joomla-variables/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 18:19:27 +0000</pubDate>
		<dc:creator>Joomla4Sure</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.joomla4sure.com/?p=37</guid>
		<description><![CDATA[I recently found myself searching for static Joomla variables to use in my component development. Here are a couple of interesting ones (I will update this list as I find more): JPATH_COMPONENT_SITE &#8211; points to the site folder of your &#8230;<p class="read-more"><a href="http://www.joomla4sure.com/static-joomla-variables/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I recently found myself searching for static Joomla variables to use in my component development.</p>
<p>Here are a couple of interesting ones (I will update this list as I find more):</p>
<ul>
<li>JPATH_COMPONENT_SITE &#8211; points to the site folder of your component for example /home/user/website/joomlainstall/components/com_yourcomponent</li>
<li>JPATH_COMPONENT_ADMIN &#8211; points to the admin folder of your component for example: /home/user/website/joomlainstall/administrator/components/com_yourcomponent</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomla4sure.com/static-joomla-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the PHP Form Builder Class (PFBC) within your own Joomla Component.</title>
		<link>http://www.joomla4sure.com/using-the-php-form-builder-class-pfbc-within-your-own-joomla-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-the-php-form-builder-class-pfbc-within-your-own-joomla-component</link>
		<comments>http://www.joomla4sure.com/using-the-php-form-builder-class-pfbc-within-your-own-joomla-component/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 00:28:20 +0000</pubDate>
		<dc:creator>Joomla4Sure</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.joomla4sure.com/?p=25</guid>
		<description><![CDATA[I was in the need of professional forms for a Joomla component I&#8217;m currently writing. With &#8220;professional&#8221; I mean the forms have to look professional and also need to be validated in a professional maner. I first went through a &#8230;<p class="read-more"><a href="http://www.joomla4sure.com/using-the-php-form-builder-class-pfbc-within-your-own-joomla-component/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I was in the need of professional forms for a Joomla component I&#8217;m currently writing.<br />
With &#8220;professional&#8221; I mean the forms have to look professional and also need to be validated in a professional maner.</p>
<p>I first went through a lot of Javascript/CSS solutions where in the back of my mind I thought I still have to validate all input on the Server level (Within the Joomla component itself)</p>
<p>Finally I found an actively maintained Forms Library that after some testing I found works great within any Joomla Component.</p>
<p>Here are some basic notes on how I accomplished this:</p>
<p>I&#8217;m using a file called loader.php located in the library path in my component Directory.<br />
I call it from my main controller file like this:</p>
<pre>require_once(JPATH_ROOT.DS.'components'.DS.'com_component'.DS.'library'.DS.'loader.php');</pre>
<p>in my loader PHP I have this line:</p>
<pre>JLoader::register('Form', JPATH_COMPONENT.'/3rdparty/PFBC/Form.php');</pre>
<p>As you can see I just copied the PFBC folder into a folder called 3rdparty within my Joomla component folder.</p>
<p>Now you can use PFBC anywhere in your component by creating the object like this and add a field for example:</p>
<pre style="padding-left: 30px;">$form = new Form("testing", 300) ;
$form-&gt;addElement(new Element_Textbox("My Textbox:", "MyTextbox"));
$form-&gt;addElement(new Element_Button);</pre>
<p>Assign it to the View as usual:</p>
<pre>$this-&gt;assignRef('myform', $form);</pre>
<p>And render it in the tmpl file:</p>
<pre>echo $this-&gt;myform-&gt;render();</pre>
<p>The result looks like this:</p>
<p><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/Joomla-and-PFBC.png" target="_blank"><img class="alignnone size-medium wp-image-29" title="Joomla-and-PFBC" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/Joomla-and-PFBC-300x104.png" alt="Joomla-and-PFBC Screenshot" width="300" height="104" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomla4sure.com/using-the-php-form-builder-class-pfbc-within-your-own-joomla-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Joomla at HelpingHost.com</title>
		<link>http://www.joomla4sure.com/how-to-install-joomla-at-helpinghost-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-joomla-at-helpinghost-com</link>
		<comments>http://www.joomla4sure.com/how-to-install-joomla-at-helpinghost-com/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 17:06:42 +0000</pubDate>
		<dc:creator>Joomla4Sure</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://www.joomla4sure.com/?p=11</guid>
		<description><![CDATA[Today we will show a short tutorial on how easy it is to get started with Joomla at HelpingHost.com. First as usual you login to your Hosting account &#160; &#160; Once logged in look for our Softaculous Icon and click &#8230;<p class="read-more"><a href="http://www.joomla4sure.com/how-to-install-joomla-at-helpinghost-com/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<div>
<dl id="attachment_14">
<dt><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/2011-08-13_2139.png"><img class="alignleft size-full wp-image-12" title="2011-08-13_2139" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/2011-08-13_2139.png" alt="" width="194" height="165" /></a>Today we will show a short tutorial on how easy it is to get started with Joomla at HelpingHost.com.</dt>
</dl>
</div>
<p>First as usual you <a href="http://www.helpinghost.com/customer-care/login.html" target="_blank">login to your Hosting account</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once logged in look for our Softaculous Icon and click on it.</p>
<p>&nbsp;</p>
<p>Next, click the little blue Icon next to the domain you are working on:</p>
<p><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/2011-08-14_2034.png"><img class="aligncenter size-medium wp-image-13" title="2011-08-14_2034" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/2011-08-14_2034-300x73.png" alt="" width="300" height="73" /></a></p>
<p>You now are presented with the Softaculous auto installer. On the left side in under the category Portals/CMS you will find two Joomla links.<br />
Currently while I&#8217;m writing these instructions there will be Joomla 1.5 and Joomla 1.7 as options. For this example, click on the Joomla 1.7 link:<a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-1.png"><img class="aligncenter size-medium wp-image-14" title="sshot-1" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-1-300x212.png" alt="" width="300" height="212" /></a><br />
On the Joomla install page that appears, click on the small install link.<br />
<a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-3.png"><img class="alignleft size-medium wp-image-15" title="sshot-3" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-3-300x131.png" alt="" width="300" height="131" /></a></p>
<div>
<dl>
<dt></dt>
<dt></dt>
<dt></dt>
<dt></dt>
<dt></dt>
<dt></dt>
<dt></dt>
<dt></dt>
<dt></dt>
<dt><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-2011-08-14-11-05-09.png"><img class="alignleft size-medium wp-image-16" title="sshot-2011-08-14-11-05-09" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-2011-08-14-11-05-09-178x300.png" alt="" width="178" height="300" /></a></dt>
<dt></dt>
</dl>
<dl id="attachment_19">
<dd></dd>
</dl>
<p>In this last step of the Joomla installation, most fields are self explanatory.</p>
<dl id="attachment_19">
<dt></dt>
<dd></dd>
</dl>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This one you should pay attention to:<br />
&#8220;In Directory&#8221;</p>
<div>
<dl id="attachment_20">
<dt><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-2011-08-14-11-09-39.png"><img class="aligncenter size-full wp-image-17" title="sshot-2011-08-14-11-09-39" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-2011-08-14-11-09-39.png" alt="" width="492" height="91" /></a></dt>
</dl>
</div>
<p>which is the folder name into which you want to install your Joomla.</p>
<p><strong>IMPORTANT:</strong> This field should be <em>EMPTY</em> if you want to install Joomla into the root of your website which effectively makes the Joomla install your homepage.</p>
<p>Two fields that you should just ignore are &#8220;Database Name&#8221; and &#8220;Table Prefix&#8221;</p>
<div id="attachment_19" class="wp-caption alignnone" style="width: 310px"><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/TabelPrefix.png"><img class="size-medium wp-image-19 " title="Joomla Table Prefix" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/TabelPrefix-300x54.png" alt="" width="300" height="54" /></a><p class="wp-caption-text">Table Prefix Setting</p></div>
<div id="attachment_18" class="wp-caption alignnone" style="width: 310px"><a href="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-2011-08-14-11-09-58.png"><img class="size-medium wp-image-18 " title="Database Name Setting" src="http://www.joomla4sure.com/wp-content/uploads/2011/08/sshot-2011-08-14-11-09-58-300x46.png" alt="" width="300" height="46" /></a><p class="wp-caption-text">Database Name Setting</p></div>
<p>Last, click the INSTALL Button. A short time later your Joomla install is ready for you to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomla4sure.com/how-to-install-joomla-at-helpinghost-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to call a custom html module within a Joomla component.</title>
		<link>http://www.joomla4sure.com/how-to-call-a-custom-html-module-within-a-joomla-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-call-a-custom-html-module-within-a-joomla-component</link>
		<comments>http://www.joomla4sure.com/how-to-call-a-custom-html-module-within-a-joomla-component/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 17:41:31 +0000</pubDate>
		<dc:creator>Joomla4Sure</dc:creator>
				<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.joomla4sure.com/?p=7</guid>
		<description><![CDATA[Today I needed to render a Custom HTML module within a Joomla Component I&#8217;m currently writing. After some research and testing this seems to be working great for me:    $mod = &#38;JModuleHelper::getModule(&#8216;custom&#8217;, &#8216;Custom HTML&#8217;); echo JModuleHelper::renderModule($mod); I have this &#8230;<p class="read-more"><a href="http://www.joomla4sure.com/how-to-call-a-custom-html-module-within-a-joomla-component/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<div>Today I needed to render a <strong>Custom HTML module within a Joomla Component</strong> I&#8217;m currently writing.</div>
<div>After some research and testing this seems to be working great for me:</div>
<blockquote>
<div>   $mod = &amp;JModuleHelper::getModule(&#8216;custom&#8217;, &#8216;Custom HTML&#8217;);<br />
echo JModuleHelper::renderModule($mod);</div>
</blockquote>
<p>I have this piece of code in my default.php file within my views/default/tmpl/ folder.<br />
The &#8216;custom&#8217; refers to the module mod_custom and &#8216;Custom HTML&#8217; specifies which of the mod_custom modules to call.</p>
<div>Lets say you have a Custom HTML module with the title MODULEA and one with the title MODULEB then you can call and render them this way:</div>
<div>
<blockquote>
<div>    $mod = &amp;JModuleHelper::getModule(&#8216;custom&#8217;, &#8216;MODULEA&#8217;);</div>
<div>
<p>    echo JModuleHelper::renderModule($mod);</p>
<div>    $mod = &amp;JModuleHelper::getModule(&#8216;custom&#8217;, &#8216;MODULEB&#8217;);</div>
<div>    echo JModuleHelper::renderModule($mod);</div>
</div>
</blockquote>
</div>
<div>A couple of important notes:</div>
<ul>
<li>At the time of writing I&#8217;m using Joomla 1.7</li>
<li>The modules HAS to be published.</li>
<li>It needs to be assigned to the pages/menus you want it to display.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.joomla4sure.com/how-to-call-a-custom-html-module-within-a-joomla-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

