InterWorks Blog - Anything Dev

Fightin' Words now has a Google+ Page!

Friday, 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 ] ...

Fightin' Words now has Player Stats!

Thursday, 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 ] ...

Disordered List: Controlled Randomness with jQuery

Thursday, 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 ] ...

Get Your Web App On!

Monday, January 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 ] ...

Coldfusion 9.0.1 Secure JSESSIONID Cookie

Thursday, December 8, 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 ] ...

Tortoise SVN PowerShell helper function

Tags:
Wednesday, October 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 ] ...

Querying Specifc Inheritance Types in Entity Framework

Tags: .Net, C#, EF, Linq
Friday, April 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 ] ...

Scripting Tips: Take your PowerShell profile everywhere with Dropbox

Friday, March 25, 2011
Scripting Tips is an on-again-off-again series for command line fiends. I'll try to keep these short and sweet. To dig a 'lil deeper you can find me on Twitter. I'll cover these prerequisites in ...  [ More ] ...

Internet Explorer ignoring CSS files

Monday, February 14, 2011
Like most web developers, I do most of my development work in one browser (in my case, Firefox) and then do cross browser checks after I've finished my work. One issue that I recently saw crop up was ...  [ More ] ...

Wrapping Text in a Cocos2d CCLabel

Monday, September 20, 2010
Have you ever wanted to insert a new line character or set the appropriate height for some font size when you know the width to wrap text on a CCLabel in Cocos2d? Here is a quick snippet on how to ...  [ More ] ...