February 2017

How to install Drupal 7 with MS SQL?

It is now possible to install Drupal 7 with MS SQL server but it requires some works!

The steps are:

How to install Drupal

Requirements:

. Script: PHP 5.2.x or above
. Web server: Apache or IIS
. Databases: Mysql 4.1 or above and PostgreSQL 7.4 or above

Assumption:

How to get rid of security warning in Microsoft Office 2003?

I had struggled with the security warning when I convert my Microsoft Access databases to Microsoft Office 2003. In this version, it has the security warning feature each time you open any file that executes a macro in any of the application in Microsoft Office.

How to fix farm service account password out of sync in SharePoint 2010?

If you get the farm service account password out of sync you properly know your way around SharePoint 2010 pretty well so this article just goes right into the exact what to do to sync up your servers in the farm.

How to create a block module?

"Hello world" is a very common practice for anyone want to gain a basic understanding of any new programming language, system, CMS etc.

This article is intent to just show a very basic coverage of how to create a basic Drupal block module.

How to create blog in Drupal

Drupal has a built-in blog module so the first thing you will need to do is to enable the blog module.

The steps to enable blog module is very easy:
. Click administrator
. Click module and look for "blog" and click on enable

How to embed video in your Drupal content?

It is not hard but just needs to know the steps. There are 3 steps as follow:

How to fix Warning: file_get_contents()?

Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in eval()

How to fix cron.php fail with 404 error?

The causes of cron.php fail with 404 error has a lot of theories but the one that I found work for me is "clear cached data". You might also get "Cron job fail" when to try to run manually!

How to fix SharePoint 2010 failed to reorganize indexes due to page level locking is disabled?

The problem can easily be fixed with this little store procedure below.

Just create and run spFixAllowPageLocks listed below in the database which you want to fix the issue.

Pages