<?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>Internet Marketing Coding</title>
	<atom:link href="http://internetmarketingcoding.com/feed" rel="self" type="application/rss+xml" />
	<link>http://internetmarketingcoding.com</link>
	<description>Coding Techniques for Internet Marketing</description>
	<lastBuildDate>Wed, 25 Jan 2012 13:12:51 +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>How To Build Links To A Blog</title>
		<link>http://internetmarketingcoding.com/how-to-build-links-to-blog</link>
		<comments>http://internetmarketingcoding.com/how-to-build-links-to-blog#comments</comments>
		<pubDate>Wed, 25 Jan 2012 13:01:44 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=670</guid>
		<description><![CDATA[Knowing how to build links to a blog is a core part of SEO (Search Engine Optimization) for two reasons. The first reason is that it helps your pages get indexed faster, which is very important because you want the search engines to find them as soon as possible and crawl them regularly. The second [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/how-to-build-links-to-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap Alternative To Camtasia Studio</title>
		<link>http://internetmarketingcoding.com/cheap-alternative-to-camtasia-studio</link>
		<comments>http://internetmarketingcoding.com/cheap-alternative-to-camtasia-studio#comments</comments>
		<pubDate>Fri, 09 Dec 2011 13:24:04 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=658</guid>
		<description><![CDATA[I&#8217;ve always been on the lookout for cheap alternatives to Camtasia Studio to make screen capture tutorials of using software. But most did not include the cool screen-zooming feature. But I found a work-around called ZoomIt which is a free (onscreen presentation tool) download and works with Windows XP and higher (it worked fine for [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/cheap-alternative-to-camtasia-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti Virus Software A Waste Of Time On Windows 7</title>
		<link>http://internetmarketingcoding.com/anti-virus-software-a-waste-of-time-on-windows-7</link>
		<comments>http://internetmarketingcoding.com/anti-virus-software-a-waste-of-time-on-windows-7#comments</comments>
		<pubDate>Sun, 27 Nov 2011 13:48:25 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=652</guid>
		<description><![CDATA[I decided that I can&#8217;t be bothered to install and update anti virus software on Windows 7. After a couple of months I had no problems. When I download anything I noticed that the files are scanned for viruses anyway, and I only download from reputable sources. Of course I have a firewall set up, [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/anti-virus-software-a-waste-of-time-on-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using State Machines</title>
		<link>http://internetmarketingcoding.com/using-state-machines</link>
		<comments>http://internetmarketingcoding.com/using-state-machines#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:48:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=650</guid>
		<description><![CDATA[Implementing a state machine is a great way to keep your automated process under control and to be easily able to test and make changes. Basically, you define all of the expected states of your process (such as waiting for server to respond) and capture events (such as response received) that cause a transition from [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/using-state-machines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Marketing Automation #1</title>
		<link>http://internetmarketingcoding.com/internet-marketing-automation-1</link>
		<comments>http://internetmarketingcoding.com/internet-marketing-automation-1#comments</comments>
		<pubDate>Sun, 06 Nov 2011 13:58:32 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=637</guid>
		<description><![CDATA[In this post series I want to suggest some ways to employ Internet Marketing Automation. This is where we deploy some code, kick back and let the code automate our repetivive tasks such as article submission or blog publishing. Let&#8217;s explore some of the ways that this can be achieved. The first method that I [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/internet-marketing-automation-1/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Open A Web Page And Send Post Data In C#</title>
		<link>http://internetmarketingcoding.com/how-to-open-a-web-page-and-send-post-data-in-c</link>
		<comments>http://internetmarketingcoding.com/how-to-open-a-web-page-and-send-post-data-in-c#comments</comments>
		<pubDate>Sat, 29 Oct 2011 15:11:41 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=633</guid>
		<description><![CDATA[To open a web page and send post data in C# involves opening a web browser, and displaying a web page where POST data is sent to it. You can do this by using the WebBrowser control, but there seems to be licensing issues when you come to redistribute the code. And your users may [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/how-to-open-a-web-page-and-send-post-data-in-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Financial Data Scraping</title>
		<link>http://internetmarketingcoding.com/financial-data-scraping</link>
		<comments>http://internetmarketingcoding.com/financial-data-scraping#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:53:39 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=628</guid>
		<description><![CDATA[Not exactly related to Internet Marketing Coding but it could be sold as a product that offers a service later. In this project, I am interested in Financial Data Scraping in real time based on dynamic data feeds such as displayed in a Java Applet. So the plan is to convert dynamically updating visual financial [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/financial-data-scraping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Coding Problems</title>
		<link>http://internetmarketingcoding.com/c-sharp-coding-problems</link>
		<comments>http://internetmarketingcoding.com/c-sharp-coding-problems#comments</comments>
		<pubDate>Wed, 19 Oct 2011 12:04:30 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=625</guid>
		<description><![CDATA[Now I am coding more in C# and having the usual coding problems, I am finding that web searching helps to find the answer but often leads to out-dated advice. The latest example was how to make the Enter/Return key fire the OK button on a dialog form. Most of the web search results lead [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/c-sharp-coding-problems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy A Locked File On Windows 7</title>
		<link>http://internetmarketingcoding.com/how-to-copy-a-locked-file-on-windows-7</link>
		<comments>http://internetmarketingcoding.com/how-to-copy-a-locked-file-on-windows-7#comments</comments>
		<pubDate>Fri, 07 Oct 2011 09:09:28 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=618</guid>
		<description><![CDATA[When you watch an online video, the FLV file is temporarily stored on your computer and then deleted when the video gets to the end. During the playback, the video file is locked so you can&#8217;t pause the video, locate the temporary file and copy it to a permanent location as you would do with [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/how-to-copy-a-locked-file-on-windows-7/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Offline Business Hosting</title>
		<link>http://internetmarketingcoding.com/offline-business-hosting</link>
		<comments>http://internetmarketingcoding.com/offline-business-hosting#comments</comments>
		<pubDate>Tue, 13 Sep 2011 15:19:22 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://internetmarketingcoding.com/?p=590</guid>
		<description><![CDATA[Hi folks, if you are a fan of multiple income streams (which I think you should be) then I highly recommend taking a look at the latest offline business hosting launch from GVO. This is a spin-off from Kiosk web hosting that I have used for several years as an alternative to Host Gator. Like [...]]]></description>
		<wfw:commentRss>http://internetmarketingcoding.com/offline-business-hosting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://internetmarketingcoding.com/wp-content/uploads/2011/09/intro.mp3" length="237586" type="audio/mpeg" />
		</item>
	</channel>
</rss>

