<?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>Go For Expert</title>
	<atom:link href="http://www.goforexpert.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goforexpert.com</link>
	<description>Express Your Views and Share Your Experience</description>
	<lastBuildDate>Thu, 02 Feb 2012 04:32:48 +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>Hudson installation and phpcs integration process</title>
		<link>http://www.goforexpert.com/hudson-instalation-and-phpcs-integration-process/</link>
		<comments>http://www.goforexpert.com/hudson-instalation-and-phpcs-integration-process/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 04:30:22 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=266</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.goforexpert.com/hudson-instalation-and-phpcs-integration-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bugs</title>
		<link>http://www.goforexpert.com/bugs/</link>
		<comments>http://www.goforexpert.com/bugs/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 06:29:31 +0000</pubDate>
		<dc:creator>shrikanth patwari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=262</guid>
		<description><![CDATA[hello, i am not clear with the errors like  boolean cannot be dereferenced,int cannot be dereferenced&#8230;.so on. n.a(a).cancel(); how to fix the bux for the ]]></description>
		<wfw:commentRss>http://www.goforexpert.com/bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>j2me architecture</title>
		<link>http://www.goforexpert.com/j2me-architecture/</link>
		<comments>http://www.goforexpert.com/j2me-architecture/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 12:32:14 +0000</pubDate>
		<dc:creator>sharath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=259</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.goforexpert.com/j2me-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Tag in Git</title>
		<link>http://www.goforexpert.com/creating-tag-in-git/</link>
		<comments>http://www.goforexpert.com/creating-tag-in-git/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:29:08 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=244</guid>
		<description><![CDATA[There are 2 steps to create a tag in Git Creating Annotated tags -a refers to tagname -m refers to tag message as the above ]]></description>
		<wfw:commentRss>http://www.goforexpert.com/creating-tag-in-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get session into action class in struts 2.x</title>
		<link>http://www.goforexpert.com/get-session-into-action-class-in-struts-2-x/</link>
		<comments>http://www.goforexpert.com/get-session-into-action-class-in-struts-2-x/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 09:30:39 +0000</pubDate>
		<dc:creator>hellosatya</dc:creator>
				<category><![CDATA[Struts]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=238</guid>
		<description><![CDATA[JSPs contain implicit session object to use in the jsp pages, when an action in invoked in struts we need to get &#8216;session &#8216; into ]]></description>
		<wfw:commentRss>http://www.goforexpert.com/get-session-into-action-class-in-struts-2-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xss cleanup filter php</title>
		<link>http://www.goforexpert.com/xss-cleanup-filter-php/</link>
		<comments>http://www.goforexpert.com/xss-cleanup-filter-php/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 07:27:08 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=225</guid>
		<description><![CDATA[You can check with this function the above function filters the cross site scripting vulnerabilities]]></description>
		<wfw:commentRss>http://www.goforexpert.com/xss-cleanup-filter-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autoloading a Class file in PHP</title>
		<link>http://www.goforexpert.com/autoloading-a-class-fine-in-php/</link>
		<comments>http://www.goforexpert.com/autoloading-a-class-fine-in-php/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 12:57:40 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php class autoload]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=219</guid>
		<description><![CDATA[You can autoload a class file in php 5 version using once of its Magic Methods. 1. You can use the __autoload() magic method to ]]></description>
		<wfw:commentRss>http://www.goforexpert.com/autoloading-a-class-fine-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing a CSV file in PHP</title>
		<link>http://www.goforexpert.com/importing-a-csv-file-in-php/</link>
		<comments>http://www.goforexpert.com/importing-a-csv-file-in-php/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 12:47:20 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=217</guid>
		<description><![CDATA[You can use the below code to import a CSV file in php]]></description>
		<wfw:commentRss>http://www.goforexpert.com/importing-a-csv-file-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a simple widget in WordPress</title>
		<link>http://www.goforexpert.com/creating-a-simple-widget-in-wordpress/</link>
		<comments>http://www.goforexpert.com/creating-a-simple-widget-in-wordpress/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 11:48:16 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=205</guid>
		<description><![CDATA[We have a standard format in WP for creating a simple WordPress widget . You need to create a Class Which Extends Wp_Widget . There ]]></description>
		<wfw:commentRss>http://www.goforexpert.com/creating-a-simple-widget-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putty or Linux Tar and UnTar files</title>
		<link>http://www.goforexpert.com/putty-or-linux-tar-and-untar-files/</link>
		<comments>http://www.goforexpert.com/putty-or-linux-tar-and-untar-files/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 11:21:34 +0000</pubDate>
		<dc:creator>rampelli</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.goforexpert.com/?p=200</guid>
		<description><![CDATA[For Creating tar file. For Extracting]]></description>
		<wfw:commentRss>http://www.goforexpert.com/putty-or-linux-tar-and-untar-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

