<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Anay Kamat's Weblog</title>
	<link>http://anaykamat.com</link>
	<description>Technology, Programming, Career, Fun, Friends And Thoughts</description>
	<lastBuildDate>Tue, 08 May 2012 22:00:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Understanding and Applying Artificial Neural Networks : Engineering Perspective</title>
		<description><![CDATA[Lasts week (15th November to 19th November), NITTTR (National Institute of Technical Teachers Training and Research) had organized a course on Artificial Neural Networks at Government College Of Engineering &#8211; Farmagudi, Goa. I was appointed as course faculty for this event. Personally, I do not believe in concept of teaching. Humans are smart and intelligent [...]]]></description>
		<link>http://anaykamat.com/2010/11/26/understanding-and-applying-artificial-neural-networks-engineering-perspective/</link>
			</item>
	<item>
		<title>Just Released: Maya Programming Language</title>
		<description><![CDATA[Around one year ago, I had started experimenting with concepts of creating programming languages. I first started with building few DSLs (Domain Specific Languages) using Ruby and Boo. It was quite interesting to work on development of DSLs. While doing this, I learnt a lot about how the programming languages are developed. Eventually, I thought [...]]]></description>
		<link>http://anaykamat.com/2010/08/25/just-released-maya-programming-language/</link>
			</item>
	<item>
		<title>Fun: Adsense and Deepika Padukone</title>
		<description><![CDATA[Yesterday I was reading an article on &#8220;How to Uninstall Symantec AntiVirus&#8221;. The article was from EzineArticles. While reading it, I suddenly noticed that the AdSense block is showing a complete unrelated ad on the page. Take a look at the screen-shot below. For those who don&#8217;t know, Deepika Padukone is a bollywood actress. The [...]]]></description>
		<link>http://anaykamat.com/2010/08/11/fun-adsense-and-deepika-padukone/</link>
			</item>
	<item>
		<title>Error in ruby on rails documentation for ActionController::UrlWriter</title>
		<description><![CDATA[In Ruby on rails, methods that generate urls from named routes are not globally accessible. For example, you can&#8217;t access them from console (script/console). If you want to use these methods from such places, then the rails documentation for ActionController::UrlWriter suggests two ways of doing it. According to this documentation, you can: Include ActionController::UrlWriter in [...]]]></description>
		<link>http://anaykamat.com/2010/05/30/error-in-ruby-on-rails-documentation-for-actioncontroller-urlwriter/</link>
			</item>
	<item>
		<title>RSpec Matchers: Be careful while testing boolean values</title>
		<description><![CDATA[While testing methods that return boolean values in ruby (the ones that end in &#8216;?&#8217;), try to avoid following matchers: method_returning_true?.should be_true or method_returning_false?should be_false This is because, &#8216;be_true&#8217; and &#8216;be_false&#8217; matchers considers &#8216;nil&#8217; to be false and anything other than &#8216;nil&#8217; to be true. When we write methods in ruby which end with question [...]]]></description>
		<link>http://anaykamat.com/2010/05/30/rspec-matchers-be-careful-while-testing-boolean-values/</link>
			</item>
	<item>
		<title>Simplicity is the best policy</title>
		<description><![CDATA[Few days ago I came across a story here. In this story, an assembly line worker suggests a simple, low-cost but highly effective solution to the problem for which engineers had developed a complex and expensive solution. Why am I referring to this story today? Because, I notice lot of people having a misconception that [...]]]></description>
		<link>http://anaykamat.com/2010/03/30/simplicity-is-the-best-policy/</link>
			</item>
	<item>
		<title>Search Google Visually</title>
		<description><![CDATA[Today I came across an online tool that allows you to see the screenshot of pages in the google search result. You can give it a try at &#8220;Veesual.com&#8221; While I found the concept to be interesting, I was wondering what could be the use of looking at screenshots of pages in search result. What [...]]]></description>
		<link>http://anaykamat.com/2009/08/24/search-google-visually/</link>
			</item>
	<item>
		<title>Simple equivalent of &#8220;With&#8221; statement in C#</title>
		<description><![CDATA[Consider the following class in C# public class Person { private string name; private int age; public string Name{ get {return name;} set { name = value; } } public int Age{ get {return age;} set { age = value; } } } If I want to set the value of Name and Age property [...]]]></description>
		<link>http://anaykamat.com/2009/08/09/simple-equivalent-of-with-statement-in-c-sharp/</link>
			</item>
	<item>
		<title>Fixing SyntaxHighligher plugin in WordPress Blass2 theme</title>
		<description><![CDATA[Yesterday I installed and activated Blass2 theme for this blog. I liked this theme as it was very simple and free from any extra graphics. After installing the theme, I discovered that &#8220;SyntaxHighlighter Evolved&#8221; plugin which I use to display code segments, was not working. I searched for other themes which are similar to blass2 [...]]]></description>
		<link>http://anaykamat.com/2009/08/06/fixing-syntaxhighligher-plugin-in-wordpress-blass2-theme/</link>
			</item>
	<item>
		<title>After file and photo sharing, it&#8217;s time for &#8220;code sharing&#8221;</title>
		<description><![CDATA[If we want to share a file or photos while chatting with our friends on internet using IM tools like GTalk, we use file sharing services available online. These services allow us to upload a file to their servers and give us a link which we can share with our friends. But what if you [...]]]></description>
		<link>http://anaykamat.com/2009/08/05/after-file-photo-sharing-its-time-for-code-sharing/</link>
			</item>
</channel>
</rss>

