<?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 - The ultimate technology Blog &#187; R Arun Raj</title>
	<atom:link href="http://www.techaspirant.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>My thoughts and finding in brief...arunrajr</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:52:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To enable mod_rewrite on Xampp</title>
		<link>http://www.techaspirant.com/how-to-enable-mod_rewrite-on-xampp/</link>
		<comments>http://www.techaspirant.com/how-to-enable-mod_rewrite-on-xampp/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:14:58 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[conf]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=379</guid>
		<description><![CDATA[Search For httpd.conf file and uncomment this line #LoadModule rewrite_module modules/mod_rewrite.so LoadModule rewrite_module modules/mod_rewrite.so Restart your Server create a .htaccess file on your server root put this code RewriteEngine On RewriteBase / RewriteRule ^contact-us$ index.php]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-enable-mod_rewrite-on-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Secure and Protected our Email Content In Gmail ?</title>
		<link>http://www.techaspirant.com/how-secure-and-protected-our-email-content-in-gmail/</link>
		<comments>http://www.techaspirant.com/how-secure-and-protected-our-email-content-in-gmail/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 04:31:57 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Gmail security]]></category>
		<category><![CDATA[Google toilet]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=375</guid>
		<description><![CDATA[I yesterday i noticed something on my Gmail Inbox.  Gmail is displaying my bank Account number in right of my inbox. I really wondered how secure our gmail content. Almost all my account is linked with gmail . So lot 0f password residing in it. Even though I am heard about Google Toilet i wont [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-secure-and-protected-our-email-content-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.techaspirant.com/372/</link>
		<comments>http://www.techaspirant.com/372/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 05:24:05 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Misk]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=372</guid>
		<description><![CDATA[Google Maps has a wide array of APIs that let you embed the robust functionality and everyday usefulness of Google Maps into your own website and applications, and overlay your own data on top of them: Maps JavaScript API Embed a Google Map in your webpage using JavaScript. Manipulate the map and add content through [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/372/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating XML-RSS Feed Using PHP MYSQL</title>
		<link>http://www.techaspirant.com/creating-xml-rss-feed-using-php-mysql/</link>
		<comments>http://www.techaspirant.com/creating-xml-rss-feed-using-php-mysql/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 16:46:42 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[kerala]]></category>
		<category><![CDATA[rssfeed]]></category>
		<category><![CDATA[searchengine]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[submission]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[utf8_encode]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml-feed]]></category>
		<category><![CDATA[xml.rss]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=361</guid>
		<description><![CDATA[I have been working to create crowler friendly rss feed for our website. I think it is very easy to build . But when i started coding it i got so many problems with xml and special charcters. I tried program for replacing special characters. But it wont work. Finally i used utf8_encode. It worked [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/creating-xml-rss-feed-using-php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set default values (input field) in symfony 1.4 generated forms</title>
		<link>http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/</link>
		<comments>http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:41:35 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[doctrine]]></category>
		<category><![CDATA[input]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=351</guid>
		<description><![CDATA[I was trying to set default values for an input field. public function executeNew(sfWebRequest $request) { $this->customer = Doctrine::getTable(&#8216;Customer&#8217;)->find(array($request->getParameter(&#8216;customer&#8217;))); $this->forward404Unless($this->customer); $this->form = new CallLogForm(); $this->form->setDefault(&#8216;customer_id&#8217;,$request->getParameter(&#8216;customer&#8217;)); } This is the way to set hidden values of default values for an input field $this->form->setDefault(&#8216;customer_id&#8217;,$request->getParameter(&#8216;customer&#8217;));]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony Study Guide &#8211; Small Project Implementation</title>
		<link>http://www.techaspirant.com/symfony-study-guide-small-project-implementation/</link>
		<comments>http://www.techaspirant.com/symfony-study-guide-small-project-implementation/#comments</comments>
		<pubDate>Sat, 15 May 2010 12:29:38 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[small]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=343</guid>
		<description><![CDATA[Download Symfony Sandbox 1.4 Source : www.symfony-project.org/installation Requirement : Xampp or Wamp Package PHP: 5.2 Above Download Symfony and put this into your website root Rename sf_sandbox to your project name. Here it is CRM open config/properties.yml file and put below details [symfony] name=CRM author=Arun Raj R orm=Doctrine Next thing we have to configure our [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/symfony-study-guide-small-project-implementation/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>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[framework]]></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>Add a page that you&#8217;d like to see the next time you search for : Google add url</title>
		<link>http://www.techaspirant.com/add-a-page-that-youd-like-to-see-the-next-time-you-search-for-google-adds/</link>
		<comments>http://www.techaspirant.com/add-a-page-that-youd-like-to-see-the-next-time-you-search-for-google-adds/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:20:10 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[bulk sms]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[optima]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[orisys]]></category>
		<category><![CDATA[orisysindia]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[spurr]]></category>
		<category><![CDATA[spurrsms]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=315</guid>
		<description><![CDATA[I noticed a new feature from google while doing Search Engine Optimization. You can able to results to google search results. Here we can inlcude our search results to google. I think this move is an alternative to twitter search. What I meant is twitter updates are done by a manual invention, But google results [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/add-a-page-that-youd-like-to-see-the-next-time-you-search-for-google-adds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MYSQL Tips and Tricks</title>
		<link>http://www.techaspirant.com/php-mysql-tips-and-tricks/</link>
		<comments>http://www.techaspirant.com/php-mysql-tips-and-tricks/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:49:54 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[and tricks]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=305</guid>
		<description><![CDATA[This is a small article containing tricks and tips I aquired by reading PHP 6 Text Book. I was used isset() function to check whether these arguements are set or not. And also I need to check this is empty or not. Here is another function to check both of this requirement at single line. empty() [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-mysql-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</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>R Arun Raj</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 problems with &#8216;Malayalam&#8217; font integration. PHP 6 cleans up a lot of garbbages that was [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-6-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
