Projects

  • We Love Coding

    We Love Coding provides a numerous collection of video tutorials for developers. The spectrum ranges from the introduction to object-oriented programming languages such as C#, Java, Ruby, and C++ to topics of web development with HTML5 and JavaScript and to the development of apps for iOS, Android and Windows Phone.


    Visit the current website
    Visit us on GitHub
    Feel free to post a bug
  • TabSwitch

    TabSwitch is developed for the NetBeans© IDE. TabSwitch allows you to switch the editor-tabs in the NetBeans© IDE the way Google Chrome© and XtraFinder© do. One could say NetBeans already provides this kind of functionality but in distinction to the build-in feature of the NetBeans IDE, TabSwitch does not loose the context of the project. So if you use for example the tab-row-per-project-feature TabSwitch will not suddenly jump between different tab-rows like the build-in NetBeans IDE feature does.

    To switch to the left tab from the currently active one simply use
    - ⌥ + ⌘ + ← for Mac OS X,
    - Alt + Ctrl + ← for Windows & Linux or
    - Click on Navigate -> TabSwitch Left.

    To switch to the right tab simply use
    - ⌥ + ⌘ + ➝ for Mac OS X,
    - Alt + Ctrl + ➝ for Windows & Linux or
    - Click on Navigate -> TabSwitch Right.

    Visit us on GitHub
    Feel free to post a bug
    Download
  • OwnSimpleCache

    OwnSimpleCache is a fast and lightweight object cache for Java EE 6+ projects. OwnSimpleCache provides easy to use annotations for caching and clearing objects. Cached objects will be deleted out of the cache if they expire but it's not guaranteed it happens instantly. This way OwnSimpleCache does not need threads! In addition OwnSimpleCache provides support for JAX-RS Entity-Tags. Combining these two caching technologies results in faster responses and less bandwidth consumption.


    Visit us on GitHub
    Feel free to post a bug