<?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>Technology Blog</title>
	<atom:link href="http://techaxe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techaxe.com</link>
	<description>Delivering technology. Enhancing skills</description>
	<lastBuildDate>Sat, 19 May 2012 04:14:09 +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>What is a variable ?</title>
		<link>http://techaxe.com/2012/05/19/what-is-a-variable/</link>
		<comments>http://techaxe.com/2012/05/19/what-is-a-variable/#comments</comments>
		<pubDate>Sat, 19 May 2012 04:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General concepts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[pro]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=652</guid>
		<description><![CDATA[This is a question that might have been asked to you many many times, and you probably know the answer too – something whose value can vary ! This is correct, no doubt , but we need some other understanding for this. Let us see what it is : We know that in real world [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p><a href="http://techaxe.com/wp-content/uploads/2012/05/variable.jpg"><img class="alignnone size-full wp-image-653" title="variable" src="http://techaxe.com/wp-content/uploads/2012/05/variable.jpg" alt="" width="102" height="102" /></a>This is a question that might have been asked to you many many times, and you probably know the answer too – something whose value can vary ! This is correct, no doubt , but we need some other understanding for this. Let us see what it is :</p>
<p>We know that in real world everything occupies space. You need to keep your laptop, you need space, you need to park your motor cycle, you need space. You need to park your car, you need space. You need to park a bus , you need space. You need to park an airplane, you need space. Any object in this world occupies space.</p>
<p>Now look at the above statements:</p>
<p>To keep your laptop you need not more than 2ft by 2ft space. It can be kept in this much space. Now can you park your motor cycle in 2ft by 2ft space ? Definitely not. You need around 8 ft by 3 ft space. Similarly can you park your car in 8ft by 3ft? again no, you need around 15ft by  5ft to park your car. Then bus needs even more space than a car and an airplane needs even more space than a bus. If we put them in order</p>
<p>Space needed by laptop &lt; space needed by motor cycle &lt; space needed by a car &lt; space needed by a bus &lt; space needed by an airplane.</p>
<p>The above statement talks about space space space space….. and space. This is what we need to keep our things.</p>
<p>Now if I give you a 2ft by 2ft table, how many laptops can you keep in that space ? Only one. Sometimes you can keep your laptop there, sometime your friends laptop, sometimes your fathers laptop, sometimes your brothers laptop. So the 2ft by 2ft table that was given can keep many laptops but not all together, one at a time.</p>
<p>We call this table as a variable. It is fixed and does not change, but the laptops kept on keep changing. If we think of this table as a laptop container, the container does not change, but its contents change.</p>
<p>In the programming world RAM is our earth. We keep everything in RAM. When we have to keep something in our RAM we need to tell how much space we need. This is what is done by data types. If you need to keep a laptop in RAM, this is what you write :</p>
<p>Laptop l;</p>
<p>This will tell the RAM that we need 2ft by 2ft space in it ( considering our RAM as our earth ) and it will provide the same space to us and will also tell us the location where it gave us that space. We can then use that space to store many laptops, but one at a time. Now if you will ask it to keep an airplane in that space, it will give you an error, it will tell you that its too small to keep an airplane.</p>
<p>If we talk in pure programming sense :</p>
<p>We have been provided different data types which need different amount of space in RAM. We have :</p>
<p style="padding-left: 30px;">1)    Integers<br />
2)    Characters<br />
3)    Floats<br />
4)    Strings</p>
<p>These basic datatypes form the building blocks of other complex things that we do. Their space requirement can be compared as follows:</p>
<p>Space needed by char &lt; space needed by int = space needed by float &lt; space needed by a string.</p>
<p>So when we write the following line</p>
<p>char c;<br />
We are asking the system to give us space to keep a character in RAM. When that space will be given to us then we can keep many characters over there, but one at a time. I can keep ‘a’ and then ‘b’ , but when I keep ‘b’ it will remove ‘a’ from there. So it will hold only 1 at a time.</p>
<p>Now if we ask the system to keep an integer value in the space it gave us for a character, it will give us an error telling us that integer needs more space, it cannot be kept in the space of a character.</p>
<p>So whenever we create variables in memory, we get space according to their size and we can keep data of the same type in that space and then perform our operations. A formal definition of a variable would be :<br />
A location in memory whose address is fixed but whose contents can change.</p>
<div class="shr-publisher-652"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F19%2Fwhat-is-a-variable%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F19%2Fwhat-is-a-variable%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F19%2Fwhat-is-a-variable%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2012/05/19/what-is-a-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little about programming concepts</title>
		<link>http://techaxe.com/2012/05/19/a-little-about-programming-concepts/</link>
		<comments>http://techaxe.com/2012/05/19/a-little-about-programming-concepts/#comments</comments>
		<pubDate>Sat, 19 May 2012 04:05:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General concepts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=646</guid>
		<description><![CDATA[ This is a series of tutorials I wish to write that will help you build an understand of the programming concepts using C programming language. Generally people have a fear programming and they do not understand which language to choose from and which language to pursue with. I wish to put forward a few of [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p><a href="http://techaxe.com/wp-content/uploads/2012/05/programming.png"><img class="alignnone size-full wp-image-648" title="programming" src="http://techaxe.com/wp-content/uploads/2012/05/programming.png" alt="" width="128" height="128" /></a> This is a series of tutorials I wish to write that will help you build an understand of the programming concepts using C programming language. Generally people have a fear programming and they do not understand which language to choose from and which language to pursue with. I wish to put forward a few of my experiences to explain few concepts that will help you make a good understanding of this programming world and help you choose a programming language of your choice.</p>
<p>Why should I learn C when I have other advance languages like C++, C#, Java too choose from ?</p>
<p>The C programming language helps you build an understanding of the general programming concepts like :</p>
<p style="padding-left: 30px;">
1)    What is a variable.<br />
2)    What is a pointer.<br />
3)    What are conditional statements.<br />
4)    What are loops<br />
5)    What are switch statements.<br />
6)    What are functions.</p>
<p>Now these above concepts are required for writing logic in any programming language of this world. You will have to learn these things even if you start programming with C++, C# or Java. Without understanding these, you cant write logic and thus you cant write a program.</p>
<p>You can definitely learn all these things using other advanced language in this world, but they do not start from simple concepts. They will directly start from object oriented concepts. If you read a book on C++ you will be told that there is something called a class, and it’s a combination of data members and functions. Now if you have never read C or any other programming language and you directly start from C++, how can you understand what a class is when you have no idea about data and functions ? Forget about putting logic in your class, when you don’t understand how it is written, the story ends there itself.</p>
<p>So we need to understand the above concepts which will help us write logic and therefore good programs and therefore good software. I don’t tell you that C is powerful or C++, C# or Java is powerful. I just tell you that there is a way we learn , and that way is learning things from simple concepts to advanced concepts.</p>
<p>Learning and practicing C will help you learn and practice simple concepts first and then you may move to latest programming languages to write complex stuff.</p>
<div class="shr-publisher-646"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F19%2Fa-little-about-programming-concepts%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F19%2Fa-little-about-programming-concepts%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F19%2Fa-little-about-programming-concepts%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2012/05/19/a-little-about-programming-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free HTML Template &#8211; Informatif</title>
		<link>http://techaxe.com/2012/05/05/free-html-template-informatif/</link>
		<comments>http://techaxe.com/2012/05/05/free-html-template-informatif/#comments</comments>
		<pubDate>Sat, 05 May 2012 08:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free 3 Column HTML Templates]]></category>
		<category><![CDATA[Free HTML Templates]]></category>
		<category><![CDATA[Simple HTML Templates]]></category>
		<category><![CDATA[3 column html templates]]></category>
		<category><![CDATA[free html templates]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=641</guid>
		<description><![CDATA[Free html template &#8211; Informatif. Type &#8211; 3 column Width &#8211; 100% Preview / Download Url &#8211; http://www.freecsstemplates.org/preview/informatif/ &#160;]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Free html template &#8211; Informatif.</p>
<p>Type &#8211; 3 column</p>
<p>Width &#8211; 100%</p>
<p>Preview / Download Url &#8211; <a href="http://www.freecsstemplates.org/preview/informatif/" target="_blank">http://www.freecsstemplates.org/preview/informatif/</a></p>
<p><a href="http://techaxe.com/wp-content/uploads/2012/05/htmltemplate1.png"><img class="alignnone size-medium wp-image-642" title="htmltemplate1" src="http://techaxe.com/wp-content/uploads/2012/05/htmltemplate1-300x254.png" alt="" width="480" height="406" /></a></p>
<p>&nbsp;</p>
<div class="shr-publisher-641"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F05%2Ffree-html-template-informatif%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F05%2Ffree-html-template-informatif%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F05%2F05%2Ffree-html-template-informatif%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2012/05/05/free-html-template-informatif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.net interview questions &#8211; What is .net framework ?</title>
		<link>http://techaxe.com/2012/04/20/net-interview-questions-what-is-net-framework/</link>
		<comments>http://techaxe.com/2012/04/20/net-interview-questions-what-is-net-framework/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 05:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net framework]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=631</guid>
		<description><![CDATA[Probably the most frequently asked question in the .net world is &#8211; What is .net framework ? Whether someone understands .net programming or not, whether someone understands C#, VB.net , ADO.net , Silverlight, WPF, XAML, WCF or not, but they definitely understand the word .net framework. Its the most fundamental thing that you need to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p><a href="http://techaxe.com/wp-content/uploads/2012/04/microsoft_asp_dot_net.png"><img class="alignnone size-full wp-image-638" title="microsoft_asp_dot_net" src="http://techaxe.com/wp-content/uploads/2012/04/microsoft_asp_dot_net.png" alt="" width="128" height="128" /></a>Probably the most frequently asked question in the .net world is &#8211; What is .net framework ? Whether someone understands .net programming or not, whether someone understands C#, VB.net , ADO.net , Silverlight, WPF, XAML, WCF or not, but they definitely understand the word .net framework. Its the most fundamental thing that you need to understand about .net programming. Lets try and understand the meaning of .net framework in very simple terms.</p>
<h2>When you want to play a song, you need a media player &#8211; .net framework !</h2>
<p>&nbsp;</p>
<p>Well this is something very very fundamental and we all understand this. When you need to play a song, you never open it with a notepad ! Why ? Because notepad does not understand the format of an mp3 file. Similarly every compiled program, it might be written using c, c++, java or .net , has a given format. And we need another software program to understand that format and play that program.</p>
<p>.net framework is the media player for all programs written in C#, VB.net or any other .net language. When you run a .net program , you need the .net framework to understand its format and show you the output.</p>
<h2>You can record a song with any device, an mp3 player will play it &#8211; CLR !</h2>
<p>You can record your voice with a cell phone, a laptop or any other recording device and an mp3 player will play it. How ? When you record a sound with any device and save it in mp3 format, any mp3 media player in this world will understand the format and play that sound. This is similar to a CLR &#8211; Common Language Runtime .</p>
<p>There are many different languages supported in .net, C# and VB.net are the most widely known and used. Think of C# and VB.net as two different recording devices. Then there is something called MSIL &#8211; Microsoft Intermediate Language. Think of MSIL as the mp3 format. And finally think of .net framework as the media player which plays the MSIL format. Look at the diagram below :</p>
<p>&nbsp;</p>
<p><a href="http://techaxe.com/wp-content/uploads/2012/04/msil1.png"><img class="alignnone size-full wp-image-633" title="msil" src="http://techaxe.com/wp-content/uploads/2012/04/msil1.png" alt="" width="530" height="430" /></a></p>
<p>The above diagram show the similarity between CLR and Media players. You can use any .net programming language and compile your program. You will get MSIL as output. This MSIL is same, whether you write your program in c# or in vb.net. Then the CLR will be called to finally execute your program and show the output.</p>
<h2></h2>
<h2>.net is platform independent</h2>
<p>&nbsp;</p>
<p>.net is a platform independent technology. What does this mean ? It basically means that when you compile your program and get the MSIL format, you can run it on any operating system given that you have CLR on that system. For example you can play a song on windows and also on linux , given that both these system have mp3 players installed. If you dont have an mp3 player on linux, you will not be able to play the song over there. CLR is provided by Microsoft for different operating systems. Where ever you have the CLR installed, you can execute your .net program, irrespective of the operating system and CPU in that machine.</p>
<p>&nbsp;</p>
<h2>In the end, technical definition</h2>
<p>.net framework comprises of set of common classes (library) created by Microsoft that  is needed to compile and execute programs written in C#, VB.net or any other .net programming language. These classes provides the base functionality needed by all .net programs. The .net framework comprises of the Common Language Infrastructure and Common Language Runtime. When you have an executable file written and compiled using .net, .net framework is needed to execute it.</p>
<div class="shr-publisher-631"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F04%2F20%2Fnet-interview-questions-what-is-net-framework%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F04%2F20%2Fnet-interview-questions-what-is-net-framework%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2012%2F04%2F20%2Fnet-interview-questions-what-is-net-framework%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2012/04/20/net-interview-questions-what-is-net-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.net interview questions &#8211; Name all versions of the .net framework</title>
		<link>http://techaxe.com/2011/11/16/net-interview-questions-name-all-versions-of-the-net-framework/</link>
		<comments>http://techaxe.com/2011/11/16/net-interview-questions-name-all-versions-of-the-net-framework/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 01:39:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Career Related]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=626</guid>
		<description><![CDATA[There are many different terms associated with Microsoft products. When ever a new version of the .net framework is released, the naming pattern of the version numbers tells us many things about it. The naming pattern of the versions is as follows major_version . minor_version When ever the major version changes, it means some substantial [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>There are many different terms associated with Microsoft products. When ever a new version of the .net framework is released, the naming pattern of the version numbers tells us many things about it. The naming pattern of the versions is as follows</p>
<p>major_version . minor_version</p>
<p>When ever the major version changes, it means some substantial changes have been done to the framework. When ever the minor version changes, it means that a few portions of the .net framework have been affected.</p>
<p>First lets understand all the versions of the .net framework.</p>
<p>1.0</p>
<p>This was the very first version of the .net framework.</p>
<p>1.1</p>
<p>As there is only a change in the minor version (from 1.0 to 1.1) , and that too a small change, it means only a small portion of the .net framework changed. Following were the changes done in the 1.1 version</p>
<ul>
<li>Built-in support for mobile ASP.NET controls. Previously available as an add-on for .NET Framework, now part of the framework.</li>
<li>Security changes – enable Windows Forms assemblies to execute in a semi-trusted manner from the Internet, and enable Code Access Security in ASP.NET applications.</li>
<li>Built-in support for ODBC and Oracle databases. Previously available as an add-on for .NET Framework 1.0, now part of the framework.</li>
<li>.NET Compact Framework – a version of the .NET Framework for small devices.</li>
<li>Internet Protocol version 6 (IPv6) support.</li>
<li>Numerous API changes.</li>
</ul>
<p>2.0</p>
<p>As the major version changed, this means there were some substantial changes done in this version. The changes are as follows</p>
<ul>
<li>Generics</li>
<li>Language support for generics built directly into the .NET CLR.</li>
<li>SQL Server integration – .NET 2.0, VS 2005, and SQL Server 2005 are all tied together. This means that instead of using T-SQL, one can build stored procedures and triggers in any of the .NET-compatible languages.</li>
<li>Many additional and improved ASP.NET web controls.</li>
<li>New data controls with declarative data binding.</li>
<li>New personalization features for ASP.NET, such as support for themes, skins, master pages and webparts.</li>
<li>.NET Micro Framework – a version of the .NET Framework related to the Smart Personal Objects Technology initiative.</li>
<li>Membership provider</li>
<li>Partial classes</li>
<li>Nullable types</li>
<li>Anonymous methods</li>
<li>Iterators</li>
<li>Data tables</li>
</ul>
<p>3.0</p>
<p>Again as there is a change in the major version, it means many things changed in this version too. The changes in this version were</p>
<p>3 new technologies were added to the framework &#8211; WPF, WWF, WCF.<br />
Also a new version of C# was released with this framework.</p>
<p>3.5</p>
<p>Now as the minor version changed, it only had relatively small changes. These were the changes</p>
<p>Changes to asp.net<br />
LINQ introduced</p>
<p>4.0</p>
<p>This was again a major change. It included the DLR (dynamic language run time ), parallel programming, changes to asp.net, new version of C# etc</p>
<div class="shr-publisher-626"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F16%2Fnet-interview-questions-name-all-versions-of-the-net-framework%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F16%2Fnet-interview-questions-name-all-versions-of-the-net-framework%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F16%2Fnet-interview-questions-name-all-versions-of-the-net-framework%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2011/11/16/net-interview-questions-name-all-versions-of-the-net-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job interview tips</title>
		<link>http://techaxe.com/2011/11/13/job-interview-tips/</link>
		<comments>http://techaxe.com/2011/11/13/job-interview-tips/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 18:10:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Career Related]]></category>
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=619</guid>
		<description><![CDATA[Alright, now that you are reading this article, it means you are about to appear for some interview &#8211; definitely !! Obviously you wont read this article just for fun . There is always a bit of nervousness before you appear for some interview, but just dont worry, its all natural. We all are humans, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Alright, now that you are reading this article, it means you are about to appear for some interview &#8211; definitely !! Obviously you wont read this article just for fun <img src='http://techaxe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . There is always a bit of nervousness before you appear for some interview, but just dont worry, its all natural. We all are humans, and being nervous is never a bad thing. It keeps you mentally alert, you stay focused on your task and make extra efforts for winning. So being nervous is good in a way. Lets now just focus on giving you some real helpful tips on preparing for your interview. These are not just tips, these are from my personal interviewing experience. I have conducted over 100+ interviews till date and have learnt quite many things which will be helpful to you when you will appear for your interview.</p>
<h2>Lets be practical</h2>
<p>I shall keep my article very much practical. Lets not try and give you some feel good factor that &#8220;O dont worry, everything will be fine. You will do good, you will succeed for sure&#8230;.&#8221;. Well you wont, if you dont make sincere efforts to succeed. You need to understand one important thing, which will help you perform your best during any interview you appear for &#8211; &#8220;Success cannot be guaranteed, it can only be attained&#8221;. All that you can do is give your best shot sincerely and leave the rest to nature. Let the nature decide whether you fit in for the job you are appearing for or not.</p>
<h2>First thing first</h2>
<p>The very first thing to understand is, are you seriously interested in the job you are appearing for ? Does it matter a lot to you, will you be hurt a lot if you are not able to clear the interview. If the answer to these questions is no, then definitely you will not be giving your best shot. If you enter the interview room half hearted, trust me you will fail. This is because the interviewer will come to know after a very brief conversation with you that you are not 100% interested in this job. And no one would like to appoint an employee who is not serious enough for his / her job.</p>
<p>So the first thing is that you prepare yourself for the interview in a way that this is the last interview of your life and you have to, have to succeed. This feeling will give you mental strength to focus on each and every small thing that might matter there during interview time.</p>
<h2>Dress up for the occasion</h2>
<p>Now how to dress. What to wear and what not to wear. Please dont expect that i will tell you &#8220;wear formals for the interview, you should look like a typical corporate person etc&#8221;. All i would tell you is, dress for the occasion. By this i mean that you should understand the job profile that you will be offered if you clear the interview. You need to dress up in a way that you justify it to the interviewer that he wont be making a mistake by appointing you for that position. Now if the job post demands you to have a casual look, be smartly dress and look fresh whole day ( say you have a PRO job where you will have to meet people whole day ) and you wear a serious suit on the interview day, the interviewer will not be able to visualize you in the role that he is sitting there to offer you. So just wear something that helps the interviewer visualize you in the job role and can help him judge your potential in that role appropriately.</p>
<p>Now if you are appearing for some intellectual job, like some technical job or some finance job, your outer appearance should do the talking for you. You should dress up in a way which shows that you are not some confused personality, you are not someone who is messed up inside his mind. Dress up in a very clean and soothing manner which should tell the other person who you are. If you are appearing for some software job, your appearance should be like that of a software engineer. If you are appearing for a financial advisor job, your appearance should be like that of a financial advisor.</p>
<p>A small tip to help you decide how to dress &#8211; &#8220;Dress the way you want people to see you. If you want people to consider you a successful person, dress like a successful person. If you want people to consider you a responsible person, a dependable person, dress like one. You outer appearance speaks a hell lot about who you are.&#8221;</p>
<h2>Arrange your documents properly</h2>
<p>You have spent your whole life earning the documents you will be carrying with you in the interview room. If you have worked so hard to earn those documents, you can put in some thought and effort in arranging them properly so that the interviewer gets a pretty good idea about your skill set. Arrange the documents in a way that they should depict your strength, not your weakness. Lets say you were never good at academics, but you were always good at sports. Being good at sports speaks a lot about you. You cannot be a good sportsperson if you are not hardworking and dedicated, if you are not regular for your game, if you are not passionate, if you are not a good team player, if you are not intelligent as no game can be played without having a reasonable amount of intelligence. So if you are a good sportsperson, project that to the interviewer by arranging your sports documents on the top and your academic documents at the bottom. Let the interviewer look at your strengths first.</p>
<h2>Do some study about the company and your job profile</h2>
<p>Think about it this way, if you have a job at hand and you have 5 friends between whom you have to choose the best for that job, how will you choose. You will definitely consider the friend which you know is reliable, trustworthy of completing the job. When the interviewer interviews many candidates he wants to find the best one possible for the job. Now for that he might ask you a few questions  like &#8220;Why do you want to join our company&#8221;, or &#8220;If we select you for the job, how will you perform the XYZ task&#8221;. What they want to know basically is that do you really understand what you are supposed to do, or you just read about the job vacancy and just showed up. Remember majority of the candidates wont do any research on the job they are appearing for. Your smartness at this end will help you in impressing the interviewer by your prompt reply to these questions which are quite likely to be asked to you.</p>
<h2>Be a good listener</h2>
<p>Talk less and to the point, dont just change the track of the conversation by your directionless talking and waste time during the interview. The best way to do less talking and keeping the conversation on track, atleast from your side, is by being a good listener. By acting as a good listener you will be benefiting in a lot many ways, you will understand the question properly, you will understand the expectations of the interviewer properly, you will understand the context of the question being asked properly and can then frame your answer accordingly. Therefore by being a good listener you can impress the interviewer with your smart answers and to the point conversation skills.</p>
<h2>In the end, prepare your subjects properly</h2>
<p>What matters the most in the interview is that how you are with your subjects. If you feel that you are weak in your subjects, focus the most on it rather than doing other preparations. If you fail to answer the set of most important questions which are asked from your own subjects, you end up killing the whole chance of clearing the interview. You should be confident with your subjects, if not thorough. The answers you provide should be correct and the ones you dont know just leave them. It should be all in black and white. You answer what you know and you just leave what you dont know. Dont try to make things gray by trying to answer every question. That would go negative for you, as the interviewer will feel that you are trying too hard to answer when you dont know the answer. So its better to say &#8220;im sorry, i have no clue for this question&#8221; !</p>
<h2>This is not all</h2>
<p>There are many things which matter during the interview time. I have only mentioned a few in this article. Will talk about other things in coming articles on this same topic.</p>
<p>Till then, thanks for reading and all the very best for your interview. Let me know by your comments to this post if you got your dream job, i shall be happy to be a part of your happiness <img src='http://techaxe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<div class="shr-publisher-619"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F13%2Fjob-interview-tips%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F13%2Fjob-interview-tips%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F13%2Fjob-interview-tips%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2011/11/13/job-interview-tips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>c# tutorials part 2 &#8211; What all you need for C# programming</title>
		<link>http://techaxe.com/2011/11/13/c-sharp-tutorials-part-2-what-all-you-need-for-c-sharp-programming/</link>
		<comments>http://techaxe.com/2011/11/13/c-sharp-tutorials-part-2-what-all-you-need-for-c-sharp-programming/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 04:35:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C# (Csharp)]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=616</guid>
		<description><![CDATA[Hopefully you have gone through the first part of this series and are now aware of the prerequisites for learning C# programming. You need to have some programming experience on object oriented programming languages to learn C#. In case you already understand some object oriented language ( say C++ ), then it will be extremely [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Hopefully you have gone through the <a href="http://techaxe.com/2011/11/12/c-sharp-tutorials-part-1-what-is-c-sharp/" target="_blank">first part</a> of this series and are now aware of the prerequisites for learning C# programming. You need to have some programming experience on object oriented programming languages to learn C#. In case you already understand some object oriented language ( say C++ ), then it will be extremely easy for you to understand C#.</p>
<h2>An important tip</h2>
<p>Do not focus on learning C# as a language, focus on learning C# as a technology, as a tool and try to understand what all powerful things you can do with C#. C# is a programming language you use to write programs that utilizes the power of the .net framework. So its less important to understand C# but its more important to understand the .net framework itself. People end up getting caught the concepts of C# and all, what they dont realize is that these are not C# concepts, these are the .net framework concepts, C# is just a medium of implementing these concepts.</p>
<p>For example let say that you are trying to learn how to write a poem. Now what is more important for you to understand &#8211; writing English or the art of writing a poem. Of course learning the art is more important, otherwise each individual on this earth who knows how to write English would have been writing poems. Similarly you need to focus on the art, on the concepts itself rather than focusing on C#. Treat C#as a medium for implementing your thoughts and the .net framework as the set of rules which guide you towards this process.</p>
<p>&#8220;What ever we are learning involves the .net framework in one way or the other&#8221;</p>
<h2>What do i need to start C# programming</h2>
<p>Well setting up the environment is the first and the most important step towards programming. When we say the environment, we mean everything you need to complete a task should be present on your computer. For C# programming, you need the following on your computer</p>
<blockquote><p>1) The .net framework installed</p>
<p>2) The Visual Studio IDE installed</p></blockquote>
<p>When we say IDE, we mean an Integrated Development Environment. Its a highly advanced editor that helps you write C# code, compile it, displays all the errors and warning right there, helps you debug the code, gives you intellisense to guide to while writing code etc. Its a much powerful editor than just using a basic notepad for writing code.</p>
<h2>How to install both</h2>
<p>All that you need to do is install the studio and the .net framework will be taken care of by the studio installation process. Visual Studio express version ( which is not a professional version and does not have all features of this powerful IDE ) can be downloaded for free from Microsoft&#8217;s website. There are different express versions of the studio depending on what you intend to do. We over here intend to program using C#, so we need to download the express version of studio that helps you program using C#. The latest version of the studio is 2010. You can download the Visual C# 2010 from here <a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express" target="_blank">http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express</a></p>
<p>Once you have downloaded and installed the studio, you will be ready for the next step towards learning C#.</p>
<div class="shr-publisher-616"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F13%2Fc-sharp-tutorials-part-2-what-all-you-need-for-c-sharp-programming%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F13%2Fc-sharp-tutorials-part-2-what-all-you-need-for-c-sharp-programming%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F13%2Fc-sharp-tutorials-part-2-what-all-you-need-for-c-sharp-programming%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2011/11/13/c-sharp-tutorials-part-2-what-all-you-need-for-c-sharp-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c# tutorials part 1 &#8211; What is c#</title>
		<link>http://techaxe.com/2011/11/12/c-sharp-tutorials-part-1-what-is-c-sharp/</link>
		<comments>http://techaxe.com/2011/11/12/c-sharp-tutorials-part-1-what-is-c-sharp/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 18:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.net framework]]></category>
		<category><![CDATA[C# (Csharp)]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=612</guid>
		<description><![CDATA[Welcome to this series of tutorials on C# programming language. The world of software engineering is filled with programming language and sometimes it becomes very hard to understand what this whole mess is all about and which programming language to use when and where. C# is a programming language that gives you the power to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Welcome to this series of tutorials on C# programming language. The world of software engineering is filled with programming language and sometimes it becomes very hard to understand what this whole mess is all about and which programming language to use when and where. C# is a programming language that gives you the power to write computer programs that uses the full power of the .net framework created by Microsoft. Now if you are new to the world of manage languages, you will be wondering right now that what is .net framework. And what is this word &#8220;managed language&#8221; ? Further you need Visual Studio to program using C#, although its not a mandatory requirement, but its an extremely power IDE to help you program using C# and Microsoft&#8217;s .net framework. Hhh&#8230;. C#, .net framework, managed languages, Visual Studio, IDE , what the hell !</p>
<p>If you are new to the world of programming, you need to understand one thing right away, programming is the simplest thing you can do in your life. And i seriously mean it. Its probably more easier that any other task that you do in your daily life. The reason behind it being easy is that its all logical. There is nothing you need to cram or remember when it comes to programming. And specially when it comes to programming using Microsoft technologies, boy, its deadly easy ! The only and most basic requirement of learning programming and then engineering is common sense and a respectful IQ level. So just remember this tip and get ready to take a dive into the fascinating world of programming.</p>
<h2>Are you totally new to programming ?</h2>
<p>If yes, then this is not the place you should start learning C#. The reason is very simple, C# is a programming language. It helps you implement your thinking in an Object Oriented manner. Now if you are new to programming you probably do not understand what is Object Oriented Programming. So you need to go to google first and learn about OOP. In case you think at this point that you will continue reading the C# tutorials and then go back and search google for OOPs and other basic programming concepts, then you will be making a big mistake. For keeping programming simple and easy, you need to do the right things in the right sequence.</p>
<h2>Do you have a programming background ?</h2>
<p>If yes, then which programming language are you aware of ? Basically programming languages are of the following types :</p>
<p><strong>1) Procedural languages</strong></p>
<p style="padding-left: 30px;">Languages like C, PHP4 etc are procedural languages. They revolve around the concept of functions. The whole program is divided into small set of functions and these functions are called in a sequence in which they full fill the given task. Information is passed to the functions as arguments and processed data is taken back from the functions in the form of return statements. When learning or working with procedural programming , your full focus is on understanding functions.</p>
<p><strong>2) Declarative langauges</strong></p>
<p style="padding-left: 30px;">Languages like SQL come under the category of a declarative language. This is because when working with such languages you never have to understand how the work is being done inside, all that you need to learn is that what you want as an output and for getting that output what you need to write. The inner complexities of doing things are taken care of by the technology. In contrast to the procedural languages concept, where you write everything from scratch and you shape the code and the output, in declarative languages you just specify in a given structured manner the code and you get the output. No need to understand how the work was done actually inside the box !</p>
<p style="padding-left: 30px;">It wont be wrong if we say that programming using procedural languages is like a white box approach, you know exactly what was written inside the system and how is works. Working with declarative languages is like a black box approach, all that you know is how to get the output, you have no understanding of how the work was done inside the box.</p>
<p><strong>3) Object Oriented Languages</strong></p>
<p style="padding-left: 30px;">Well, this is a totally different beast. I strongly suggest that you think of Object Oriented Languages as a best combination of procedural and declarative languages blended with the concept of objects. To put it very simply, right now you are reading this article using your computer (hopefully). Now for this article reading process to be full filled you need to take the help of a keyboard to type in the information to reach this blog ( either directly or via google ), mouse to navigate between screens, monitor to show you the content etc. Now the keyboard is an object, so is the mouse and so is the monitor. All these objects are playing their separate but important role in the functioning of the whole system. They are not working sequentially, you can be using the keyboard and mouse at the same time. The important thing is that all these objects are needed for the system to work.</p>
<p>Now C# is an object oriented language. Which means that in case you have a programming background but it is not using object oriented languages, you need to again go back and understand what OOP is. Either follow some good book or just read through google to understand OOP. Dont just read about OOP and come back, read about it, understand it, have it very much clear in your head and then start reading further on .net and C#.</p>
<h2>How do we plan to proceed ?</h2>
<p>The challenge here is not to make you understand C#, that you can probably go and read from any other blog or site and you will understand that its just another programming language which is object oriented , you can perform blah blah blah operations using C#, can do blah blah blah tricks using it etc. The challenge is to put it in your head that there are many different things which come together to help you code applications using C#. And you need to understand all those things in a given manner to take the full advantage of the .net framework, Visual Studio IDE and the C# programming language.</p>
<p>We shall continue discussing about C# in articles to come.</p>
<p>Thanks for reading.</p>
<div class="shr-publisher-612"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F12%2Fc-sharp-tutorials-part-1-what-is-c-sharp%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F12%2Fc-sharp-tutorials-part-1-what-is-c-sharp%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F11%2F12%2Fc-sharp-tutorials-part-1-what-is-c-sharp%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2011/11/12/c-sharp-tutorials-part-1-what-is-c-sharp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Placementcafe.com &#8211; What is the meaning of typedef in c / c++</title>
		<link>http://techaxe.com/2011/08/29/placementcafe-com-what-is-the-meaning-of-typedef-in-c-c/</link>
		<comments>http://techaxe.com/2011/08/29/placementcafe-com-what-is-the-meaning-of-typedef-in-c-c/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 09:46:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=606</guid>
		<description><![CDATA[ Placementcafe.com &#8211; What is the meaning of typedef in c / c++ Placementcafe.com &#8211; What is the meaning of typedef in c / c++ typedef is used to provide alternate names to existing datatypes in c or c++. It helps you write a program that is easy to read and write. A very basic example [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><h2> Placementcafe.com &#8211; What is the meaning of typedef in c / c++</h2>
<p><a href="http://placementcafe.com/Pages/what-is-the-meaning-of-typedef-in-c-or-cpp">Placementcafe.com &#8211; What is the meaning of typedef in c / c++<br />
</a></p>
<p>typedef is used to provide alternate names to existing datatypes in c or c++. It helps you write a program that is easy to read and write. A very basic example of typedef would be to understand how the following simple program.</p>
<p><a href="http://placementcafe.com/Pages/what-is-the-meaning-of-typedef-in-c-or-cpp" target="_blank">Read more&#8230;</a></p>
<div class="shr-publisher-606"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F08%2F29%2Fplacementcafe-com-what-is-the-meaning-of-typedef-in-c-c%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F08%2F29%2Fplacementcafe-com-what-is-the-meaning-of-typedef-in-c-c%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F08%2F29%2Fplacementcafe-com-what-is-the-meaning-of-typedef-in-c-c%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2011/08/29/placementcafe-com-what-is-the-meaning-of-typedef-in-c-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Placementcafe.com &#8211; Hello world fortran program</title>
		<link>http://techaxe.com/2011/08/29/placementcafe-com-hello-world-fortran-program/</link>
		<comments>http://techaxe.com/2011/08/29/placementcafe-com-hello-world-fortran-program/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 06:16:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techaxe.com/?p=604</guid>
		<description><![CDATA[Hello world program using fortran Placementcafe.com &#8211; Hello world program using fortran As per convention whenever you start learning any programming language, you start with a hello world program. Now that you have decided to go with the fortran programming language, here is a very basic hello world program to get you started with fortran. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><h2>Hello world program using fortran</h2>
<p><a href="http://placementcafe.com/Pages/Hello-world-program-using-fortran">Placementcafe.com &#8211; Hello world program using fortran</a></p>
<p>As per convention whenever you start learning any programming language, you start with a hello world program. Now that you have decided to go with the fortran programming language, here is a very basic hello world program to get you started with fortran.</p>
<p><a href="http://placementcafe.com/Pages/Hello-world-program-using-fortran" target="_blank">Read more&#8230;</a></p>
<div class="shr-publisher-604"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F08%2F29%2Fplacementcafe-com-hello-world-fortran-program%2F'></a><a class='shareaholic-fbsend' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F08%2F29%2Fplacementcafe-com-hello-world-fortran-program%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftechaxe.com%2F2011%2F08%2F29%2Fplacementcafe-com-hello-world-fortran-program%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://techaxe.com/2011/08/29/placementcafe-com-hello-world-fortran-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

