<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Building IT</title>
	<atom:link href="http://it.amid.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://it.amid.com</link>
	<description>Making Sense of Information Technology</description>
	<lastBuildDate>Tue, 27 Sep 2011 00:38:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Welcome to My IT World! by Kamren</title>
		<link>http://it.amid.com/2008/12/18/hello-world/comment-page-1/#comment-131</link>
		<dc:creator>Kamren</dc:creator>
		<pubDate>Tue, 27 Sep 2011 00:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.amid.com/it/?p=1#comment-131</guid>
		<description>Too many coplmienmts too little space, thanks!</description>
		<content:encoded><![CDATA[<p>Too many coplmienmts too little space, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Rewrite Examples by raghu</title>
		<link>http://it.amid.com/2009/03/24/url-rewrite-examples/comment-page-1/#comment-124</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Thu, 09 Jun 2011 14:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=181#comment-124</guid>
		<description>Hi ,
     i need to rewrite the url by appending the country name and language to it. I m using struts 2 framework , opencms and jboss server. If the request url is &quot;\.home.action&quot; then after the struts action mapping, the response url must be like &quot;\US\EN\home.action&quot; . Is it possible to achieve it through jboss rewrite ?.</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
     i need to rewrite the url by appending the country name and language to it. I m using struts 2 framework , opencms and jboss server. If the request url is &#8220;\.home.action&#8221; then after the struts action mapping, the response url must be like &#8220;\US\EN\home.action&#8221; . Is it possible to achieve it through jboss rewrite ?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom 404 Page Using JBOSS by admin</title>
		<link>http://it.amid.com/2009/03/06/custom-404-page-using-jboss/comment-page-1/#comment-115</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 13 Oct 2010 22:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=156#comment-115</guid>
		<description>Will, if you don&#039;t use a web server proxy, then you can put the404_page.html file under $JBOSS_HOME/server/default/deploy/ROOT.war directory.</description>
		<content:encoded><![CDATA[<p>Will, if you don&#8217;t use a web server proxy, then you can put the404_page.html file under $JBOSS_HOME/server/default/deploy/ROOT.war directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom 404 Page Using JBOSS by Will</title>
		<link>http://it.amid.com/2009/03/06/custom-404-page-using-jboss/comment-page-1/#comment-114</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 13 Oct 2010 19:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=156#comment-114</guid>
		<description>This is a true noob question.  Where in the structure would you actually put the /the404_page.html page?</description>
		<content:encoded><![CDATA[<p>This is a true noob question.  Where in the structure would you actually put the /the404_page.html page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Rewrite Examples by admin</title>
		<link>http://it.amid.com/2009/03/24/url-rewrite-examples/comment-page-1/#comment-109</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 Aug 2010 20:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=181#comment-109</guid>
		<description>I have the example in the post above.  So in your case, it&#039;ll look something like this:

RewriteCond %{QUERY_STRING} ^title=digitaltv$
RewriteRule ^/product.do$ /product/digitaltv [L,R=301]</description>
		<content:encoded><![CDATA[<p>I have the example in the post above.  So in your case, it&#8217;ll look something like this:</p>
<p>RewriteCond %{QUERY_STRING} ^title=digitaltv$<br />
RewriteRule ^/product.do$ /product/digitaltv [L,R=301]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Rewrite Examples by Aman</title>
		<link>http://it.amid.com/2009/03/24/url-rewrite-examples/comment-page-1/#comment-108</link>
		<dc:creator>Aman</dc:creator>
		<pubDate>Thu, 17 Jun 2010 11:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=181#comment-108</guid>
		<description>i am using jBoss as application server,
i want to do url rewriting, as 

url like... 
http://www.test.com/product.do?title=digitaltv
rewrite to...
http://www.test.com/product/digitaltv

Please help, i am new to jboss server!</description>
		<content:encoded><![CDATA[<p>i am using jBoss as application server,<br />
i want to do url rewriting, as </p>
<p>url like&#8230;<br />
<a href="http://www.test.com/product.do?title=digitaltv" rel="nofollow">http://www.test.com/product.do?title=digitaltv</a><br />
rewrite to&#8230;<br />
<a href="http://www.test.com/product/digitaltv" rel="nofollow">http://www.test.com/product/digitaltv</a></p>
<p>Please help, i am new to jboss server!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Importance of Page Loading Time by admin</title>
		<link>http://it.amid.com/2009/11/18/the-importance-of-page-loading-time/comment-page-1/#comment-99</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 01:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=226#comment-99</guid>
		<description>Since Google is the most popular search hub, it&#039;s no surprise everyone wants to go to be associated with it.  Google has also pushed their agendas via their search engine, such as promoting Wikipedia, Nexus One, etc.

SEO is hocus pocus.  Companies can pay a ton of money to Google and be on top of the search page for their keywords.  It&#039;s that easy.</description>
		<content:encoded><![CDATA[<p>Since Google is the most popular search hub, it&#8217;s no surprise everyone wants to go to be associated with it.  Google has also pushed their agendas via their search engine, such as promoting Wikipedia, Nexus One, etc.</p>
<p>SEO is hocus pocus.  Companies can pay a ton of money to Google and be on top of the search page for their keywords.  It&#8217;s that easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Got Hacked? by admin</title>
		<link>http://it.amid.com/2009/01/05/got-hacked/comment-page-1/#comment-98</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 01:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=66#comment-98</guid>
		<description>I like the way Google Chrome does it&#039;s version of the status bar: transparent popup at the bottom left.</description>
		<content:encoded><![CDATA[<p>I like the way Google Chrome does it&#8217;s version of the status bar: transparent popup at the bottom left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Got Hacked? by David Rader</title>
		<link>http://it.amid.com/2009/01/05/got-hacked/comment-page-1/#comment-97</link>
		<dc:creator>David Rader</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=66#comment-97</guid>
		<description>All browsers and email clients should have the &quot;Status Bar&quot; enabled by default. I like to know where I&#039;m going before I get there on the net.

I like what IE has done where the main domain shows up in bold. It should be so in the status bar for programs as well... Javascript can manipulate the status bar, but there is usually a blink when that happens- Nothing should be able to manipulate the status bar though.</description>
		<content:encoded><![CDATA[<p>All browsers and email clients should have the &#8220;Status Bar&#8221; enabled by default. I like to know where I&#8217;m going before I get there on the net.</p>
<p>I like what IE has done where the main domain shows up in bold. It should be so in the status bar for programs as well&#8230; Javascript can manipulate the status bar, but there is usually a blink when that happens- Nothing should be able to manipulate the status bar though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Importance of Page Loading Time by David Rader</title>
		<link>http://it.amid.com/2009/11/18/the-importance-of-page-loading-time/comment-page-1/#comment-96</link>
		<dc:creator>David Rader</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://it.amid.com/?p=226#comment-96</guid>
		<description>Makes sense to rank pages by their load times... It&#039;d be a shame if they give it too much weight though... It might be the difference between walking from one snowball stand to another, just because theirs tastes better.

Google is becoming spammy though. It seems they give too much weight to keywords located in domains and URLs. I&#039;ve seen it frequently when researching common web technology, where all of the people doing it know SEO.

Wikipedia at the top of every search is getting old too. Seriously, make an 0ff-link on the side or something for that. If I wanted Wikipedia that much, I&#039;d get it myself or have the default search engine in the corner of my FireFox be &quot;wikipedia&quot; instead of Google.

Oh, and Google along with some of the other search giants need to start incorporating something like &quot;mcafee siteadvisor&quot; into their results and stop giving top #10 results to dangerous websites.</description>
		<content:encoded><![CDATA[<p>Makes sense to rank pages by their load times&#8230; It&#8217;d be a shame if they give it too much weight though&#8230; It might be the difference between walking from one snowball stand to another, just because theirs tastes better.</p>
<p>Google is becoming spammy though. It seems they give too much weight to keywords located in domains and URLs. I&#8217;ve seen it frequently when researching common web technology, where all of the people doing it know SEO.</p>
<p>Wikipedia at the top of every search is getting old too. Seriously, make an 0ff-link on the side or something for that. If I wanted Wikipedia that much, I&#8217;d get it myself or have the default search engine in the corner of my FireFox be &#8220;wikipedia&#8221; instead of Google.</p>
<p>Oh, and Google along with some of the other search giants need to start incorporating something like &#8220;mcafee siteadvisor&#8221; into their results and stop giving top #10 results to dangerous websites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

