<?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"
	>

<channel>
	<title>i Design Page</title>
	<atom:link href="http://idesignpage.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://idesignpage.com</link>
	<description>Webmaster Resource Site</description>
	<pubDate>Sun, 02 Nov 2008 00:12:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>HTML Redirect Page</title>
		<link>http://idesignpage.com/2008/11/html-redirect-page/</link>
		<comments>http://idesignpage.com/2008/11/html-redirect-page/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 00:08:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=40</guid>
		<description><![CDATA[It’s easy to redirect your web site with html. Just add the redirect meta tag to your header like this:
&#60;code&#62;
&#60;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&#62;&#60;/HEAD&#62;
&#60;/code&#62;
content=”0; may be changed to the number of seconds you want the browser to wait before redirecting.
]]></description>
			<content:encoded><![CDATA[<p><span>It’s easy to redirect your web site with html. Just add the redirect meta tag to your header like this:</span></p>
<p>&lt;code&gt;</p>
<p>&lt;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&gt;&lt;/HEAD&gt;</p>
<p>&lt;/code&gt;</p>
<p><span>content=”0; may be changed to the number of seconds you want the browser to wait before redirecting.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/11/html-redirect-page/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to add code to your WordPress Post</title>
		<link>http://idesignpage.com/2008/11/how-to-add-code-to-your-wordpress-post/</link>
		<comments>http://idesignpage.com/2008/11/how-to-add-code-to-your-wordpress-post/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 23:58:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=36</guid>
		<description><![CDATA[The easiest and fastest way is to add:
&#60;code&#62;
&#60;/code&#62;
in between the code you want to use without executing it.
ex.
     &#60;code&#62;index.php&#60;/code&#62;
]]></description>
			<content:encoded><![CDATA[<p>The easiest and fastest way is to add:</p>
<p>&lt;code&gt;</p>
<p>&lt;/code&gt;</p>
<p>in between the code you want to use without executing it.</p>
<p>ex.</p>
<pre>     &lt;code&gt;index.php&lt;/code&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/11/how-to-add-code-to-your-wordpress-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing the Footer from Joomla</title>
		<link>http://idesignpage.com/2008/09/removing-the-footer-from-joomla/</link>
		<comments>http://idesignpage.com/2008/09/removing-the-footer-from-joomla/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=17</guid>
		<description><![CDATA[
Go to:  includes/footer.php
Download footer.php file using FileZilla or  any other FTP client.
Use your favorite editor: vi, Emacs, Bluefish, Gedit,  Kate, Notepad, etc
Remove:
&#60;code&#62;
&#60;div align=&#8221;center&#8221;&#62;
&#60;?php echo $_VERSION-&#62;URL; ?&#62;
&#60;/div&#62;
&#60;/code&#62;
from the footer.php
Save the file and upload it to:
includes folder in your server.
It’s easy to remove Joomla! is Free Software released under the GNU/GPL  License. Don’t [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>Go to:  includes/footer.php<br />
Download footer.php file using FileZilla or  any other FTP client.<br />
Use your favorite editor: vi, Emacs, Bluefish, Gedit,  Kate, Notepad, etc</p>
<p>Remove:</p>
<p>&lt;code&gt;</p>
<p>&lt;div align=&#8221;center&#8221;&gt;<br />
&lt;?php echo $_VERSION-&gt;URL; ?&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/code&gt;<br />
from the footer.php</p>
<p>Save the file and upload it to:<br />
includes folder in your server.</p>
<p>It’s easy to remove Joomla! is Free Software released under the GNU/GPL  License. Don’t forget to donate to Joomla so it can remain free.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/09/removing-the-footer-from-joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Components, Modules or Mambots on Joomla</title>
		<link>http://idesignpage.com/2008/09/installing-components-modules-or-mambots-on-joomla/</link>
		<comments>http://idesignpage.com/2008/09/installing-components-modules-or-mambots-on-joomla/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:04:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=15</guid>
		<description><![CDATA[Download the component, module or mambot to your computer.
Do not unzip  them unless stated in the instructions
Most come with prefix according to  their functionality:
com_ - for component
mod_ - for module
mos or bot  for mambot.
Login to your Joomla Administrator backend
Click on  menu=&#62;Installers=&#62; Component, Module or Mambot (depending on what you want  [...]]]></description>
			<content:encoded><![CDATA[<p>Download the component, module or mambot to your computer.<br />
Do not unzip  them unless stated in the instructions<br />
Most come with prefix according to  their functionality:<br />
com_ - for component<br />
mod_ - for module<br />
mos or bot  for mambot.</p>
<p>Login to your Joomla Administrator backend<br />
Click on  menu=&gt;Installers=&gt; Component, Module or Mambot (depending on what you want  to install)<br />
Click the [Browse…] button; find the extension file you have  downloaded<br />
Click [Upload File and Install].<br />
That is it.</p>
<p>Don’t forget to always backup before you start changing things</p>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/09/installing-components-modules-or-mambots-on-joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install a WordPress Theme (Template)</title>
		<link>http://idesignpage.com/2008/09/install-a-wordpress-theme-template/</link>
		<comments>http://idesignpage.com/2008/09/install-a-wordpress-theme-template/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=12</guid>
		<description><![CDATA[Download the theme.
Unzip it.
Upload your file to the server using  FileZilla or any other FTP client.
Upload the theme to: wp-content/themes
Go to WordPress Admin Panel:
Step 1 – Login to your WordPress Admin  Panel.
Step 2 – Click on Presentation.
Step 3 – Locate the image of your  theme.
Step 4 – Click the image of your [...]]]></description>
			<content:encoded><![CDATA[<p>Download the theme.<br />
Unzip it.<br />
Upload your file to the server using  FileZilla or any other FTP client.<br />
Upload the theme to: wp-content/themes</p>
<p>Go to WordPress Admin Panel:<br />
Step 1 – Login to your WordPress Admin  Panel.<br />
Step 2 – Click on Presentation.<br />
Step 3 – Locate the image of your  theme.<br />
Step 4 – Click the image of your theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/09/install-a-wordpress-theme-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install WordPress Plugins</title>
		<link>http://idesignpage.com/2008/09/how-to-install-wordpress-plugins/</link>
		<comments>http://idesignpage.com/2008/09/how-to-install-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:02:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=9</guid>
		<description><![CDATA[Download the plugin to your desktop.
Unzip it.
Upload  your file to the server using FileZilla or any other FTP client.
Upload the  plugin to: wp-content/plugins.Go to WordPress Admin Panel:
Step 1 – Login to your WordPress Admin  Panel.
Step 2 – Click on Plugins in the main menu.
Step 3 – Locate the name of your plugin [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">Download the plugin to your desktop.<br />
Unzip it.<br />
Upload  your file to the server using FileZilla or any other FTP client.<br />
Upload the  plugin to: wp-content/plugins.Go to WordPress Admin Panel:<br />
Step 1 – Login to your WordPress Admin  Panel.</p>
<p>Step 2 – Click on Plugins in the main menu.</p>
<p>Step 3 – Locate the name of your plugin in the list on that page.</p>
<p>Step 4 – Now click Activate.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/09/how-to-install-wordpress-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Add JavaScript to Joomla Content</title>
		<link>http://idesignpage.com/2008/09/how-to-add-javascript-to-joomla-content/</link>
		<comments>http://idesignpage.com/2008/09/how-to-add-javascript-to-joomla-content/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=6</guid>
		<description><![CDATA[Login in as admin
Go to Site
Global Configuration
Default WYSIWYG  Editor
Change it to No WYSIWYG Editor
Click Save.
Now go to Content:
All Content Items
Welcome to Joomla!
Just add  your Javascript in the Content Area
Click Save
]]></description>
			<content:encoded><![CDATA[<p>Login in as admin<br />
Go to Site<br />
Global Configuration<br />
Default WYSIWYG  Editor<br />
Change it to No WYSIWYG Editor<br />
Click Save.</p>
<p>Now go to Content:<br />
All Content Items<br />
Welcome to Joomla!<br />
Just add  your Javascript in the Content Area<br />
Click Save</p>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/09/how-to-add-javascript-to-joomla-content/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Home</title>
		<link>http://idesignpage.com/2008/08/hello-world/</link>
		<comments>http://idesignpage.com/2008/08/hello-world/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 03:28:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Comments]]></category>

		<guid isPermaLink="false">http://idesignpage.com/?p=1</guid>
		<description><![CDATA[Welcome to i Design Page your one stop web site for all your Webmaster needs.  Here you will find tutorials for Search Engine Optimization (SEO), Scripting,  Content Management System (CMS), Web Site revenues, etc.
]]></description>
			<content:encoded><![CDATA[<p>Welcome to i Design Page your one stop web site for all your Webmaster needs.  Here you will find tutorials for Search Engine Optimization (SEO), Scripting,  Content Management System (CMS), Web Site revenues, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://idesignpage.com/2008/08/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
