<?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>Tech aspirant &#187; Project Managament</title>
	<atom:link href="http://www.techaspirant.com/category/project-managament/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>The ultimate technology Blog &#124;&#124; My thoughts and finding in brief...arunrajr kadampanad</description>
	<lastBuildDate>Sat, 09 Apr 2011 10:25:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to create Virtual Hosts PHP &#124; Apache ?</title>
		<link>http://www.techaspirant.com/how-to-create-virtual-hosts-php-apache/</link>
		<comments>http://www.techaspirant.com/how-to-create-virtual-hosts-php-apache/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 08:32:42 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[domains]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=387</guid>
		<description><![CDATA[Focus Web Developer should have a requirement to work on various environment . Some projects are in plain php, some are in Framework like CodeIgniter, Symfony .. These all need different configuration and sometime need to use htaccess mode rewrite etc. Those need to be in root folder. We can access each  project like http://accommodationcheap.oi [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-create-virtual-hosts-php-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symfony 1.4 Doctrine Pagination</title>
		<link>http://www.techaspirant.com/symfony-1-4-doctrine-pagination/</link>
		<comments>http://www.techaspirant.com/symfony-1-4-doctrine-pagination/#comments</comments>
		<pubDate>Fri, 14 May 2010 06:51:01 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[symfony 1.4 Doctrine Pagination]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=334</guid>
		<description><![CDATA[Doctrine Pagination is made very simple . public function executeIndex(sfWebRequest $request) { $this-&#62;pager = new sfDoctrinePager('TableName', sfConfig::get('app_max_jobs_on_homepage'); $this-&#62;pager-&#62;setQuery(Doctrine::getTable('TableName')-&#62;createQuery('a')); $this-&#62;pager-&#62;setPage($request-&#62;getParameter('page', 1)); $this-&#62;pager-&#62;init(); } Success page &#60;?php foreach ($pager-&#62;getResults() as $post): ?&#62;&#60;div&#62; &#60;?php if($post-&#62;getTitle()) { echo link_to($post-&#62;getTitle(), &#8216;news/fullstory?expand=&#8217;.$post-&#62;getId(),&#8217;class=&#8221;mhead&#8221;&#8216;); } ?&#62; &#60;?php if($post-&#62;getDn2()!=&#8221;) { echo image_tag($post-&#62;getDn2()); } ?&#62; &#60;?php $content=$post-&#62;getContent(); $stripcontent=substr($content,&#8221; &#8220;,700); echo $stripcontent; ?&#62; &#60;div style=&#8221;display:block;&#8221; &#62; [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/symfony-1-4-doctrine-pagination/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add cron job or scheduled task in windows server / parallel plesk control panel</title>
		<link>http://www.techaspirant.com/how-to-add-cron-job-or-scheduled-task-in-windows-server-parallel-plesk-control-panel/</link>
		<comments>http://www.techaspirant.com/how-to-add-cron-job-or-scheduled-task-in-windows-server-parallel-plesk-control-panel/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 06:50:40 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=227</guid>
		<description><![CDATA[Select scheduled Task from parallel plesk control panel 1. Select Scheduled Task from parallel plesk control panel. [ad#sidebar320280] 2. Add new Task 3. Give the correct path to script program as shown in the figure.]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-add-cron-job-or-scheduled-task-in-windows-server-parallel-plesk-control-panel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beta Version of Zend Application Server released</title>
		<link>http://www.techaspirant.com/beta-version-of-zend-application-released/</link>
		<comments>http://www.techaspirant.com/beta-version-of-zend-application-released/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:58:41 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[application server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=192</guid>
		<description><![CDATA[Zend Server Zend Server is a commercial, enterprise-ready Web Application Server that is designed for running and managing business-critical PHP applications in production. It includes advanced performance optimization, application monitoring and application problem diagnostic capabilities.  Zend Server users receive comprehensive technical support, software updates, hot fixes, and security patches. Packages for Linux,windows and Mac Avalable [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/beta-version-of-zend-application-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Introducing Expandable ads on adsense Site</title>
		<link>http://www.techaspirant.com/google-introducing-expandable-ads-on-adsense-site/</link>
		<comments>http://www.techaspirant.com/google-introducing-expandable-ads-on-adsense-site/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 16:37:29 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Misk]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[expandable ads]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=187</guid>
		<description><![CDATA[Google introduces expandable Ads.. ! a new type of ad that can appear on your pages. expandable ads may stream a movie trailer, show video game clips, or display various views of an item for sale It will display when you click on the link. Ads will expand only after a user clicks and interacts [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/google-introducing-expandable-ads-on-adsense-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who run an organization ? is it an efficient people ? is it an effective people ? is it a highly talented people ?</title>
		<link>http://www.techaspirant.com/who-run-an-organization-is-it-an-efficient-people-is-it-an-effective-people-is-it-a-highly-talented-people/</link>
		<comments>http://www.techaspirant.com/who-run-an-organization-is-it-an-efficient-people-is-it-an-effective-people-is-it-a-highly-talented-people/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 18:52:36 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[Misk]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[efficient people]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=183</guid>
		<description><![CDATA[Who run an organization ? is it an efficient people ? is it an effective people ? is it a highly talented people ? What do u think ? We have to think it. Because this world have a lot of lazy people even though it run properly. Because some people work highly effectively and [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/who-run-an-organization-is-it-an-efficient-people-is-it-an-effective-people-is-it-a-highly-talented-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Management Tool in PHP under GPL:: DotProject</title>
		<link>http://www.techaspirant.com/project-management-tool-in-php-under-gpl-dotproject/</link>
		<comments>http://www.techaspirant.com/project-management-tool-in-php-under-gpl-dotproject/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 06:20:14 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[dotProject]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=40</guid>
		<description><![CDATA[dotProject : the Open Source Project Management tool. dotProject is built using free open-source applications and is produced and maintained by a small, but dedicated group of volunteers. dotProject is programmed in PHP, and utilises MySQL for a backend database (although other databases such as Postgres could also be used). Our recommended server platform includes [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/project-management-tool-in-php-under-gpl-dotproject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

