<?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>FelineSoft Blog &#187; Techy stuff</title>
	<atom:link href="http://www.felinesoft.com/blog/index.php/category/techy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felinesoft.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 11 Jan 2012 10:28:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Asynchronous ASP.NET MVC and SqlDependency</title>
		<link>http://www.felinesoft.com/blog/index.php/2011/07/asynchronous-asp-net-mvc-and-sqldependency/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2011/07/asynchronous-asp-net-mvc-and-sqldependency/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 09:22:57 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[async]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[SqlDependency]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=432</guid>
		<description><![CDATA[This is a quick example showing how to set up Asynchronous Actions in ASP.NET MVC and SQLDependency using a standard example – Chat application.
1. IIS Threading
IIS 7 creates a new thread from the thread pool whenever it receives a request from the client. When the thread processes the request synchronously it cannot handle other requests since it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2011/07/asynchronous-asp-net-mvc-and-sqldependency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Panorama Control (WP7 basics)</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/12/dynamic-panorama-control-wp7-basics/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/12/dynamic-panorama-control-wp7-basics/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 12:34:02 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[panorama control]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[windows phone 7]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=381</guid>
		<description><![CDATA[In almost every Windows Phone 7 commercial we can see Panorama control.
 *
Panorama (and also Pivot) control is a way of navigating in Windows Phone 7 applications. It allows us to use big, horizontal canvas that extends beyond right and left side of the screen.
Most examples that I found shows how to create &#8220;static&#8221; panorama [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/12/dynamic-panorama-control-wp7-basics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using SharePoint 2010 in education</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/11/using-sharepoint-2010-in-education/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/11/using-sharepoint-2010-in-education/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 13:38:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[Content management]]></category>
		<category><![CDATA[Custom forms]]></category>
		<category><![CDATA[document management]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[integrated virtual learning environment]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[VLE]]></category>
		<category><![CDATA[Workflows]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=365</guid>
		<description><![CDATA[We have recently been working on SharePoint installations in educational establishments, but it seems very few are  making good use of SharePoint&#8217;s functionality and feature sets. SharePoint has a number of valuable applications in educational settings:

Document Management: The first is as a policy / document management tool. SharePoint’s origins are in document management and approval; [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/11/using-sharepoint-2010-in-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TFS to TFS Migration between two domains</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/11/tfs-to-tfs-migration-between-two-domains/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/11/tfs-to-tfs-migration-between-two-domains/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 17:43:24 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[Techy stuff]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=354</guid>
		<description><![CDATA[
Here is an article describing the migration of projects between TFSs in two different domains. Using the TFS Integration tool, this article provides the configurations required to acheive the desired integration results.


The scenario is projects TFS 2008 in &#8220;DomainA&#8221; need to be migrated with TFS 2008 in &#8220;DomainB&#8221;. Obviously we would require that all the [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/11/tfs-to-tfs-migration-between-two-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison of SharePoint 2007 to 2010 Features</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/11/320/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/11/320/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 11:16:05 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[Techy stuff]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=320</guid>
		<description><![CDATA[
This article provides the list of enhancements in SharePoint 2010 over Microsoft Office SharePoint Server (MOSS) 2007 based on sites, communities, services, features, search content management and integration with Microsoft Office 2010

There are many enhancements in SharePoint 2010 over MOSS 2007, which include
• Ability to read and write to external applications
• Enabling the single interface [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/11/320/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localization Techniques in SharePoint</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/11/localization-technique-in-sharepoint/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/11/localization-technique-in-sharepoint/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 13:03:06 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Multilingual]]></category>
		<category><![CDATA[Resource files]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=300</guid>
		<description><![CDATA[
Hi, working with SharePoint is an altogether different experience. As a SharePoint developer, I have learnt that there is not only a &#8216;right&#8217; or &#8216;wrong&#8217; way of doing things, there is also a third called the &#8216;SharePoint&#8217; way   and here is the SharePoint way of implementing Resource files.
This blog describes various localization techniques [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/11/localization-technique-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandelbrot fractal viewer in Flash Actionscript 3</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/10/mandelbrot-fractal-viewer-in-flash-actionscript-3/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/10/mandelbrot-fractal-viewer-in-flash-actionscript-3/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 15:26:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=264</guid>
		<description><![CDATA[Geek that I am, I have always been fascinated with the Mandelbrot set for as long as I can remember. I spent hours and hours as a kid viewing it on Fractint on my dad’s 486 and subsequently have written viewers in C# .Net, TurboPascal, Silverlight, Java, JavaScript, BBC Basic and the Casio 7400g. Having recently [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/10/mandelbrot-fractal-viewer-in-flash-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerated Game Programming with HTML5 and canvas</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/09/accelerated-game-programming-with-html5-and-canvas/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/09/accelerated-game-programming-with-html5-and-canvas/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 09:05:53 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[game programming]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=238</guid>
		<description><![CDATA[Welcome to my short tutorial about HTML5 game programming. I’ll try to briefly explain how to create simple games using HTML5, canvas elements and JavaScript. Some code will be omitted during this tutorial but feel free to view my game demo &#8211; I have intentionally not minified the source code.
HTML5 comes with lots of fantastic [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/09/accelerated-game-programming-with-html5-and-canvas/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>SMTP Configuration and e-mail deliverability</title>
		<link>http://www.felinesoft.com/blog/index.php/2010/05/smtp-configuration-and-e-mail-deliverability/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2010/05/smtp-configuration-and-e-mail-deliverability/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:22:21 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Techy stuff]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=110</guid>
		<description><![CDATA[Prerequisite:
Server with Windows Server 2003 / 2008
Sending e-mails is quite straightforward; all modern programming languages have some built-in methods to achieve this task. Delivering an e-mail is a totally different matter.
Probably anyone that has ever had any dealing with websites sending e-mails has faced the problem where the e-mail is ending up in Spam/Junk box [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2010/05/smtp-configuration-and-e-mail-deliverability/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to get a new IT system working for you</title>
		<link>http://www.felinesoft.com/blog/index.php/2009/12/how-to-get-a-new-it-system-working-for-you/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2009/12/how-to-get-a-new-it-system-working-for-you/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:57:23 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[bespoke development]]></category>
		<category><![CDATA[custom software]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/?p=92</guid>
		<description><![CDATA[Most IT systems are sold into companies on the premise that they will deliver productivity increases and efficiency savings. The idea is that staff will save time through the automation of tasks. Managers will make better decisions with access to the accurate updated information whenever they need it. So why does this often not happen?
 
 This [...]]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2009/12/how-to-get-a-new-it-system-working-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

