MS SQL Management Studio – Save changes is not permitted – The changes you have made require the following tables to be dropped and re-created

If when using Microsoft SQL Server Management Studio to amend a table you encounter a dialog box saying: Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can’t be re-created or enabled the option prevent saving

Read More

Force the compatibility mode in IE8

If your website doesn’t display properly in IE8, then it’s recommended that you amend your code, but in the meantime you could force Internet Explorer 8 to run in the compatibility mode. Simply add the below line to the top of the <head></head> section of your website: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> An example of this is place would be:

Read More

Bullet point spacing with css

To increase the spacing between bullet points with CSS simple add the below code to your .css file: ul li { margin:.5em 10% .5em 0; } Obviously you can change the values to reach your desired spacing, but the above works well and looks neat and tidy. An example using this method would look like

Read More

Nokia Service Menu

To enter the secret service menu on your Nokia mobile phone, just follow the below: 1) Make sure you are on your phones home screen. 2) Enter *#92702689# (*#WAROANTY#) From in this menu you can see the IMEI number, date the phone was manufactured, date purchased, date repaired and life timer.

Read More

Enable additional Global Catalog Server

To enable another Global Catalog Server: Open the ‘Active Directory Site and Services’ MMC (Located within the ‘Administrative Tools’ section of the Control Panel Expand the ‘Sites’ folder on the left Expand the site that you want to alter, it may be ‘Default-First-Site-Name’ if you haven’t changed it Expand the ‘Servers’ folder Expand the Server

Read More

Enable Browsers to see XML/RSS feeds

If you want internet browsers to recognise your XML/RSS feeds as soon as a visitor reaches your website, then this article is for you. Browsers such as Internet Explorer 7 have XML/RSS functionality built in and you can make the most of this by enabling the feed button on the toolbar. To do this, all

Read More