<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Forums - All Forums]]></title>
		<link>http://forum.notjustbrowsing.org:/</link>
		<description><![CDATA[Forums - http://forum.notjustbrowsing.org:]]></description>
		<pubDate>Tue, 21 Apr 2026 14:52:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Your opinion counts, please participate]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6259</link>
			<pubDate>Mon, 24 Feb 2020 00:16:39 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6259</guid>
			<description><![CDATA[Choose any options]]></description>
			<content:encoded><![CDATA[Choose any options]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[{loadmodule} in an Article - How To?]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6257</link>
			<pubDate>Fri, 14 Feb 2020 12:18:22 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6257</guid>
			<description><![CDATA[It is very powerful to be able to load a module from within an article. An article can be called from a menu item, so this means that a module can be called by using a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How To?</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step 1:</span> Create a module using Module Manager. This module is of a "Module Type" and it has a "Title"<br />
<span style="font-weight: bold;" class="mycode_b">Step 2:</span> Create an article using Article Manager. Add just one line<br />
                      {loadmodule "Module Type","Title"}<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=185" target="_blank" title="">loadmodule_4.png</a> (Size: 39.71 KB / Downloads: 1037)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 3:</span> Associate the article created in step 2 with a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PRE-CONDITION:</span> "<span style="font-style: italic;" class="mycode_i">Content - Load Module</span>" plugin status should be active. Check by using <span style="font-weight: bold;" class="mycode_b">Plugin Manager</span>.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=182" target="_blank" title="">loadmodule_1.png</a> (Size: 16.8 KB / Downloads: 993)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=183" target="_blank" title="">loadmodule_2.png</a> (Size: 32.94 KB / Downloads: 990)
<!-- end: postbit_attachments_attachment --><br />
<br />
Everybody says that <span style="font-style: italic;" class="mycode_i">"IT IS NOT WORKING"</span>.<br />
<span style="font-weight: bold;" class="mycode_b"><br />
WHY?</span><br />
Because the secret is in the<span style="font-weight: bold;" class="mycode_b"> "Module Type"</span> that is not explained properly anywhere.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=184" target="_blank" title="">loadmodule_3.png</a> (Size: 87.18 KB / Downloads: 984)
<!-- end: postbit_attachments_attachment --><br />
In Joomla installation there is a directory called <span style="font-style: italic;" class="mycode_i">"modules". </span>In above picture, I copied subdirectories of module directory in front of each Module Type. <br />
<br />
Important point to note is that when you write {loadmodule <span style="font-style: italic;" class="mycode_i">Module Type</span>,<span style="font-style: italic;" class="mycode_i">Titile of your module</span>}, <span style="font-weight: bold;" class="mycode_b">Module Type</span> is the part of directory name starting after <span style="font-weight: bold;" class="mycode_b">mod_ </span>.<br />
<br />
Hence if you have a module named <span style="font-weight: bold;" class="mycode_b">"Committees"</span> of type <span style="font-weight: bold;" class="mycode_b">"Articles - Newsflash</span>, you will write<br />
{loadmodule <span style="font-weight: bold;" class="mycode_b">articles_news</span>,Committees}<br />
<br />
For <span style="font-weight: bold;" class="mycode_b">Feed Display</span> module type you will write {loadmodule feed,Latest} (if <span style="font-weight: bold;" class="mycode_b">Latest</span> is the Title of your module}<br />
<br />
Now you know where <span style="font-weight: bold;" class="mycode_b">Module Type</span> comes from; once your {loadmodule} parameters are correct, it will work and will show you its power and charm.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notes:</span> <span style="font-weight: bold;" class="mycode_b"><br />
1.</span> No unnecessary space in <span style="font-weight: bold;" class="mycode_b">{</span>loadmodule module_type<span style="font-weight: bold;" class="mycode_b">,</span>title however it was written<span style="font-weight: bold;" class="mycode_b">}<br />
2.</span> If {loadposition} is working and {loadmodule} is not working then it is highly likely that there is a mistake in writing <span style="font-style: italic;" class="mycode_i">module type name</span>.]]></description>
			<content:encoded><![CDATA[It is very powerful to be able to load a module from within an article. An article can be called from a menu item, so this means that a module can be called by using a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How To?</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step 1:</span> Create a module using Module Manager. This module is of a "Module Type" and it has a "Title"<br />
<span style="font-weight: bold;" class="mycode_b">Step 2:</span> Create an article using Article Manager. Add just one line<br />
                      {loadmodule "Module Type","Title"}<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=185" target="_blank" title="">loadmodule_4.png</a> (Size: 39.71 KB / Downloads: 1037)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 3:</span> Associate the article created in step 2 with a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PRE-CONDITION:</span> "<span style="font-style: italic;" class="mycode_i">Content - Load Module</span>" plugin status should be active. Check by using <span style="font-weight: bold;" class="mycode_b">Plugin Manager</span>.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=182" target="_blank" title="">loadmodule_1.png</a> (Size: 16.8 KB / Downloads: 993)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=183" target="_blank" title="">loadmodule_2.png</a> (Size: 32.94 KB / Downloads: 990)
<!-- end: postbit_attachments_attachment --><br />
<br />
Everybody says that <span style="font-style: italic;" class="mycode_i">"IT IS NOT WORKING"</span>.<br />
<span style="font-weight: bold;" class="mycode_b"><br />
WHY?</span><br />
Because the secret is in the<span style="font-weight: bold;" class="mycode_b"> "Module Type"</span> that is not explained properly anywhere.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=184" target="_blank" title="">loadmodule_3.png</a> (Size: 87.18 KB / Downloads: 984)
<!-- end: postbit_attachments_attachment --><br />
In Joomla installation there is a directory called <span style="font-style: italic;" class="mycode_i">"modules". </span>In above picture, I copied subdirectories of module directory in front of each Module Type. <br />
<br />
Important point to note is that when you write {loadmodule <span style="font-style: italic;" class="mycode_i">Module Type</span>,<span style="font-style: italic;" class="mycode_i">Titile of your module</span>}, <span style="font-weight: bold;" class="mycode_b">Module Type</span> is the part of directory name starting after <span style="font-weight: bold;" class="mycode_b">mod_ </span>.<br />
<br />
Hence if you have a module named <span style="font-weight: bold;" class="mycode_b">"Committees"</span> of type <span style="font-weight: bold;" class="mycode_b">"Articles - Newsflash</span>, you will write<br />
{loadmodule <span style="font-weight: bold;" class="mycode_b">articles_news</span>,Committees}<br />
<br />
For <span style="font-weight: bold;" class="mycode_b">Feed Display</span> module type you will write {loadmodule feed,Latest} (if <span style="font-weight: bold;" class="mycode_b">Latest</span> is the Title of your module}<br />
<br />
Now you know where <span style="font-weight: bold;" class="mycode_b">Module Type</span> comes from; once your {loadmodule} parameters are correct, it will work and will show you its power and charm.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notes:</span> <span style="font-weight: bold;" class="mycode_b"><br />
1.</span> No unnecessary space in <span style="font-weight: bold;" class="mycode_b">{</span>loadmodule module_type<span style="font-weight: bold;" class="mycode_b">,</span>title however it was written<span style="font-weight: bold;" class="mycode_b">}<br />
2.</span> If {loadposition} is working and {loadmodule} is not working then it is highly likely that there is a mistake in writing <span style="font-style: italic;" class="mycode_i">module type name</span>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Franchise will be offered through crowdfunding]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6256</link>
			<pubDate>Thu, 06 Feb 2020 11:48:06 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6256</guid>
			<description><![CDATA[Please follow the link to preview of kickstarter crowd funding campaign<br />
<br />
<a href="https://www.kickstarter.com/projects/advertise-here/1017606612?ref=8tzood&amp;token=b8c4f9f1" target="_blank" rel="noopener" class="mycode_url">kickstarter campaign</a><br />
<br />
Important point to note is that I will be offering <span style="font-weight: bold;" class="mycode_b">100</span> <span style="text-decoration: underline;" class="mycode_u">franchises</span> for <span style="font-weight: bold;" class="mycode_b">@dvertise here</span> to selected 100 preferred sponsors.<br />
<br />
In a franchise, I will run the code on a separate server for each franchise and each franchise will be connected with the PayPal account of the <span style="font-weight: bold;" class="mycode_b">franchise keeper</span><span style="font-weight: bold;" class="mycode_b">.</span> <br />
<br />
Prominent feature of @dvertise here is that I will share it for the benefit of many.<br />
<br />
Thank you for your interest.]]></description>
			<content:encoded><![CDATA[Please follow the link to preview of kickstarter crowd funding campaign<br />
<br />
<a href="https://www.kickstarter.com/projects/advertise-here/1017606612?ref=8tzood&amp;token=b8c4f9f1" target="_blank" rel="noopener" class="mycode_url">kickstarter campaign</a><br />
<br />
Important point to note is that I will be offering <span style="font-weight: bold;" class="mycode_b">100</span> <span style="text-decoration: underline;" class="mycode_u">franchises</span> for <span style="font-weight: bold;" class="mycode_b">@dvertise here</span> to selected 100 preferred sponsors.<br />
<br />
In a franchise, I will run the code on a separate server for each franchise and each franchise will be connected with the PayPal account of the <span style="font-weight: bold;" class="mycode_b">franchise keeper</span><span style="font-weight: bold;" class="mycode_b">.</span> <br />
<br />
Prominent feature of @dvertise here is that I will share it for the benefit of many.<br />
<br />
Thank you for your interest.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PayPal SandBox Account]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6255</link>
			<pubDate>Sun, 26 Jan 2020 18:07:28 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6255</guid>
			<description><![CDATA[If you would like to test <span style="font-weight: bold;" class="mycode_b">@dvertise here</span> by advertising on this forum page at the top right hand, you can use the following PayPal SandBox credentials to advertise.<br />
<br />
Email ID: sb-spy43y951641@personal.example.com<br />
Password: IH(kYU.6<br />
<br />
Using above credentials, 1000 advertisements can be placed for the top right hand of the main forum website.<br />
<br />
Please use 1 advertisement per registered member of this forum]]></description>
			<content:encoded><![CDATA[If you would like to test <span style="font-weight: bold;" class="mycode_b">@dvertise here</span> by advertising on this forum page at the top right hand, you can use the following PayPal SandBox credentials to advertise.<br />
<br />
Email ID: sb-spy43y951641@personal.example.com<br />
Password: IH(kYU.6<br />
<br />
Using above credentials, 1000 advertisements can be placed for the top right hand of the main forum website.<br />
<br />
Please use 1 advertisement per registered member of this forum]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[@dvertise here]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6254</link>
			<pubDate>Tue, 21 Jan 2020 22:38:14 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6254</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><img src="http://advertise-here.worldwideservice.org/home/images/adhere2.png" alt="[Image: adhere2.png]" class="mycode_img" /></span> is an advertising solution for website owners.<br />
<br />
Visit <a href="http://advertise-here.worldwideservice.org" target="_blank" rel="noopener" class="mycode_url">@dvertise here</a><br />
<br />
Register yourself and start selling your website spaces in minutes.<br />
<br />
If you are a website owner or a representiative/controller of many websites, you can allocate a particular space in a website and offer this space to potential advertisers using <span style="font-weight: bold;" class="mycode_b">@dvertise here</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Note:</span> Trial of "@dvertise here" will continue for a few more days. You may advertise on the advertise-here.worldwideservice.org by using your PayPal SandBox account (if you ahve) for a few days on trial basis.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HOW TO TRY:</span><br />
<span style="font-weight: bold;" class="mycode_b">Step 1:</span> If you see this "@dvertise here" at the top right hand corner of this forum, 'mouse click' as in <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=186" target="_blank" title="">advertise_here_1.png</a> (Size: 43.38 KB / Downloads: 839)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 2:</span> You will be taken to advertisement submitting page as you see here in <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=187" target="_blank" title="">advertise_here_2.png</a> (Size: 69.11 KB / Downloads: 884)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 3:</span> After completing advertisement details, you are given the option to 'Book Advert'; by clicking you get  <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=188" target="_blank" title="">advertise_here_3.png</a> (Size: 50.58 KB / Downloads: 857)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 4:</span> Use following credentials for a dummy transaction<br />
            <span style="font-weight: bold;" class="mycode_b">Email ID:</span> sb-spy43y951641@personal.example.com    as in <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=189" target="_blank" title="">advertise_here_4.png</a> (Size: 47.39 KB / Downloads: 871)
<!-- end: postbit_attachments_attachment --><br />
            <span style="font-weight: bold;" class="mycode_b">Password:</span> IH(kYU.6<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Result:</span> You will start seeing your advertisement image on top right corner of this forum.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><img src="http://advertise-here.worldwideservice.org/home/images/adhere2.png" alt="[Image: adhere2.png]" class="mycode_img" /></span> is an advertising solution for website owners.<br />
<br />
Visit <a href="http://advertise-here.worldwideservice.org" target="_blank" rel="noopener" class="mycode_url">@dvertise here</a><br />
<br />
Register yourself and start selling your website spaces in minutes.<br />
<br />
If you are a website owner or a representiative/controller of many websites, you can allocate a particular space in a website and offer this space to potential advertisers using <span style="font-weight: bold;" class="mycode_b">@dvertise here</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Note:</span> Trial of "@dvertise here" will continue for a few more days. You may advertise on the advertise-here.worldwideservice.org by using your PayPal SandBox account (if you ahve) for a few days on trial basis.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">HOW TO TRY:</span><br />
<span style="font-weight: bold;" class="mycode_b">Step 1:</span> If you see this "@dvertise here" at the top right hand corner of this forum, 'mouse click' as in <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=186" target="_blank" title="">advertise_here_1.png</a> (Size: 43.38 KB / Downloads: 839)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 2:</span> You will be taken to advertisement submitting page as you see here in <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=187" target="_blank" title="">advertise_here_2.png</a> (Size: 69.11 KB / Downloads: 884)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 3:</span> After completing advertisement details, you are given the option to 'Book Advert'; by clicking you get  <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=188" target="_blank" title="">advertise_here_3.png</a> (Size: 50.58 KB / Downloads: 857)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 4:</span> Use following credentials for a dummy transaction<br />
            <span style="font-weight: bold;" class="mycode_b">Email ID:</span> sb-spy43y951641@personal.example.com    as in <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=189" target="_blank" title="">advertise_here_4.png</a> (Size: 47.39 KB / Downloads: 871)
<!-- end: postbit_attachments_attachment --><br />
            <span style="font-weight: bold;" class="mycode_b">Password:</span> IH(kYU.6<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Result:</span> You will start seeing your advertisement image on top right corner of this forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Portal Open for business now]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6243</link>
			<pubDate>Sat, 18 May 2019 14:49:51 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6243</guid>
			<description><![CDATA[The Merchant of Cyber Space is open for business now.<br />
Portal can be accessed at http://tmocs.worldwideservice.org]]></description>
			<content:encoded><![CDATA[The Merchant of Cyber Space is open for business now.<br />
Portal can be accessed at http://tmocs.worldwideservice.org]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Kickstarter campaign started]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6242</link>
			<pubDate>Wed, 24 Apr 2019 14:55:39 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6242</guid>
			<description><![CDATA[Please visit and pledge.<br />
<br />
https://www.kickstarter.com/projects/notjustbrowsing/desirable-website-address-and-affordable-web-prese?ref=discovery_category]]></description>
			<content:encoded><![CDATA[Please visit and pledge.<br />
<br />
https://www.kickstarter.com/projects/notjustbrowsing/desirable-website-address-and-affordable-web-prese?ref=discovery_category]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Special Offer]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6228</link>
			<pubDate>Sun, 07 Apr 2019 09:42:21 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6228</guid>
			<description><![CDATA[500 sub-domains of worldwideservice.org can be reserved on first come first serve basis until 12 April 2019. To reserve your sub-domain, please e-mail your desired sub-domain name to tmocs@worldwideservice.org. Your proposed sub-domain name will be reserved until 30 April 2019; it will be made available to the public on 1st May 2019 if not bought by 30th April 2019.<br />
<br />
TheMerchantOfCyberSpace portal will be open to public from 15 April 2019.<br />
visit http://tmocs.worldwideservice.org<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=181" target="_blank" title="">tmocs_screenshot.jpg</a> (Size: 94.62 KB / Downloads: 1043)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[500 sub-domains of worldwideservice.org can be reserved on first come first serve basis until 12 April 2019. To reserve your sub-domain, please e-mail your desired sub-domain name to tmocs@worldwideservice.org. Your proposed sub-domain name will be reserved until 30 April 2019; it will be made available to the public on 1st May 2019 if not bought by 30th April 2019.<br />
<br />
TheMerchantOfCyberSpace portal will be open to public from 15 April 2019.<br />
visit http://tmocs.worldwideservice.org<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=181" target="_blank" title="">tmocs_screenshot.jpg</a> (Size: 94.62 KB / Downloads: 1043)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The Anatomy of Threads]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=5563</link>
			<pubDate>Fri, 01 Jul 2016 19:46:00 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=5563</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">© - Intermittent execution of a collection of branches may be called "Threading".</span><br />
<br />
Please watch the attached animation.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="GIF Image" border="0" alt=".gif" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=135" target="_blank" title="">intermittent_execution_1_slow.gif</a> (Size: 370.83 KB / Downloads: 1247)
<!-- end: postbit_attachments_attachment --><br />
<br />
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">© - Intermittent execution of a collection of branches may be called "Threading".</span><br />
<br />
Please watch the attached animation.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="GIF Image" border="0" alt=".gif" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=135" target="_blank" title="">intermittent_execution_1_slow.gif</a> (Size: 370.83 KB / Downloads: 1247)
<!-- end: postbit_attachments_attachment --><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Screenshots]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=5339</link>
			<pubDate>Wed, 15 Jun 2016 09:09:27 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=5339</guid>
			<description><![CDATA[Brief Introduction<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=129" target="_blank" title="">screenshot.jpg</a> (Size: 136.1 KB / Downloads: 1326)
<!-- end: postbit_attachments_attachment --><br />
<br />
Linear Browser is part of NotJustBrowsing Desktop.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=130" target="_blank" title="">njbd_sc_4.jpg</a> (Size: 79.51 KB / Downloads: 1206)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Brief Introduction<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=129" target="_blank" title="">screenshot.jpg</a> (Size: 136.1 KB / Downloads: 1326)
<!-- end: postbit_attachments_attachment --><br />
<br />
Linear Browser is part of NotJustBrowsing Desktop.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=130" target="_blank" title="">njbd_sc_4.jpg</a> (Size: 79.51 KB / Downloads: 1206)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Template Import]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4988</link>
			<pubDate>Thu, 28 Apr 2016 12:20:24 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4988</guid>
			<description><![CDATA[You created template for your website and compressed all the required template files into a .zip file.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=112" target="_blank" title="">joomla_template_8_0.png</a> (Size: 82.02 KB / Downloads: 1076)
<!-- end: postbit_attachments_attachment --><br />
</ul>
Now you should LogIn to Joomla administrator's account and choose menu item <span style="font-weight: bold;" class="mycode_b">Extensions</span> and sub menu item <span style="font-weight: bold;" class="mycode_b">Manage</span> to Install this template.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=113" target="_blank" title="">joomla_template_8_1.png</a> (Size: 118.13 KB / Downloads: 1116)
<!-- end: postbit_attachments_attachment --><br />
</ul>]]></description>
			<content:encoded><![CDATA[You created template for your website and compressed all the required template files into a .zip file.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=112" target="_blank" title="">joomla_template_8_0.png</a> (Size: 82.02 KB / Downloads: 1076)
<!-- end: postbit_attachments_attachment --><br />
</ul>
Now you should LogIn to Joomla administrator's account and choose menu item <span style="font-weight: bold;" class="mycode_b">Extensions</span> and sub menu item <span style="font-weight: bold;" class="mycode_b">Manage</span> to Install this template.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=113" target="_blank" title="">joomla_template_8_1.png</a> (Size: 118.13 KB / Downloads: 1116)
<!-- end: postbit_attachments_attachment --><br />
</ul>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Template Import - Preparations]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4970</link>
			<pubDate>Tue, 26 Apr 2016 12:36:12 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4970</guid>
			<description><![CDATA[Once you have your required template ready, you can modify/add a few things in your existing template files to make them usable in Joomla system as a Joomla template.<br />
<br />
<ol>
<li>Change the name of index.html to index.php and add <span style="font-weight: bold;" class="mycode_b">some relevant information</span> at the top of the file.</li>
<li>Create and add templateDetails.xml in the same folder/directory</li>
<li>Compress the directory into a .zip file to be able to import it in Joomla</li>
</ol>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=106" target="_blank" title="">joomla_template_6.png</a> (Size: 82.02 KB / Downloads: 1100)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Once you have your required template ready, you can modify/add a few things in your existing template files to make them usable in Joomla system as a Joomla template.<br />
<br />
<ol>
<li>Change the name of index.html to index.php and add <span style="font-weight: bold;" class="mycode_b">some relevant information</span> at the top of the file.</li>
<li>Create and add templateDetails.xml in the same folder/directory</li>
<li>Compress the directory into a .zip file to be able to import it in Joomla</li>
</ol>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=106" target="_blank" title="">joomla_template_6.png</a> (Size: 82.02 KB / Downloads: 1100)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Brief Introduction]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4942</link>
			<pubDate>Sun, 24 Apr 2016 12:42:41 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4942</guid>
			<description><![CDATA[Joomla is a Content Management System based on PHP/MySQL, popular and widely used at present.<br />
<br />
A few things to remember about Joomla terminology<br />
<OL>
<li><span style="font-weight: bold;" class="mycode_b">Template:</span> A hollow web page structure just like the one we constructed in <a href="http://forum.notjustbrowsing.org/forumdisplay.php?fid=10" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION</a> series of posts.</li>
<li><span style="font-weight: bold;" class="mycode_b">Category:</span> Think of the term "Category" in Joomla as "Directory" or "Folder" in a file system.</li>
<li><span style="font-weight: bold;" class="mycode_b">Article:</span> An "Article" in Joomla term is information that you want to show on your web page as a one piece.</li>
<li><span style="font-weight: bold;" class="mycode_b">Module:</span> A module is a specific piece of code, written in PHP and is part of Joomla System. All predefined tasks are done by specific modules for that task.</li>
</OL>
<br />
<span style="font-weight: bold;" class="mycode_b">Notes</span><br />
<ul>
<li>We will be modifying our template constructed earlier, to enable our template to be imported into Joomla.</li>
<li>For Joomla operational purposes, create "categories" and associate appropriate "articles" to them.</li>
<li>Most of our work for creating a website is already complete. We have already created a template and designed <a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">layout for all contents</a> in our web page.</li>
</ul>
<br />
Last but not least, learn to use Joomla by using it.]]></description>
			<content:encoded><![CDATA[Joomla is a Content Management System based on PHP/MySQL, popular and widely used at present.<br />
<br />
A few things to remember about Joomla terminology<br />
<OL>
<li><span style="font-weight: bold;" class="mycode_b">Template:</span> A hollow web page structure just like the one we constructed in <a href="http://forum.notjustbrowsing.org/forumdisplay.php?fid=10" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION</a> series of posts.</li>
<li><span style="font-weight: bold;" class="mycode_b">Category:</span> Think of the term "Category" in Joomla as "Directory" or "Folder" in a file system.</li>
<li><span style="font-weight: bold;" class="mycode_b">Article:</span> An "Article" in Joomla term is information that you want to show on your web page as a one piece.</li>
<li><span style="font-weight: bold;" class="mycode_b">Module:</span> A module is a specific piece of code, written in PHP and is part of Joomla System. All predefined tasks are done by specific modules for that task.</li>
</OL>
<br />
<span style="font-weight: bold;" class="mycode_b">Notes</span><br />
<ul>
<li>We will be modifying our template constructed earlier, to enable our template to be imported into Joomla.</li>
<li>For Joomla operational purposes, create "categories" and associate appropriate "articles" to them.</li>
<li>Most of our work for creating a website is already complete. We have already created a template and designed <a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">layout for all contents</a> in our web page.</li>
</ul>
<br />
Last but not least, learn to use Joomla by using it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What/Where is Nadia's Treasure of Knowledge]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4885</link>
			<pubDate>Thu, 21 Apr 2016 14:31:13 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4885</guid>
			<description><![CDATA[Nadia's Treasure of Knowledge is a <span style="font-weight: bold;" class="mycode_b">book repository</span> where anyone can store/upload their <span style="font-weight: bold;" class="mycode_b">books of URL's</span> (usually called bookmarks) created using NotJustBrowsing web browser or download other people's books of web links from repository.<br />
<br />
One of the brightest feature of NotJustBrowsing web browser is to let user save a lot of bookmarks orderly (in a form of a book) with notes written along each saved web page link.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="GIF Image" border="0" alt=".gif" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=102" target="_blank" title="">front_cover.gif</a> (Size: 10.84 KB / Downloads: 1168)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="GIF Image" border="0" alt=".gif" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=103" target="_blank" title="">binding.gif</a> (Size: 23.62 KB / Downloads: 1179)
<!-- end: postbit_attachments_attachment --><br />
<br />
Visit <a href="http://notjustbrowsing.com" target="_blank" rel="noopener" class="mycode_url">NotJustBrowsing</a> for more details about the browser. A user guide of NotJustBrowsing can be looked at <a href="http://www.notjustbrowsing.com/userguide/index.htm" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Once you know and use NotJustBrowsing web browser for your needs, then you can visit <a href="http://ntok.notjustbrowsing.org" target="_blank" rel="noopener" class="mycode_url">Nadia's Treasure of Knowledge</a> to save your books in this Nadia's repository for other people to share or download other user's books of links.<br />
<br />
]]></description>
			<content:encoded><![CDATA[Nadia's Treasure of Knowledge is a <span style="font-weight: bold;" class="mycode_b">book repository</span> where anyone can store/upload their <span style="font-weight: bold;" class="mycode_b">books of URL's</span> (usually called bookmarks) created using NotJustBrowsing web browser or download other people's books of web links from repository.<br />
<br />
One of the brightest feature of NotJustBrowsing web browser is to let user save a lot of bookmarks orderly (in a form of a book) with notes written along each saved web page link.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="GIF Image" border="0" alt=".gif" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=102" target="_blank" title="">front_cover.gif</a> (Size: 10.84 KB / Downloads: 1168)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="GIF Image" border="0" alt=".gif" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=103" target="_blank" title="">binding.gif</a> (Size: 23.62 KB / Downloads: 1179)
<!-- end: postbit_attachments_attachment --><br />
<br />
Visit <a href="http://notjustbrowsing.com" target="_blank" rel="noopener" class="mycode_url">NotJustBrowsing</a> for more details about the browser. A user guide of NotJustBrowsing can be looked at <a href="http://www.notjustbrowsing.com/userguide/index.htm" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Once you know and use NotJustBrowsing web browser for your needs, then you can visit <a href="http://ntok.notjustbrowsing.org" target="_blank" rel="noopener" class="mycode_url">Nadia's Treasure of Knowledge</a> to save your books in this Nadia's repository for other people to share or download other user's books of links.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Role of Content Management System]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4810</link>
			<pubDate>Mon, 18 Apr 2016 14:38:40 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4810</guid>
			<description><![CDATA[A <span style="font-weight: bold;" class="mycode_b">C</span>ontent <span style="font-weight: bold;" class="mycode_b">M</span>anagement <span style="font-weight: bold;" class="mycode_b">S</span>ystem (<span style="font-weight: bold;" class="mycode_b">CMS</span>) should be able to do two things<br />
  1. Help you create and store contents.<br />
  2. Place your stored contents on your web page, <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">whenever</span></span>, <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">wherever</span></span> and <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">however</span></span> you want them to be displayed.<br />
<br />
For example, visit <a href="http://rh.besaged.com" target="_blank" rel="noopener" class="mycode_url">Refreshing Heights</a> to see an example of a website developed using <span style="font-weight: bold;" class="mycode_b">Joomla</span>.<br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[A <span style="font-weight: bold;" class="mycode_b">C</span>ontent <span style="font-weight: bold;" class="mycode_b">M</span>anagement <span style="font-weight: bold;" class="mycode_b">S</span>ystem (<span style="font-weight: bold;" class="mycode_b">CMS</span>) should be able to do two things<br />
  1. Help you create and store contents.<br />
  2. Place your stored contents on your web page, <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">whenever</span></span>, <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">wherever</span></span> and <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">however</span></span> you want them to be displayed.<br />
<br />
For example, visit <a href="http://rh.besaged.com" target="_blank" rel="noopener" class="mycode_url">Refreshing Heights</a> to see an example of a website developed using <span style="font-weight: bold;" class="mycode_b">Joomla</span>.<br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Website Development Environment]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4806</link>
			<pubDate>Mon, 18 Apr 2016 14:14:22 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4806</guid>
			<description><![CDATA[If you want to develop your website using any PHP based <span style="font-weight: bold;" class="mycode_b">C</span>ontent <span style="font-weight: bold;" class="mycode_b">M</span>anagement <span style="font-weight: bold;" class="mycode_b">S</span>ystem (Joomla, Drupal etc.) on your computer then you should have some PHP based development environment installed on your computer.<br />
<br />
One such popular PHP development environment is called <span style="font-weight: bold;" class="mycode_b">XAMPP</span>. If you don't have any such environment then you should download and install <a href="http://www.apachefriends.org/index.html" target="_blank" rel="noopener" class="mycode_url">XAMPP</a>.]]></description>
			<content:encoded><![CDATA[If you want to develop your website using any PHP based <span style="font-weight: bold;" class="mycode_b">C</span>ontent <span style="font-weight: bold;" class="mycode_b">M</span>anagement <span style="font-weight: bold;" class="mycode_b">S</span>ystem (Joomla, Drupal etc.) on your computer then you should have some PHP based development environment installed on your computer.<br />
<br />
One such popular PHP development environment is called <span style="font-weight: bold;" class="mycode_b">XAMPP</span>. If you don't have any such environment then you should download and install <a href="http://www.apachefriends.org/index.html" target="_blank" rel="noopener" class="mycode_url">XAMPP</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Basics]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=3067</link>
			<pubDate>Mon, 07 Mar 2016 19:41:32 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=3067</guid>
			<description><![CDATA[To create a simple website using Joomla, you should follow these posts in order<br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=780" target="_blank" rel="noopener" class="mycode_url">What is a Web Page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=839" target="_blank" rel="noopener" class="mycode_url">What is in a web page?</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=795" target="_blank" rel="noopener" class="mycode_url">Template: Organization of contents on a web page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=838" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - I</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1204" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - II</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1263" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - III</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1276" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - IV</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1300" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - V</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1405" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VI</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1438" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VII</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1976" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - Final</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">Layout creation for each space</a><br />
<br />
Once you have template of your desired website ready, come back to this area for next step.]]></description>
			<content:encoded><![CDATA[To create a simple website using Joomla, you should follow these posts in order<br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=780" target="_blank" rel="noopener" class="mycode_url">What is a Web Page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=839" target="_blank" rel="noopener" class="mycode_url">What is in a web page?</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=795" target="_blank" rel="noopener" class="mycode_url">Template: Organization of contents on a web page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=838" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - I</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1204" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - II</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1263" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - III</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1276" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - IV</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1300" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - V</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1405" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VI</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1438" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VII</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1976" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - Final</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">Layout creation for each space</a><br />
<br />
Once you have template of your desired website ready, come back to this area for next step.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forum Location (URL)]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=3022</link>
			<pubDate>Sat, 05 Mar 2016 14:37:57 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=3022</guid>
			<description><![CDATA[Initially forum started from <span style="text-decoration: underline;" class="mycode_u">notjustbrowsing.org/forum</span> but later due to a number of problems it is now moved to <br />
<br />
<span style="text-decoration: underline;" class="mycode_u">forum.notjustbrowsing.org</span><br />
<br />
Previously bookmarked pages may or may not be available now. There is already a redirection in place <span style="font-weight: bold;" class="mycode_b">from</span> <span style="text-decoration: underline;" class="mycode_u">notjustbrowsing.org/forum</span> <span style="font-weight: bold;" class="mycode_b">to</span> <a href="http://forum.notjustbrowsing.org" target="_blank" rel="noopener" class="mycode_url">forum.notjustbrowsing.org</a><br />
<br />
]]></description>
			<content:encoded><![CDATA[Initially forum started from <span style="text-decoration: underline;" class="mycode_u">notjustbrowsing.org/forum</span> but later due to a number of problems it is now moved to <br />
<br />
<span style="text-decoration: underline;" class="mycode_u">forum.notjustbrowsing.org</span><br />
<br />
Previously bookmarked pages may or may not be available now. There is already a redirection in place <span style="font-weight: bold;" class="mycode_b">from</span> <span style="text-decoration: underline;" class="mycode_u">notjustbrowsing.org/forum</span> <span style="font-weight: bold;" class="mycode_b">to</span> <a href="http://forum.notjustbrowsing.org" target="_blank" rel="noopener" class="mycode_url">forum.notjustbrowsing.org</a><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Laptops/Netbooks disposal/exchange service]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=3019</link>
			<pubDate>Sat, 05 Mar 2016 13:22:50 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=3019</guid>
			<description><![CDATA[Your spare/repair or working but not required laptop will be collected from your home for a little charge. Price you pay is to collect your laptop/netbook from your home address. Service is initially limited to England.<br />
<br />
If you give a working laptop/netbook then that will entitle you (on priority) to get a similar/better working laptop/netbook at some other time for the price of delivery to your home. This price will be similar or same as of the price to collect a laptop/netbook.<br />
<br />
Your Laptop/Netbook will be recycled and be made available to other deserved people at the same price.<br />
<br />
    This price to collect and deliver laptop/netbook is £20 for now.[/li]<br />
    Your laptop/netbook will be picked up at an agreed day/time.<br />
    This service is for private non-commercial customers.<br />
    The service is initially available in England.<br />
<br />
------->>>  <a href="http://www.ebay.co.uk/itm/-/272204931686?" target="_blank" rel="noopener" class="mycode_url">For more details visit ...</a><br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[Your spare/repair or working but not required laptop will be collected from your home for a little charge. Price you pay is to collect your laptop/netbook from your home address. Service is initially limited to England.<br />
<br />
If you give a working laptop/netbook then that will entitle you (on priority) to get a similar/better working laptop/netbook at some other time for the price of delivery to your home. This price will be similar or same as of the price to collect a laptop/netbook.<br />
<br />
Your Laptop/Netbook will be recycled and be made available to other deserved people at the same price.<br />
<br />
    This price to collect and deliver laptop/netbook is £20 for now.[/li]<br />
    Your laptop/netbook will be picked up at an agreed day/time.<br />
    This service is for private non-commercial customers.<br />
    The service is initially available in England.<br />
<br />
------->>>  <a href="http://www.ebay.co.uk/itm/-/272204931686?" target="_blank" rel="noopener" class="mycode_url">For more details visit ...</a><br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TEMPLATE CONSTRUCTION - The End (Layout creation for each content space)]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=2957</link>
			<pubDate>Wed, 24 Feb 2016 23:06:33 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=2957</guid>
			<description><![CDATA[In <a href="http://forum.notjustbrowsing.org/showthread.php?tid=1976" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - Final</a> we have prepared particular spaces (header, latest_news, links2contents, main_content_area, footer) to show contents.<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=85" target="_blank" title="">template_construction_stage_8_2.png</a> (Size: 344.22 KB / Downloads: 1291)
<!-- end: postbit_attachments_attachment --><br />
<br />
Now is the time to create layout for each of the content space separately one by one.<br />
<br />
Important thing to consider is to place layout information in a separate .css file for each space. That is, we should have header.css, latest_news.css, links2contents.css, main_content_area.css and footer.css. <span style="font-weight: bold;" class="mycode_b">Reason:</span> we want to keep ourselves in <span style="font-weight: bold;" class="mycode_b">'objected orientation'</span> mode.]]></description>
			<content:encoded><![CDATA[In <a href="http://forum.notjustbrowsing.org/showthread.php?tid=1976" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - Final</a> we have prepared particular spaces (header, latest_news, links2contents, main_content_area, footer) to show contents.<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=85" target="_blank" title="">template_construction_stage_8_2.png</a> (Size: 344.22 KB / Downloads: 1291)
<!-- end: postbit_attachments_attachment --><br />
<br />
Now is the time to create layout for each of the content space separately one by one.<br />
<br />
Important thing to consider is to place layout information in a separate .css file for each space. That is, we should have header.css, latest_news.css, links2contents.css, main_content_area.css and footer.css. <span style="font-weight: bold;" class="mycode_b">Reason:</span> we want to keep ourselves in <span style="font-weight: bold;" class="mycode_b">'objected orientation'</span> mode.]]></content:encoded>
		</item>
	</channel>
</rss>