<?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>everbot.com &#187; Programming</title>
	<atom:link href="http://www.everbot.com/everything-about-it/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everbot.com</link>
	<description>Robotics, computer, programming, DroidHall.com</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:20:16 +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>Coding coding and coding&#8230;</title>
		<link>http://www.everbot.com/coding-coding-and-coding/</link>
		<comments>http://www.everbot.com/coding-coding-and-coding/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 08:28:59 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.everbot.com/?p=199</guid>
		<description><![CDATA[Sometimes it may be simpler to write your own program from scratch if you have good knowledge about what you are going to do. But it would be better if you can read, debug, understand, and improve other programmers&#8217; code. Having the capability of digesting existing code is a must for a programmer.]]></description>
		<wfw:commentRss>http://www.everbot.com/coding-coding-and-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runtime error: division by zero</title>
		<link>http://www.everbot.com/runtime-error-division-by-zero-2/</link>
		<comments>http://www.everbot.com/runtime-error-division-by-zero-2/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 08:18:54 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.everbot.com/?p=196</guid>
		<description><![CDATA[So, after more than 10 years of writing code, I&#8217;m making a basic careless mistake in PLC &#8211; division by zero. This is so ashamed. Although I am not really interested in this kind of graphical block programming but it&#8217;s a nice lesson to learn.]]></description>
		<wfw:commentRss>http://www.everbot.com/runtime-error-division-by-zero-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some notes for string handling</title>
		<link>http://www.everbot.com/some-notes-for-string-handling/</link>
		<comments>http://www.everbot.com/some-notes-for-string-handling/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 01:33:18 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[string handling]]></category>

		<guid isPermaLink="false">http://www.everbot.com/?p=128</guid>
		<description><![CDATA[Clearing my phone since it is very messy with a lot of files, and found some notes here: Handling string in C# List of Numeric Formats * C or C &#8211; For Currency. Uses the cultures currency symbol. * D or D &#8211; Integer types. Add a number for 0 padding eg D5. * E or e &#8211; Scientific notation. * F or f &#8211; Fixed Point. * G or g &#8211; Compact fixed-point/scientific notation. [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/some-notes-for-string-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network programming in C#</title>
		<link>http://www.everbot.com/network-programming-in-c/</link>
		<comments>http://www.everbot.com/network-programming-in-c/#comments</comments>
		<pubDate>Tue, 05 May 2009 05:48:26 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[network programming]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://www.everbot.com/network-programming-in-c/</guid>
		<description><![CDATA[Basic definitions It is important to have a firm understanding about networking. Here, I only mention about some very basic knowledge. - Protocol: is a set of rules and procedures used for communication. Computers on a network must agree upon a common protocol in order to communicate. - IP (Internet Protocol) is the method or protocol by which data is sent from one device to another on the Internet. Each computer on the Internet has [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/network-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# programming language</title>
		<link>http://www.everbot.com/c-programming-language/</link>
		<comments>http://www.everbot.com/c-programming-language/#comments</comments>
		<pubDate>Tue, 05 May 2009 03:06:06 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.everbot.com/c-programming-language/</guid>
		<description><![CDATA[Microsoft .NET Microsoft .NET contains 2 main components: Framework and Integrated Development Environment (IDE). Framework is the most important part of .NET and it is the core of the environment. .NET Framework contains: 4 main programming languages: C#, VB.NET, C++ and JScript.NET Common Language Runtime (CLR) – this is the core of the framework – which is Microsoft implementation of the Common Language Infrastructure (CLI) standard – handles code execution and all of the tasks [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/c-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[VB.NET] Detect whether the USB device is plugged in or taken out without timer</title>
		<link>http://www.everbot.com/vbnet-detect-whether-the-usb-device-is-plugged-in-or-taken-out-without-timer/</link>
		<comments>http://www.everbot.com/vbnet-detect-whether-the-usb-device-is-plugged-in-or-taken-out-without-timer/#comments</comments>
		<pubDate>Sat, 02 May 2009 19:36:20 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.everbot.com/?p=48</guid>
		<description><![CDATA[.NET programming The following VB.NET code will help you to check whether a USB device is plugged in or taken out. No timer is used here. You can integrate this tip to your program just by copy and paste. Private WM_DEVICECHANGE As Integer = &#38;H219 Public Enum WM_DEVICECHANGE_WPPARAMS As Integer DBT_CONFIGCHANGECANCELED = &#38;H19 DBT_CONFIGCHANGED = &#38;H18 DBT_CUSTOMEVENT = &#38;H8006 DBT_DEVICEARRIVAL = &#38;H8000 DBT_DEVICEQUERYREMOVE = &#38;H8001 DBT_DEVICEQUERYREMOVEFAILED = &#38;H8002 DBT_DEVICEREMOVECOMPLETE = &#38;H8004 DBT_DEVICEREMOVEPENDING = &#38;H8003 DBT_DEVICETYPESPECIFIC [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/vbnet-detect-whether-the-usb-device-is-plugged-in-or-taken-out-without-timer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.everbot.com @ 2012-02-07 04:12:03 -->
