Quantcast
Browsing all 71 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Solution: Visually Inspect Backbone.js View/Templates + Application Logging...

A look at an open source tool that help to manage a plethora of View.js and Template.js files by mouse over identification & inspection, as well as logging support.

View Article


Image may be NSFW.
Clik here to view.

Android, iOS and Windows Mobile…Oh My: An Introduction to PhoneGap

An introduction on how to get started with PhoneGap, an open source framework that allows you to develop for multiple mobile platforms using languages you're already familiar with, like HTML5,...

View Article


Image may be NSFW.
Clik here to view.

Tutorial: RabbitMQ With Spring

A quick tutorial on how to create a RabbitMQ Template to send messages to an exchange with a routing key. Post also covers creating AMQP listeners to listen for messages in the same exchange using the...

View Article

Image may be NSFW.
Clik here to view.

Don’t Fear The Rewrite

Top 10 tips for making an application rewrite successful.

View Article

Image may be NSFW.
Clik here to view.

What They Didn’t Teach Me In College

"Looking back more than a decade later (having gained a not insignificant amount of real-world experience), there are certain bits of information that, since they were lacking in the classroom, left my...

View Article


Image may be NSFW.
Clik here to view.

Introduction to MonoTouch Library sqlite-net

Introduction to third party library sqlite-net that can aid in mobile application development. The sqlite-net library provides simple, easy-to-use object relation mapping for the SQLite database.

View Article

Image may be NSFW.
Clik here to view.

Writing Games With Unity 3D in JavaScript and C# – Part 1

An introduction and tutorial for getting started with Unity 3D for Game Development, with particular time spent on JavaScript and C# implementations and using multiple cameras to implement a visual...

View Article

Image may be NSFW.
Clik here to view.

Writing Games With Unity 3D in JavaScript and C# – Part 2

An tutorial for getting started with Unity 3D for Game Development, focusing on implementing high score table using PlayerPrefs, a dialog with text fields to collect user data & cheat codes.

View Article


Image may be NSFW.
Clik here to view.

Messaging with RabbitMQ

An introduction into RabbitMQ, a messaging software built on the AMQP protocol. Learn its relevant concepts, how you might use it, and how to avoid some of the more common "gotchas" in Mark...

View Article


Image may be NSFW.
Clik here to view.

Gamification Overview

Todd Horn on how and why gamification works, the areas it is most effective, tools available, and what the limits are to help you determine the best approach.

View Article

Image may be NSFW.
Clik here to view.

A Little HTML5: Using JSON and File API to View Starred Google Reader Posts

I typically used my Google Reader starred items as an 'I’ll read this later' group. But with Google Reader's cancellation, I have a huge file of saved items and no easy way to read them. So I created a...

View Article

Image may be NSFW.
Clik here to view.

Building Young People’s Soft Skills Through Robotics

Good read for developers who are parents - also hypothesizes agile's effectivity for this high school domain.

View Article

Image may be NSFW.
Clik here to view.

Trailing Commas in JavaScript

A quick tutorial solution for detecting trailing commas in JavaScript.

View Article


Image may be NSFW.
Clik here to view.

Introducing Marionette-Require-Boilerplate for Your Single Page Application

Interested in Backbone & Marionette but not sure where to start? Check out this Marionette-Require-Boilerplate to build your single page application with solid foundation. The best tools + best...

View Article

Image may be NSFW.
Clik here to view.

Writing Games With Unity 3D – Mobile!

Blog tutorial on mobile game development with C# & Unity 3D. How-to on supporting accelerometers, touch screens, and keyboards, using dynamic fonts to make resolution-independent UIs, gathering...

View Article


Image may be NSFW.
Clik here to view.

Friends Don’t Let Friends Use String States

A suggestion for best practice. Sure, string representations of states are important. But don’t let the string be the entire implementation of your state.

View Article

Image may be NSFW.
Clik here to view.

MongoDB Geo-Spatial Mobile Demo

MongoDB is a scalable NoSQL document-oriented data store that has built-in geo-spatial indexing. Let’s look at its characteristics and then check out a mobile geo-spatial demo application.

View Article


Image may be NSFW.
Clik here to view.

Intro to MongoDB + Geo-Spatial Mobile Demo

MongoDB is a scalable NoSQL document-oriented data store that has built-in geo-spatial indexing. Let’s look at its characteristics and then check out a mobile geo-spatial demo application.

View Article

Image may be NSFW.
Clik here to view.

What’s up with WITH?

The basic uses of the WITH statement. There are many ways it can be used as building blocks for simplifying potentially complex SQL statements, all while keeping code as efficient as possible.

View Article

Image may be NSFW.
Clik here to view.

An argument against defaulting to auto-increment primary keys

The “easy” primary key for ages has been the auto-incrementing integer. In my Android App, I immediately, without even thinking about it, constructed all of my Entities using auto-generated Long IDs....

View Article
Browsing all 71 articles
Browse latest View live