Archive for March, 2008

Visual Studio 2008 And Generate Local Resources Some of the

Monday, March 31st, 2008

Visual Studio 2008 And Generate Local Resources Some of the changes in Visual Studio 2008 are a bit subtle. One of them is the way the Generate Local Resources option works (Tools | Generate Local Resources is used to make a web form ...

Understanding Page Class in ASP.NET 2.0 In this article, Sanjit

Monday, March 31st, 2008

Understanding Page Class in ASP.NET 2.0 In this article, Sanjit describes the objects, events, properties, and methods of the Page class. He begins with a short overview and then explores the various objects such as Session, Application, Cache, Request, Response, Server, and User with a ...

Career Paths for Programmers By John Bennett, Jr. The key

Monday, March 31st, 2008

Career Paths for Programmers By John Bennett, Jr. The key to maintaining a good employment outlook in IT, it seems, is to move out of programming and up into more business-oriented IT positions such as systems analyst, business analyst, project manager, or systems architect. However, a computer programmer can't ...

Mozilla Corp board member leaks the truth about Firefox memory

Monday, March 31st, 2008

Mozilla Corp board member leaks the truth about Firefox memory loss Firefox ticks many boxes, but the one big cross it has had to bear over the years is the memory leakage problem that many users have experienced. Here's how it works: user has Firefox browser open and ...

Another way of looking at thisJamie A comments to an article

Sunday, March 30th, 2008

Another way of looking at thisJamie A comments to an article on Channel Register: Here's a slightly less technical way of looking at the issue: Microsoft essentially have 2 editions of a program. The first edition speaks English (User Interface) to the user, but in behind can speak French ...

form coding i have a problem with my form. there

Sunday, March 30th, 2008

form coding i have a problem with my form. there are 2 button : a login and a register button . login but will redirect to welcome.php, register to register.php. i put the action in the form like this the problem is both buttons ...

SharePoint Color Picker field Well it’s been a long time

Sunday, March 30th, 2008

SharePoint Color Picker field Well it's been a long time since I last posted so thought I'd share with you how easy it is to make a custom field type within SharePoint. Check out this New Article And see for yourself.... ...

SOFPRO Labs ships PC Guard for .NET/Win32 PC Guard for

Saturday, March 29th, 2008

SOFPRO Labs ships PC Guard for .NET/Win32 PC Guard for .NET/Win32, from Software Protection Labs, is a professional software protection and licensing system for .NET framework and Windows 32bit applications. Protected applications will run under all Win32 and Win64 operating systems, from ...

CodeSnip: How to Run Any Oracle Script File Through Shell

Saturday, March 29th, 2008

CodeSnip: How to Run Any Oracle Script File Through Shell Script in UNIX In this article, Deepankar demonstrates the usage of Shell scripts in UNIX and their ability to run any Oracle script file. After reading this code snippet, you will be able to execute ...

CodeSnip: Using the Windows Indexing Service with ASP.NET and C#

Saturday, March 29th, 2008

CodeSnip: Using the Windows Indexing Service with ASP.NET and C# The Windows Indexing Service is a useful tool for providing web based search facilities. In this code sample, Brett shows how to build a .NET friendly search facility using ASP.NET and C#. He begins with ...