Finished a project in which I need to refresh the USB ports by just before we start some particular benchmarking application my client has. Seems pretty easy job, if you…
Category: Concept/algorithm
MDI Window: C# way
So how can we make MDI Parent and Child Window in C#. The answer I found was that there is nothing inbuilt for it. So, I have two choice, either…
Static Object in ASP.NET
Recently I found a problem in one of application we developed. Here my colleague use a Static SqlConnection object through a class in his code. He did that to save…
Selecting menu item using Javascript
Okay, I create a pure CSS menu that use UL/LI structure to maintain the child relationship. All was great with this menu except that when you are on any of…
MVC : First Encounter
I have been reading about upcoming of MVC from quite few years, but I never feel the need of it. It is surprisingly but yes, I never feel of MVC…
PWNAT : Example
I am having trouble to run PwNAT successfully. The problem was created due to sample provided on official site. Here is how you should run it for case Machine A…
Linux User authentication using PHP
In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your…