About Lord TCT
Lord TCT, is a software and system consultant from Kuching, Sarawak specialising in enterprise solutions development. He is currently operating from Manchester, UK.
Lord TCT is an IT enthusiast who can be considered a veteran in Microsoft technologies more than 10 years of software development experience. Despite being a Microsoftie, he is also an avid fan of Linux and develops software for Androids. As you might have guessed, he hates Macs and iPhones because to him, they are over hyped, making them fashion products more than useful products.
In contrary to popular believes, Lord TCT does not hold any degree in the field of computing, but currently holds a degree in Chemical Engineering from the University of Manchester.
Website: http://www.thebits.info
Lord TCT has written 52 articles so far, you can find them below.
Filed under General by Lord TCT on 5 July 2010 at 7:03 pm
no comments
Apparently a zero day PDF exploit is still on the wild, targeting unpatched Adobe Acrobat users. Here’s an actual exploited PDF file (with the XMP payload removed to prevent script kiddies from using it):
Viruscan: http://virusscan.jotti.org/en/scanresult/ac0da53fe0e1ba5a0cece750df99facf167c4f84
(more…)
Filed under General by Lord TCT on 23 June 2010 at 10:25 pm
no comments
Filed under ASP.NET by Lord TCT on 19 June 2010 at 2:05 pm
no comments
If you’re using Microsoft ASP.NET AjaxToolkit’s AsyncFileUpload placed inside a webform nested in a master page, chances are you’ll be faced with a baffling error message “The file attached is invalid”. No amount of manual troubleshooting and breakpoint-ing help because there’s no complete error messages (or even any that makes sense).
The reason: The client side script got confused because it couldn’t find the predicted ClientID.
The solution: Add ClientIDMode=”AutoID” to your markup!
Filed under ASP.NET, Windows by Lord TCT on 8 June 2010 at 11:52 pm
no comments
Developers new to Active Directory programming might find it frustrating that the ActiveDirectoryMembershipProvider example codes provided by Microsoft does not seem to work, at least on Windows 2008 R2 with ASP.NET 4.0 using “logon” usernames eg. “administrator”, “domain\joe”.
The reason is because the ActiveDirectoryMembershipProvider by default maps username to as UPN username (User Principal Name, ie. joe@domain.com) instead of SAM account name (Security Accounts Manager, ie. administrator, domain\joe).
To enable logging on using SAM account name, add attributeMapUsername=”SAMAccountName” to your web.config:
Filed under Linux by Lord TCT on 29 November 2009 at 1:30 am
no comments
They are many reasons why I wanted to get this meter working in Linux. But whatever your reason is, this guide is for you.

Screenshot of QtDMM 0.8.13 reading of the N56FU. This screenshot was captured from an Asus EeePC 900 running Ubuntu 9.10.
(more…)
Page 1 of 1112345»10...Last »
Recent Comments