<?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>WheeQo.web.id &#187; Joomla!</title>
	<atom:link href="http://wheeqo.web.id/category/joomla/feed" rel="self" type="application/rss+xml" />
	<link>http://wheeqo.web.id</link>
	<description>R. Bambang Widiatmoko&#039;s Blog &#124; Sharing Knowledge to the World</description>
	<lastBuildDate>Thu, 02 May 2013 09:09:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add Additional Module Position in JA Purity Template</title>
		<link>http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template</link>
		<comments>http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template#comments</comments>
		<pubDate>Tue, 31 Mar 2009 03:58:18 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[ja purity]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/?p=115</guid>
		<description><![CDATA[This tutorial will show how to add additional position for module in JA Purity Template. In this case will add above the main content. Preview: Before: After: Add a Position for a Module Above Main Content To add a new &#8230; <a href="http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/joomla/little-modification-on-ja-purity' rel='bookmark' title='Little Modification on JA Purity'>Little Modification on JA Purity</a> <small>Joomla! 1.5 template: JA Purity JA Purity is one of...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show how to add additional position for module in JA Purity Template. In this case will add above the main content.<br />
<em>Preview:</em><br />
<strong>Before:</strong></p>
<p><strong>After:</strong></p>
<p><span id="more-115"></span></p>
<h3>Add a Position for a Module Above Main Content</h3>
<p>To add a new position for a module you need to edit two files, <strong>index.php</strong> and <strong>templateDetails.xml</strong></p>
<h4>Edit index.php</h4>
<p>To edit index.php, go to <strong>Administrator </strong>page -> menu <strong>Extensions </strong>-> <strong>Template Manager</strong>. Choose <strong>JA_Purity</strong> -> click on <strong>Edit </strong>icon. Then click <strong>Edit HTML </strong>icon.</p>
<p>Go to line 172, find:</p>
<pre lang="php"><jdoc:include type="component" /></pre>
<p>Add code above it to add a new position. You can have different kinds of module style, here are the examples:<br />
<strong>First example:</strong></p>
<pre lang="php"><jdoc:include type="modules" name="user6" /></pre>
<p>The first style doesn&#8217;t have title in this style.</p>
<p><strong>Second example:</strong></p>
<pre lang="php"><jdoc:include type="modules" name="user6" style="xhtml" /></pre>
<p>It has a title but no styling.</p>
<p><strong>Third example:</strong></p>
<pre lang="php"><jdoc:include type="modules" name="user6" style="jarounded" /></pre>
<p>It has a title with styling.</p>
<p>So it become like this:</p>
<pre lang="php" line="1"><?php endif ; ?>

<jdoc:include type="modules" name="user6">
<jdoc:include type="component" />

<?php if($this->countModules('banner')) : ?></pre>
<p>Save it. Since you add a new position, for this example is <em>user6</em>, you need to edit <strong>templateDetails.xml</strong>.</p>
<h4>Edit templateDetails.xml</h4>
<p>To edit the file you need to browse folder on your web server. It is located in ja_purity template folder.<br />
Go to tag
<pre lang="xml"><positions></pre>
<p>Add
<pre lang="xml"><position>user6</position></pre>
<p> so it become like this:</p>
<pre lang="xml" line="1"><position>user4</position>
<position>user5</position>
<position>user6</position>
<position>footer</position>
<position>syndicate</position></pre>
<h4>Add a Module to user6 Position</h4>
<p>To see the result assign a module to user6, for example I use the <strong>Newsflash </strong>module.</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_19c5af02-137e-4fc0-a564-844491b879bf"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate" id="Player_19c5af02-137e-4fc0-a564-844491b879bf" quality="high" bgcolor="#ffffff" name="Player_19c5af02-137e-4fc0-a564-844491b879bf" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template" rel="bookmark">Add Additional Module Position in JA Purity Template</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 30 March 2009.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/joomla/little-modification-on-ja-purity' rel='bookmark' title='Little Modification on JA Purity'>Little Modification on JA Purity</a> <small>Joomla! 1.5 template: JA Purity JA Purity is one of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Serunya Ngerjain Tugas Akhir</title>
		<link>http://wheeqo.web.id/blog/serunya-ngerjain-tugas-akhir</link>
		<comments>http://wheeqo.web.id/blog/serunya-ngerjain-tugas-akhir#comments</comments>
		<pubDate>Sun, 09 Mar 2008 00:50:47 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[gambar teknik]]></category>
		<category><![CDATA[laboratorium]]></category>
		<category><![CDATA[praktikum]]></category>
		<category><![CDATA[tugas akhir]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/blog/serunya-ngerjain-tugas-akhir</guid>
		<description><![CDATA[Ngerjain tugas akhir selama satu semester emang kadang bikin stress n cape bgt. Tapi dibalik itu ada sesuatu yang bikin semangat ngerjainnya. TA ini memang seakan-akan menjadi impian yang menjadi kenyataan tanpa diduga sebelumnya. Pertama, TA ku yang berjudul &#8220;Perancangan &#8230; <a href="http://wheeqo.web.id/blog/serunya-ngerjain-tugas-akhir">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p align="justify">Ngerjain tugas akhir selama satu semester emang kadang bikin stress n cape bgt. Tapi dibalik itu ada sesuatu yang bikin semangat ngerjainnya. TA ini memang seakan-akan menjadi impian yang menjadi kenyataan tanpa diduga sebelumnya.</p>
<p align="justify">Pertama, TA ku yang berjudul &#8220;<strong>Perancangan E-learning Berbasis Web sebagai Alat Bantu Ajar Praktikum Gambar Teknik</strong>&#8221; ini langsung diaplikasikan pada sesuatu yang nyata, yaitu praktikum Gambar Teknik, sehingga bisa dirasakan manfaatnya terutama bagi praktikan.</p>
<p align="justify">Kedua, banyak hal yang saya pelajari, terutama dalam dunia desain, digunakan untuk pembuatan e-learning ini. Joomla!, xHTML, CSS, Photoshop, CorelDRAW, Flash, bahkan harus mempelajari sesuatu yang baru, yaitu Adobe Captivate dan konsep e-learning. Gara-gara TA ini jadi bisa belajar modifikasi template Joomla! dan tentu saja lebih tau lebih dalam tentang xHTML dan CSS. Anehnya semua ini jarang yang didapat dari materi kuliah. Paling belajar statistik lagi pake SPSS, dulu di praktikum SIPO cuman harus belajar lagi karena udah lupa. Trus belajar Sisfo, kuliahnya APSI, buat bikin DFD dari webnya.</p>
<p align="justify">Alhamdulillah sekarang udah selesai dengan nilai yang memuaskan, walaupun sidangnya harus dibantai X(.</p>
<p align="justify">Sekarang tinggal terserah generasi-generasi baru <a rel="nofollow" href="http://www.ie.stttelkom.ac.id/gtx/" title="Website Lab Gartek">Lab Gartek</a> apakah mau meneruskan penelitian ini. Paling ngga saya, pak Rino, pak Haris, n mas Arnis; mengharapkan banget agar e-learning ini dilanjutkan pengembangannya. Tinggal tugas saya untuk upgrading ke asisten. Smoga dikasih waktu luang dan sehingga impian yang menjadi kenyataan ini tidak berlangsung sebentar&#8230;</p>
<p><a href="http://wheeqo.web.id/blog/serunya-ngerjain-tugas-akhir" rel="bookmark">Serunya Ngerjain Tugas Akhir</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 8 March 2008.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/blog/serunya-ngerjain-tugas-akhir/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tips Insert Image in Joomla!</title>
		<link>http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla</link>
		<comments>http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla#comments</comments>
		<pubDate>Sat, 08 Mar 2008 01:47:35 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[highslide]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[protos lightbox]]></category>
		<category><![CDATA[slimbox]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla</guid>
		<description><![CDATA[There are many ways to insert image(s) in Joomla!. The problem is when the image has a large dimension. There are several alternative ways: Insert image with image button in editor. After the image is inserted, click on it and &#8230; <a href="http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/insert-facebook-like-button-to-wordpress' rel='bookmark' title='Insert Facebook Like Button to WordPress'>Insert Facebook Like Button to WordPress</a> <small>Taken from Cordobo.com, Integrate Facebook’s “Like” Plugin into WordPress. The...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/convert-full-color-image-to-a-3-color-separation-in-gimp' rel='bookmark' title='Convert Full Color Image to a 3 Color Separation in GIMP'>Convert Full Color Image to a 3 Color Separation in GIMP</a> <small>I will show how to convert from full color image...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/transparent-image-in-office-2007' rel='bookmark' title='Transparent Image in Office 2007'>Transparent Image in Office 2007</a> <small>White Background on Image When we inserting image, except png...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are many ways to insert image(s) in Joomla!. The problem is when the image has a large dimension.</p>
<p>There are several alternative ways:</p>
<ol>
<li>Insert image with <strong>image </strong>button in editor. After the image is inserted, click on it and if you use <strong>TinyMCE </strong>editor, click the <strong>Insert/edit image</strong> button in editor panel. Select the <strong>Appearance </strong>tab. Fill the <strong>Dimensions </strong>field. The downside is the image size still large.</li>
<li>Prepare two images, the <strong>original </strong>and the &#8220;<strong>thumbnail</strong>&#8220;. Insert the thmbnail image with <strong>image </strong>button in editor. After the image is inserted click on it and for <strong>TinyMCE</strong>, click <strong>Insert/edit link</strong> button. Give link to the original image. So the web will display the thumbnail image with reduced size.</li>
<li>You can use the <strong>plugin </strong>like <a rel="nofollow" href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,4095/Itemid,35/" title="HighSlide for Joomla!">HighSlide for Joomla!</a> or <a rel="nofollow" href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,4052/Itemid,35/" title="Protos Lightbox plugin">Protos LightBox plugin</a>. Maybe this is the fastest way, but the downside it use javascript to run the effect. It will slower the web. If there is Slimbox effect, use it instead of Lightbox effect because its lighter.</li>
</ol>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_19c5af02-137e-4fc0-a564-844491b879bf"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate" id="Player_19c5af02-137e-4fc0-a564-844491b879bf" quality="high" bgcolor="#ffffff" name="Player_19c5af02-137e-4fc0-a564-844491b879bf" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla" rel="bookmark">Tips Insert Image in Joomla!</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 7 March 2008.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/insert-facebook-like-button-to-wordpress' rel='bookmark' title='Insert Facebook Like Button to WordPress'>Insert Facebook Like Button to WordPress</a> <small>Taken from Cordobo.com, Integrate Facebook’s “Like” Plugin into WordPress. The...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/convert-full-color-image-to-a-3-color-separation-in-gimp' rel='bookmark' title='Convert Full Color Image to a 3 Color Separation in GIMP'>Convert Full Color Image to a 3 Color Separation in GIMP</a> <small>I will show how to convert from full color image...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/transparent-image-in-office-2007' rel='bookmark' title='Transparent Image in Office 2007'>Transparent Image in Office 2007</a> <small>White Background on Image When we inserting image, except png...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Modification on JA Purity</title>
		<link>http://wheeqo.web.id/joomla/little-modification-on-ja-purity</link>
		<comments>http://wheeqo.web.id/joomla/little-modification-on-ja-purity#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:57:04 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[ja purity]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/joomla/little-modification-on-ja-purity</guid>
		<description><![CDATA[Joomla! 1.5 template: JA Purity JA Purity is one of the coolest free Joomla! template. At least it win Joomla! 1.5 template contest. See detail here. But I found annoying thing here. If I edit the template from template manager &#8230; <a href="http://wheeqo.web.id/joomla/little-modification-on-ja-purity">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template' rel='bookmark' title='Add Additional Module Position in JA Purity Template'>Add Additional Module Position in JA Purity Template</a> <small>This tutorial will show how to add additional position for...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla' rel='bookmark' title='Tips Insert Image in Joomla!'>Tips Insert Image in Joomla!</a> <small>There are many ways to insert image(s) in Joomla!. The...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h3>Joomla! 1.5 template: JA Purity</h3>
<p><strong>JA Purity</strong> is one of the coolest free Joomla! template. At least it win <a rel="nofollow" href="http://forum.joomla.org/viewforum.php?f=479" title="Joomla 1.5 template contest">Joomla! 1.5 template contest</a>. <a rel="nofollow" href="http://forum.joomla.org/index.php/topic,215367.0.html" title="Detail about JA Purity">See detail here</a>. But I found annoying thing here. If I edit the template from template manager and change the <strong>Logo type</strong> parameter to <strong>Text</strong>, the text, if too long, will be hidden behind the <strong>header_mask.png</strong> (in images folder).</p>
<p><a href="http://wheeqo.web.id/wp-content/uploads/2008/02/gtx_scr_bfr_crop.png" title="before modification"><img src="http://wheeqo.web.id/wp-content/uploads/2008/02/gtx_scr_bfr_crop.thumbnail.png" alt="before modification" /></a><br />
<span id="more-36"></span><br />
To fix this:</p>
<ol>
<li>edit <strong>index.php</strong> of the template</li>
<li>find: <span class="code">&lt;div class=&#8221;ja-headermask&#8221;&gt; &lt;/div&gt;</span></li>
<li>then move before: <span class="code"><br />
&lt;?php<br />
$siteName = $tmpTools-&gt;sitename();</span></li>
</ol>
<p><a href="http://wheeqo.web.id/wp-content/uploads/2008/02/gtx_scr_afr_crop.png" title="after modification"><img src="http://wheeqo.web.id/wp-content/uploads/2008/02/gtx_scr_afr_crop.thumbnail.png" alt="after modification" /></a></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_19c5af02-137e-4fc0-a564-844491b879bf"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate" id="Player_19c5af02-137e-4fc0-a564-844491b879bf" quality="high" bgcolor="#ffffff" name="Player_19c5af02-137e-4fc0-a564-844491b879bf" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/joomla/little-modification-on-ja-purity" rel="bookmark">Little Modification on JA Purity</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 28 February 2008.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template' rel='bookmark' title='Add Additional Module Position in JA Purity Template'>Add Additional Module Position in JA Purity Template</a> <small>This tutorial will show how to add additional position for...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla' rel='bookmark' title='Tips Insert Image in Joomla!'>Tips Insert Image in Joomla!</a> <small>There are many ways to insert image(s) in Joomla!. The...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/joomla/little-modification-on-ja-purity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upload Joomla! Installation Package to Hosting Server</title>
		<link>http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server</link>
		<comments>http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server#comments</comments>
		<pubDate>Tue, 19 Feb 2008 14:21:32 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server</guid>
		<description><![CDATA[One of the interesting feature about CMS is it can be installed fast enough, just a few steps – including Joomla! But the difficult one is – how to upload the installation package to the hosting server? Well, there some &#8230; <a href="http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla' rel='bookmark' title='Tips Insert Image in Joomla!'>Tips Insert Image in Joomla!</a> <small>There are many ways to insert image(s) in Joomla!. The...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap' rel='bookmark' title='Add Sitemap in Google with Xmap'>Add Sitemap in Google with Xmap</a> <small>Joomla! Extension: Xmap Xmap is a Joomla! extension based on...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p align="justify">One of the interesting feature about CMS is it can be installed fast enough, just a few steps – including <a rel="nofollow" href="http://www.joomla.org" title="Joomla! homepage">Joomla!</a> But the difficult one is – how to upload the installation package to the hosting server? Well, there some ways to do it. You can use fantastico feature in your host server. But if there isn’t? You can upload the archieve file to the server and then decompress it via FTP or HTTP. But if the Internet connection too slow or the FTP is blocked (just like in my campus) or the file manager of the server doesn’t have decompress feature? Well there’s a tool – thanks to the developer – called <a rel="nofollow" href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,2402/Itemid,35/" title="CMSDownloader">CMSDownloader</a>. You only have to upload 2 small file and create a folder to do it. OK, I’ll explain it.</p>
<p><span id="more-25"></span></p>
<ol>
<li><a rel="nofollow" href="http://code.google.com/p/cmsdownloader/downloads/list" title="Download CMSDownloader">Download CMSDownloader</a> and extract it.</li>
<li>Go to the file manager of your hosting server and go to the root of the web folder. Usually in public_html or htdocs or www/www.domain.com/</li>
<li>Upload all extracted file (<strong>downloader.php</strong> and <strong>downloader2.php</strong>) and create folder named <strong>temp</strong> and make sure it’s <strong>writable</strong>.</li>
<li>Access: www.yourdomain.com/downloader.php</li>
<li>Here comes the welcome message.</li>
<li>Choose <strong>Joomla!</strong>.</li>
<li>The first field is the directory of temp folder – you have create it. And the second field is the source file of the Joomla!. Copy the latest version link from <a rel="nofollow" href="http://joomlacode.org/gf/project/joomla/frs/" title="Joomla! in Joomlacode">Joomlacode.org</a>.<br />
<a href="http://wheeqo.web.id/wp-content/uploads/2008/02/image3.png" title="Step 7"><img src="http://wheeqo.web.id/wp-content/uploads/2008/02/image3.thumbnail.png" alt="Step 7" /></a></li>
<li>You can choose <strong>FTP </strong>or <strong>HTTP</strong>. I prefer via HTTP.</li>
<li>Just wait for a second.</li>
<li>Done! You have successfully upload the Joomla! installation package. Now on your Internet browser, access www.yourdomain.com. And you’ll be in the installation steps.</li>
</ol>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_19c5af02-137e-4fc0-a564-844491b879bf"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate" id="Player_19c5af02-137e-4fc0-a564-844491b879bf" quality="high" bgcolor="#ffffff" name="Player_19c5af02-137e-4fc0-a564-844491b879bf" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server" rel="bookmark">Upload Joomla! Installation Package to Hosting Server</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 19 February 2008.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/tips-insert-image-in-joomla' rel='bookmark' title='Tips Insert Image in Joomla!'>Tips Insert Image in Joomla!</a> <small>There are many ways to insert image(s) in Joomla!. The...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap' rel='bookmark' title='Add Sitemap in Google with Xmap'>Add Sitemap in Google with Xmap</a> <small>Joomla! Extension: Xmap Xmap is a Joomla! extension based on...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Hide Quick Reply Text-Area in Fireboard</title>
		<link>http://wheeqo.web.id/tutorial/hide-quick-reply-text-area-in-fireboard</link>
		<comments>http://wheeqo.web.id/tutorial/hide-quick-reply-text-area-in-fireboard#comments</comments>
		<pubDate>Mon, 18 Feb 2008 14:28:02 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[fireboard]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/tutorial/hide-quick-reply-text-area-in-fireboard</guid>
		<description><![CDATA[I use Fireboard 1.0.4, a Joomla! Forum Extension, and I got this annoying thing, the quick reply text-area always shown by default in every post. How To Fix It Open file message.php in: components/com_fireboard/template/default/ find this line: &#60;div id = &#8230; <a href="http://wheeqo.web.id/tutorial/hide-quick-reply-text-area-in-fireboard">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template' rel='bookmark' title='Add Additional Module Position in JA Purity Template'>Add Additional Module Position in JA Purity Template</a> <small>This tutorial will show how to add additional position for...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap' rel='bookmark' title='Add Sitemap in Google with Xmap'>Add Sitemap in Google with Xmap</a> <small>Joomla! Extension: Xmap Xmap is a Joomla! extension based on...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server' rel='bookmark' title='Upload Joomla! Installation Package to Hosting Server'>Upload Joomla! Installation Package to Hosting Server</a> <small>One of the interesting feature about CMS is it can...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I use <a rel="nofollow" href="http://www.bestofjoomla.com" title="Fireboard homepage">Fireboard</a> 1.0.4, a Joomla! Forum Extension, and I got this annoying thing, the quick reply text-area always shown by default in every post.</p>
<h3>How To Fix It</h3>
<p>Open file <strong>message.php</strong> in: <code>components/com_fireboard/template/default/</code><br />
find this line:<br />
<span style="font-size: 1em; font-family: 'Lucida Console','Courier New',monospace; color: #006600">&lt;div id = &#8220;sc&lt;?php echo $msg_id; ?&gt;&#8221; class = &#8220;switchcontent&#8221;&gt;</span></p>
<p>then change it to:<br />
<span style="font-size: 1em; font-family: 'Lucida Console','Courier New',monospace; color: #006600">&lt;div id = &#8220;sc&lt;?php echo $msg_id; ?&gt;&#8221; class = &#8220;switchcontent&#8221; style=&#8221;display:none;&#8221;&gt;</span></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_19c5af02-137e-4fc0-a564-844491b879bf"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate" id="Player_19c5af02-137e-4fc0-a564-844491b879bf" quality="high" bgcolor="#ffffff" name="Player_19c5af02-137e-4fc0-a564-844491b879bf" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/tutorial/hide-quick-reply-text-area-in-fireboard" rel="bookmark">Hide Quick Reply Text-Area in Fireboard</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 18 February 2008.</p>
<p>Related posts:<ol>
<li><a href='http://wheeqo.web.id/tutorial/add-additional-module-position-in-ja-purity-template' rel='bookmark' title='Add Additional Module Position in JA Purity Template'>Add Additional Module Position in JA Purity Template</a> <small>This tutorial will show how to add additional position for...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap' rel='bookmark' title='Add Sitemap in Google with Xmap'>Add Sitemap in Google with Xmap</a> <small>Joomla! Extension: Xmap Xmap is a Joomla! extension based on...</small></li>
<li><a href='http://wheeqo.web.id/tutorial/upload-joomla-installation-package-to-hosting-server' rel='bookmark' title='Upload Joomla! Installation Package to Hosting Server'>Upload Joomla! Installation Package to Hosting Server</a> <small>One of the interesting feature about CMS is it can...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/hide-quick-reply-text-area-in-fireboard/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Add Sitemap in Google with Xmap</title>
		<link>http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap</link>
		<comments>http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap#comments</comments>
		<pubDate>Sat, 16 Feb 2008 13:53:45 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[xmap]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap</guid>
		<description><![CDATA[Joomla! Extension: Xmap Xmap is a Joomla! extension based on the popular Joomap component. Xmap allows you to create a map of your site using the structure of your menus. Detail Information You can add your sitemap to your Google &#8230; <a href="http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h3>Joomla! Extension: Xmap</h3>
<p><strong>Xmap</strong> is a <a rel="nofollow" href="http://extensions.joomla.org" title="Joomla extension">Joomla! extension</a> based on the popular Joomap component. Xmap allows you to create a map of your site using the structure of your menus.</p>
<p><a rel="nofollow" href="http://extensions.joomla.org/extensions/structure-a-navigation/site-map/3066" title="Xmap detail information">Detail Information</a></p>
<p>You can add your sitemap to your Google account in Google Sitemap to provide it with additional information about your site. The objective is clearly, to make your website Google-friendly so it will improve search engine optimization of your website. <span id="more-12"></span></p>
<h3>How To Add Sitemap in Google Webmaster Tools with Xmap</h3>
<ol>
<li>Install Joomla! Extension, Xmap</li>
<li>In Administrator page, go to menu Components &gt; Xmap. This will open the Xmap Configuration window.</li>
<li>You can add additional menu with click add menu.</li>
<li>Click the blue arrow, choose Preferences menu.</li>
<li>In XML Sitemap, copy and paste the url code to notepad. Just use the url started with index.php. This code will use in Google sitemap.</li>
<li>Go to <a rel="nofollow" href="http://www.google.com/webmasters/tools" title="Google Webmaster Tools">Google Webmaster Tools</a>. This will open the Dashboard.</li>
<li>Add your site url in Sites field. Click Add Site button. Verify your website first.</li>
<li>Go to Sitemaps menu.</li>
<li>Click Add a Sitemap.</li>
<li>Choose Add General Web Sitemap in drop-down menu.</li>
<li>Paste the XML Sitemap code (remember just add the url started with index.php, don&#8217;t add your site url).</li>
<li>Click Add General Sitemap button.</li>
</ol>
<h3>Extend the Xmap capability with Xmap plugin</h3>
<p>You can add Xmap plugin (download it from the official website) that can add sitemap from various extension, such as Fireboard, DOCMan, or zOOm Media Gallery. After you download it extract, there is only one file, extension_name.plugin.php. Upload it to <strong>administrator </strong>&gt; <strong>components </strong>&gt; <strong>com_xmap</strong> &gt; <strong>plugins </strong>folder.</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_19c5af02-137e-4fc0-a564-844491b879bf"  width="600px" height="200px"><param name="movie" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="allowscriptaccess" value="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=GetDisplayTemplate" id="Player_19c5af02-137e-4fc0-a564-844491b879bf" quality="high" bgcolor="#ffffff" name="Player_19c5af02-137e-4fc0-a564-844491b879bf" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="200px" width="600px"></embed></object> <noscript><a rel="nofollow" href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fwheewebidshar-20%2F8010%2F19c5af02-137e-4fc0-a564-844491b879bf&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>
<p><a href="http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap" rel="bookmark">Add Sitemap in Google with Xmap</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 16 February 2008.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/tutorial/add-sitemap-in-google-with-xmap/feed</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Joomla! Extension Demo: iCoNtent</title>
		<link>http://wheeqo.web.id/joomla/joomla-extension-demo-icontent</link>
		<comments>http://wheeqo.web.id/joomla/joomla-extension-demo-icontent#comments</comments>
		<pubDate>Sat, 16 Feb 2008 06:12:52 +0000</pubDate>
		<dc:creator>R. Bambang Widiatmoko</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[icontent]]></category>

		<guid isPermaLink="false">http://wheeqo.web.id/joomla/joomla-extension-demo-icontent</guid>
		<description><![CDATA[Description iCoNtent is a Joomla! (for 1.0.x version) mambot that will produce a stylish icon from any text in your Joomla! articles. All you have to do is just insert the iCoNtent string into your Joomla! text then the text &#8230; <a href="http://wheeqo.web.id/joomla/joomla-extension-demo-icontent">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h3>Description</h3>
<p><strong>iCoNtent</strong> is a <a rel="nofollow" href="http://www.joomla.org" title="Joomla! official website">Joomla!</a> (for 1.0.x version) mambot that will produce a stylish icon from any text in your Joomla! articles. All you have to do is just insert the iCoNtent string into your Joomla! text then the text will be showed in a nice CSS styling at your Joomla! frontend.</p>
<p><a href="http://wheeqo.web.id/wp-content/uploads/2008/02/icontent_logo.jpg" title="iCoNtent logo" ><img src="http://wheeqo.web.id/wp-content/uploads/2008/02/icontent_logo.jpg" alt="iCoNtent logo" /></a></p>
<p><a rel="nofollow" href="http://joomlacode.org/gf/project/icontent/frs" title="iCoNtent homepage">Download here</a></p>
<p><a href="http://wheeqo.web.id/wp-content/uploads/2008/02/icontent_demo.gif" title="iCoNtent screenshot"><img src="http://wheeqo.web.id/wp-content/uploads/2008/02/icontent_demo.thumbnail.gif" alt="iCoNtent screenshot" /></a></p>
<p><a href="http://wheeqo.web.id/joomla/joomla-extension-demo-icontent" rel="bookmark">Joomla! Extension Demo: iCoNtent</a> was originally appeared on <a href="http://wheeqo.web.id">WheeQo.web.id</a>  posted by R. Bambang Widiatmoko on 16 February 2008.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wheeqo.web.id/joomla/joomla-extension-demo-icontent/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
