Themes

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 just want to have a theme that you like without thinking any technical issues, then try these free Wordpress themes. I have collected 5 free Wordpress themes that I believe you’d love them all because... Read more...

Uncategorized

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 !  Read More →

Plugins, WordPress

10 Plugins To Securing Your Wordpress Blog

WordPress security

WordPress security 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 does exactly what the name says it does, it makes a entire backup of your wordpress content and can easily be managed. The content can either be backedup to a harddrive, server or even a email... Read more...

ASP.NET

Authentication account Joomla on ASP.NET applications

Password encrypted in Joomla

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 months – this means the database has articles, topics, categories, members, vote, feedback,…. The website owner want to change “the face” of this site (Front-End) but keep the admin... Read more...

Web Server

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

I am a non-pro web developing . 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 difficult ? So lucky, Google helped me resolve that. And now I want to write down it like a note In assume, we have a server runing Windows Server 2008 Standard, it have two IPs address : 192.168.0.100... Read more...

Programming

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 <ENTER>) , go to key HKEY_CLASSES_ROOT and use Find function (CTRL-L)  to search the your CLSID. After that, expand the key, choose InprocServer32 and view in the right window at Default. You will see the path... Read more...