<?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>Isaac Develops</title>
	<atom:link href="http://www.isaacdevelops.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isaacdevelops.com</link>
	<description>Software, Hardware and things between</description>
	<lastBuildDate>Sat, 19 Dec 2009 17:29:26 +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>PIC12F683 using Digital I/O</title>
		<link>http://www.isaacdevelops.com/2009/12/pic12f683-using-digital-io/</link>
		<comments>http://www.isaacdevelops.com/2009/12/pic12f683-using-digital-io/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:15:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>

		<guid isPermaLink="false">http://www.isaacdevelops.com/?p=28</guid>
		<description><![CDATA[One of the simplest usages for any MCU is controlling its digital I/O (Input/Output) ports.
In one of my recent projects, I was required to use the PIC12F683 from Microchip. an 8 Pin MCU with many peripheral features like Analog Comparator, A/D Converter, Timers and PWM.
The development tools were MPLAB 8.40 from Microchip and HI-TECH C [...]]]></description>
		<wfw:commentRss>http://www.isaacdevelops.com/2009/12/pic12f683-using-digital-io/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Managing users in ASP.NET MVC</title>
		<link>http://www.isaacdevelops.com/2009/12/managing-users-in-asp-net-mvc/</link>
		<comments>http://www.isaacdevelops.com/2009/12/managing-users-in-asp-net-mvc/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:34:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://www.isaacdevelops.com/?p=32</guid>
		<description><![CDATA[User management in websites mostly required for E-Commerce, posting comments, Emails and more…
ASP.NET framework has built-it API for handling Membership, Roles and profiles.
 
Membership (System.Web.Security.MembershipProvider) &#8211; User accounts access and registration.
Roles (System.Web.Security.RoleProvider) &#8211; Organizing users into groups (for example: Admin, regular user, banned).
Profiles (System.Web.Profile.ProfileProvider) &#8211; Storing extra data per-user.
  
If you have a small size website, you [...]]]></description>
		<wfw:commentRss>http://www.isaacdevelops.com/2009/12/managing-users-in-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPAPI Decrypt Request Failed exception</title>
		<link>http://www.isaacdevelops.com/2009/12/dpapi-decrypt-request-failed-exception/</link>
		<comments>http://www.isaacdevelops.com/2009/12/dpapi-decrypt-request-failed-exception/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 16:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.isaacdevelops.com/?p=7</guid>
		<description><![CDATA[For the last couple of days, I&#8217;ve been dealing with a web hosting service &#8220;mistake&#8221;. they decided to limit the usage of trust level attribute, at the web.config file.
so suddenly, the code couldn&#8217; t decrypt the connection string and a nice exception flashed into my eyes:
&#8220;System.Security.SecurityException : Request Failed&#8221;
at the web.config i used &#60;trust level=&#8221;Full&#8221; [...]]]></description>
		<wfw:commentRss>http://www.isaacdevelops.com/2009/12/dpapi-decrypt-request-failed-exception/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First Post</title>
		<link>http://www.isaacdevelops.com/2009/12/first-post/</link>
		<comments>http://www.isaacdevelops.com/2009/12/first-post/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 20:39:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://isaacdevelops.com/?p=3</guid>
		<description><![CDATA[Welcome, i&#8217;m Isaac  
for the next and many posts to come, i will help and guide you on many subjects related to software and hardware issues.
of course, if you have any specific questions , feel free to write back or post a comment!
 :)
Isaac.
]]></description>
		<wfw:commentRss>http://www.isaacdevelops.com/2009/12/first-post/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

