Browse by Tags

All Tags » Tips (RSS)

How to Make Yet Another Forum.Net to Work with Telligent Graffiti CMS

In a recent project that I was handling, there was a requirement to have a forum on top of an existing Graffiti CMS . Instead of building one from scratch I decided to look for an open source .NET forum engine alternative. That's when I ran into Yet...
Posted by Jimmy Chandra | with no comments
Filed under: ,

100% Customized Development Effort vs Customization of Available Solutions

Sometimes, and I am also guilty at this as well, we tend to want to develop a fully 100% customized solution from the very beginning, may it be an ASP.NET website or otherwise. After all, what fun is it in trying to customize someone else's code,...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

Debugging Adventure Fun Episode eerr... Whatever

I was recently asked to debug a legacy Access 97 (YES, Access 97, lol) database frontend application that is connecting to a SQL Server 7 (Yes, SQL Server 7, lol) backend (Like I said... it's legacy, what do you expect ^_^). To make things worse,...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

Service Principal Name Headache

Yet another post to remind myself just in case I forgot... again. Troubleshooting Kerberos authentication is a pain. Rules of thumb: "Thou shalt not have more than one service account delegating for the same service to the same server at one one...
Posted by Jimmy Chandra | 2 comment(s)
Filed under: , , ,

Lesson Learnt: Building & Running Application as Non Admin

Wow, it's been awhile since I add an entry to this blog. Been busy at work. I was contacted by one of my friends a couple days back. "I have a problem, " he said. "I have a smart client application that is storing its settings in the...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

XP Task Manager missing Title & Menu Bar

My task manager suddenly not showing any menu and title bar. Didn't know what I did to it, but it was irritating as hell. Googling around, found the article below on how to fix it. Hehe, that sure was fun http://support.microsoft.com/default.aspx?scid...
Posted by Jimmy Chandra | 2 comment(s)
Filed under: , ,

Poor Man VS 2003 Tips & Tricks

Using Regular Expression to automate Properties, and Parameter List Creation Often when creating classes for my application I find myself repeatingly doing the tedious task of converting the class' private members into properties and also as parameter...
Posted by Jimmy Chandra | 3 comment(s)
Filed under: ,