<?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>lonetechie.com &#187; coding</title>
	<atom:link href="http://lonetechie.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://lonetechie.com</link>
	<description>one techie, trying to make a difference</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:44:59 +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>DelegatingHandler in WCF WebAPI Preview 5</title>
		<link>http://lonetechie.com/2012/01/07/delegatinghandler-in-wcf-webapi-preview-5/</link>
		<comments>http://lonetechie.com/2012/01/07/delegatinghandler-in-wcf-webapi-preview-5/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 02:44:59 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://lonetechie.com/?p=86</guid>
		<description><![CDATA[Just thought I would throw up a quick post on how to implement an delegatinghandler in WCF webapi preview 5+.  Preview 5 introduced some breaking changes to most of the samples out on the net I could find.  After some &#8230; <a href="http://lonetechie.com/2012/01/07/delegatinghandler-in-wcf-webapi-preview-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2012/01/07/delegatinghandler-in-wcf-webapi-preview-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.net GraphicsPath to EPS (vector)</title>
		<link>http://lonetechie.com/2009/10/09/net-graphicspath-to-eps-vector/</link>
		<comments>http://lonetechie.com/2009/10/09/net-graphicspath-to-eps-vector/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 23:37:39 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://lonetechie.com/?p=72</guid>
		<description><![CDATA[Sometimes when you are presented with a project you simply don&#8217;t know where to begin.  This was the case with my latest endeavor.  The core of the project, produce a vector based output of text to be able to outline &#8230; <a href="http://lonetechie.com/2009/10/09/net-graphicspath-to-eps-vector/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2009/10/09/net-graphicspath-to-eps-vector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FormsAuthentication.RedirectToLoginPage() does not stop page execution!</title>
		<link>http://lonetechie.com/2009/05/14/formsauthenticationredirecttologinpage-does-not-stop-page-execution/</link>
		<comments>http://lonetechie.com/2009/05/14/formsauthenticationredirecttologinpage-does-not-stop-page-execution/#comments</comments>
		<pubDate>Thu, 14 May 2009 00:15:17 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[formsathentication]]></category>
		<category><![CDATA[redirecttologinpage]]></category>

		<guid isPermaLink="false">http://lonetechie.com/?p=66</guid>
		<description><![CDATA[So it hit me like a ton of bricks today.  If you are utilizing asp.net&#8217;s built in forms authentication you need to read this closely!  A common chunk of code when using forms authentication is the actual authentication process and &#8230; <a href="http://lonetechie.com/2009/05/14/formsauthenticationredirecttologinpage-does-not-stop-page-execution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2009/05/14/formsauthenticationredirecttologinpage-does-not-stop-page-execution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preload images in IE6</title>
		<link>http://lonetechie.com/2009/01/14/preload-images-ie6/</link>
		<comments>http://lonetechie.com/2009/01/14/preload-images-ie6/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 00:01:33 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[preload]]></category>

		<guid isPermaLink="false">http://lonetechie.com/?p=35</guid>
		<description><![CDATA[I spent a significant chunk of time today diagnosing an image preload bug with IE6.  Bug probably isn&#8217;t a fair word, but for a browser that is one big bug why not.   In short preloading worked as it should in &#8230; <a href="http://lonetechie.com/2009/01/14/preload-images-ie6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2009/01/14/preload-images-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast image pixel access with GDI+ and .net</title>
		<link>http://lonetechie.com/2008/11/18/fast-image-pixel-access-with-gdi-and-net/</link>
		<comments>http://lonetechie.com/2008/11/18/fast-image-pixel-access-with-gdi-and-net/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 00:28:41 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/11/18/fast-image-pixel-access-with-gdi-and-net/</guid>
		<description><![CDATA[I have yet again hit a brick wall with regards to speed in processing dynamic images server side using System.Drawing in asp.net.  As I have covered in a previous article regarding image cropping I have had difficulty in the past &#8230; <a href="http://lonetechie.com/2008/11/18/fast-image-pixel-access-with-gdi-and-net/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/11/18/fast-image-pixel-access-with-gdi-and-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug your javascript in style</title>
		<link>http://lonetechie.com/2008/05/07/debug-your-javascript-in-style/</link>
		<comments>http://lonetechie.com/2008/05/07/debug-your-javascript-in-style/#comments</comments>
		<pubDate>Wed, 07 May 2008 01:06:05 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[debu]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/05/07/debug-your-javascript-in-style/</guid>
		<description><![CDATA[So basically today I wanted to plug a plug-in (no pun intended) that I have really found to be invaluable to debug javascript.  The plug-in is firebug for FireFox.  In my recent dive into Dojo words cannot describe how convenient and &#8230; <a href="http://lonetechie.com/2008/05/07/debug-your-javascript-in-style/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/05/07/debug-your-javascript-in-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first thoughts on Dojo</title>
		<link>http://lonetechie.com/2008/04/29/my-first-thoughts-on-dojo/</link>
		<comments>http://lonetechie.com/2008/04/29/my-first-thoughts-on-dojo/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 21:25:21 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[atlas]]></category>
		<category><![CDATA[dojo tookit]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/04/29/my-first-thoughts-on-dojo/</guid>
		<description><![CDATA[There is a little known (to me) javascript library out there called Dojo I dove into this week.  Basically it is a massive open source javascript library focused on UI and AJAX.  So visiting their website(very nicely done btw) and &#8230; <a href="http://lonetechie.com/2008/04/29/my-first-thoughts-on-dojo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/04/29/my-first-thoughts-on-dojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft IIS blamed for mass SQL injection attacks</title>
		<link>http://lonetechie.com/2008/04/28/microsoft-iis-blamed-for-mass-sql-injection-attacks/</link>
		<comments>http://lonetechie.com/2008/04/28/microsoft-iis-blamed-for-mass-sql-injection-attacks/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 23:32:01 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[slashdot]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/04/28/microsoft-iis-blamed-for-mass-sql-injection-attacks/</guid>
		<description><![CDATA[So in the past week slashdot has made two post over this including many other sites.  Apparently there is a bot running the net attempting sql injection on a specific brand of sites.  Nothing to write home about correct?  This one &#8230; <a href="http://lonetechie.com/2008/04/28/microsoft-iis-blamed-for-mass-sql-injection-attacks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/04/28/microsoft-iis-blamed-for-mass-sql-injection-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASPimage to Imageglue Wrapper class</title>
		<link>http://lonetechie.com/2008/03/22/aspimage-to-imageglue-wrapper-class/</link>
		<comments>http://lonetechie.com/2008/03/22/aspimage-to-imageglue-wrapper-class/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 01:53:27 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[aspimage]]></category>
		<category><![CDATA[dllhost]]></category>
		<category><![CDATA[imageglue]]></category>
		<category><![CDATA[w3wp]]></category>
		<category><![CDATA[websupergoo]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/03/22/aspimage-to-imageglue-wrapper-class/</guid>
		<description><![CDATA[Well, I have talked about it for 3 weeks now, here it is.  I am releasing my Imageglue wrapper class for ASPimage.dll.  This is near complete replacement for aspimage.dll.  Please read my previous post on the issue regarding W3wp.exe and dllhost.exe &#8230; <a href="http://lonetechie.com/2008/03/22/aspimage-to-imageglue-wrapper-class/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/03/22/aspimage-to-imageglue-wrapper-class/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Javascript 2.0</title>
		<link>http://lonetechie.com/2008/03/22/javascript-20/</link>
		<comments>http://lonetechie.com/2008/03/22/javascript-20/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 01:30:20 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript 2]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/03/22/javascript-20/</guid>
		<description><![CDATA[Jeremy Martin posted up a nice run down of the proposed Javascript 2.0 spec: Well I suppose it&#8217;s an undeniable fact about us programmer-types &#8211; every now and then we just can&#8217;t help but get excited about something really nerdy. &#8230; <a href="http://lonetechie.com/2008/03/22/javascript-20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/03/22/javascript-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

