<?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>TechMynd &#187; Programming</title>
	<atom:link href="http://www.techmynd.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmynd.com</link>
	<description>Computer, internet, software, reviews, tips, games, technology, downloads</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:42:26 +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>Ruby on Rails Cross Site Scripting Vulnerabilities Alert</title>
		<link>http://www.techmynd.com/ruby-on-rails-cross-site-scripting-vulnerabilities-alert/</link>
		<comments>http://www.techmynd.com/ruby-on-rails-cross-site-scripting-vulnerabilities-alert/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:40:11 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Developer's Corner]]></category>
		<category><![CDATA[What More]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=4925</guid>
		<description><![CDATA[XSS Vulnerability can result in a hacked website. Two vulnerabilities have been identified in Ruby on Rails, which could be exploited by attackers and hackers to disclose sensitive information and threat to websites. The first issue is caused by input validation errors when processing unicode characters, which could be exploited by hackers to cause arbitrary [...]<p><a href="http://www.techmynd.com/ruby-on-rails-cross-site-scripting-vulnerabilities-alert/">Ruby on Rails Cross Site Scripting Vulnerabilities Alert</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/ruby-on-rails-cross-site-scripting-vulnerabilities-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics of CGI</title>
		<link>http://www.techmynd.com/basics-of-cgi/</link>
		<comments>http://www.techmynd.com/basics-of-cgi/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 14:43:21 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CGI]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=89</guid>
		<description><![CDATA[Some basics and essentials of CGI which you must know before writing your first CGI code or your CGI scripts won&#8217;t work. Always Remember CHMOD that is the file permissions. Set it using your favorite ftp software. CGI script file it must be 755 and at folder which contains CGI scripts also 755 but for [...]<p><a href="http://www.techmynd.com/basics-of-cgi/">Basics of CGI</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/basics-of-cgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variable, Standard and Strict CGI</title>
		<link>http://www.techmynd.com/variable-standard-and-strict-cgi/</link>
		<comments>http://www.techmynd.com/variable-standard-and-strict-cgi/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 14:15:21 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CGI]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=87</guid>
		<description><![CDATA[Lets discuss deeply variables in CGI, standards of CGI and strict syntax of CGI scripts. Variable and Standard #!/usr/bin/perl -wt use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use strict; my $email = &#34;someone\@server.com&#34;; my $url = &#34;http://www.someurl.com&#34;; print header; print start_html(&#34;Scalars&#34;); print &#60;&#60;EndHTML; &#60;h2&#62;Hello&#60;/h2&#62;&#60;p&#62;My e-mail address is $email, and my web url is &#60;a href=&#34;$url&#34;&#62;$url&#60;/a&#62;.&#60;/p&#62; [...]<p><a href="http://www.techmynd.com/variable-standard-and-strict-cgi/">Variable, Standard and Strict CGI</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/variable-standard-and-strict-cgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Programming</title>
		<link>http://www.techmynd.com/ajax-programming/</link>
		<comments>http://www.techmynd.com/ajax-programming/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 11:38:31 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[PHP/Ajax]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=20</guid>
		<description><![CDATA[Ajax, or AJAX, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. [...]<p><a href="http://www.techmynd.com/ajax-programming/">Ajax Programming</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/ajax-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/19 queries in 0.116 seconds using disk: basic
Object Caching 743/774 objects using disk: basic

Served from: www.techmynd.com @ 2012-02-12 01:45:57 -->
