jump into interface implementation in Eclipse IDE

here's a big productivity boost if you add an Alt + F3 key binding to the Open Implementation feature, and just use F3 to go to interfaces, and Alt + F3 to go to implementations.   OR   Press Ctrl + T on the method name (rather than F3) [Read More]

Pirates arrrr

Piracy is typically an act of robbery or criminal violence at sea. The term can include acts committed on land, in the air, or in other major bodies of water or on a shore. It does not normally include crimes committed against persons traveling on the same vessel as the... [Read More]
Tags: pirates, random

First post!

This is my first post, how exciting!
Tags: random, exciting-stuff

jquery easy ui right to left bug

jquery easy ui bug in tree rtl add this style to easyui-rtl.css‬ .tree-node{      direction:rtl; }