<?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>Tech.It.2.Me-&#62;{By.Anton.Perez} &#187; General Development</title>
	<atom:link href="http://antonperez.com/category/general-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://antonperez.com</link>
	<description>Technical satisfaction guaranteed...</description>
	<lastBuildDate>Fri, 28 Oct 2011 23:48:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Visual SourceSafe 2005 with Visual Studio 2010</title>
		<link>http://antonperez.com/2011/03/18/using-visual-sourcesafe-2005-with-visual-studio-2010/</link>
		<comments>http://antonperez.com/2011/03/18/using-visual-sourcesafe-2005-with-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 21:07:52 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://antonperez.com/2011/03/18/using-visual-sourcesafe-2005-with-visual-studio-2010/</guid>
		<description><![CDATA[You may notice that when you attempt to add your solution to a source control in Visual Studio 2010, that it only shows a TFS server as a choice. Don’t be alarmed, however, just: 1. Go to Tools &#62; Options. 2. Click Show all settings if not checked, then go to Source Control. 3. Go [...]]]></description>
			<content:encoded><![CDATA[<p>You may notice that when you attempt to add your solution to a source control in Visual Studio 2010, that it only shows a TFS server as a choice. Don’t be alarmed, however, just:</p>
<p>1. Go to <strong>Tools</strong> &gt; <strong>Options</strong>.</p>
<p>2. Click <strong>Show all settings</strong> if not checked, then go to <strong>Source Control</strong>.</p>
<p>3. Go to <strong>Plug-in Selection</strong>, then change the dropdown to <strong>Microsoft Visual SourceSafe</strong>.</p>
<p>4. That’s it!</p>
<p>Happy Trailing!</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2011/03/18/using-visual-sourcesafe-2005-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Service Reference in Visual Studio 2010</title>
		<link>http://antonperez.com/2011/03/04/web-service-reference-in-visual-studio-2010/</link>
		<comments>http://antonperez.com/2011/03/04/web-service-reference-in-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:48:08 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://antonperez.com/2011/03/04/web-service-reference-in-visual-studio-2010/</guid>
		<description><![CDATA[If you’ve used Visual Studio 2008 or 2010, you’ll notice that Web Reference is no longer there (like in VS 2005 and previous), instead, you see Service Reference –- actually, it’s STILL there, just hidden! So, what’s the difference?  Well, according to this post: Add Web Reference is the old-style, deprecated ASP.NET webservices (ASMX) technology [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve used Visual Studio 2008 or 2010, you’ll notice that <strong>Web Reference is</strong> no longer there (like in VS 2005 and previous), instead, you see <strong>Service Reference –</strong>-<strong> </strong>actually, it’s STILL there, just hidden!</p>
<p>So, what’s the difference?  Well, according to this <a href="http://stackoverflow.com/questions/2158106/web-reference-vs-service-reference">post</a>:</p>
<blockquote><p><strong>Add Web Reference</strong> is the old-style, deprecated ASP.NET webservices (ASMX) technology (using only the XmlSerializer for your stuff) &#8211; if you do this, you get an ASMX client for an ASMX web service. You can do this in just about any project (Web App, Web Site, Console App, Winforms &#8211; you name it).</p>
<p><strong>Add Service Reference</strong> is the new way of doing it, adding a WCF service reference, which gives you a much more advanced, much more flexible service model than just plain old ASMX stuff.</p></blockquote>
<p>So, how do you access it?  Simple &#8212; right-click on <strong>Service References </strong>in the Solution Explorer window and…</p>
<p><img style="display: inline; border: 0px;" title="image" src="http://antonperez.com/wp-content/uploads/2011/03/image.png" border="0" alt="image" width="539" height="440" /></p>
<p>Click on “Advanced…”</p>
<p><img style="display: inline; border: 0px;" title="image" src="http://antonperez.com/wp-content/uploads/2011/03/image1.png" border="0" alt="image" width="555" height="521" /></p>
<p>Then click on “Add Web Reference…”</p>
<p><img style="display: inline; border: 0px;" title="image" src="http://antonperez.com/wp-content/uploads/2011/03/image2.png" border="0" alt="image" width="705" height="496" /></p>
<p>Voila!  You can now consume the web service like you did pre-Visual Studio 2008 era.  Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2011/03/04/web-service-reference-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure source control for Visual Studio</title>
		<link>http://antonperez.com/2010/11/19/how-to-configure-source-control-for-visual-studio/</link>
		<comments>http://antonperez.com/2010/11/19/how-to-configure-source-control-for-visual-studio/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 00:03:36 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/11/19/how-to-configure-source-control-for-visual-studio/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://antonperez.com/wp-content/uploads/2010/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://antonperez.com/wp-content/uploads/2010/11/image_thumb.png" width="648" height="378" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/11/19/how-to-configure-source-control-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reference for jsSHA</title>
		<link>http://antonperez.com/2010/07/28/reference-for-jssha/</link>
		<comments>http://antonperez.com/2010/07/28/reference-for-jssha/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 02:16:30 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/07/28/reference-for-jssha/</guid>
		<description><![CDATA[jsSHA - A JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) by Brian Turek About ------------------------- jsSHA is a javaScript implementation of the complete Secure Hash Algorithm family as defined by FIPS PUB 180-2 (http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf) With the slow phasing out of MD5 as the standard hash to use [...]]]></description>
			<content:encoded><![CDATA[<pre>jsSHA - A JavaScript implementation of the complete Secure Hash Standard family
            (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) by Brian Turek

About
-------------------------
jsSHA is a javaScript implementation of the complete Secure Hash Algorithm family as defined
by FIPS PUB 180-2 (http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf)

With the slow phasing out of MD5 as the standard hash to use in web applications, a client-side
implementation of the complete Secure Hash Standard family was needed.  Due to SHA-384 and SHA-512's
use of 64-bit values throughout the algorithm, JavaScript can not easily natively support the calculation
of these hashes.  As a result, a bit of hacking had to be done to make sure the values behaved themselves.
SHA-224 was added to the Secure Hash Standard family on 25 February 2004 so it was also included in this
package.

Files
-------------------------
src/sha.js
The complete SHA implementation

src/sha1.js
A smaller/web friendly implementation of only SHA-1.

src/sha256.js
A smaller/web friendly implementation of only SHA-224 and SHA-256.

src/sha512.js
A smaller/web friendly implementation of only SHA-384 and SHA-512.

src/wrapper.js
Wrapper functions to be added to the above script files if the jsSHA 0.1 interface is desired

test/test.html
A test page that calculates various hashes and has their correct values.

Usage
-------------------------
Include the desired JavaScript file (sha.js, sha1.js, sha256.js, or sha512.js) in your header (sha.js used below):
&lt;script type=&quot;text/javascript&quot; src=&quot;/path/to/sha.js&quot;&gt;&lt;/script&gt;

Instantiate a new jsSHA object with your string to be hashed as the only parameter.  Then, call getHash with the desired
hash variant (SHA-1, SHA-224, SHA-256, SHA-384, or SHA-512) and output type (HEX or B64).  In the example below,
&quot;This is a Test&quot; and &quot;SHA-512&quot; were used as the string to be hashed and variant respectively.

var shaObj = new jsSHA(&quot;This is a Test&quot;);
var hash = shaObj.getHash(&quot;SHA-512&quot;, &quot;HEX&quot;);

NOTE: If you are using sha1.js, omit the SHA variant parameter as there is only one option.

Since the interface was changed drastically from 0.1 to 1.0, src/wrapper.js is included in case the old interface is desired.
Simply copy and paste the correct functions from wrapper.js to the bottom of the used jsSHA JS file.

Contact Info
-------------------------
The project's website is located at http://jssha.sourceforge.net/</pre>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/07/28/reference-for-jssha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix to &quot;The handle is invalid&quot; error when ASP.NET writes to the Eventlogs</title>
		<link>http://antonperez.com/2010/07/12/fix-to-the-handle-is-invalid-error-when-asp-net-writes-to-the-eventlogs/</link>
		<comments>http://antonperez.com/2010/07/12/fix-to-the-handle-is-invalid-error-when-asp-net-writes-to-the-eventlogs/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:50:19 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General Development]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/07/12/fix-to-the-handle-is-invalid-error-when-asp-net-writes-to-the-eventlogs/</guid>
		<description><![CDATA[Have you ever come across the error below with one of your ASP.NET web apps that is trying to write to the Eventlogs? If so, read on&#8230; By default the ASPNET user cannot access the existing eventlogs categories. To resolve this, you must set the permissions in the Eventlog key in the registry: Launch RegEdit. [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever come across the error below with one of your ASP.NET web apps that is trying to write to the Eventlogs? If so, read on&#8230; </p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://antonperez.com/wp-content/uploads/2010/07/image_thumb1.png" width="244" height="117" /></a> </p>
<p>By default the ASPNET user cannot access the existing eventlogs categories. To resolve this, you must set the permissions in the Eventlog key in the registry: </p>
<ol>
<li>Launch RegEdit. </li>
<li>Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\. </li>
<li>From the menu, select Edit-&gt;Permissions. </li>
<li>Click the Add button and write ASPNET (if ASP.NET is running under a different User ID, use that ID instead). </li>
<li>Click OK. </li>
<li>Select the newly added user from the list (ASP.NET Machine User by default). </li>
<li>Click on Full Control in the Allow column. 8. Click OK.</li>
</ol>
<p>More info <a href="http://support.microsoft.com/kb/842795">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/07/12/fix-to-the-handle-is-invalid-error-when-asp-net-writes-to-the-eventlogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

