<?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>Sobbayi&#039;s Tech Labs &#187; Tutorial</title>
	<atom:link href="http://blog.sobbayi.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sobbayi.com</link>
	<description>A weblog about software and computer programming including reviews, tutorials and general articles</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:25:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Styling Web Pages With CSS Borders</title>
		<link>http://blog.sobbayi.com/2010/07/styling-web-pages-with-css-borders/</link>
		<comments>http://blog.sobbayi.com/2010/07/styling-web-pages-with-css-borders/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:15:49 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=842</guid>
		<description><![CDATA[Using CSS borders on your web pages should not at all be taken lightly. CSS borders hold a lot of power when it comes to making or breaking through in Web Design. Yes I am not really a designer so this just goes to show how easy Styling your next project well with CSS borders can make a huge difference yet it does not need to be a pain in the neck.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2004/01/want-to-write-a-good-web-development-proposal/' rel='bookmark' title='Permanent Link: Want to write a good web development proposal?'>Want to write a good web development proposal?</a></li>
<li><a href='http://blog.sobbayi.com/2010/04/what-a-good-web-developer-should-know-when-building-websites/' rel='bookmark' title='Permanent Link: What A Good Web Developer Should Know When Building Websites'>What A Good Web Developer Should Know When Building Websites</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/07/styling-web-pages-with-css-borders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build and Install MariaDB on Windows From Source</title>
		<link>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/</link>
		<comments>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:19:49 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=698</guid>
		<description><![CDATA[Knowing that MariaDB in the simplest terms, is an alternative to MySQL database server; the world's most popular open source relational database management system. MariaDb has its source code made publicly available from Launchpad, MariaDB remains an open and free version of MySQL database. MariaDB runs on both Linux and Unix based operating systems as well as Windows. 


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/' rel='bookmark' title='Permanent Link: The Maria Storage Engine Is Renamed To Aria Storage Engine'>The Maria Storage Engine Is Renamed To Aria Storage Engine</a></li>
<li><a href='http://blog.sobbayi.com/2009/12/a-little-about-mariadb-a-mysql-spin-off/' rel='bookmark' title='Permanent Link: A little About MariaDB, a MySQL spin-off'>A little About MariaDB, a MySQL spin-off</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Insert Data Into MySQL Tables Using SQLyog</title>
		<link>http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/</link>
		<comments>http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 22:00:27 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLyog]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=561</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/05/sqlyog-thumb.jpg" title="SQLyog, the MySQL Manager and Administration Tool" align="left" />Here comes the third article in the SQLyog for MySQL series of articles. Today we will deal with the various ways you can insert data into a MySQL database or MariaDB database using SQLyog, which is a powerful MySQL manager and administration tool that can also be used to manage MariaDB database.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Create MySQL Tables The Easy Way With SQLyog'>How To Create MySQL Tables The Easy Way With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/making-mysql-easy-with-sqlyog-enterprise-edition/' rel='bookmark' title='Permanent Link: Making MySQL Easy with SQLyog Enterprise Edition'>Making MySQL Easy with SQLyog Enterprise Edition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Create MySQL Tables The Easy Way With SQLyog</title>
		<link>http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/</link>
		<comments>http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:33:25 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLyog]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=505</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/05/sqlyog-thumb.jpg" title="SQLyog, the MySQL Manager and Administration Tool" align="left" />SQLyog is definitely a great and must have tool for any serious MySQL developer and database administrator. I would recommend going for either the SQLyog Enterprise Edition or the SQLyog Ultimate Edition so as to get the full benefits of using SQLyog to manage your MySQL databases.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/making-mysql-easy-with-sqlyog-enterprise-edition/' rel='bookmark' title='Permanent Link: Making MySQL Easy with SQLyog Enterprise Edition'>Making MySQL Easy with SQLyog Enterprise Edition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Backup a MySQL Database With SQLyog</title>
		<link>http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/</link>
		<comments>http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 19:48:52 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLyog]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=337</guid>
		<description><![CDATA[Backing up MySQL databases may not be as easy as it seems to the not so tech savvy users using the native MySQL client. An alternative is SQLyog. See how easy it can get.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Create MySQL Tables The Easy Way With SQLyog'>How To Create MySQL Tables The Easy Way With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/making-mysql-easy-with-sqlyog-enterprise-edition/' rel='bookmark' title='Permanent Link: Making MySQL Easy with SQLyog Enterprise Edition'>Making MySQL Easy with SQLyog Enterprise Edition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How Do I Disable Javascript On My Computer</title>
		<link>http://blog.sobbayi.com/2010/02/how-do-i-disable-javascript-on-my-computer/</link>
		<comments>http://blog.sobbayi.com/2010/02/how-do-i-disable-javascript-on-my-computer/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:00:50 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[K-Meleon]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=305</guid>
		<description><![CDATA[There may be many reasons to disable Javascript on your computer which includes security as the most likely reason you would want to do this. The problem again is that many important current websites rely heavily on javascript just to make them function well as they are supposed to. Despite that here is how you can disable javascript.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/02/how-do-i-enable-javascript-on-my-computer/' rel='bookmark' title='Permanent Link: How Do I Enable Javascript On My Computer?'>How Do I Enable Javascript On My Computer?</a></li>
<li><a href='http://blog.sobbayi.com/2010/04/what-every-javascript-programmer-ought-to-know/' rel='bookmark' title='Permanent Link: What Every JavaScript Programmer Ought to Know'>What Every JavaScript Programmer Ought to Know</a></li>
<li><a href='http://blog.sobbayi.com/2010/07/more-fun-things-to-do-with-google-chrome-part-2/' rel='bookmark' title='Permanent Link: More Fun Things To Do With Google Chrome (Part 2)'>More Fun Things To Do With Google Chrome (Part 2)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/02/how-do-i-disable-javascript-on-my-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading From Nokia PC Suite to Nokia Ovi Suite (The Conclusion)</title>
		<link>http://blog.sobbayi.com/2010/02/upgrading-from-nokia-pc-suite-to-nokia-ovi-suite-the-conclusion/</link>
		<comments>http://blog.sobbayi.com/2010/02/upgrading-from-nokia-pc-suite-to-nokia-ovi-suite-the-conclusion/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 21:26:02 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia Ovi Suite]]></category>
		<category><![CDATA[Nokia PC Suite]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=290</guid>
		<description><![CDATA[Upgrading from Nokia PC Suite to Nokia Ovi Suite is not the end to getting your phone working with your PC. This guide shows you in five easy steps what you need to do to get started with Nokia Ovi Suite and be on your way to enjoying the benefits it brings along.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/02/how-to-upgradi-from-nokia-pc-suite-to-nokia-ovi-suite-part-one/' rel='bookmark' title='Permanent Link: How To Upgrade From Nokia PC Suite to Nokia Ovi Suite (Part 1)'>How To Upgrade From Nokia PC Suite to Nokia Ovi Suite (Part 1)</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/' rel='bookmark' title='Permanent Link: Qt vs MFC on Windows, Which is Best?'>Qt vs MFC on Windows, Which is Best?</a></li>
<li><a href='http://blog.sobbayi.com/2010/01/how-to-program-windows-32-using-the-microsoft-assembler/' rel='bookmark' title='Permanent Link: How To Program Windows 32 Using The Microsoft Assembler'>How To Program Windows 32 Using The Microsoft Assembler</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/02/upgrading-from-nokia-pc-suite-to-nokia-ovi-suite-the-conclusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Upgrade From Nokia PC Suite to Nokia Ovi Suite (Part 1)</title>
		<link>http://blog.sobbayi.com/2010/02/how-to-upgradi-from-nokia-pc-suite-to-nokia-ovi-suite-part-one/</link>
		<comments>http://blog.sobbayi.com/2010/02/how-to-upgradi-from-nokia-pc-suite-to-nokia-ovi-suite-part-one/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:34:24 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia Ovi Suite]]></category>
		<category><![CDATA[Nokia PC Suite]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=270</guid>
		<description><![CDATA[Why would I want to Upgrade from Nokia PC Suite to Nokia Ovi Suite even though PC Suite has Served me perfectly? For starters If you have the latest version of Nokia PC Suite it will advise you to upgrade to Nokia Ovi Suite. Not only that but it has features like Syncing online of contacts, mail, photos, music and messages.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/02/upgrading-from-nokia-pc-suite-to-nokia-ovi-suite-the-conclusion/' rel='bookmark' title='Permanent Link: Upgrading From Nokia PC Suite to Nokia Ovi Suite (The Conclusion)'>Upgrading From Nokia PC Suite to Nokia Ovi Suite (The Conclusion)</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/' rel='bookmark' title='Permanent Link: Qt vs MFC on Windows, Which is Best?'>Qt vs MFC on Windows, Which is Best?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/02/how-to-upgradi-from-nokia-pc-suite-to-nokia-ovi-suite-part-one/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Brief Understanding of x86 Assembly Language</title>
		<link>http://blog.sobbayi.com/2010/01/a-brief-understanding-of-x86-assembly-language/</link>
		<comments>http://blog.sobbayi.com/2010/01/a-brief-understanding-of-x86-assembly-language/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:40:23 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Athlon]]></category>
		<category><![CDATA[Masm32]]></category>
		<category><![CDATA[microprocessor]]></category>
		<category><![CDATA[Opteron]]></category>
		<category><![CDATA[Pentium]]></category>
		<category><![CDATA[Sempron]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[x86]]></category>
		<category><![CDATA[Xeon]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=232</guid>
		<description><![CDATA[Assembly Language is probably the most misunderstood programming language to date. With potential simplicity Assembly can be a very powerful Framework to power your Software Applications by driving them to their limits as far as hardware is concerned. x86 is the most common version on use in todays PCs and Laptops.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/01/how-to-program-windows-32-using-the-microsoft-assembler/' rel='bookmark' title='Permanent Link: How To Program Windows 32 Using The Microsoft Assembler'>How To Program Windows 32 Using The Microsoft Assembler</a></li>
<li><a href='http://blog.sobbayi.com/2010/02/upgrading-from-nokia-pc-suite-to-nokia-ovi-suite-the-conclusion/' rel='bookmark' title='Permanent Link: Upgrading From Nokia PC Suite to Nokia Ovi Suite (The Conclusion)'>Upgrading From Nokia PC Suite to Nokia Ovi Suite (The Conclusion)</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/01/a-brief-understanding-of-x86-assembly-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Program Windows 32 Using The Microsoft Assembler</title>
		<link>http://blog.sobbayi.com/2010/01/how-to-program-windows-32-using-the-microsoft-assembler/</link>
		<comments>http://blog.sobbayi.com/2010/01/how-to-program-windows-32-using-the-microsoft-assembler/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 21:25:06 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Masm32]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=212</guid>
		<description><![CDATA[Sitting at a coffee shop this afternoon I had the privilege to eaves drop on a couple of guys discussing how Assembly Language is dead as far as writing desktop applications is concerned. Hmm Assembler was the golden word. The word that got me glued in on their conversation. If that was not enough they [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/01/a-brief-understanding-of-x86-assembly-language/' rel='bookmark' title='Permanent Link: A Brief Understanding of x86 Assembly Language'>A Brief Understanding of x86 Assembly Language</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/' rel='bookmark' title='Permanent Link: How to Build and Install MariaDB on Windows From Source'>How to Build and Install MariaDB on Windows From Source</a></li>
<li><a href='http://blog.sobbayi.com/2007/01/how-to-use-a-windows-mobile-pda-as-a-modem/' rel='bookmark' title='Permanent Link: How To Use A Windows Mobile Phone as a Modem'>How To Use A Windows Mobile Phone as a Modem</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/01/how-to-program-windows-32-using-the-microsoft-assembler/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
