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 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]
comment icon 2 comments |
Anything Dev
Feb 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]
comment icon 3 comments |
Anything Dev
Sep 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]
comment icon 0 comments |
Anything Dev
Aug 13
2010
There appears to be much trouble and confusion using ColdFusion and scheduled tasks over SSL. If you Google search or check out the official Adobe forums there are numbers of threads mentioning this...[more]
ColdFusion, SSL
comment icon 2 comments |
Anything Dev
Jul 30
2010
Recently I've been working on a RESTful HTTP server in WCF for a really cool project that isn't public yet, but should be soon.  I say RESTful, but it's not religiously so; more accurately its...[more]
.Net, C#, WCF
comment icon 16 comments |
Anything Dev
May 10
2010
If you've managed production database servers for any amount of time, you may have run into this error message in your maintenance plan logs. "The index "[IndexName]" on table "[TableName]" cannot be...[more]
comment icon 4 comments |
Anything Dev
Apr 01
2010
We're at the point of trying to optimize LANDBOSS, and one of our first tasks was to combine our multitude of javascript files into a single one.  Many browsers do not handle a large amount of...[more]
javascript
comment icon 0 comments |
Anything Dev
Mar 08
2010
I don't use Linq much, but when I do I'm amazed how awesome and fun it is. Here is a simple way to remove null values (note values, your keys should never be null, ever and if they are something is...[more]
.Net, C#, Linq
comment icon 0 comments |
Anything Dev
Feb 19
2010
Consider the following situation: you would like a set of radio buttons on a form that will have a value preselected. You don’t want to give the user the option to change the selected radio button,...[more]
comment icon 1 comments |
Anything Dev
Feb 12
2010
At times while developing an ASP.NET project you may run into the following error in your code behind file: The name 'controlName' does not exist in the current context Often this is simply a case...[more]
comment icon 0 comments |