mrc's Cup of Joe Blog

Join us in exploring the world of modern development, evolving technologies, and the art of future-proof software

Year: 2012

Application modernization comparison chart

EducationHere’s a million dollar question: What’s the best application modernization method for your company?

Here’s the answer: It depends.

If your company needs to modernize existing legacy applications, choosing the best method varies largely on your needs, goals, and resources. You’ll need to answer a few questions before you begin, such as:

  • Why are you modernizing in the first place?
  • What’s your budget?
  • When do you need the job completed?
  • What do you hope to accomplish?

If you need help choosing the best modernization solution for your company, here are a couple of things that could help: First, here’s a free whitepaper entitled “Crash course in modernization,” that takes an in-depth look at the modernization basics. We’ve also created a handy little comparison chart, which compares 5 different modernization methods.

7 reasons why mobile web apps are better for business than native apps

EducationIf your business is planning to build native mobile apps, ask yourself this question: Are you building native mobile apps because you need to, or because you think you have to? While native apps are popular with consumers, they’re quite impractical for most businesses.

To understand why, let’s first look at why native apps are popular with consumers. Native apps do a couple of things very well: They deliver highly graphical interfaces and they’re easy to find and download. While these are important factors for consumers, are they really important to your business?

For most businesses, the answer is a resounding “No”. Unless your business needs highly graphical applications, mobile web apps simply make more business sense. How so? Here are 7 reasons why mobile web apps make more sense from a business standpoint:

Even small IT staffs can accomplish big things

ProductivityFill in the blank: “Our company needs to _____________, but our IT staff is too small.” Based on feedback I received from a tech conference we recently attended, this is one of the biggest problems facing IT departments these days. IT professionals know how to help their companies, they just lack the time and resources to do anything about it.

It’s a depressing thought–knowing how to help your company but realizing that you can’t. You feel stuck. But don’t worry…if you’re facing this problem, you’re not alone and you’re definitely not stuck. Here are two stories of small IT staffs that found ways to complete urgent projects despite their limited staff. I hope you find them useful:

1. This 2-person IT staff found a way to quickly modernize their green-screen interface and replace their order entry system without bringing in any outside help.

2. This 3-person IT staff built a brand new, custom extranet, and did it faster than it would’ve taken to deploy an off-the-shelf option.

See? Even small IT staffs can accomplish big things!

One way to use CSS3 in your web applications right now

Save TimeIf you’re an application developer, you face quite a dilemma. You must somehow build applications that are functional, attractive, and work across all browsers.

The problem is, while CSS3 brings some great new styles that can improve nearly any application, it’s not supported by every browser. What does that mean? It means your applications may look great in some browsers, but awful in other browsers.

What can you do about this problem? You can ignore the newer styles until the use of older browsers declines, but that probably won’t happen for years. Besides, this leaves you with ugly and outdated applications, which I know you don’t want.

5 approaches to application modernization

Save MoneyHow much time and money does your company waste maintaining your legacy applications? A recent survey indicates that companies use anywhere from 70-80% of their tech budget (and countless hours) just keeping their legacy applications running.

It’s kind of like owning an old, beat-up car. The car might still work, but it lacks modern features, doesn’t run very well, and a good portion of your time and money goes into keeping that car on the road. In fact, buying a new car would probably cost less than maintaining the old one.

Modernization is similar…but different. It’s similar in the sense that modernizing your applications is often less expensive than maintaining legacy applications. However, modernization is a bit more complicated than just buying a new car. How much more complicated? The degree of difficulty varies per modernization approach. Choosing the right approach largely depends on your company’s needs and goals.

If you’d like an in-depth look at modernization requirements and methods, here’s a free whitepaper that will help you: Crash course in modernization. If you just want a basic overview of your modernization options, I’ve summarized 5 different methods below, along with the pros and cons of each:

Hybrid vs. Native vs. Mobile web comparison chart

EducationNative, mobile web, or hybrid? For companies considering mobile apps, that is the million dollar question. Which direction do you take?

The answer: It depends. There’s no single correct answer that applies to every situation. Each option (mobile web apps, hybrid apps, and native apps) has its own advantages. The right path for your company depends on a variety of factors, such as: What are you trying to accomplish with your app? When do you need it? Which skills do you have in-house?

Here are a couple of options to help you figure out which path is best: First, you can check out this white paper that takes an in-depth look at the topic. Secondly, we’ve put together the following comparison chart for each mobile development method. It compares the main differences, advantages, and disadvantages of each.

How to create home screen icons for your mobile web apps

EducationOne big difference between native apps and mobile web apps is how each one is accessed. Native apps are accessed via an icon located on the home screen or in the App drawer. Mobile web apps are accessed via the web browser. All in all, native apps offer simpler access by default.

Let’s fix that.

With minimal effort, your mobile web apps can offer the same ease of access provided by native apps. In fact, they will even look and feel just like native apps on your home screen.

Here’s how to do it.

7 things to look for in a web application development tool or IDE

EducationThe difference between good and bad development tools/IDEs is like night and day. A good development tool will reduce development time and turn anyone into a web developer. A bad development tool will cause headaches, restrict your options, and even harm the company.

With so many options, how can you distinguish the good from the bad before you buy?

The key to success is finding the development tool or IDE that provides the most options and the fewest limitations. While that decision is largely based on your company’s needs, here are 7 essential elements that you should look for in any development tool or IDE:

How to upload photos from a mobile web app

EducationHere’s a question for you: Suppose your company needs a mobile app that lets users upload photos from their current location. Does this job require the more difficult native approach, or will a simpler mobile web app meet your needs?

If you read the “6 ‘native’ features you can use with mobile web apps” article, you already know the answer. While file uploading sounds like a native-only feature, it’s actually very simple with mobile web apps. Today, I’m going to show you how.