Skip to main content

Posts

Showing posts from June, 2009

New Version of the Free C# IDE

icsharpcode.net has released its beta version for the Free and Open Source C# IDE, SharpDevelop 3.1. It is available at http://www.icsharpcode.net/OpenSource/SD/Download/ . The following are updates to this release: IronPython Windows Forms Designer Profiler for Managed Applications Subversion 1.6 Update to Boo 0.9.1.3287 Update to WiX 3.0.5301

New Layout again

Recently, my PR dropped to only 1. It's because I've forsaken this blog. Well, not because I don't like posting, but I was just really busy. It takes time to post some codes for tutorials and It needs concentration so that people reading the tutorials won't have too much burden implementing them. As of now, I'm reviving this blog. I will be posting more tutorials and this time, I will focus on C# codes. Anything C# plus other programming or dbms. Crystal Reports, MysQL, MS SQL Server, Firebird and many more as long as it includes C#. Occasionally, I might include non-C# posts but it will still be IT related. It's not like I'll be needing a Minneapolis Garage Door or something. I'm only trying to make this blog site better to have high customer service and consistent excellent quality of work . Right now, I'll be doing a re-optimizing for this blog site. I hope I'll get it back as soon as possible. I know it's possible as I've been doing

Email function for a webhost that doesn't support the php mail() function

My webhost doesn't support the built-in php mail() function. I googled for it and found some useful codes: /*~ class.phpmailer.php .---------------------------------------------------------------------------. | Software: PHPMailer - PHP email class | | Version: 2.3 | | Contact: via sourceforge.net support pages (also www.codeworxtech.com) | | Info: http://phpmailer.sourceforge.net | | Support: http://sourceforge.net/projects/phpmailer/ | | ------------------------------------------------------------------------- | | Author: Andy Prevost (project admininistrator) | | Author: Brent R. Matzelle (original founder) | | Copyright (c) 2004-2007, Andy Prevost. All Rights Reserved. | | Copyright (c) 2001-2003, Brent R. Matzelle | | -----