February 2008 Entries

Microsoft Free Enterprise Search

 

Search doesn’t have to be complicated. You can deliver Search to your organization quickly and easily for free with Microsoft Search Server 2008 Express.

Cisco's 40-Core Networking Processor

 

Windows Server 2008, Microsoft SQL Server 2008 and Microsoft Visual Studio 2008 Launched

 

Move ViewState to Bottom of Page

 

Here is a code from Chris Love on how to move ViewState to bottom of the page:

Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter)
    Dim stringWriter As New System.IO.StringWriter
    Dim htmlWriter As New HtmlTextWriter(stringWriter)
    MyBase.Render(htmlWriter)
    Dim html As String = stringWriter.ToString()
    Dim StartPoint As Integer = html.IndexOf("<input type=""hidden"" name=""__VIEWSTATE""")
    If StartPoint >= 0 Then
        Dim EndPoint As Integer = html.IndexOf("/>", StartPoint) + 2
        Dim viewstateInput As String = html.Substring(StartPoint, EndPoint - StartPoint)
        html = html.Remove(StartPoint, EndPoint - StartPoint)
        Dim FormEndStart As Integer = html.IndexOf("</form>") - 1
        If FormEndStart >= 0 Then
            html = html.Insert(FormEndStart, viewstateInput)
        End If
    End If
    StartPoint = html.IndexOf("<input type=""hidden"" name=""__EVENTTARGET""")
    If StartPoint >= 0 Then
        Dim EndPoint As Integer = html.IndexOf("/>", StartPoint) + 2
        Dim viewstateInput As String = html.Substring(StartPoint, EndPoint - StartPoint)
        html = html.Remove(StartPoint, EndPoint - StartPoint)
        Dim FormEndStart As Integer = html.IndexOf("</form>") - 1
        If FormEndStart >= 0 Then
            html = html.Insert(FormEndStart, viewstateInput) '
        End If
    End If
    StartPoint = html.IndexOf("<input type=""hidden"" name=""__EVENTARGUMENT""")
    If StartPoint >= 0 Then
        Dim EndPoint As Integer = html.IndexOf("/>", StartPoint) + 2
        Dim viewstateInput As String = html.Substring(StartPoint, EndPoint - StartPoint)
        html = html.Remove(StartPoint, EndPoint - StartPoint)
        Dim FormEndStart As Integer = html.IndexOf("</form>") - 1
        If FormEndStart >= 0 Then
            html = html.Insert(FormEndStart, viewstateInput) '
        End If
    End If
    writer.Write(html)
End Sub

Backup MySQL Databases in Windows

 

Microsoft Help and Support: How to Extend Windows Server 2008

 

This article describes how to extend, or re-arm, the Windows Server 2008 evaluation period. The evaluation period is also known as the "activation grace" period. These instructions apply to any edition of Windows Server 2008. This includes evaluation copies.

JavaScript Tools for Web

 

Cosmos

 

Welcome to the Cosmos home page. Cosmos (C# Open Source Managed Operating System) is an operating system project implemented completely in CIL compliant languages. The team is committed to using C#, however any .NET language is usable.

Microsoft Success Stories Website

 

Software Methodologies Don't Save Software Projects

 

Free OS Means no Free Soda

 

Microsoft PressPass: Microsoft Releases Windows Vista Service Pack 1, Windows Server 2008 to Manufacturing

 

Windows Vista Service Pack 1 (SP1) was released to manufacturing today and will start being available to customers in March, starting with Microsoft Volume Licensing customers. Windows Server 2008 was also released to manufacturing today and will be available for purchase to new customers on March 1. Microsoft Volume Licensing customers with active Microsoft Software Assurance coverage or an Enterprise Agreement will be able to download the server software toward the end of February as part of the joint Microsoft SQL Server 2008 and Visual Studio 2008 “Heroes Happen Here” launch event. Read More . . .

Windows Server 2008 RTM'ed

 

Microsoft Dynamics GP Reviewed by CPA Technology Advisor

 

Microsoft Dynamics GP continues to be one of the flagship products in Microsoft’s mid-market accounting lineup. Version 10.0 of Microsoft Dynamics GP, released in June 2007, only helped strengthen its already strong position in the market. Microsoft has improved Dynamics GP by continuing to focus on molding the user interface to look and feel more like Microsoft Windows Vista and Microsoft Office 2007. Previously Microsoft discussed plans to converge its ERP products on a single code base, however; more recently the company reinforced its commitment to support all four ERP products in the markets they serve, with the applications increasingly sharing technologies over time. The decision to keep Microsoft Dynamics GP appears to have given developers the motivation needed to take the product to the next level. Read More . . .

Microsoft Offers $44.6 Billion to Acquire Yahoo

 

It’s been rumored for a long time, but now it’s reality.

Microsoft has made an unsolicited $44.6 billion bid for Yahoo. The bid, which would consist of cash and Microsoft stock, values Yahoo shares at $31 a share, a 62% premium on Thursdays closing price.

Vista Lite

 

vLite is a tool for customizing the Windows Vista installation before actually installing it.