<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jobcrawler&#039;s Blog</title>
	<atom:link href="http://jobcrawler.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jobcrawler.wordpress.com</link>
	<description>&#34;know yourself before search a job&#34; &#38; &#34;be confident&#34;</description>
	<lastBuildDate>Thu, 26 Nov 2009 03:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jobcrawler.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jobcrawler&#039;s Blog</title>
		<link>http://jobcrawler.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jobcrawler.wordpress.com/osd.xml" title="Jobcrawler&#039;s Blog" />
	<atom:link rel='hub' href='http://jobcrawler.wordpress.com/?pushpress=hub'/>
		<item>
		<title>EJB: some basic concept</title>
		<link>http://jobcrawler.wordpress.com/2009/11/26/ejb-some-basic-concept/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/26/ejb-some-basic-concept/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:50:00 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=102</guid>
		<description><![CDATA[#There are two types of session beans: stateful and stateless. #Because stateless session beans can support multiple clients, they can offer better scalability for applications that require large numbers of clients. #A stateless session bean can implement a web service, but other types of enterprise beans cannot. #A session bean represents a single client inside [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=102&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#There are two types of session beans: stateful and stateless.</p>
<p>#Because stateless session beans can support multiple clients, they can offer better scalability for applications that require large numbers of clients.</p>
<p>#A stateless session bean can implement a web service, but other types of enterprise beans cannot.</p>
<p>#A session bean represents a single client inside the Application Server.</p>
<p># Like an interactive session, a session bean is not persistent. (That is, its data is not saved to a<br />
database.) When the client terminates, its session bean appears to terminate and is no longer<br />
associated with the client.</p>
<p>#The state of an object consists of the values of its instance variables.(stateful session bean).</p>
<p># A stateless session bean does not maintain a conversational state with the client. When a client<br />
invokes the methods of a stateless bean, the bean’s instance variables may contain a state specific to that client, but only for the duration of the invocation.</p>
<p>#A message-driven bean is an enterprise bean that allows Java EE applications to process messages asynchronously.</p>
<p>#A message-driven bean’s instances retain no data or conversational state for a specific client.</p>
<p>#Message-driven beans have the following characteristics:<br />
They execute upon receipt of a single client message.<br />
They are invoked asynchronously.<br />
They are relatively short-lived.<br />
They are stateless.</p>
<p>#Session beans allow you to send JMS messages and to receive them synchronously, but not asynchronously.To receive messages asynchronously, use a message-driven bean.</p>
<p>#When you design a Java EE application, one of the first decisions you make is the type of client access allowed by the enterprise beans: remote, local, or web service.</p>
<p>#If you aren’t sure which type of access an enterprise bean should have, choose remote access. This decision gives you more flexibility.</p>
<p>#The Webserver: Just Receive the request from the client and forward to Webcontainer and do the Response vice versa.<br />
Web Container: Creates HTTP Request and Response for the Servlet calls the appropriate servlet service<br />
method (doGet or doPost) to service the client request.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=102&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/26/ejb-some-basic-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>Interpreter Vs. Compiler</title>
		<link>http://jobcrawler.wordpress.com/2009/11/12/interpreter-vs-compiler/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/12/interpreter-vs-compiler/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:42:17 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=99</guid>
		<description><![CDATA[A compiler is a special program that processes statements written in a particular programming language and converts them into machine language, a &#8220;binary program&#8221; or &#8220;code,&#8221; that a computer processor uses. Interpreters translate code one line at time, executing each line as it is &#8220;translated,&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=99&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A <strong>compiler</strong> is a special program that processes statements written in a particular programming language and converts them into <strong>machine language</strong>, a &#8220;binary program&#8221; or &#8220;code,&#8221; that a computer processor uses.</p>
<p>Interpreters translate code one line at time, executing each line as it is &#8220;translated,&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=99&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/12/interpreter-vs-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>Store Data in a Session</title>
		<link>http://jobcrawler.wordpress.com/2009/11/10/store-data-in-a-session/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/10/store-data-in-a-session/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:56:45 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=96</guid>
		<description><![CDATA[session[:data] = @data @data = session[:data] &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=96&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>session[:data] = @data</p>
<p>@data = session[:data]</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=96&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/10/store-data-in-a-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>Linking to Another Action</title>
		<link>http://jobcrawler.wordpress.com/2009/11/10/linking-to-another-action/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/10/linking-to-another-action/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:30:46 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=93</guid>
		<description><![CDATA[&#60;%= link_to “Go to lunch.”, :action =&#62; “lunch” %&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=93&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;%= link_to “Go to lunch.”, :action =&gt; “lunch” %&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=93&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/10/linking-to-another-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>Selecting Which View to Render</title>
		<link>http://jobcrawler.wordpress.com/2009/11/10/selecting-which-view-to-render/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/10/selecting-which-view-to-render/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:10:21 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=89</guid>
		<description><![CDATA[You use the render method to draw a view, and render(:action =&#62; :lunch) draws the view associated with the lunch action. You can use the render method alone if you’re through processing and just want to jump to the view connected to your action: def work if Time.now.hour == 12 render(:action =&#62; :lunch) else render [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=89&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You use the render method to draw a view, and render(:action =&gt; :lunch) draws<br />
the view associated with the lunch action.</p>
<blockquote><p>You can use the render method alone if you’re through processing and just want to jump to the view<br />
connected to your action:<br />
def work<br />
if Time.now.hour == 12<br />
render(:action =&gt; :lunch)<br />
else<br />
render<br />
end</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=89&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/10/selecting-which-view-to-render/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>Escaping Sensitive Text</title>
		<link>http://jobcrawler.wordpress.com/2009/11/10/escaping-sensitive-text/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/10/escaping-sensitive-text/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:02:49 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=86</guid>
		<description><![CDATA[Problem when you type something like this : I say that here&#60;there alphabetically. The browser will show : I say that here Solution is: &#60;%= h(“I say that here&#60;there alphabetically.”) %&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=86&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Problem when you type something like this : I say that here&lt;there alphabetically. The browser will show : I say that here</p>
<p>Solution is:</p>
<p>&lt;%= h(“I say that here&lt;there alphabetically.”) %&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=86&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/10/escaping-sensitive-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>It is possible to make one variable be another:</title>
		<link>http://jobcrawler.wordpress.com/2009/11/08/it-is-possible-to-make-one-variable-be-another/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/08/it-is-possible-to-make-one-variable-be-another/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:57:48 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[C++(.cpp)]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=82</guid>
		<description><![CDATA[using namespace std; #include &#60;iostream&#62; int main () { double a = 3.1415927; double &#38;b = a; // b is a b = 89; cout &#60;&#60; "a contains: " &#60;&#60; a &#60;&#60; endl; // Displays 89. return 0; } (If you are used to pointers and absolutely want to know what happens, simply think double [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=82&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre><strong>using namespace std;
#include &lt;iostream&gt;

int main ()
{
   double a = 3.1415927;

   double &amp;b = a;                            // b is a

   b = 89;

   cout &lt;&lt; "a contains: " &lt;&lt; a &lt;&lt; endl;     // Displays 89.

   return 0;
}

</strong>(If you are used to pointers and absolutely want to know what happens, simply think <strong>double &amp;b = a</strong> is translated to <strong>double *b = &amp;a</strong> and all subsequent <strong>b</strong> are replaced by <strong>*b</strong>.)</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=82&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/08/it-is-possible-to-make-one-variable-be-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>A global variable can be accessed even if another variable with the same name has been declared inside the function:</title>
		<link>http://jobcrawler.wordpress.com/2009/11/08/a-global-variable-can-be-accessed-even-if-another-variable-with-the-same-name-has-been-declared-inside-the-function/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/08/a-global-variable-can-be-accessed-even-if-another-variable-with-the-same-name-has-been-declared-inside-the-function/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:54:28 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[C++(.cpp)]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=80</guid>
		<description><![CDATA[using namespace std; #include &#60;iostream&#62; double a = 128; int main () { double a = 256; cout &#60;&#60; "Local a: " &#60;&#60; a &#60;&#60; endl; cout &#60;&#60; "Global a: " &#60;&#60; ::a &#60;&#60; endl; return 0; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=80&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><strong></p>
<pre>using namespace std;
#include &lt;iostream&gt;

double a = 128;

int main ()
{
   double a = 256;

   cout &lt;&lt; "Local a:  " &lt;&lt; a   &lt;&lt; endl;
   cout &lt;&lt; "Global a: " &lt;&lt; ::a &lt;&lt; endl;

   return 0;
}
</pre>
<p></strong></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=80&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/08/a-global-variable-can-be-accessed-even-if-another-variable-with-the-same-name-has-been-declared-inside-the-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>lesson 1</title>
		<link>http://jobcrawler.wordpress.com/2009/11/08/lesson-1/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/08/lesson-1/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:50:56 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[C++(.cpp)]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=77</guid>
		<description><![CDATA[using namespace std; #include &#60;iostream&#62; int main () { for (int i = 0; i &#60; 4; i++) { cout &#60;&#60; i &#60;&#60; endl; } cout &#60;&#60; i &#60;&#60; endl; // Bad practice! i += 5; // Bad practice! cout &#60;&#60; i &#60;&#60; endl; // Bad practice! return 0; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=77&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre><strong><strong>using namespace std;
#include &lt;iostream&gt;

int main ()
{

   for (int i = 0; i &lt; 4; i++)
   {
      cout &lt;&lt; i &lt;&lt; endl;
   }

   cout &lt;&lt; i &lt;&lt; endl;           // Bad practice!
   i += 5;                      // Bad practice!
   cout &lt;&lt; i &lt;&lt; endl;           // Bad practice!

   return 0;
}</strong></strong></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=77&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/08/lesson-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
		<item>
		<title>A Simple C++ program</title>
		<link>http://jobcrawler.wordpress.com/2009/11/08/a-simple-c-program/</link>
		<comments>http://jobcrawler.wordpress.com/2009/11/08/a-simple-c-program/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:47:17 +0000</pubDate>
		<dc:creator>jobcrawler</dc:creator>
				<category><![CDATA[C++(.cpp)]]></category>

		<guid isPermaLink="false">http://jobcrawler.wordpress.com/?p=74</guid>
		<description><![CDATA[using namespace std; #include &#60;iostream&#62; int main() { int a; // a is an integer variable char s [100]; // s points to a string of max 99 characters cout &#60;&#60; "This is a sample program." &#60;&#60; endl; cout &#60;&#60; endl; // Just a line feed (end of line) cout &#60;&#60; "Type your age : "; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=74&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre><strong><strong>using namespace std;
#include &lt;iostream&gt;

int main()
{
   int a;                    // a is an integer variable
   char s [100];             // s points to a string of max 99 characters

   cout &lt;&lt; "This is a sample program." &lt;&lt; endl;

   cout &lt;&lt; endl;             // Just a line feed (end of line)

   cout &lt;&lt; "Type your age : ";
   cin &gt;&gt; a;

   cout &lt;&lt; "Type your name: ";
   cin &gt;&gt; s;

   cout &lt;&lt; endl;

   cout &lt;&lt; "Hello " &lt;&lt; s &lt;&lt; " you're " &lt;&lt; a &lt;&lt; " old." &lt;&lt; endl;
   cout &lt;&lt; endl &lt;&lt; endl &lt;&lt; "Bye!" &lt;&lt; endl;

   return 0;
}</strong></strong></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jobcrawler.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jobcrawler.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jobcrawler.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jobcrawler.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jobcrawler.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jobcrawler.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jobcrawler.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jobcrawler.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jobcrawler.wordpress.com&amp;blog=8306274&amp;post=74&amp;subd=jobcrawler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jobcrawler.wordpress.com/2009/11/08/a-simple-c-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f488a9d571784cea8aceab85506a1622?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jobcrawler</media:title>
		</media:content>
	</item>
	</channel>
</rss>
