Our online blog

Archive for August, 2009

cPanel Enkompass for Windows 2008 Servers

Friday, August 28th, 2009

Over the past month we have had a growing interest in cPanels up coming control panel for Windows and many of our customers are interested in using it when it is released. We have had our eyes on this software since cPanel first released the news that they have started developing the software and we have agreed that we will be signing up to cPanels Enkompass for Windows 2008 Servers when a stable version has been released.

Currently we are unsure when a release will be released stable enough for companies to start using but we will keep all our customers informed.

From cPanel.net

cPanel, the leading Web hosting control panel software provider, has released the beta of its first Microsoft Windows Server® 2008-based product. Traditionally a Linux- and FreeBSD-based supplier of hosting automation tools, cPanel is collaborating with Microsoft to provide its customers with a greater choice of platform selection with Microsoft IIS7.

“Microsoft has shown a strong commitment to the hosting industry over the past several years,” said J. Nick Koston, CEO of cPanel. “cPanel’s Windows development team feels that Microsoft IIS7 offers a robust, high-performance Web server with increased security that the industry will quickly adopt. Microsoft Windows Server 2008 and IIS7 with its modern architecture and support for legacy products was the natural starting point for our expanded product offering.”

Don't like IE8 but prefer IE7

Thursday, August 20th, 2009

As more and more people are starting to use Internet Explorer 8 due to Windows updates many designers / developers might not have had the IE8 browser changes in mind when creating their website. As IE7 and IE8 have some major differences Windows have allowed users to add 1 line of code to make your website when viewed in IE8 to use all IE7 settings / config for styling and showing your website.

At the top of your code between the <head></head> tags add the following line of code:

<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />

This will now set IE8 to use IE7 on your website.