<?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>UncleCode.Com - Technology Blog</title>
	<atom:link href="http://www.unclecode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unclecode.com</link>
	<description>Blog Dedicated to Open Source Technology</description>
	<lastBuildDate>Sat, 07 May 2011 06:53:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Drupal- Ten Easy Step to Step Guide on How to Run Multiple Web Sites from single Drupal Installation with the same code base (multi-site)</title>
		<link>http://www.unclecode.com/2010/10/drupal-ten-easy-step-to-step-guide-on-how-to-run-multiple-web-sites-from-single-drupal-installation-with-the-same-code-base-multi-site/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-ten-easy-step-to-step-guide-on-how-to-run-multiple-web-sites-from-single-drupal-installation-with-the-same-code-base-multi-site/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 07:02:01 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=336</guid>
		<description><![CDATA[The key is that you need to create multiple MySQl database (for different websites), create a new directory in &#8220;/sites/your-site-name&#8221; folder which includes &#8220;default.setting.php&#8221; file renamed to &#8220;settings.php&#8221; and finally have your virtual host settings correctly setup. Thats it! It&#8217;s really very easy to install/use your single Drupal installation for multiple websites. In web 2.0 [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-ten-easy-step-to-step-guide-on-how-to-run-multiple-web-sites-from-single-drupal-installation-with-the-same-code-base-multi-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PHPUnit Manually without Pear for a Single Project to test source code classes with or without Wamp/XAMP installation</title>
		<link>http://www.unclecode.com/2010/10/install-phpunit-manually-without-pear-for-a-single-project-to-test-source-code-classes-with-or-without-wampxamp-installation/</link>
		<comments>http://www.unclecode.com/2010/10/install-phpunit-manually-without-pear-for-a-single-project-to-test-source-code-classes-with-or-without-wampxamp-installation/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 15:32:38 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=315</guid>
		<description><![CDATA[Step By Step Guide to install PHPUnit This tutorial is an easy start to test your PHP source code which is build using classes i.e. OOP&#8217;s with/without wamp/xamp doesn&#8217;t really matter. The key to PHPUnit installation is set correct include path of your PHPUnit directory and extend correct phpUnit class in test case file. Related [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/install-phpunit-manually-without-pear-for-a-single-project-to-test-source-code-classes-with-or-without-wampxamp-installation/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Drupal- What is the difference between Page.tpl.php and Node.tpl.php in drupal?</title>
		<link>http://www.unclecode.com/2010/10/drupal-what-is-the-difference-between-page-tpl-php-and-node-tpl-php-in-drupal/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-what-is-the-difference-between-page-tpl-php-and-node-tpl-php-in-drupal/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:34:10 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=309</guid>
		<description><![CDATA[There is a very basic question which everyone asks that what is the basic differences between node.tpl.php and page.tpl.php? Page.tpl.php This template holds the wireframe of the webpage/website like- blocks, regions, header, footer, css, js files and most importantly &#8220;main content&#8221; etc.. Node.tpl.php This is a template through which you can customize your &#8220;main content&#8221;. [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-what-is-the-difference-between-page-tpl-php-and-node-tpl-php-in-drupal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal- How to include a file in drupal template, theme like common Header, Footer</title>
		<link>http://www.unclecode.com/2010/10/drupal-how-to-include-a-file-in-drupal-template-theme-like-common-header-footer/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-how-to-include-a-file-in-drupal-template-theme-like-common-header-footer/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 18:39:52 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=304</guid>
		<description><![CDATA[Here is how you can include a common header, footer in drupal- &#60;?php include ($directory."/includes/header.php"); ?&#62; &#8220;$directory&#8221; is a variable automatically available in Drupal which holds the value of a path to your currently executed theme.]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-how-to-include-a-file-in-drupal-template-theme-like-common-header-footer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal- How to add a drop down menu to your website using CSS SuckerFish Menu</title>
		<link>http://www.unclecode.com/2010/10/drupal-how-to-add-a-drop-down-menu-to-your-website-using-css-suckerfish-menu/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-how-to-add-a-drop-down-menu-to-your-website-using-css-suckerfish-menu/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 10:55:56 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=298</guid>
		<description><![CDATA[A drop down menu can be easily added to you website using basic CSS. Here we will explain that how to add a drop down menu to your drupal theme using one of the best menu system available- SuckerFish Menu. 1. Download attached CSS, JS (for IE6 compatibility) and images. 2. Follow the following steps [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-how-to-add-a-drop-down-menu-to-your-website-using-css-suckerfish-menu/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Drupal- How to place a &#8220;name&#8221; attribute anchor link in menu item</title>
		<link>http://www.unclecode.com/2010/10/drupal-how-to-place-a-name-anchor-link-in-menu-item/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-how-to-place-a-name-anchor-link-in-menu-item/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 10:25:15 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=294</guid>
		<description><![CDATA[If you are trying to place a &#8220;name&#8221; attribute in menu hyperlink then this can be accomplished by declaring  a function in your template.php file as below- &#60;?php function phptemplate_menu_item_link($item, $link_item) { // Convert anchors in path to proper fragment $path = explode('#', $link_item['path'], 2); $fragment = !empty($path[1]) ? $path[1] : NULL; $path = $path[0]; [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-how-to-place-a-name-anchor-link-in-menu-item/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal- List of Top most useful Drupal Modules, add on modules</title>
		<link>http://www.unclecode.com/2010/10/drupal-list-of-top-most-useful-drupal-modules-add-on-modules/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-list-of-top-most-useful-drupal-modules-add-on-modules/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 10:04:53 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=289</guid>
		<description><![CDATA[When I started with drupal I installed number of modules which can be helpful in achieving a particular task. I am just listing down the top most important modules which are required for a full fledged website development using CMS- Drupal- There are no download links provided for some of the modules but they can [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-list-of-top-most-useful-drupal-modules-add-on-modules/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Drupal- How to disable &#8220;Submitted by&#8221; author, date in Content Pages, Content Types</title>
		<link>http://www.unclecode.com/2010/10/drupal-how-to-disable-submitted-by-author-date-in-content-pages-content-types/</link>
		<comments>http://www.unclecode.com/2010/10/drupal-how-to-disable-submitted-by-author-date-in-content-pages-content-types/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 09:44:23 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=286</guid>
		<description><![CDATA[This can be easily disabled in Themes Global Setting configuration found at- Go to Admin -&#62; Themes -&#62; &#8220;Configure&#8221; Tab -&#62; Global Settings. You can find the settings in this section.]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/10/drupal-how-to-disable-submitted-by-author-date-in-content-pages-content-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Lightweight News Ticker, Scroller CSS Based Customisable</title>
		<link>http://www.unclecode.com/2010/08/javascript-lightweight-news-ticker-scroller-css-based-customisable/</link>
		<comments>http://www.unclecode.com/2010/08/javascript-lightweight-news-ticker-scroller-css-based-customisable/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 13:53:31 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=275</guid>
		<description><![CDATA[There are many news headline scrollers, tickers available, but, this is a pure javascript lightweight news ticker/scroller for a website. Easy to use and 100% customizable using CSS. Following are the features you can look for in this ticker- Pure CSS based Set height, width of the scroller/ticker as per your design Set delay in [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/08/javascript-lightweight-news-ticker-scroller-css-based-customisable/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to use POST method/request in PHP CURL, Execute HTTP POST method in PHP CURL</title>
		<link>http://www.unclecode.com/2010/08/how-to-use-post-method-request-in-php-curl-execute-http-post-method-in-php-curl/</link>
		<comments>http://www.unclecode.com/2010/08/how-to-use-post-method-request-in-php-curl-execute-http-post-method-in-php-curl/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:25:23 +0000</pubDate>
		<dc:creator>Garry</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Curl]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.unclecode.com/?p=268</guid>
		<description><![CDATA[PHP Curl is a powerful tool provided to the community as a souvenir. In simple words Curl is basically used to communicate with remote host, send a request and get a response. The response may contain data like a message, error response etc. So its a very simple process. There are certain Curl commands through [...]]]></description>
		<wfw:commentRss>http://www.unclecode.com/2010/08/how-to-use-post-method-request-in-php-curl-execute-http-post-method-in-php-curl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
