<![CDATA[WebDev and Misc.]]>http://loganjoecks.com/blog/Ghost v0.4.2Sun, 03 Aug 2014 21:41:30 GMT60<![CDATA[From Wordpress to Ghost]]>More and more, developers seem to be switching to static page CMS's like Jekyll/Octopress, Pelican, and ghost.

I am no exception.

After some research, Ghost became my new choice due to it's sleek interface and overall simplicity.

Ghost runs on Node.js, but Github Pages, from where my blog is being served, does not support node. This did not deter me. My workaround utilizes a tool called Buster (clever title), which generates the static content locally. I then copy the content to the blog folder in my website repo, and it's all set!
The drawback is that is that I have to add all my content locally before it's set loose to the outside world, but I'm used to that anyway.

I am also enjoying using Mardown instead of HTML. Very sleek indeed.

]]>
http://loganjoecks.com/blog/from-wordpress-to-ghost/5f681619-ba5f-4fb5-b776-28c0141b2a0dFri, 01 Aug 2014 17:42:27 GMT
<![CDATA[Where are (and were) your Friends?]]>I have just uploaded my latest web app which allows users to visualize their Facebook friends on a Google Map, either by current location or hometown. Friends can be filtered by friend lists.

I’m sure has been done many times before, but I enjoyed developing it. Finally got to toy with a Google API, and was pleased to find their documentation helpful and thorough.

One of the tricks here was to create a locations array to collect all the users in each location:

locations[location.id] = arrayOfFriendsInLocation

After that’s populated, you only need to add one marker per city and lump all the friends in that city in an infowindow that displays when the marker is clicked.

Interesting note about the Facebook Graph API: I was able to pull a list of all friends with my choice of fields, but when I tried to request a list of friends from a specific friend list, I was limited to only a few. Not sure why they would restrict it like that…

]]>
http://loganjoecks.com/blog/where-are-and-were-your-friends/45eb70d1-8799-4e55-982f-4cb02e4da62dWed, 05 Jun 2013 16:00:00 GMT
<![CDATA[What if you could Drive as Fast as an Airplane?]]>I have somewhat of an answer for you!

While driving from the Grand Canyon to Las Vegas this past weekend, I figured I had the perfect opportunity to tackle this question. So I propped my GoPro on the dashboard of our rental car, set the cruise control to 80 mph, and hit record.

I captured about a half hour of footage before the SD card filled up, but that proved to be more than enough. What you see below is the footage, some of which is sped up to create the illusion of traveling 511 mph which is the cruising speed of a Boeing 737. I chose that plane only because I often fly Southwest, and that is their go-to model.

So if you were ever thinking Boy, I wish I had decided to fly instead of drive, this is how fast* you could be going:

What if You could Drive as Fast as an Airplane? from Logan Joecks on Vimeo.

So, crunching the numbers, the footage was sped up 6.4x to achieve the effect.

* Even faster because planes fly like crows.

]]>
http://loganjoecks.com/blog/what-if-you-could-drive-as-fast-as-an-airplane/28825b0f-0995-47a5-a491-ffbb36835253Fri, 15 Mar 2013 16:00:00 GMT
<![CDATA[Official Launch of loganjoecks.com]]>Well, I had the domain registered a while ago, and I’ve been working on this wordpress layout for the last week or so, but now, just like a finely-tuned engine or a freshly-baked loaf of bread, the site is running smoothly and it’s ready for the world to smell.

]]>
http://loganjoecks.com/blog/official-launch-of-loganjoecks-com/595f2692-55dd-4da2-852a-38a2e535f15eWed, 06 Mar 2013 17:00:00 GMT