Implement a correct rules for email address validation!

I abandon the registration process in about 30% of places that choose to register to try a service – and I rarely get interested enough to register, all because I can not use a perfectly valid email address containing a plus sign. Other 40% does the correct validation, in the remaining cases, …

Namedrive.com – lamers of password security

A domain parking provider NameDrive.com have been attacked and as a security precaution they asked users to change their passwords… expected. Here’s the lame part… they asked to also change passwords on any other services where you might have used the same password! It turns out that they store passwords …

Nomenklatura raportu z testów, kiedy błędy są błędami, a kiedy to tylko uwagi.

Każdy programista współpracuje w taki czy inny sposób z testerami, bardzo dobrze gdy to jest rzeczywiście jest współpraca i zrozumienie, a nie przepychanki i walka. Nawet gdy współpraca jest dobra, produkty tej współpracy mogą być mylnie interpretowane. Gdy testy są wewnętrzną częścią zespołu projektowego i komunikacja nie wykracza poza ten …

Windows Vista digital and analog output at the same time

I thought i have a very simple setup, a home theater system connected to my computer through a optical cable to a digital SPDIF output, and headphones connected to my back analog output. Simple, when I play games I use headphones with home theater system turned off, when I watch …

ExtensionToPropertySheetSample & Unable to get installer types

I am currently researching possible scenarios for extending ADUC property pages with .NET. I have started with the ExtensionToPropertySheetSample, shipped with (probably) with VS2005 or VS2008 (I’m not sure how it made to my dev box 😉 ), located by default in the C:Program FilesMicrosoft SDKsWindowsv6.0SamplesSysMgmtMMC3.0 After quick change in …

Enumerate ActiveDirectory Group Members

This simple VBS script binds to a AD group and enumerates it’s members: Option Explicit Dim strMember, strDNSDomain, strContainer Dim objGroup, objRootDSE Dim arrMemberOf, strList, arrGroup ’ Bind to Active Directory’ Set objRootDSE = GetObject(„LDAP://RootDSE”) strDNSDomain = objRootDSE.Get(„DefaultNamingContext”) ’ Bind to a group Object ’ — By ldap path 'strContainer …

Back to Top