- JavaScript Virtual KeyboardHere’s a great JavaScript virtual keyboard on CodeProject. Helps in making your websites more accessible. Pretty simple to use too.
- What to do when SQL error 605 or 823 strikesBelow is a question that was posted to AZGroups earlier this afternoon. I removed the database and table names because I'm downright anal about security :)
- Microsoft Exception MessageBox - Nice little gemIf you're developing WinForm applications, generally at some point in the project you develop an Exception Dialog box that provides a user friendly…
- Oblivion Guide : How to become and play a vampireNOTE : There have been some comments getting out of hand. I am deleting any rude or personally insulting comments in this thread. Keep it clean.
- Train to perform at TechEd 2006According to the TechEd Site, Train will be performing this year. > This year’s attendee party will feature a live concert by the band, Train, performing…
- Keeping Moore's law alive: This time the ball is in our courtThe postulation of Douglas Engelbart back in 1965 that the complexity of computers would double every 24 months has held true ever since he said it.…
- A PowerShell provider for Analysis Management ObjectsThe more I play with PowerShell the more I like it. And now that I have a provider working that allows me to link in an Analysis Services server and…
- Windows Explorer and the Global Assembly Cache (GAC)As you probably know shared assemblies are stored in the global assembly cache (GAC) which is located at c:\\windows\\assembly.If you navigate to this…
- More interesting discoveries inside the HD-A1If you haven't seen the Toshiba HD-A1 tear-down, you should start there. New this time is a quick which shows my quest to get the M-Systems USB flash…
- BizTalk Server Adapter for Printingtable of contents Introduction. 3 Context. 3 Adapter Communication Patterns. 3 Implementation. 4 Design Time. 4
- Adding insert capabilities to the gridviewI didn't have time to wrap it in a proper control yet. In this post I'll just be putting the page implementation.
- Indian Cartoons :)Today I recieved this mail from friends(Peeyush & Rajeev), although I don't prefer to post this kind of stuff, but it's simply hilarious, and represents…
- Repository, the Foundation of Domain Driven DesignRecently I had posted some reasons about why I use Repository as opposed to Active Record. This post was originally spawned by some comments by Sam…
- How to lookup a user name and machine name using an IP address (on windows)If you need to find a username but only have an ip address, if you use active directory (AD) then you can use the following method to find out the…
- Accessing XML Schema Information During Document Validation.NET framework 2.0 includes a change so subtle it might appear insignificant. A new property, XmlReader.SchemaInfo, provides access to the entire schema…
- Security Trimming in SiteMapsSecurity Trimming attribute in the SiteMap is a pretty cool feature to hide the links which are not approachable by the user of the desired role. Yes, I…
- Cookieless Forms Authentication and RedirectionHere's one that had me scratching my head for a bit. As you might know, in asp.net 2.0 you can choose to have cookieless Forms Authentication…
- BigInteger/BigDecimalMSDN Question: Specifically, I need something that will let me represent decimals with a large amount of precision... Similar to this library:
- Google Earth Network Link for Where's TimThis is pretty cool technology. I got an email this morning from Frank Taylor and he said that the Google Earth integration we have on Where's Tim is…
- All you wanted to know about Castle ActiveRecord - Part IIOn this second part of the series of articles I’ll focus on the framework initialization. And yes, I intend to dive into the details and inner workings.
