Customizing WordPress Using Custom Post Types
One of WordPress’ greatest features is its ability for customization. There are many sites out there that could benefit greatly from... more »
Tweet 0 Comments Save Tags: how-to , usability , web design
tmux article
This is a concise introduction to tmux that includes cheatsheet tables for the most commonly used commands.
Tweet 0 Comments Save Tags: how-to , open source , tools , unix-linux
Spring Integration File Polling and Tests
An approach to testing a File polling based message flow in Spring Integration
Tweet 0 Comments Save Tags: how-to , java , tools
Facial Features Recognition in Java
An explanation of two techniques (Haar cascades and the FaceSDK API) for recognizing facial features such as the eyes, nose, mouth,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
How to detect loop in linked list in Java
Loop or cycle detection on singly linked list is a good data structure exercise in Java. This article shows one way to solve this problem.
Tweet 0 Comments Save Tags: how-to , java , open source , opinion
Using the Google Maps API with Ruby on Rails and Coffeescript
In the last tutorial we parsed a XML file with GPS data. In this tutorial I like to show you how to display the GPS data on a map. For... more »
Tweet 0 Comments Save Tags: frameworks , how-to , ruby
Testing void methods with mockito
An interesting miscellaneous post that shows how to use mockito verify() method to pinpoint an exact method call from a mocked dependency.
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Working with Drupal Organic Groups
An overview about Drupal Organic Groups modules performed by Propeople Drupal Digital Agency.
Tweet 0 Comments Save Tags: how-to , mobile , web design , web services
CQRS Intentful Testing Starter Kit
A bunch of C# code to help you get started with writing intentful tests for a domain, expressing it as commands, events and exceptions.... more »
Tweet 0 Comments Save Tags: .net , how-to , open source
Build your own supercomputer out of Raspberry Pi boards
Who says you need a few million bucks to build a supercomputer? Joshua Kiepert put together a Linux-powered Beowulf cluster with... more »
Tweet 0 Comments Save Tags: hardware , how-to , open source , unix-linux
Setting up VisualVM in under 5 minutes
Ever used VisualVM? This quick guide will quickly get you working with VisualVM in Eclipse or IntelliJ IDEA.
Tweet 0 Comments Save Tags: how-to , java , tools
SpringSource's Groovy and Grails Workshop by Peter Ledbrook
This 4-day intensive training covers both Groovy and Grails in great detail. After a thorough introduction to the technology, students... more »
Tweet 0 Comments Save Tags: announcement , frameworks , groovy , how-to
How to read the File using InputStream in Java
How to read the file using input stream reader in java
Tweet 0 Comments Save Tags: how-to , java , unix-linux
Building REST API with MVC 4 Web API - Part 2
In part 1 of this tutorial, we learned how to build a REST Web API using ASP .NET MVC. We also wrote a simple Web API to maintain a... more »
Tweet 0 Comments Save Tags: .net , how-to , web services
CPU core estimation with JavaScript
So you just built some cool scalable multithreaded feature into your webapp with web workers. Maybe it’s machine learning-based webcam... more »
Tweet 0 Comments Save Tags: how-to , javascript , reviews
The css selector length myth
CSS selector lengths are not the responsibility of the csser, instead the csser should worry about writing correct selectors and using... more »
Tweet 0 Comments Save Tags: css-html , how-to , opinion , standards
Analysing REST Web Services with Squid and AWStats
A walkthrough of how I set up AWStats to monitor my Squid Server cache logs. My environment is on Amazon EC2 - running Squid as a reverse... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , web services
TextMate Bundles in PhpStorm
Tutorial - TextMate Bundles in PhpStorm and other IntelliJ IDEA-based IDEs
Flickr's redesign makes it a service worth sharing
I’ve been a paying Flickr member since late 2009, but this year was going to be my last. I believed this even after I forgot to change my... more »
Tweet 0 Comments Save Tags: how-to , news , web services
Selling Your Software To Businesses
I presented on selling your software to businesses at last year’s Twilio conference. (I’ll let you in on a little secret: while... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Excel and SQL
Data can be very valuable, and storing it in Excel is a great way to risk making it worthless. Your file can get deleted, become unusably... more »
Tweet 0 Comments Save Tags: how-to , microsoft , tools
How to Work Remotely as a Software Developer
Working from home gives you the freedom to get a lot done, away from the distractions of office life. On the other hand, it also gives... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Machine Learning - The F# Software Foundation
F# is ideally suited to machine learning because of its efficient execution, succinct style, data access capabilities and scalability. F#... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Building a Falling Block Game Using CSS Grid Layout & Blend 5
I’d like to share with you a mysterious internal secret kept within Microsoft for now a long time. It’s the real story behind the concept... more »
Tweet 0 Comments Save Tags: how-to , methodology , microsoft , tools
GoingNative 16: Garrett Serack - Inside NuGet for C++
NuGet support for C++ projects in Visual Studio has arrived in NuGet version 2.5! This has been an elusive feature for VC++ developers so... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools