A TEXT POST

…Life!

I have disappeared, unintentionally. Since I last wrote, I proposed to and am set to marry the Love of My Life, found a new house to rent, and am picking up a puppy this weekend.

I have written a few posts for Atomic Spin: http://spin.atomicobject.com/author/jared-sartin/ I will try to cross-post them more often from here on out. I have a few more posts in the hopper.

Be-back-soon!

A TEXT POST

iOS Private Browsing + localStorage = Frustration

Recently I had been working on a little mobile web app that fetches JSON data, puts it in localStorage, and then renders the views for it. Since the data could get large, there is a check that occurs before the full JSON dump. If we have localStorage data, then the app asks the server what version is the latest. The app will then either render the data if it’s the latest or pull more data down from the server and stash it away and render it to the screen.

Everything was fine and dandy, until random iOS devices started having errors in the JavaScript. Initially it looked to be iPhone 4S models on iOS 6 that had the problem. As we began investigating, we realized other iOS devices of various models and software versions were getting the same problem too. We were stumped.

Read More

A TEXT POST

Kickstarting a Game Idea

I am a huge video game nerd. Playing, replaying and even creating my own. Recently I decided to dive headfirst into a big project, a mobile MMORPG. Whoa… It’s really a big task, and will require a lot of time and money to build and maintain. There are many ways to get funding and support in big projects, my choice was Kickstarter.

Read More