Saturday, February 19, 2011

How to test your email function without SMTP server?

How to test your email function without SMTP server?
Add following setting into web,config. All of email will be sent to the fold you assigned.

<system.net>
    <mailSettings>
        <smtp deliveryMethod="SpecifiedPickupDirectory">
            <specifiedPickupDirectory pickupDirectoryLocation="c:\emailtest\" />
        </smtp>
    </mailSettings>
</system.net>

20 Useful jQuery Plugins Every Developer Should Know About

http://www.topdesignmag.com/20-useful-jquery-plugins-every-developer-should-know-about/

Friday, February 18, 2011

How to migrate from Blogger to BlogEngine.Net

How to migrate from Blogger to BlogEngine.Net
1. Backup in Blogger to xml file
2. Download blogger2blogml (Two bugs in project, one is Author'S URL, another is comment postid)
http://blogger2blogml.codeplex.com/
3. Run click-once application in BlogEngine.Net to import