fbpx

From The Blog

Top Notch
Service
19
Years
In Business
100%
US-Based
Team

Differences between Java and ActionScript3

  • Post published:July 28, 2009

Recently I set out to start writing a Adobe Flex application, which uses ActionScript3 as the native language. I looked for advice on where to start and a few people…

Read More Differences between Java and ActionScript3

Debug and Trace in C#

  • Post published:August 4, 2009

.NET offers some very useful classes that allow you to monitor the workings of your program without having to constantly pop up message boxes or handle file output yourself.  Both…

Read More Debug and Trace in C#

Modularity: (Not) Re-Inventing the Wheel, One Spoke at a Time

  • Post published:August 6, 2009

Modularity and loose coupling are indications of good software design. In fact, breaking complex problems into sets of more easily solved subproblems is a a strategy that good computer scientists…

Read More Modularity: (Not) Re-Inventing the Wheel, One Spoke at a Time

Interoperability Made Easier

  • Post published:August 18, 2009

Interoperability is becoming a quality of greater importance for software or IT products in today’s market. Interoperability is the ability of systems or products to exchange services so as to…

Read More Interoperability Made Easier

Standard Video Codec for HTML 5: Not Likely

  • Post published:August 20, 2009

As a follow-up to my last blog post about HTML 5 being on the horizon, it looks like we may have taken one step back with regards to a standard…

Read More Standard Video Codec for HTML 5: Not Likely

Distractions in the Work Environment

  • Post published:August 25, 2009

The Problem While many well-intentioned people tend to think of software development as a mechanical process—a mere transcription between thought and code—this is so far from the truth as to…

Read More Distractions in the Work Environment

Invoking Managed Code from SQL Server

  • Post published:September 1, 2009

One of the flagship features in SQL Server 2005 is the ability to write stored procedures using any language supported in .NET. This feature provides greater flexibility for developers to…

Read More Invoking Managed Code from SQL Server