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 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
Running Google Android Map V2 on Android Froyo and later
In this tutorial, We had discussed that how to create a basic Android application which uses the Google Android Map V2. This application... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , open source
A Complete Beginners Guide for Prestashop Users: Trade Big-Trade Online
Building ecommerce website is a very tough task; you will need to invest bundles of hard–earned bucks, you will require learning core... more »
Tweet 0 Comments Save Tags: how-to , php
How data is shared between multiple activities in Android
In this article, we will learn about the data sharing between multiple android application activities.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
How to Install Linux on a Chromebook and Unlock Its Full Potential
There are some Chromebooks with awesome hardware out there, like the beautiful Chromebook Pixel, but they don't quite hit their full... more »
Tweet 0 Comments Save Tags: how-to , unix-linux
A simple strategy for dotfiles
After having written (and rewritten) many dotfiles in the last years, I've gathered here a few strategies for storing and porting them... more »
Tweet 0 Comments Save Tags: how-to , unix-linux
21 Useful JavaScript Tips & Tricks with Demo
21 hand picked JavaScript code snippets that you can bookmark for future reference.
Tweet 0 Comments Save Tags: how-to , javascript
A bet you don’t know about these in Java!
Double Brace Initialization Probably a lot of time you whish to initialize a collection in Java with default values at construction time,... more »
Tweet 1 Comments Save Tags: how-to , java , research , standards
Exposing Enterprise Services via REST APIs
With RESTXpress enterprises can easily expose databases and business applications securely via REST. Once exposed as REST services, they... more »
Tweet 0 Comments Save Tags: how-to , web services
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
Beginner's Android Development Tutorial
In this first part of my Android Development Tutorial I'm going to describe almost every file and folder used to develop an Android app.
Tweet 0 Comments Save Tags: how-to , mobile
Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code
In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of... more »
Tweet 1 Comments Save Tags: .net , css-html , how-to , javascript
Thoroughly Test Your Services
In this series, Robert Schneider, from our training-partner WiseClouds, goes through what you should be thinking about if you’re testing... more »
Tweet 0 Comments Save Tags: how-to , standards , tools
iOS and Android Push Notifications from Java
For a couple of past weeks I have been working as a Technical Architect in a mobile application for a large bank (or should I say an... more »
Tweet 0 Comments Save Tags: how-to , java , mobile
Magento: Change Database Prefix
In this quick article we will see how you can perform database table prefix change for Magento.
Tweet 0 Comments Save Tags: how-to , open source , php , research
Java EE CDI beans deployed in external library (WEB-INF/lib JAR file)
The Weld documentation clearly states that when we deliver CDI managed beans in some Java EE application component we should mark that... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Preparation materials for MCSD Web Applications certification
How to prepare for 3 exams required to become a MCSD in Web Applications area.
Tweet 0 Comments Save Tags: .net , how-to , microsoft
API Economics: Create More Value than you Capture
When building an API, you want to create a lot of value for your users obviously, but you should also not try to capture all of that... more »
Tweet 0 Comments Save Tags: how-to , web services
Thinking in Scala: For Java Developers
Think more, different, deep - think in Scala
Tweet 2 Comments Save Tags: how-to , java , other languages
UML Model Organization with Packages and the Package Diagram
It is no coincidence that the package element in UML is represented by a folder icon, similar to directories in a file system Graphical... more »
Tweet 0 Comments Save Tags: how-to , methodology
Visual Studio ALM Ranger Solutions Catalog - All ALM, All Awesome
The following Visual Studio ALM Rangers solutions have been developed for the ALM community:
Tweet 0 Comments Save Tags: .net , how-to , microsoft
Web API in ASP.NET Web Forms Application
With the release of ASP.NET MVC 4 one of the exciting features packed in the release was ASP.NET Web API. In a nutshell, ASP.NET Web API... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools