Room 118 Solutions - Web Application Development & Programming

SD Times – Software engineering: Art or science?

I was recently interviewed for an SD Times article about the role of art and science in software development.

Chris Gunther, cofounder and developer at Room 118 Solutions, agreed with Jacobson.

“I believe software development is not an art, but rather a craft as it is ultimately defined by its ability to solve a need for an end user,” he said. “Beautifully written code doesn’t count for much when it fails to solve the needs of the end user, and vice versa; poorly written code will have little negative effect on the end user when it successfully solves their needs.

“I think the craft side of software development becomes more of a necessity when working alongside other developers. Code that clearly reflects the domain model and is well organized becomes self-documenting and allows fellow developers to collaborate and understand the domain much easier.”

Gunther believed that science plays a role in development, but mainly due to the experiments used to find the perfect combination of code and the fact that developers are always building on top of older theories and ideas.

Read the full article.

RVM/Capistrano: rvm-shell not found

If you’re trying to deploy with Capistrano to a server you just set up, and it fails with an error like this:

rvm-shell: No such file or directory

Then you probably have a newer version of RVM on your new server than on your development machine.  Update RVM and go on your way.  Hope this saves someone some frustration!

Jim

Styling Print Headers and Footers With CSS

Last week I was tasked with porting a couple of reports for a client from Crystal Reports to HTML/CSS, so I thought I’d document my trials here. Luckily because this was running on a server and the printing was initiated on the server side, I was able to focus just on one browser (Internet Explorer 8) rather than ensuring wide cross-browser compatibility. Read on

Ubuntu 10.10 Server + GRUB + GPT Partitions

So, I ran into a peculiar problem while trying to get my homebuilt 4TB NAS up and running last night.  I bought two 2TB SATA drives, and sourced everything else from my old computer boneyard (i.e. my closet).  The issue I was having was the Ubuntu 10.10 Server installer kept failing when trying to install GRUB.  I eventually tracked this down to an issue installing GRUB to GPT partitions (GRUB requires a BIOS boot partition).  Since I’m running a small 5GB partition in RAID1 for Ubuntu, and the rest of the disks (~4TB) in RAID0, I’m exceeding the partition size limitations of MBR, and thus need to use GPT.  Fine.  The issue is that the Ubuntu installer seems to be unaware of how to handle this situation.  Long story short, here’s what you need to do when yours fails:

Read on

Our Small-Business-In-The-Cloud Boilerplate – Part I: External

When Chris and I formed Room 118 Solutions one year ago, we didn’t really know how we were going to run a business from our home offices.  We didn’t even know what was involved in running a corporation (an S-corp, to be exact), from a business perspective.  Over this past year, we’ve fallen into a nice groove using a combination of web applications that has made everything from collaboration to running payroll a breeze.  We’d like to share them with you, as they mostly apply to all small business teams.  In Part I, I’ll cover services we use to work with customers; in Part II, I’ll cover services we use internally. Read on

Happy 1st Birthday!

Today marks one full year of business as Room 118 Solutions and it’s been an awesome ride. We’ve made some great friends, worked on awesome projects and expanded our skill sets. Here’s to another amazing year.

In celebration of one year in business, we thought its about time we started blogging, so welcome to the inaugural post and keep an eye out for more to come in the future.

Chris & Jim