Archive for June, 2008
Wednesday, June 25th, 2008
javascript:Multiple event issue Hi, I am facing multiple event issue. Details are as follows. I have a jsp page which has two textbox component (assume their names as A & B both takes numbers only) & one submit button. onBlur() event of ...
Posted in Uncategorized | No Comments »
Wednesday, June 25th, 2008
Using Forms Authentication with Membership Providers in ASP.NET 2.0 This article examines the usage of Forms Authentication with Membership Providers using ASP.NET 2.0 in a series of parts. After providing a detailed overview of the concepts, Sudeep demonstrates setting up ActiveDirectoryMembershipProvider, ActiveDirectoryMembershipProvider with Active Directory ...
Posted in Uncategorized | No Comments »
Tuesday, June 24th, 2008
Microsoft and TestDriven.NetIt has been over a month since my last update. I just want to put to rest any rumors of TestDriven.Net's early demise. With the help of my lawyers, I responded to Microsoft's lawyers' letter and am now attempting to come to a resolution of the issues. ...
Posted in Uncategorized | No Comments »
Tuesday, June 24th, 2008
Onclick to pass a variable to a PHP script If I have the following code: . . . Radio digital switchover proposed Plans to move all UK radio stations to ...
Posted in Uncategorized | No Comments »
Tuesday, June 24th, 2008
tabindexnew I have a form in my page and I have used the following code: Page.RegisterStartupScript("SetInitialFocus", _ "document.getElementById('" & TextBox21.ClientID & _ "').focus();") TextBox21.Attributes.Add("onkeydown", _ "if(event.which || event.keyCode)" & _ "{if... Red ...
Posted in Uncategorized | No Comments »
Tuesday, June 24th, 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 ...
Posted in Uncategorized | No Comments »
Monday, June 23rd, 2008
Can't access array in a class I have been trying to access a public array inside a class, but it is freaking out on me. Should this be able to work? $TestArra = array('Hello', ' ', 'World'); class Test { function ...
Posted in Uncategorized | No Comments »
Monday, June 23rd, 2008
Silverlight NUnit ProjectsI've been doing some experiments to find out if it's possible to execute NUnit on a Silverlight project. I knew that Visual Studio 2008 and Expression Blend both host Silverlight for use in the designer window. It turns out that rather than host a separate instance of ...
Posted in Uncategorized | No Comments »
Monday, June 23rd, 2008
Core Lab ships final release of UniDAC The Core Lab team has announced the final release of Universal Data Access Components, or UniDac. UniDAC provides unified access to the popular database servers, such as Oracle, Microsoft SQL Server, MySQL, InterBase, and Firebird. ...
Posted in Uncategorized | No Comments »
Monday, June 23rd, 2008
Small Step for Man, One Giant Leap for Testers Have you ever wanted to meet Neil Armstrong, the first man on the moon? So have I, but we probably never will. However, if you re free in mid-July and don t mind traveling to ...
Posted in Uncategorized | No Comments »