Wednesday, 13 July 2011

CSS3 cheat sheet

10 05 13 Csshelpsheet 450x450 in CSS 2.1 and CSS 3 Help Cheat Sheets (PDF)

CSS cheat sheet

http://webjawns.com/wp-content/uploads/2009/08/cheat-sheet-css.png

JSP life cycle

JSP is a templating technology used to dynamically generate content for delivery to a client, usually a browser.

JQuery cheat sheet

JQuery 1.2:

The Interactive Cheat Sheet below is inspired by colorcharge.com, but in addition it has links to jQuery API documentation.

jQuery 1.2 Interactive Cheat Sheet 

JQuery 1.6

http://woorkup.com/2011/05/12/jquery-visual-cheat-sheet-1-6/



MyBatis diagram


The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
To use the MyBatis data mapper, you rely on your own objects, XML, and SQL. There is little to learn that you don't already know. With the MyBatis data mapper, you have the full power of both SQL and stored procedures at your fingertips.
The MyBatis project is developed and maintained by a team that includes the original creators of the "iBATIS" data mapper.