<?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>TechCoders.Net</title>
	<atom:link href="http://techcoders.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://techcoders.net/wordpress</link>
	<description>A bit about everything, from computers to everyday life!</description>
	<lastBuildDate>Fri, 24 Feb 2012 14:28:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[Project] AICore</title>
		<link>http://techcoders.net/wordpress/?p=76</link>
		<comments>http://techcoders.net/wordpress/?p=76#comments</comments>
		<pubDate>Fri, 24 Feb 2012 13:16:48 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=76</guid>
		<description><![CDATA[Hey Everyone, Well, first, for those who played Portal &#38; Portal II, I&#8217;m totally obsessed with GladOS, and I wanted to make an automation system for my University Room, so I started project AICore, the name stands for Artificial Intelligence Core and is currently installed in an amazing Pentium4 with 512Mb ram, with Windows XP Lite! [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Everyone,</p>
<p>Well, first, for those who played Portal &amp; Portal II, I&#8217;m totally obsessed with <a href="http://en.wikipedia.org/wiki/GLaDOS">GladOS</a>, and I wanted to make an automation system for my University Room, so I started project AICore, the name stands for Artificial Intelligence Core and is currently installed in an amazing Pentium4 with 512Mb ram, with Windows XP Lite!</p>
<p>The software is fully programmed in C# .Net and the hardware (lights, etc..) are connected with a <a href="http://www.vellemanusa.com/products/view/?country=us&amp;lang=enu&amp;id=500349">Velleman K8055 Development Kit</a>, this are the features I have been thinking so far:</p>
<ul>
<li>Speech Engine (It talks using NeoSpeech Julie voice with low pitch, all notifications are talk instead of messages as I don&#8217;t want to have that computer LCD always on) (Done)</li>
<li>Speech Recognition (Anything I ask AICore to do, she will respond to any of the pre-programmed commands) (Done)</li>
<li>User Voice Recognition (Not going to develop this for now as it requires way more time to develop than the one I currently have)</li>
<li>USB/Bluetooth Authentication (In development)</li>
<li>No Beep hours (While I&#8217;m sleeping it won&#8217;t notify me of anything, except for example a DDOS attack, just warn me about critical stuff) (In development)</li>
<li>Alert on High CPU/Ram Usage (Done)</li>
<li>Notification list while I&#8217;m AFK (Done)</li>
<li>Remote control wall power sockets (Done)</li>
<li>Motion Detection Alarm (In development)</li>
<li>Room Lights Control (Done)</li>
<li>Facebook birthday notifications (In development)</li>
<li>Task reminder (In development)</li>
<li>Fire detection (Still thinking if it worth, most probably won&#8217;t do it because of the inefficiency, also I&#8217;m a smoker and heat detection sensors are way more expensive than a smoke one)</li>
<li>Check news every time I wake up and talk the most relevant ones (In development)</li>
<li>Check mails (In development)</li>
<li>Sound system control with music selection by genre (In development)</li>
<li>Cell phone sms commands, for remote control while I&#8217;m out (Still thinking about it)</li>
<li>Alarm clock (Done)</li>
</ul>
<p>And that&#8217;s it for now, If anyone has any Idea please let me know!</p>
<p>Software is in a Alpha status, already running but still a long way to do, also I would love to add some more artificial intelligence but I&#8217;m still kinda new to the concept itself so there is indeed a lot to study first!</p>
<p>I kindly stole some art from GladOs and took it to my project so, here she is:<br />
<img class="size-full wp-image-77 alignleft" title="AICore" src="http://techcoders.net/wordpress/wp-content/uploads/2012/02/AICore.jpg" alt="" width="400" height="400" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Stay tuned for more!</p>
<p>&nbsp;</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D76&amp;t=%5BProject%5D%20AICore" id="facebook_share_link_76">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_76') || document.getElementById('facebook_share_icon_76') || document.getElementById('facebook_share_both_76') || document.getElementById('facebook_share_button_76');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_76') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=76</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Survival] The Anarchists Cookbook</title>
		<link>http://techcoders.net/wordpress/?p=68</link>
		<comments>http://techcoders.net/wordpress/?p=68#comments</comments>
		<pubDate>Mon, 06 Feb 2012 21:11:47 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=68</guid>
		<description><![CDATA[This is a great and, at same time, very dangerous book, it teaches from lockpicking to smoke bombs, landmines, hot-wiring, improvised guns, very basic hacking, LSD, a lot about explosives, rockets, even peanuts! You will be surprised! Remember, we do NOT promote any kind of illegal activities, you are completely responsible for what you do! &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great and, at same time, very dangerous book, it teaches from lockpicking to smoke bombs, landmines, hot-wiring, improvised guns, very basic hacking, LSD, a lot about explosives, rockets, even peanuts! You will be surprised!</p>
<p>Remember, <span style="text-decoration: underline;">we do NOT promote any kind of illegal activities</span>, you are completely responsible for what you do!</p>
<p><img class="size-full wp-image-69 alignleft" title="1" src="http://techcoders.net/wordpress/wp-content/uploads/2012/02/1.png" alt="" width="292" height="156" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><br />
Download<br />
<a href="http://techcoders.net/forum/index.php/topic,30.0.html">http://techcoders.net/forum/index.php/topic,30.0.html</a><br />
</strong></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D68&amp;t=%5BSurvival%5D%20The%20Anarchists%20Cookbook" id="facebook_share_link_68">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_68') || document.getElementById('facebook_share_icon_68') || document.getElementById('facebook_share_both_68') || document.getElementById('facebook_share_button_68');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_68') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Survival] Tactical Movement \ Night Movement</title>
		<link>http://techcoders.net/wordpress/?p=66</link>
		<comments>http://techcoders.net/wordpress/?p=66#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:26:10 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=66</guid>
		<description><![CDATA[For all you stealthy guys/girls, this should keep you entertained and teach you something new   Remember those are legit books and not simply toys, they do teach a lot! Files Included !Movement\Night Movements &#8211; Japanese.pdf  !Movement\Tactical Movement.pdf Download http://techcoders.net/forum/index.php/topic,23.msg33.html#msg33 Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>For all you stealthy guys/girls, this should keep you entertained and teach you something new  <img title="Wink" src="http://techcoders.net/forum/Smileys/default/wink.gif" alt=";)" /></p>
<p>Remember those are legit books and not simply toys, they do teach a lot!</p>
<p><img src="http://48horasweb.com/wp-content/uploads/2011/04/identity.jpg" alt="" /></p>
<p><strong>Files Included</strong><br />
<span style="color: #888888;">!Movement\Night Movements &#8211; Japanese.pdf </span><br />
<span style="color: #888888;">!Movement\Tactical Movement.pdf</span></p>
<p><strong>Download<br />
</strong><a href="http://techcoders.net/forum/index.php/topic,23.msg33.html#msg33">http://techcoders.net/forum/index.php/topic,23.msg33.html#msg33</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D66&amp;t=%5BSurvival%5D%20Tactical%20Movement%20%5C%20Night%20Movement" id="facebook_share_link_66">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_66') || document.getElementById('facebook_share_icon_66') || document.getElementById('facebook_share_both_66') || document.getElementById('facebook_share_button_66');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_66') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Survival] Poisons and Other Assorted Nasties</title>
		<link>http://techcoders.net/wordpress/?p=64</link>
		<comments>http://techcoders.net/wordpress/?p=64#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:13:35 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=64</guid>
		<description><![CDATA[This is another interesting reading shared by R3BEL, please remember we do NOT promote any kind of illegal activities, this books are merely informative! Files included: Assorted Nasties by David Harber.pdf Mashiro, N PhD &#8211; Black Medicine &#8211; The Dark Art of Death.pdf  Silent Death.pdf  The Elements of Murder A History of Poison.pdf  V6B Part 2 [...]]]></description>
			<content:encoded><![CDATA[<p>This is another interesting reading shared by <strong>R3BEL</strong>, please remember <span style="text-decoration: underline;">we do NOT promote any kind of illegal activities</span>, this books are merely informative!</p>
<p><img class="alignnone" title="poison" src="http://intrsctn.com/wp-content/uploads/2008/12/poison.jpg" alt="" width="347" height="346" /></p>
<p>Files included:<br />
<span style="color: #888888;">Assorted Nasties by David Harber.pdf</span><br />
<span style="color: #888888;">Mashiro, N PhD &#8211; Black Medicine &#8211; The Dark Art of Death.pdf </span><br />
<span style="color: #888888;">Silent Death.pdf </span><br />
<span style="color: #888888;">The Elements of Murder A History of Poison.pdf </span><br />
<span style="color: #888888;">V6B Part 2 &#8211; A Manual of Poisonous Plants.pdf</span></p>
<p><strong>Download<br />
</strong><a href="http://techcoders.net/forum/index.php/topic,22.0.html">http://techcoders.net/forum/index.php/topic,22.0.html</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D64&amp;t=%5BSurvival%5D%20Poisons%20and%20Other%20Assorted%20Nasties" id="facebook_share_link_64">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_64') || document.getElementById('facebook_share_icon_64') || document.getElementById('facebook_share_both_64') || document.getElementById('facebook_share_button_64');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_64') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Survival] Intel, Counter-Intel &amp; Surveillance</title>
		<link>http://techcoders.net/wordpress/?p=61</link>
		<comments>http://techcoders.net/wordpress/?p=61#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:41:46 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=61</guid>
		<description><![CDATA[Another of the MUST HAVE books collection being posted around the web by R3BEL. This set is about Intel, Counter-Intel &#38; Surveillance! I trust you all this very interesting ebooks! Content list is kinda big so I decided to post it only in the forum! Download links in forum! [Survival] Intel, Counter-Intel &#38; Surveillance Share [...]]]></description>
			<content:encoded><![CDATA[<p>Another of the MUST HAVE books collection being posted around the web by R3BEL.</p>
<p>This set is about Intel, Counter-Intel &amp; Surveillance!<br />
<img src="http://www.trojansecurities.com/picts/surv3.jpg" alt="" /></p>
<p>I trust you all this very interesting ebooks!<br />
<img src="http://www.usaspyshop.com/images/counter_surveillance_CSPRO25_001.png" alt="" /><br />
Content list is kinda big so I decided to post it only in the forum!</p>
<p>Download links in forum!<br />
<a href="http://techcoders.net/forum/index.php/topic,21.0.html">[Survival] Intel, Counter-Intel &amp; Surveillance</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D61&amp;t=%5BSurvival%5D%20Intel%2C%20Counter-Intel%20%26%20Surveillance" id="facebook_share_link_61">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_61') || document.getElementById('facebook_share_icon_61') || document.getElementById('facebook_share_both_61') || document.getElementById('facebook_share_button_61');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_61') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Survival] Psychological Warfare / Psychology</title>
		<link>http://techcoders.net/wordpress/?p=53</link>
		<comments>http://techcoders.net/wordpress/?p=53#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:28:39 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=53</guid>
		<description><![CDATA[Those books are part of the MUST HAVE collection being posted around the web by R3BEL. Keep those books safe because someday when this content is offline they will be a survival guide for you! I do believe that nowadays real battlefield is the mind   List of Ebooks included: - Aikido The Art Of Fighting Without [...]]]></description>
			<content:encoded><![CDATA[<p>Those books are part of the MUST HAVE collection being posted around the web by <strong>R3BEL</strong>.</p>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/59/Miecze.svg/65px-Miecze.svg.png" alt="" /></p>
<p>Keep those books safe because someday when this content is offline they will be a survival guide for you!</p>
<p>I do believe that nowadays real battlefield is the mind  <img title="Wink" src="http://techcoders.net/forum/Smileys/default/wink.gif" alt=";)" /></p>
<p><img class="alignnone" title="psywar" src="http://docshit.com/wp-content/uploads/2011/09/psywar-210x160.jpg" alt="" width="210" height="160" /></p>
<p>List of Ebooks included:<br />
<span style="color: #888888;">- Aikido The Art Of Fighting Without Fighting</span><br />
<span style="color: #888888;"> &#8211; Art of Deception &#8211; Controlling the Human Element of Security &#8211; Kevin Mitnick</span><br />
<span style="color: #888888;"> &#8211; Body Language &#8211; Dictionary</span><br />
<span style="color: #888888;"> &#8211; Body Language &#8211; How to read others thoughts by their gestures</span><br />
<span style="color: #888888;"> &#8211; Brainwashing Manual &#8211; Synthesis of the Russian Textbook on Psychopolitics</span><br />
<span style="color: #888888;"> &#8211; Criminal Psychology &#8211; A Manual for Judges, Practitioners, and Students</span><br />
<span style="color: #888888;"> &#8211; Death,_Gender,_and_Ethnicity_-_David_Field</span><br />
<span style="color: #888888;"> &#8211; Edelman &#8211; The Politics of Misinformation (2001)</span><br />
<span style="color: #888888;"> &#8211; Kevin Mitnick &#8211; Art Of Deception</span><br />
<span style="color: #888888;"> &#8211; Nonviolent Communication &#8211; Evaluative Words</span><br />
<span style="color: #888888;"> &#8211; Nonviolent Communication &#8211; Feelings</span><br />
<span style="color: #888888;"> &#8211; Nonviolent Communication &#8211; Needs</span><br />
<span style="color: #888888;"> &#8211; Nonviolent Communication- A Language Of Life &#8211; Create Your Life &amp; Relationships</span><br />
<span style="color: #888888;"> &#8211; On killing</span><br />
<span style="color: #888888;"> &#8211; Psychiatric Drugs &#8211; Current Clinical Strategies</span><br />
<span style="color: #888888;"> &#8211; Psychiatry &#8211; Current Clinical Strategies &#8211; 2002</span><br />
<span style="color: #888888;"> &#8211; Psychological Tactics and Tricks</span><br />
<span style="color: #888888;"> &#8211; Psychology &#8211; Harnessing the Science of Persuasion &#8211; Robert Cialdini, Harvard Business Review</span><br />
<span style="color: #888888;"> &#8211; Psychology of Killing</span><br />
<span style="color: #888888;"> &#8211; PuddleDancer Press Nonviolent Communication Companion Workbook</span><br />
<span style="color: #888888;"> &#8211; Self Help &#8211; The Complete Idiot&#8217;s Guide to Verbal Self Defense &#8211; Alpha Books 1999</span><br />
<strong></strong></p>
<p><strong>Links available in the forum:<br />
</strong><a title="[Survival] Psychological Warfare / Psychology" href="http://techcoders.net/forum/index.php/topic,20.msg30.html#msg30">[Survival] Psychological Warfare / Psychology</a><strong><br />
</strong></p>
<p>Enjoy  <img title="Wink" src="http://techcoders.net/forum/Smileys/default/wink.gif" alt=";)" /></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D53&amp;t=%5BSurvival%5D%20Psychological%20Warfare%20%2F%20Psychology" id="facebook_share_link_53">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_53') || document.getElementById('facebook_share_icon_53') || document.getElementById('facebook_share_both_53') || document.getElementById('facebook_share_button_53');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_53') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Maths] Easy Tricks for Math and Algebra</title>
		<link>http://techcoders.net/wordpress/?p=48</link>
		<comments>http://techcoders.net/wordpress/?p=48#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:11:06 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Maths]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=48</guid>
		<description><![CDATA[So, let us start sharing   EasyCal, Easy Tricks for Math and Algebra I know how hard for someone to get along with maths so this will help you for sure! Let me resume what the authors claim this does: - How to do long calculations in few seconds. That too mentally . &#8211; How to avoid [...]]]></description>
			<content:encoded><![CDATA[<p>So, let us start sharing  <img title="Grin" src="http://techcoders.net/forum/Smileys/default/grin.gif" alt=";D" /></p>
<p><img class="alignnone" title="tn_student_4" src="http://www.glad2teach.co.uk/images/tn_4_student.gif" alt="" width="100" height="100" /></p>
<p><strong>EasyCal, Easy Tricks for Math and Algebra</strong></p>
<p>I know how hard for someone to get along with maths so this will help you for sure!</p>
<p>Let me resume what the authors claim this does:<br />
<span style="color: #888888;">- How to do long calculations in few seconds. That too mentally .</span><br />
<span style="color: #888888;"> &#8211; How to avoid making any calculation errors (Checking Techniques)</span><br />
<span style="color: #888888;"> &#8211; How to impress anybody with your superior Math skills.</span><br />
<span style="color: #888888;"> &#8211; How to get better grades / Score in any Math test.</span><br />
<span style="color: #888888;"> &#8211; Helps you clear Math or Data Interpretation section of competitive exams like SAT, ACT, GRE, GMAT, MBA, Banking (P.O or Clerical Grade ) etc where you have calculate the answers in a limited time.</span><br />
<span style="color: #888888;"> &#8211; Specially useful for businessmen or professionals who need to be good with numbers.</span><br />
<span style="color: #888888;"> &#8211; Takes care of your day to day math needs like quickly adding shopping bills, calculating discounts, checking your credit card / bank statements etc.</span><br />
<span style="color: #888888;"> &#8211; Helps you develop interest and much needed confidence in Math.</span></p>
<p>&nbsp;</p>
<p><strong>Links available in the forum:</strong><br />
<a title="[Maths] Easy Tricks for Math and Algebra" href="http://techcoders.net/forum/index.php/topic,19.msg29.html#msg29">[Maths] Easy Tricks for Math and Algebra</a></p>
<p>&nbsp;</p>
<p>Enjoy and Review if possible <img title="Wink" src="http://techcoders.net/forum/Smileys/default/wink.gif" alt=";)" /></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D48&amp;t=%5BMaths%5D%20Easy%20Tricks%20for%20Math%20and%20Algebra" id="facebook_share_link_48">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_48') || document.getElementById('facebook_share_icon_48') || document.getElementById('facebook_share_both_48') || document.getElementById('facebook_share_button_48');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_48') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up and Running</title>
		<link>http://techcoders.net/wordpress/?p=36</link>
		<comments>http://techcoders.net/wordpress/?p=36#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:38:19 +0000</pubDate>
		<dc:creator>PI</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://techcoders.net/wordpress/?p=36</guid>
		<description><![CDATA[&#160; We Are Up and Running After several years with this domain completely stopped and with no traffic, a project about sharing knowledge is now starting and we need you! Welcome Page Feedback Why Join?!  Forum &#160; Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>We Are Up and Running</strong></p>
<p>After several years with this domain completely stopped and with no traffic, a project about sharing knowledge is now starting and we need <em>you</em>!</p>
<p><a href="http://techcoders.net/wordpress/?page_id=19">Welcome Page</a></p>
<p><a href="http://techcoders.net/wordpress/?page_id=26">Feedback</a></p>
<p><img class="alignright size-full wp-image-41" style="font-size: 13px; border-style: initial; border-color: initial; line-height: 19px;" title="logo1" src="http://techcoders.net/wordpress/wp-content/uploads/2012/01/logo1-e1327330406238.png" alt="" width="200" height="80" /></p>
<div>
<p><a href="http://techcoders.net/wordpress/?page_id=29">Why Join?!</a></p>
<p><a href="http://techcoders.net/forum"> Forum</a></p>
<p>&nbsp;</p>
</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Ftechcoders.net%2Fwordpress%2F%3Fp%3D36&amp;t=Up%20and%20Running" id="facebook_share_link_36">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_36') || document.getElementById('facebook_share_icon_36') || document.getElementById('facebook_share_both_36') || document.getElementById('facebook_share_button_36');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_36') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://techcoders.net/wordpress/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

