<?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>myGUIDE &#187; Tutorials</title>
	<atom:link href="http://myguide.bagarinao.com/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://myguide.bagarinao.com</link>
	<description>random notes, random thoughts</description>
	<lastBuildDate>Sat, 12 Nov 2011 19:57:07 +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>Debugging with gdb</title>
		<link>http://myguide.bagarinao.com/2008/12/12/debugging-with-gdb.htm</link>
		<comments>http://myguide.bagarinao.com/2008/12/12/debugging-with-gdb.htm#comments</comments>
		<pubDate>Fri, 12 Dec 2008 05:21:46 +0000</pubDate>
		<dc:creator>baggy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://myguide.bagarinao.com/2008/12/12/debugging-with-gdb/</guid>
		<description><![CDATA[GDB is the GNU project debugger which can be very helpful when you&#8217;re trying to figure out what goes wrong in the application you&#8217;re developing. With gdb, you can start a program, specify points or conditions where the program&#8217;s execution will be stopped so that you can examine its current condition, and experiment correcting values [...]]]></description>
		<wfw:commentRss>http://myguide.bagarinao.com/2008/12/12/debugging-with-gdb.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SSH for Passwordless Remote Login</title>
		<link>http://myguide.bagarinao.com/2008/08/19/using-ssh-for-passwordless-remote-login.htm</link>
		<comments>http://myguide.bagarinao.com/2008/08/19/using-ssh-for-passwordless-remote-login.htm#comments</comments>
		<pubDate>Tue, 19 Aug 2008 05:33:09 +0000</pubDate>
		<dc:creator>baggy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[passwordless login]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-add]]></category>
		<category><![CDATA[ssh-agent]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://myguide.bagarinao.com/2008/08/19/using-ssh-for-passwordless-remote-login/</guid>
		<description><![CDATA[Secure Shell or SSH is a network protocol allowing secure data exchanges between two networked devices. It is designed to replace Telnet, which sends information over the network in plain text making it susceptible to interception or eavesdropping. SSH, on the other hand, provides secure communication by encrypting the data sent over the network. It [...]]]></description>
		<wfw:commentRss>http://myguide.bagarinao.com/2008/08/19/using-ssh-for-passwordless-remote-login.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My First Silverlight Video Player Application</title>
		<link>http://myguide.bagarinao.com/2008/03/24/my-first-silverlight-video-player-application.htm</link>
		<comments>http://myguide.bagarinao.com/2008/03/24/my-first-silverlight-video-player-application.htm#comments</comments>
		<pubDate>Mon, 24 Mar 2008 09:23:01 +0000</pubDate>
		<dc:creator>baggy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[video player application]]></category>

		<guid isPermaLink="false">http://myguide.bagarinao.com/2008/03/24/my-first-silverlight-video-player-application/</guid>
		<description><![CDATA[I always wanted to create my own web-based video player to share vacation videos with relatives and friends back home. But I didn&#8217;t have an idea where to start. I initially considered Adobe Flash but it&#8217;s not free and I didn&#8217;t have a license for it. Of course it is easier to just store the [...]]]></description>
		<wfw:commentRss>http://myguide.bagarinao.com/2008/03/24/my-first-silverlight-video-player-application.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Articles Using the Article Manager Module in Phpwebsite (Simplified Version)</title>
		<link>http://myguide.bagarinao.com/2007/12/09/creating-articles-using-the-article-manager-module-in-phpwebsite-simplified-version.htm</link>
		<comments>http://myguide.bagarinao.com/2007/12/09/creating-articles-using-the-article-manager-module-in-phpwebsite-simplified-version.htm#comments</comments>
		<pubDate>Mon, 10 Dec 2007 08:40:26 +0000</pubDate>
		<dc:creator>baggy</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[article manager module]]></category>
		<category><![CDATA[phpwebsite]]></category>

		<guid isPermaLink="false">http://myguide.bagarinao.com/?p=28</guid>
		<description><![CDATA[I have a couple of websites running phpwebsite. In these websites, I used the Article Manager module to handle article submission. I came up with a guide to help users of these sites. I am reposting the article here, which initially appeared at the Philippines Today website. The article is as follows: To submit an [...]]]></description>
		<wfw:commentRss>http://myguide.bagarinao.com/2007/12/09/creating-articles-using-the-article-manager-module-in-phpwebsite-simplified-version.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

