InterWorks Blog: Anything Dev

Seeing as we're the experts, we thought we'd share some of our intel. But beware, this level of inside information may cause extreme shock and awe. If you get lost, just fire up a flare - we'll come and get you.

Anything Dev
Mar 12
2013
In my last post I described installing Ruby on Mac OS X with RVM. The main reason I wanted to do this was to run a Jekyll Blog using GitHub Pages. So, in this post I will guide you through the...[more]
comment icon 1 comments |
Anything Dev
Mar 05
2013
This is a tutorial on how to install Ruby 2.0.0 on Mac OS X 10.8 Mountain Lion.  1. Install Xcode and the Command Line Tools If you don't have it installed I suggest you install Xcode from the...[more]
comment icon 20 comments |
Anything Dev
Sep 09
2012
Years and years ago I was trying to understand how chords and scales related to each other visually and mathematically. I came across a lot of informative posts, but by far the most helpful app I...[more]
jQuery, Music, plugin
comment icon 4 comments |
Anything Dev
May 18
2012
In an effort to continue spreading the word about Fightin' Words, I created a Google+ page where we can share new releases and information about Fightin Words, our popular crossword slash Words WIth...[more]
comment icon 0 comments |
Anything Dev
May 17
2012
Fightin' Words, everyone's favorite Words With Friends game for BlackBerry, now has integrated Player Stats.    Using a level based ranking system, players earn points by beating other...[more]
comment icon 1 comments |
Anything Dev
May 17
2012
So this is just a really easy quick tip on creating a randomly generated messy list.  The best part of what I'm about to teach you is that it can easily be adapted to randomize just about...[more]
comment icon 0 comments |
Anything Dev
Jan 23
2012
With iOS5 boasting such an wide array of HTML5 and CSS3 support there's no better time to start dipping your toes in the world of web app creation. So I thought I'd go ahead and put together a quick...[more]
comment icon 2 comments |
Anything Dev
Dec 08
2011
We are running a couple Coldfusion 9.0.1 servers with all the latest hotfixes and updates. We also needed secure cookies for these particular servers and we are using JSESSIONID instead of the CFID...[more]
ColdFusion
comment icon 0 comments |
Anything Dev
Oct 12
2011
Do you work from the command line? Use PowerShell? SVN? While the SVN command line client is certainly usable, there are definitely times where a GUI is more convenient. Specifically during a...[more]
comment icon 0 comments |
Anything Dev
Apr 15
2011
The Problem When using Entity Framework let's say you set up a model with inheritance. Let's make ourselves a simple example (with psuedo-code) to illustrate: abstract class Product{ int Id { get...[more]
.Net, C#, EF, Linq
comment icon 1 comments |