jqGrid cell data disappears on clicking other cells
Bug: jqGrid cell data in a previously edited cell disappears on editing other rows. This usually occurs after a cell or row value is edited programmatically. Re...
Bug: jqGrid cell data in a previously edited cell disappears on editing other rows. This usually occurs after a cell or row value is edited programmatically. Re...
A 3 step method to apply UTF-8 encoding to J2EE applications. 1. Add the following directives to the page included in ALL jsps. <%@ page contentType="text/ht...
An MS DOS game where you shoot opponent fighter plane and save yourself from incoming missiles 😉 Download code here. (Note/Disclaimer : Last successful compilat...
A simple brick game written in C++ Download code here. (Note/Disclaimer : Last successful compilation of most of the programs in this category were done from 20...
A minesweeper game programmed in C++. Download code here. Update, August 2026 — this download was lost when the site went down. Neither the source code no...
A simple Chess program written in C. Serves as an introduction to basics of programming the game. Download code here. (Note/Disclaimer :Given on as is basis (wr...
Bug: A above exception thrown when using hibernate. Reason: This error occurs usually because of a misplaced “order by” clause. If in a many to many mapping, th...
Bug: The above exception thrown when using hibernate. Reason: This usually occurs when column name is not mentioned in many-to-many node. The correct mapping fo...
Heres how we display different error messages for the different cases of authentication failures like bad credentials, credentials expired etc. Step 1. Configur...
Bug: The exception thrown when migrating to spring 3. Reason: This exception thrown when migrating to spring-security 3 occurs due to spring 3 (authentication ...