<?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>request.getAttribute(&#34;info&#34;);</title>
	<atom:link href="http://request.getattribute.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://request.getattribute.com</link>
	<description>A web development weblog</description>
	<lastBuildDate>Mon, 17 May 2010 17:21:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open the mac finder with a file/folder selected in eclipse.</title>
		<link>http://request.getattribute.com/2010/05/17/open-the-mac-finder-with-a-filefolder-selected-in-eclipse/</link>
		<comments>http://request.getattribute.com/2010/05/17/open-the-mac-finder-with-a-filefolder-selected-in-eclipse/#comments</comments>
		<pubDate>Mon, 17 May 2010 17:21:57 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://request.getattribute.com/?p=54</guid>
		<description><![CDATA[It&#8217;s a common operation for eclipse users to try and open a file/folder in the mac finder. Unfortunately, there is no direct way to do it in eclipse. For windows users, this article addresses this issue. For mac users, however &#8211; a little difference is present. So how do we solve this problem?
Summary: Create an [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2010/05/17/open-the-mac-finder-with-a-filefolder-selected-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why IE6 must die</title>
		<link>http://request.getattribute.com/2010/03/11/why-ie6-must-die/</link>
		<comments>http://request.getattribute.com/2010/03/11/why-ie6-must-die/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:02:45 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[humor]]></category>
		<category><![CDATA[browser issues]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://request.getattribute.com/?p=52</guid>
		<description><![CDATA[And why doesn’t it make sense to still support the evil browser


As a web developer, I have been disappointed, disheartened, frustrated, and mostly infuriated by IE6. If you don&#8217;t know what is IE6, most probably you are using it right now. Now, I don’t want to get into the technical details of IE6 and why [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2010/03/11/why-ie6-must-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>velocity: Loading templates using absolute path</title>
		<link>http://request.getattribute.com/2010/01/08/velocity-loading-templates-using-absolute-path/</link>
		<comments>http://request.getattribute.com/2010/01/08/velocity-loading-templates-using-absolute-path/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 06:58:34 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://request.getattribute.com/?p=49</guid>
		<description><![CDATA[Velocity is an awesome java templating engine, which I&#8217;m currently using in my web-app. As easy it is to follow the &#8216;hello world&#8217; example, I just could not access the template using my java code. The problem here is that velocity is not designed to only cater to web applications. It assumes that the default [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2010/01/08/velocity-loading-templates-using-absolute-path/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Client side Internationalization in struts application with javascript</title>
		<link>http://request.getattribute.com/2009/09/24/internationalization-in-struts-application-with-javascript/</link>
		<comments>http://request.getattribute.com/2009/09/24/internationalization-in-struts-application-with-javascript/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:16:22 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[struts]]></category>

		<guid isPermaLink="false">http://request.getattribute.com/?p=42</guid>
		<description><![CDATA[Struts gives a straightforward way to internationalize your application. Using properties files, you can display different messages to users with different locales. For details on how to internationalize your application, view the struts 1.x site. However, this kind of internationalization works best only for non-dynamic sites. For even slightly dynamic sites, where you have a [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2009/09/24/internationalization-in-struts-application-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between request.getAttribute and request.getParameter</title>
		<link>http://request.getattribute.com/2009/09/18/request-getattribute-and-request-getparameter-the-difference/</link>
		<comments>http://request.getattribute.com/2009/09/18/request-getattribute-and-request-getparameter-the-difference/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 06:57:32 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[java ee]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[newbie]]></category>
		<category><![CDATA[request.getattribute]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://request.getattribute.com/?p=37</guid>
		<description><![CDATA[Okay, so going by the name of this blog, one post regarding request.getAttribute was due, and here it is. It&#8217;s a newbie question which I will answer in this post.
Difference between request.getAttribute() and request.getParameter()
First of all, what is a parameter? If you are posting a form to the server (using get or post), then the [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2009/09/18/request-getattribute-and-request-getparameter-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWFUpload using jsp/struts/java</title>
		<link>http://request.getattribute.com/2009/09/14/17/</link>
		<comments>http://request.getattribute.com/2009/09/14/17/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:18:12 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[session management in java]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[swfupload]]></category>

		<guid isPermaLink="false">http://www.request.getattribute.com/?p=17</guid>
		<description><![CDATA[<a title="swf upload flash uploader" href="http://swfupload.org/" target="_blank">Swfupload</a> is a great tool for uploading files to your server if you want to use a Flash uploader instead of the default HTML file uploader. It's a small Javascript/Flash library which gives you a lot of options to customize the upload, a file progress bar being the most useful. Although a great tool, but it works best with php/asp, and not java/struts. The developers of this tool are <a href="http://swfupload.org/forum/generaldiscussion/167" target="_blank">definitely not java guys either</a>.]]></description>
		<wfw:commentRss>http://request.getattribute.com/2009/09/14/17/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Photographer of the year competition</title>
		<link>http://request.getattribute.com/2009/09/04/photographer-of-the-year-competition/</link>
		<comments>http://request.getattribute.com/2009/09/04/photographer-of-the-year-competition/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:31:06 +0000</pubDate>
		<dc:creator>anuj</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[better photography]]></category>
		<category><![CDATA[canvera]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java ee]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[photographer of the year]]></category>

		<guid isPermaLink="false">http://www.request.getattribute.com/?p=7</guid>
		<description><![CDATA[Better photography, a well known photography magazine of India organizes the &#8220;Photographer of the year&#8221; competition every year. And year after year, they have organized it successfully offline, accepting entries from the best photographers across India and abroad. This year, however they decided to take this online and canvera.com being the associate partner had to [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2009/09/04/photographer-of-the-year-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post!</title>
		<link>http://request.getattribute.com/2009/09/04/first-post/</link>
		<comments>http://request.getattribute.com/2009/09/04/first-post/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.request.getattribute.com/?p=4</guid>
		<description><![CDATA[Just owned this awesome domain name, and I&#8217;m thinking of putting up a technical blog here.
Setting up wordpress on dreamhost was a piece of cake, and so is managing domain/hosting. Highly recommended.
Anyway, I hope to update this blog at least once a week, and put up some quality technical posts in here. So stay tuned [...]]]></description>
		<wfw:commentRss>http://request.getattribute.com/2009/09/04/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://request.getattribute.com/2009/09/04/hello-world/</link>
		<comments>http://request.getattribute.com/2009/09/04/hello-world/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 12:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.request.getattribute.com/?p=1</guid>
		<description><![CDATA[This is the first post on this blog, just toying around:
request.getAttribute(&#34;info&#34;);
]]></description>
		<wfw:commentRss>http://request.getattribute.com/2009/09/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
