<?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>hasan&#039;s blog (বল্গ) &#187; tools</title>
	<atom:link href="http://we4tech.wordpress.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://we4tech.wordpress.com</link>
	<description>work for fun!!!</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:56:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='we4tech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/77f5f3e5f84d83c83da12540728f5cb3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>hasan&#039;s blog (বল্গ) &#187; tools</title>
		<link>http://we4tech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://we4tech.wordpress.com/osd.xml" title="hasan&#039;s blog (বল্গ)" />
	<atom:link rel='hub' href='http://we4tech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>what killed my time to run my first test using “cucumber”</title>
		<link>http://we4tech.wordpress.com/2008/10/19/what-killed-my-time-to-run-my-first-test-using-cucumber/</link>
		<comments>http://we4tech.wordpress.com/2008/10/19/what-killed-my-time-to-run-my-first-test-using-cucumber/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:12:33 +0000</pubDate>
		<dc:creator>nhm tanveer hossain khan</dc:creator>
				<category><![CDATA[BDD]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://hasan.we4tech.com/what-killed-my-time-to-run-my-first-test-using-cucumber/</guid>
		<description><![CDATA[stucked with &#8220;No such file or directory &#8211; cucumber.yml&#8221; error? then you must doing the same mistake as i was doing for last 1 hour. i had the following code in Rakefile require &#8216;cucumber/rake/task&#8217; Cucumber::Rake::Task.new do &#124;t&#124; profile = ENV['PROFILE'] &#124;&#124; &#8216;default&#8217; t.cucumber_opts = &#8220;&#8211;profile #{profile}&#8221; end the fix is just keep the following code &#8230; <a href="http://we4tech.wordpress.com/2008/10/19/what-killed-my-time-to-run-my-first-test-using-cucumber/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=421&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>stucked with &#8220;No such file or directory &#8211; <a href="http://github.com/aslakhellesoy/cucumber/">cucumber</a>.yml&#8221; error?<br />
then you must doing the same mistake as i was doing for last 1 hour.</p>
<p>i had the following code in <strong>Rakefile</strong></p>
<blockquote><p>require &#8216;<a href="http://github.com/aslakhellesoy/cucumber/">cucumber</a>/rake/task&#8217;</p>
<p>Cucumber::Rake::Task.new do |t|<br />
profile = ENV['PROFILE'] || &#8216;default&#8217;<br />
t.cucumber_opts = &#8220;&#8211;profile #{profile}&#8221;<br />
end</p></blockquote>
<p>the fix is just keep the following code only -</p>
<blockquote><p>require &#8216;<a href="http://github.com/aslakhellesoy/cucumber/">cucumber</a>/rake/task&#8217;</p>
<p>Cucumber::Rake::Task.new do |t|<br />
end</p></blockquote>
<p><strong>so are you still facing problem while you are executing &#8220;rake features&#8221; but it doesn&#8217;t come up with any output?</strong><br />
here is the check list &#8211; (this list may grow gradually) -<br />
1. do you have features directory<br />
2. do you have features/steps directory<br />
3. lets say you have &#8220;features/transfer.feature&#8221; file do you know that you must have &#8220;features/steps/transfer_steps.rb&#8221; file?<br />
4. do you know &#8220;feature name&#8221; must be prefixed for steps file?<br />
hope this might help you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/we4tech.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/we4tech.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/we4tech.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/we4tech.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/we4tech.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/we4tech.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/we4tech.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/we4tech.wordpress.com/421/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=421&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://we4tech.wordpress.com/2008/10/19/what-killed-my-time-to-run-my-first-test-using-cucumber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bb774de244da2d6e7f39a189b905077?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hasan</media:title>
		</media:content>
	</item>
		<item>
		<title>refactormycode.com the best place to Refactor  :your  =&gt; &#8216;code&#8217;</title>
		<link>http://we4tech.wordpress.com/2007/11/24/refactormycodecom-the-best-place-to-refactor-your-code/</link>
		<comments>http://we4tech.wordpress.com/2007/11/24/refactormycodecom-the-best-place-to-refactor-your-code/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 06:34:44 +0000</pubDate>
		<dc:creator>nhm tanveer hossain khan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://hasan.we4tech.com/refactormycodecom-the-best-place-to-refactor-your-code/</guid>
		<description><![CDATA[i must start with saying &#8220;WoW&#8221;, the idea is great, though it was possible with previous code snippet type site. the difference here is it is specialized on &#8220;Refactor my code&#8221;. the idea is neat and very clear more over very specific. you will post your old nice or crappy code and through challenge to &#8230; <a href="http://we4tech.wordpress.com/2007/11/24/refactormycodecom-the-best-place-to-refactor-your-code/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=386&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i must start with saying &#8220;WoW&#8221;, the idea is great, though it was possible with previous code snippet type site.<br />
the difference here is it is specialized on &#8220;Refactor my code&#8221;. the idea is neat and very clear more over very specific.</p>
<p>you will post your old nice or crappy code and through challenge to the community to come up with nice refactoring suggestion.<br />
i would say i really like this idea.</p>
<p>i wish soon they will become the most popular development tool.<br />
what if, they have integration with intelliJ idea, with &#8220;send to refactor my code&#8221; and a periodical update will display all the suggested refactorings.<br />
<a href="http://refactormycode.com/">check it out now </a><!--3686ae16d74f229c5caeacf4484210fb-->
</p>
<p><!--ed5fd0f80f2f9814e3bcaf5ef93c17de--></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/we4tech.wordpress.com/386/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/we4tech.wordpress.com/386/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/we4tech.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/we4tech.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/we4tech.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/we4tech.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/we4tech.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/we4tech.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/we4tech.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/we4tech.wordpress.com/386/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=386&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://we4tech.wordpress.com/2007/11/24/refactormycodecom-the-best-place-to-refactor-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bb774de244da2d6e7f39a189b905077?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hasan</media:title>
		</media:content>
	</item>
		<item>
		<title>simple AOP implementation in ruby</title>
		<link>http://we4tech.wordpress.com/2007/11/10/simple-aop-implementation-in-ruby/</link>
		<comments>http://we4tech.wordpress.com/2007/11/10/simple-aop-implementation-in-ruby/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 08:39:09 +0000</pubDate>
		<dc:creator>nhm tanveer hossain khan</dc:creator>
				<category><![CDATA[aop]]></category>
		<category><![CDATA[aspect oriented programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://hasan.we4tech.com/simple-aop-implementation-in-ruby</guid>
		<description><![CDATA[i was suppose to work on some of my other projects, but i passed my time by writing a simple aop implementation in ruby. it is neither powerful like AspectJ nor comparable with AspectR. however, i was having fun with my day off. here is how my simple example is running- def test_aop # apply &#8230; <a href="http://we4tech.wordpress.com/2007/11/10/simple-aop-implementation-in-ruby/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=383&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i was suppose to work on some of my other projects, but i passed my time by writing a simple aop implementation in ruby.<br />
it is neither powerful like AspectJ nor comparable with AspectR. however, i was having fun with my day off.</p>
<p>here is how my simple example is running-</p>
<blockquote><p>def test_aop<br />
# apply pointcuts<br />
apply_advices(:before, /^do_.+/, SimpleService, SimpleServiceAdvice, :before_do)<br />
apply_advices(:around, /^do_.+/, SimpleService, SimpleServiceAdvice, :around_do)<br />
apply_advices(:after, /^do_.+/, SimpleService, SimpleServiceAdvice, :after_do)</p>
<p>simple_service = SimpleService.new<br />
simple_service.do_1(&#8220;A&#8221;)<br />
end</p></blockquote>
<p>here is the parameter name.</p>
<blockquote><p>apply_advices(type_of_advice, pointcuts_in_regex, service_class, advice_class, advice_method)</p></blockquote>
<p>instead of making aspectJ type pointcuts syntax, i have used regex, which is fine for the time being.</p>
<p>if you run this code you will find the following output -</p>
<blockquote><p>Before execution.<br />
Around {<br />
1 performed &#8211; A<br />
}<br />
After execution.</p></blockquote>
<p>now let&#8217;s have a look on my <strong>SimpleService</strong> class.</p>
<blockquote><p>class SimpleService</p>
<p>def do_1(p_param)<br />
puts &#8220;1 performed &#8211; #{p_param}&#8221;<br />
end</p>
<p>def do_2<br />
puts &#8220;2 performed.&#8221;<br />
end</p>
<p>def no_do<br />
puts &#8220;No do&#8221;<br />
end<br />
end</p></blockquote>
<p>and here is my aspect class,</p>
<blockquote><p>class SimpleServiceAdvice</p>
<p>def around_do(p_invoke)<br />
puts &#8220;Around { &#8220;<br />
output = p_invoke.proceede()<br />
puts &#8220;}&#8221;<br />
return output<br />
end</p>
<p>def before_do(p_invoke)<br />
puts &#8220;Before execution.&#8221;<br />
end</p>
<p>def after_do(p_params, p_output)<br />
puts &#8220;After execution.&#8221;<br />
end<br />
end</p></blockquote>
<p>my implementation is very straight forward, actually during implementing this stuff, i really felt the strength of meta programming. it is so flexible and so easy that sky is the limit.</p>
<p><a href="http://hasan.we4tech.com/files/aop_test.zip">here is the attached source code. </a></p>
<p><a href="http://aspectr.sourceforge.net/">much better and complete aop implementation in ruby</a></p>
<p><!--5359d0a9bb968d2498a0830a998fa5d6--></p>
<p><!--8d9ce1ad44c878667a75943248cf2393--></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/we4tech.wordpress.com/383/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/we4tech.wordpress.com/383/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/we4tech.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/we4tech.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/we4tech.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/we4tech.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/we4tech.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/we4tech.wordpress.com/383/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/we4tech.wordpress.com/383/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/we4tech.wordpress.com/383/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=383&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://we4tech.wordpress.com/2007/11/10/simple-aop-implementation-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bb774de244da2d6e7f39a189b905077?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hasan</media:title>
		</media:content>
	</item>
		<item>
		<title>Lego Programming</title>
		<link>http://we4tech.wordpress.com/2006/12/08/lego-programming/</link>
		<comments>http://we4tech.wordpress.com/2006/12/08/lego-programming/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 19:16:44 +0000</pubDate>
		<dc:creator>nhm tanveer hossain khan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://hasan.we4tech.com/lego-programming</guid>
		<description><![CDATA[Very nice post on Joel on software http://www.joelonsoftware.com/items/2006/12/05.html Frequently, the mainstream media, reporting on computer programming tools, gets the story horribly wrong. What happens is that some kind of vendor of programming technologies has come up with some product they are claiming makes programming easier. The journalists don&#8217;t really understand. What they hear is “programming &#8230; <a href="http://we4tech.wordpress.com/2006/12/08/lego-programming/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=230&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Very nice post on Joel on software<br />
<a href="http://www.joelonsoftware.com/items/2006/12/05.html">http://www.joelonsoftware.com/items/2006/12/05.html</a></p>
<blockquote><p>Frequently, the mainstream media, reporting on computer programming tools, gets the story horribly wrong.</p>
<p>What happens is that some kind of vendor of programming technologies has come up with some product they are claiming makes programming easier. The journalists don&#8217;t really understand. What they hear is “programming is going to be easier.” Usually there&#8217;s some kind of Lego allusion.</p>
<p><a href="http://money.cnn.com/magazines/business2/business2_archive/2006/11/01/8392026/index.htm?postversion=2006111409">Om Malik</a> (November, 2006): “&#8230; these startups are building development environments that let the user cobble together software packages as easily as snapping together Lego bricks.”</p>
<p>He admits: “&#8230; the transition to this type of platform is going to be slow; I believe it could take about three years to realize its potential.”</p>
<p>Three years?</p>
<p><a href="http://www.businessweek.com/archives/1991/b323363.arc.htm?campaign_id=search">BusinessWeek</a> ran a cover-story about object oriented programming way back in September, 1991, accompanied by a picture of a baby in diapers programming a computer. They also used the Lego metaphor: “Indeed, at the software startup they now head, Objective Technologies Inc., programming seems downright juvenile: Instead of mucking around in tangles of C code—writing arcane statements such as printf (&#8220;%s/n&#8221;, curr str)—they mainly connect boxes on the screens of their NeXT Computer Inc. workstations and fill in blanks. In minutes, they have industrial-strength programs that run right the first time and that can be modified without brain surgery. Says Bergerson, 27: ‘I showed my mother, and she said, “You’re still playing with Lego blocks, like when you were a kid!”’”</p>
<p>“Eventually, a whole new way of selling software may emerge. In a market of interchangeable, plug-and-play objects, you might shop for pieces separately and compile your own custom software.”</p>
<p>None of them believed <a href="http://www-inst.eecs.berkeley.edu/%7Emaratb/readings/NoSilverBullet.html">Frederick P. Brooks</a>, in 1987: “Not only are there no silver bullets now in view, the very nature of software makes it unlikely that there will be any—no inventions that will do for software productivity, reliability, and simplicity what electronics, transistors, and large-scale integration did for computer hardware&#8230;. <em>I believe the hard part of building software to be the specification, design, and testing of this conceptual construct, not the labor of representing it and testing the fidelity of the representation</em>&#8230;. If this is true, building software will always be hard. There is inherently no silver bullet.”</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/we4tech.wordpress.com/230/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/we4tech.wordpress.com/230/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/we4tech.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/we4tech.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/we4tech.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/we4tech.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/we4tech.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/we4tech.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/we4tech.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/we4tech.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=we4tech.wordpress.com&amp;blog=537526&amp;post=230&amp;subd=we4tech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://we4tech.wordpress.com/2006/12/08/lego-programming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bb774de244da2d6e7f39a189b905077?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hasan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
