Force FeedBurner update your feed immediately

Good everning, FeedBurner is a great service to update your blog 's content to reader via email, RSS feed. I like it very much. However, sometime FB (FeedBurner not FaceBook :) ) is not update data instantly. If you want FB update your feed soon just do a simple step what I descript below. Via Google, I found a tip that force FeedBurner update our feed immediately. Open your browser and paste this text into: http://feedburner.google.com/fb/a/pingSubmit?bloglink=http://your_website_...

Send mail in ASP.NET via GMail account

Good morning, In this post, I want to show a simple code that demonstrate how to send a email in ASP.NET application via a GMail account. Now, open Visual Studio 2005/2008 and create new ASP.NET project. Declare this assembly below: using System.Net; using System.Net.Mail; Use this function, modify if needed public static bool SendMail(string to) { MailMessage mail = new MailMessage(); mail.To.Add(to); mail.Bcc.Add(n...

3 Free Natty Wordpress Themes To Download

Wordpress, as I always said, has very amazing themes both & free Wordpress themes have tight competition in regard of quality and design but premium themes are always better since they are supported by the designers (which is rarely found in free themes) and of course premium themes are updated frequently by the designers to be compatible with current Wordpress version requirements. Therefore if you are wishing to play in safe area, better using premium Wordpress theme. But if you j...

Hello world!

Dear sir/madam, Welcome to MicroSYNC Blog ! I have a name like you but just call me Mr.AD :) I hope some posts on my blog can bring something to you. And don't forget leave your comment if needed ! I am not England so if I make mistakes in writting, help me :) Thanks a lot !

10 Plugins To Securing Your Wordpress Blog

1. WP Security Scan This plugin scans your entire site for security issues and checks passwords, folder/file permissions, database security, WP version hiding and WP admin protection and security. Don’t use if you have a weak heart, you could get a fright. Link - http://wordpress.org/extend/plugins/wp-security-scan/ 2. Wordpress Database Backup This is one of the plugins that you should almost have installed before you even think of installing your new theme. This plugin ...

Authentication account Joomla on ASP.NET applications

Authentication account Joomla on ASP.NET applications Introduction Browse the article headline, I know some of you have ever studied by Joomla and ASP.NET will be surprised. Because Joomla is developed in PHP language, ASP.NET is a language is different from PHP so much. Otherwise, the environment operate them also diffirent, PHP running on Linux, ASP.NET on Windows operating system. Two months ago, I have developed a website as follows: This website uses Joomla and have run a few m...

Run IIS and Apache webserver on same machine on same port (80)

I am a non-pro web developing :D. But I love programming very much ! From 2003 to 2007, I used PHP as a primary web language. From the end of 2008 to now, I try to use ASP.NET (C# language). So that, I have a lot of time to “struggled” against with Apache and IIS. That ’s so great. A few month ago, I have a problem that : I need to run same IIS and Apache on the same server at same port 80. Before, I done when tried to config them run at same computer on other port 80 and 8080. Is that diff...

Retrieving the COM class factory for component with CLSID {} failed due to the following error: 8007007e

Sometime working with MS Access in Visual Studio 2008, or run a website (ASP.NET), we meet a error like that : Retrieving the COM class factory for component with CLSID {} failed due to the following error: 8007007e A lot of reasons about this error ! I am not sure my reason like yours, however I hope this post will have you to find out and fix this problem. First, copy the CLSID, example : C8B522D0-5CF3-11CE-ADE5-00AA0044773D Second, go to regsitry (Start \ Run \Regedit <E...