<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>The Infinite Loop - Beginner&#039;s SEO, Beginner C# &#38; JQuery Tutorials</title>
	<link>http://theinfiniteloopblog.com</link>
	<description>Problem. Problem Solved. Loop. - The life of a programmer</description>
	<lastBuildDate>Wed, 17 Aug 2011 15:29:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Automatic Get/Set Visual C# 2010</title>
		<description><![CDATA[One of my favorite features of c#. Automatic getters/setters! Before, one would have to declare a variable. private int _x; And then write get/set methods: public int X{ get{return _x;} set{x=value;} } However, in VISUAL C# 2010 - you can now do the following: public int X{get;set;} Which is the same as the code above! [...]]]></description>
		<link>http://theinfiniteloopblog.com/gen/automatic-getset-visual-c-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatic-getset-visual-c-2010</link>
			</item>
	<item>
		<title>C#/PHP Database Object Generator/Database Access Layer Generator</title>
		<description><![CDATA[This is something i have been working on. It is virtually a tool I use to generate c#/php classes based on a database schema. The c#/SQL integration works well, however, I am still working to support the php/mysql generation. It creates very simple base C# classes based on a database connection. The program includes Saving [...]]]></description>
		<link>http://theinfiniteloopblog.com/gen/c-database-object-generatordatabase-access-layer-generator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=c-database-object-generatordatabase-access-layer-generator</link>
			</item>
	<item>
		<title>Beginner Game programming jobs in Toronto</title>
		<description><![CDATA[Well, it seems to me that finding a game programming job in Toronto is going to be pretty hard. I have used XNA and am currently working on a small c#/xna based engine for a game. Currently I have the following, none of which are graphical (except for the heroes with a small chase camera): [...]]]></description>
		<link>http://theinfiniteloopblog.com/gen/beginner-game-programming-jobs-in-toronto/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beginner-game-programming-jobs-in-toronto</link>
			</item>
	<item>
		<title>HostGator 2010 Black Friday Sale Special 50-80% off hosting!</title>
		<description><![CDATA[We're offering 50% OFF EVERYTHING From 12:00AM CST – 5AM CST <em>(11am EST - 4am EST)</em><br/>
We're offering 80% OFF EVERYTHING From 5AM – 9AM CST <em>(4am EST - 9am EST)</em> WHILE SUPPLIES LAST (first come, first receive; so definitely don't miss out!)]]></description>
		<link>http://theinfiniteloopblog.com/gen/cheap-hosting/hostgator-2010-black-friday-sale-special-50-80-off-hosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hostgator-2010-black-friday-sale-special-50-80-off-hosting</link>
			</item>
	<item>
		<title>Paging in PHP &#8211; PHP Paging Tutorial</title>
		<description><![CDATA[<strong>Paging in php and automatic pagination</strong> is something every coder has to deal with when coding in php. I mean, you COULD show all results on 1 page and skip the php paging, but paging is necessary to reduce bandwidth and organize content. Paging is very easy to do and I will walk you through it step by step. 
]]></description>
		<link>http://theinfiniteloopblog.com/programming/php/paging-in-php-php-paging-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=paging-in-php-php-paging-tutorial</link>
			</item>
	<item>
		<title>HostGator Discount Code 2010 &#8211; Cheap Web Hosting</title>
		<description><![CDATA[Affordable and cheap shared web hosting with great live chat support. Get one month now for $0.01 cent using the coupon code: 994offhgpackage or 2010hostgatorcoupon or hostgatorcoupon2010]]></description>
		<link>http://theinfiniteloopblog.com/gen/cheap-hosting/hostgator-discount-code-cheap-web-hosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hostgator-discount-code-cheap-web-hosting</link>
			</item>
	<item>
		<title>ING Direct Orange Key 2010</title>
		<description><![CDATA[ING Direct 2010 Orange Key : 17190811S1. Receive a $25 bonus when you sign up with ING Direct with a minimum starting deposit of $100.]]></description>
		<link>http://theinfiniteloopblog.com/uncategorized/ing-direct-orange-key-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ing-direct-orange-key-2010</link>
			</item>
	<item>
		<title>Hide Google Custom Search Engine (CSE) Textbox</title>
		<description><![CDATA[There doesn't seem to be any articles on this, so I will try to save you time by letting you know. Using firebug, we can inspect the textbox element to see it is a form with the class .gsc-search-box. To hide the search box simply add this to your css: .gsc-search-box { display:none; }]]></description>
		<link>http://theinfiniteloopblog.com/uncategorized/hide-google-custom-search-engine-cse-textbox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hide-google-custom-search-engine-cse-textbox</link>
			</item>
	<item>
		<title>High Rate Interest Account &#8211; Tax Free Accounts Canada</title>
		<description><![CDATA[Over the past years of my life, I have looked at different banks and competing interest rates, and I have learned that high rate interest accounts are hard to come by. Even major banks like TD Canada Trust and CIBC cannot really say they offer a high rate interest account. Here are their current Savings Account Interest Rates.]]></description>
		<link>http://theinfiniteloopblog.com/financeinvesting/high-rate-interest-account-tax-free-accounts-canada/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=high-rate-interest-account-tax-free-accounts-canada</link>
			</item>
	<item>
		<title>How To Remove Viruses and Spyware Manually</title>
		<description><![CDATA[Prevention is the best medicine. I'm sure you've heard something like that before but its true. Knowing about how to prevent spyware goes a long way. There are many programs that offer virus+spyware/malware protection and they will monitor your computer for changes to  your registry and files. I recommend the following programs for spyware/malware protection and scans.]]></description>
		<link>http://theinfiniteloopblog.com/gen/pc-maintenance/how-to-remove-viruses-and-spyware-manually/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-viruses-and-spyware-manually</link>
			</item>
</channel>
</rss>

