Auto Suggest for TextBox

A simple Ctrl+c, Ctrl+v. You are done with your Autosuggestion. Understand the code from here. Get the workable code from here. By now you must have done with it

Javascript DateValidation (compare two dates)

You wanna 4 lines javascript that can compare two dates?? Get it from here

How to View a .class files? Use JAD

Hi,
We all are aware that, when a java code is compiled, we get a .class file. This is called compilation. However is there a reverse process for this?? Yes. Its decompilation. Below is how we can convert .class file to a java file. 

There is a simpler way of doing this. Using a GUI tool named “JD-GUI 0.2.8“. [...]