Monthly Archive: December 2012

See What I Mean 0

See What I Mean

Comics are a unique way to communicate, using both image and text to effectively demonstrate time, function, and emotion. Just as vividly as they convey the feats of superheroes, comics tell stories of your users and...

Programming C# 5.0 0

Programming C# 5.0

After a dozen years of incremental changes, C# has become one of the most versatile programming languages available. With this comprehensive guide, you’ll learn just how powerful the combination of C# 5.0 and .NET 4.5 can...

JRuby Cookbook 0

JRuby Cookbook

If you’re interested in JRuby, you probably don’t need a turorial on Ruby, Rails, or Java — you just need to know how to get things done. This Cookbook offers practical solutions for using the Java...

Eclipse 0

Eclipse

Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it...

Eclipse IDE Pocket Guide 0

Eclipse IDE Pocket Guide

Eclipse is the world’s most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide...

Pro PHP MVC 0

Pro PHP MVC

Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and...