Everything I Know About Project Management, I Learned from Game of Thrones
In George R.R. Martin’s masterful series, A Song of Ice and Fire (currently an HBO television show, Game of Thrones), many characters in... more »
Tweet 0 Comments Save Tags: how-to , humor , methodology
Do’s and don’ts of typography
As so much of the content available on the web is text it’s essential for web designers to understand the basic principles of good... more »
Tweet 0 Comments Save Tags: how-to , news , usability
Java tips to minimize Null check and avoid NullPointerException
Couple of Java tips, which can be used to minimize number of null check e.g. !=null in Java code. This will also help you to avoid... more »
Tweet 0 Comments Save Tags: how-to , java , open source , opinion
Java EE 7 and JAX-RS 2.0
Java EE 7 with JAX-RS 2.0 brings several useful features, which further simplify development and lead to the creation of even... more »
Tweet 0 Comments Save Tags: how-to , java
10 Productivity tips for software developers
Turbo charge your productivity with these 10 tips for software developers!
Tweet 0 Comments Save Tags: how-to , humor , opinion
Stop Starting, Start Finishing. Unfinished Work is Debt
I’ve worked with so many development teams now that I’ve lost count. And I’ve lost count of how many of them have this problem. The... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , opinion
Spring Security Logout
Spring Logout Example - how to configure the logout url, the logout-succcess-url and how to use a custom bean to handle advanced logout scenarios.
Tweet 0 Comments Save Tags: frameworks , how-to , java , security
Spring Security – security none, filters none, access permitAll
The differences between access="permitAll", filters="none", security="none" in Spring Security.
Tweet 0 Comments Save Tags: frameworks , how-to , java , security
6 Steps to Continuous Integration for Development Testing
6 steps to bringing your Development Testing activities under Continuous Integration—in less than a day.
Tweet 0 Comments Save Tags: agile , frameworks , how-to , tools
Android Tutorial: Optimizing for Phones and Tablets with Fragments
An Android tutorial which covers the topic of Fragments and creating reusable, flexible user interfaces that can be optimized for phones... more »
JPA 2.1 Tips, Tricks and Examples
Learn the features being introduced in the next JPA specification and, through the use of code examples, why and when not to use the new features.
Tweet 0 Comments Save Tags: how-to , java , opinion
What makes a great Developer
A great developer is made of passion, curiosity, cognition, meticulosity, time, humbleness, ambition, vision and lazyness
38 Attractive And Classic Drop Down Menu In HTML5 And CSS3
With the development of HTML5 and CSS3 world has moved into revolutionized way of designing and development. Now a days people have many... more »
Tweet 0 Comments Save Tags: css-html , how-to , open source , web design
Spring Maven Repository
Guide on how to set up Maven to use Spring Repositories - Release Candidates, Milestones and Snapshots - after the Spring infrastructure updates.
Tweet 0 Comments Save Tags: how-to , java , tools
Innovating with HTTP 2.0 Server Push
HTTP 2.0 enables the server to send multiple responses for a single client request, which opens up an entire world of new optimization opportunities!
Tweet 0 Comments Save Tags: how-to , server , standards , web services
Google Reader alternative with BitNami and Tiny Tiny RSS
Tiny Tiny RSS is an open source web-based news feed reader and aggregator, designed to allow you to read news from any location. You can... more »
Tweet 0 Comments Save Tags: cloud , how-to , tools
Creating Shazam in Java
This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?
Tweet 0 Comments Save Tags: how-to , java , methodology , tools
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Pure CSS3 Sliders and Tutorials
CSS3 has made an impact on the web industry. With its support of transitions, 3D transform and new pseudo class, it's possible to create... more »
Tweet 0 Comments Save Tags: css-html , how-to , open source , web design
Customising your keyboard shortcuts in NetBeans IDE
It is really easy to make NetBeans use the keyboard shortcuts you may have learnt with other tools.You can also customise the shortcut... more »
Tweet 0 Comments Save Tags: how-to , java , tools
Creating a jQuery gallery for Flickr
This week, we’ll be creating a simple jQuery gallery that uses the Flickr API to retrieve a list of images from a photo set and display... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript
Angular.js announces port for Dart
Large parts of Angular functionality—components like $compiler and $scope, basic directives like ngBind and ngRepeat—have already been... more »
Tweet 0 Comments Save Tags: how-to , javascript , methodology , tools
Calling an Oracle Stored Procedure with a Java ResultSet
Ever tried to call an Oracle stored proc from Java? Easy, right? It's a standard JDBC call. What about getting some rows from a stored... more »
Tweet 0 Comments Save Tags: database , how-to , java , server
Bintray + GitHub = Synergistic Love Story | Blog @Bintray
Overview of Bintray and GitHub integration.
Tweet 0 Comments Save Tags: cloud , how-to , open source , tools
How to create your own WordPress shortcodes
In version 2.5 WordPress introduced shortcodes, and all of us have probably used them at one time or another. They usually come bundled... more »
Tweet 0 Comments Save Tags: how-to , usability , web design