Written by: Daniel Nguyen
Washington Business Journal recognizes MetroStar Systems as the 10th Fastest Growing Companies in the Washington region in 2010.

Honored as Number 45 on Washington Technology’s “Fast 50″ awards list

Ranked Number 139 in the Government Services section of the 2010 Inc. 5000
Written by: Lee Kohn
Today I learned a neat trick for keeping the global namespace on a page clean. Lets say you have the following code: var interval = createInterval(‘doStuff()’,2000); var counter = 0; function doStuff() { alert(counter++); if(counter > 5) clearInterval(interval); } This code will introduce 3 new global items which can be messy and undesirable. The alternative …
Written by: Derek Yale

On September 25th, 2010 David Keener, a Solutions Architect for MetroStar System’s New Media Group, spoke at SunnyConf in Phoenix, Arizona. SunnyConf is Arizona’s first Ruby conference.