Tutorial

  • submit to reddit

Your login form posts to HTTPS, but you blew it when you loaded it over HTTP

Here’s an often held conversation between concerned website user and site owner: User: “Hey mate, your website isn’t using SSL when I enter my...

1 replies - 2482 views - 05/21/13 by Troy Hunt in Articles

Building a full-text index of git commits using lunr.js and Github APIs

Github has a nice API for inspecting repositories – it lets you read gists, issues, commit history, files and so on. Git repository data lends itself to...

0 replies - 3182 views - 05/20/13 by Gary Sieling in Articles

Converting a list of dates into a shorter, combined list

Forgive the title, I'm not sure it best describes the task. I was asked by a reader to consider a simple problem. Given a list of dates, how would you rewrite...

0 replies - 1325 views - 05/20/13 by Raymond Camden in Articles

Bucketing, Multiplexing and Combining in Hadoop - Part 1

This is the first blog post in a series which looks at some data organization patterns in MapReduce. We’ll look at how to bucket output across multiple files...

0 replies - 1324 views - 05/20/13 by Alex Holmes in Articles

Integrating Google Calendar into a Wicket Application

I recently integrated Google Calendar into a Wicket application I use at home. As some requirements are atypical I want to describe them before going into...

0 replies - 1673 views - 05/14/13 by Daniel Bartl in Articles

An Objective-C Tutorial for Experienced Programmers

If you want to get into iOS programming but don't need to start from programming basics, you might find this tutorial handy: an introduction to Objective-C for...

0 replies - 1900 views - 05/12/13 by Eric Gregory in Articles

Lie to Me! or: Building a Polygraph

In my view: the world needs more engineers to solve all the problems. Question: How to recruit future engineers? Answer: Show young people that engineering...

0 replies - 1326 views - 05/08/13 by Erich Styger in Articles

Recovering Lost Post Data

I recently typed out a long, thoughtful response in a textarea. I clicked submit, like I've done millions of times, and I got the dreaded "session expired"...

0 replies - 1688 views - 05/08/13 by Jay Fields in Articles

Algorithm of the Week: Shortest Path with Djikstra

Tonight I decided my study time would be to sit down and implement Djikstra’s algorithm in Python to help me understand it. When coding up a solution to a...

0 replies - 5339 views - 05/07/13 by Justin Bozonier in Articles

Pure Java Programming for Android

This tutorial from Programmers' Institute introduces you to pure Java programming for Android:

0 replies - 1691 views - 05/06/13 by Eric Gregory in Articles

"How do you estimate on an Agile project?" by Martin Folwer and ThoughtWorks

If you’re interested in techniques for estimation, you should take a look at this pdf ebook. It contains half-a-dozen essays on estimating in agile...

1 replies - 6410 views - 05/04/13 by Martin Fowler in Articles

Adding Facebook Authentication to Your Android Application

Social login is not only a buzz. An increasing amount of research confirm the benefits of providing your users with the ability to login using social networks...

0 replies - 1842 views - 05/02/13 by German Viscuso in Articles

Android: How to Use Two Data Sources in ListViews?

Sometimes in our apps we have the need to link to data of other sources. You have a database of your own for your app, but some records also point to the...

0 replies - 2741 views - 04/30/13 by Wolfram Rittmeyer in Articles

The Definitive Guide to Developing Portable Tizen Apps

Russian (русский) Translation available Table of Contents List of Figures Source Code Listings Introducing Tizen Motivation behind...

0 replies - 4421 views - 04/29/13 by Michael Schloh ... in Articles

Using the Google Maps Android API

This half-hour tutorial from Google's Mano Marks and Fred Chung covers the Google Maps Android API V2:

0 replies - 1549 views - 04/29/13 by Eric Gregory in Articles