<?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>25phut.net - SquallLTT &#187; Programming</title>
	<atom:link href="http://www.25phut.net/category/everything-about-it/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.25phut.net</link>
	<description>SquallLTT blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:37:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WP-Syntax in WordPress</title>
		<link>http://www.25phut.net/wp-syntax-in-wordpress/</link>
		<comments>http://www.25phut.net/wp-syntax-in-wordpress/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 01:37:24 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=129</guid>
		<description><![CDATA[(link to original post: http://wordpress.org/extend/plugins/wp-syntax/other_notes/) Usage Wrap code blocks with &#60;pre lang="LANGUAGE" line="1"&#62; and &#60;/pre&#62; where LANGUAGE is a GeSHi supported language syntax. See below for a full list of supported languages. The line attribute is optional. Example 1: PHP, no line numbers &#60;pre lang="php"&#62; &#60;div id="foo"&#62; &#60;?php function foo() { echo "Hello World!\\n"; } [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/wp-syntax-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some notes for handling string</title>
		<link>http://www.25phut.net/some-notes-for-handling-string/</link>
		<comments>http://www.25phut.net/some-notes-for-handling-string/#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.25phut.net/?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 [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/some-notes-for-handling-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SquallLTT presents: My PDA phone :D</title>
		<link>http://www.25phut.net/squallltt-presents-my-pda-phone/</link>
		<comments>http://www.25phut.net/squallltt-presents-my-pda-phone/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:30:58 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[digital image processing]]></category>
		<category><![CDATA[mobile robotics]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Windows Mobile Phone]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=115</guid>
		<description><![CDATA[Here is the link to the video clip: http://www.25phut.net/uploadedvideoclips/viva.html In conclusion I&#8217;d like to say that Windows Mobile phones are the best, at least, to me. Countless softwares are available out there. And, I can do some coding for my PDA as u can see in the video, I&#8217;ve implemented image processing (Canny Edge detection), [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/squallltt-presents-my-pda-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network programming in C#</title>
		<link>http://www.25phut.net/network-programming-in-c/</link>
		<comments>http://www.25phut.net/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.25phut.net/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 [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/network-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# programming language</title>
		<link>http://www.25phut.net/c-programming-language/</link>
		<comments>http://www.25phut.net/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.25phut.net/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 – [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/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.25phut.net/vbnet-detect-whether-the-usb-device-is-plugged-in-or-taken-out-without-timer/</link>
		<comments>http://www.25phut.net/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.25phut.net/?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. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/vbnet-detect-whether-the-usb-device-is-plugged-in-or-taken-out-without-timer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
