<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>De's blog!</title>
	<link>http://www.depanca.net</link>
	<description>Walking RIA!</description>
	<lastBuildDate>Fri, 21 Nov 2008 01:56:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Tour de Flex - Swiss army Flex tools</title>
		<description>



Flex developer? You better have it! 
It's all in one sample application using tools and component from core Flex components, Adobe AIR and data integration, as well as a variety of third-party components, effects, skins, and more. Over 200 runnable example added in the application. each with source code and ...</description>
		<link>http://www.depanca.net/2008/11/tour-de-flex-my-swiss-army-flex-tools/</link>
			</item>
	<item>
		<title>Cairngorm : Introduction</title>
		<description> </description>
		<link>http://www.depanca.net/2008/11/cairngorm-introduction/</link>
			</item>
	<item>
		<title>C# simple MD5 encryption</title>
		<description>Now this is the easiest way to MD5 password :


using System;
using System.Collections.Generic;
using System.Text;
using System.Security.Cryptography;

namespace Net.MedSo.Mooci.Security
{
    public class MD5Encryption : IEncryption
    {

        private static MD5Encryption md5Encryption;

        // Factory pattern to return ...</description>
		<link>http://www.depanca.net/2008/10/c-simple-md5-encryption/</link>
			</item>
	<item>
		<title>Spring.Net simple IoC example</title>
		<description> </description>
		<link>http://www.depanca.net/2008/10/springnet-simple-ioc-example/</link>
			</item>
	<item>
		<title>Spring.Net</title>
		<description>Spring.Net is an application framework that provides comprehensive infrastructural support for developing enterprise .Net application (taken from Spring.Net documentation). Spring.Net is based from Java version of Spring framework that widely known as very useful application framework to develop an enterprise application using Java.

Spring.Net contain a lot of feature and organized ...</description>
		<link>http://www.depanca.net/2008/09/springnet/</link>
			</item>
	<item>
		<title>Send e-mail using PHP Mailer</title>
		<description>This is an example to send e-mail from your PHP website.

1. Download the example code from here.
2. Extract to your server.
3. Call http://localhost/test/inputform.html in your browser.
4. Fill all necessary input form with your information and click submit. </description>
		<link>http://www.depanca.net/2008/09/using-php-mail/</link>
			</item>
	<item>
		<title>How to run XAMPP server from CD on Windows</title>
		<description>Hi, in this article I'll show you how to run your PHP websites using XAMPP from CD.

If you are not familiar using XAMPP then you can read the documentation and installation guide from here.
First of all you need to download Ampstart, a small software to help you run your XAMPP ...</description>
		<link>http://www.depanca.net/2008/08/how-to-run-xampp-server-from-cd-in-windows/</link>
			</item>
	<item>
		<title>Validation form integration - Validation block tutorial 4/4</title>
		<description>And now this is the last part of the tutorial. In this section I would like to show you how to put your Validation code into the windows form application. When you finish to combine your validation code and your windows form, the windows form will perform automatic validation when ...</description>
		<link>http://www.depanca.net/2008/04/validation-form-integration-validation-block-tutorial-44/</link>
			</item>
	<item>
		<title>Write the validation block - Validation block tutorial 3/4</title>
		<description>Here i show you another example to use the validation application block
I'll explain a little bit detail bellow the example
 // User.cs
using Common;
using Microsoft.Practices.EnterpriseLibrary.Validation;
using Microsoft.Practices.EnterpriseLibrary.Validation.Validators;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;

namespace net.de.common.security.access.model
{
///
/// A property class that represent the User entity
///
public class User
{
private long userId;
private string username;
private string password;
private string retypePassword;
private string ...</description>
		<link>http://www.depanca.net/2008/04/write-the-validation-block-validation-block-tutorial-34/</link>
			</item>
	<item>
		<title>A little introduction of Microsoft Enterprise Library Validation block - Validation block tutorial 2/4</title>
		<description>&#160;
Microsoft Enterprise Library provide a lot of useful common library to build an enterprise application. One of it's section is about validating the input from users. The Validation Application Block, that's what they call it provide a set of library of classes to validate .NET framework data types. The validation ...</description>
		<link>http://www.depanca.net/2008/04/a-little-introduction-of-microsoft-enterprise-library-validation-block/</link>
			</item>
</channel>
</rss>
