MY mENU


Thursday, 31 May 2012

Turn Off Window Animation


You can shut off the animation displayed when you minimize and maximize Windows. Open Registry Editor and go to HKEY_CURRENT_USER\Control panel \Desktop\WindowMetrics. Create a new string value "MinAnimate". Set the value data of 0 for Off or 1 for On

How does the JavaServer Pages technology work?


JSP pages use XML tags and scriptlets written in the Java programming language to encapsulate the logic that generates the content for the page. It passes any formatting (HTML or XML) tags directly back to the response page. In this way, JSP pages separate the page logic from its design and display. JSP technology is part of the Java technology family. JSP pages are compiled into servlets and may call JavaBeans components (beans) or Enterprise JavaBeans components (enterprise beans) to perform processing on the server. As such, JSP technology is a key component in a highly scalable architecture for web-based applications. JSP pages are not restricted to any specific platform or web server. The JSP specification represents a broad spectrum of industry input.

Wednesday, 30 May 2012

Add a program to the Right Click Menu So as to Use it Everywhere by just doing a Right-Clicking


When you right click on any folder, you can have access to that application, the same as using Sent To and New. Open Registry Editor. Navigate and choose: HKEY_CLASSES_ROOT\Folder\shell. Add a new Key to the "Shell" Key and name it anything you like. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard). Navigate and click on the registry key HKEY_CLASSES_ROOT\Folder\shell\NewKey. Now you have to add a New Key named Command and Set the (Default) value of the application you want to run. For example: c:\program files\internet explorer\iexplore.exe (Include the full path)