<?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; database</title>
	<atom:link href="http://www.techaspirant.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>Freelance Project Developer &#124; Consultant - Cochin, Trivandrum, Calicut</description>
	<lastBuildDate>Wed, 21 Mar 2012 10:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic Linux Commands &#124; usefull for a webdeveloper</title>
		<link>http://www.techaspirant.com/basic-linux-commands/</link>
		<comments>http://www.techaspirant.com/basic-linux-commands/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 07:18:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Misk]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[mysqlimport]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[SET]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=406</guid>
		<description><![CDATA[List Directory shell&#62;ls Find a file or directory shell&#62;find filename Edit a File shell&#62;vi filename.txt Then file will be open, if you want to save that file then 1. press Esc 2. Type ":" (colon) 3. Type "wq" (w- write,q<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/basic-linux-commands/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/basic-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</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>admin</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;)<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/symfony-1-4-doctrine-pagination/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/symfony-1-4-doctrine-pagination/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP 6 upgrade : Advantages covered</title>
		<link>http://www.techaspirant.com/php-6-upgrade/</link>
		<comments>http://www.techaspirant.com/php-6-upgrade/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:42:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=285</guid>
		<description><![CDATA[PHP Personal Home Page now it is Hypertext Pre Processor. Version : 6 (PHP 6) Advantages, Addition of improved MySql Extension PHP 6 support Unicode, so that PHP 6 can handle all languages in the world. I faced lot of<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/php-6-upgrade/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-6-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Cv page updated</title>
		<link>http://www.techaspirant.com/my-cv-page-updated/</link>
		<comments>http://www.techaspirant.com/my-cv-page-updated/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=217</guid>
		<description><![CDATA[Go through my cv page http://arunrajr.com/blog/my-cv/]]></description>
		<wfw:commentRss>http://www.techaspirant.com/my-cv-page-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a directory structure ?</title>
		<link>http://www.techaspirant.com/how-to-create-a-directory-structure/</link>
		<comments>http://www.techaspirant.com/how-to-create-a-directory-structure/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:59:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/archives/12</guid>
		<description><![CDATA[How to create a directory structure ? or How to creata a tree structure  ? or How to design a database for a tree structure ? or How to design a database for storing hierarchical structure ? using single table<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/how-to-create-a-directory-structure/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-create-a-directory-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

