Multiple App Accounts Using BlueStacks

When you use apps on a device such as an iPhone or Android phone, you may run into a situation where you want to have multiple accounts for the same app. Unfortunately, this can be very hard to do. It usually requires you to uninstall the app and re-install it to switch accounts. Usually these apps don’t have a PC version, which makes it even harder to manage multiple accounts. The people at BlueStacks have written an Android emulator to allow running apps on a PC (they have a MAC version, but it doesn’t support the version of Android required to run most apps), so you will need Windows.

Read More

Fun with knockout.js

A while ago I started looking into knockout.js for an internal MVC website that I’m working on. Originally I was trying to solve the problem of a very large DOM that only displays a fraction of itself at any time. Knockout handles this very nicely with it’s if binding. The more I used knockout, however, the more I fell in love with the MVVM pattern. In fact, if xaml bindings were as easy as knockout bindings, I wouldn’t be so hesitant to jump into WPF programming!

Read More

Image Processing Part 1

This is, hopefully, the first in a series of posts using this codebase. The topics will be varied, but hopefully the codebase will tie them together…

Can you tell what is different between this image:

Origional Redbud image

and this one:

Modified Redbud Image

Aside from the obvious visual differences, there is an important, hidden difference. You can click-through and grab the original versions and try to figure it out.

The answer is below…

Read More