August 2008 Entries

Run IE6 in Windows Vista

 

If you have to run IE6 in Windows Vista to see how your designed web sites look in Internet Explorer 6, this guide may help you.

Compare .NET and PHP via Comics

 

Truncate Log Files for All Databases in SQL Server

 

Here is the script I managed to come up with for the purpose of truncating log files for all databases in SQL Server 2000/2005/2008:

use master
DECLARE @Statement varchar (4000)
SELECT @Statement = ''
SELECT @Statement = @Statement + 'USE [?]; '
SELECT @Statement = @Statement + 'DECLARE @Log_Logical_FileName varchar (100); '
SELECT @Statement = @Statement + 'SELECT @Log_Logical_FileName = rtrim(name) FROM dbo.sysfiles WHERE fileid = 2; '
SELECT @Statement = @Statement + 'BACKUP LOG [?] WITH TRUNCATE_ONLY; '
SELECT @Statement = @Statement + 'DBCC SHRINKFILE(@Log_Logical_FileName,1); '
EXEC sp_MSforeachdb @command1=@Statement
GO

Microsoft Software Licensing and Protection Services

 

Microsoft® Software Licensing and Protection (SLP) Services is a software activation service that enables independent software vendors (ISVs) to adopt flexible licensing terms for their customers. Microsoft SLP Services employs a unique protection method that helps safeguard your application and licensing information allowing you to get to market faster while increasing customer compliance.

Microsoft Small Business Server 2008 Released

 

SharePoint Licensing Calculator

 

Bamboo Solutions are now offering a FREE SharePoint Licensing Calculator.

Free Kentico CMS

 

Kentico Software, a web CMS vendor, is now providing a free version of Kentico CMS for commercial and personal projects. Four years after creating Kentico, the company wants to encourage more developers and site owners to embrace the Kentico CMS. We here at CMSWire can’t argue with receiving free software! Read More . . .

CDONTS on Windows Server 2008 x64

 

Guide on how to get CDONTS installed on Windows Server 2008 x64.

280 Slides: FREE Online Presentation Tool

 

Create beautiful presentations, access them from anywhere, and share them with the world. With 280 Slides, there's no software to download and nothing to pay for – and when you're done building your presentation you can share it any way you like.