July 17, 2008 at 12:51 pm · Filed under Business
This post is in response to a question a mate of mine asked about selecting a good Outsourcing partner.
Firstly to debunk a popular misconception - Outsourcing isn’t just about cutting costs Its also about adding value.
Outsourcing can:
- Help achieve goals that you cannot achieve on your own
- Give you a competitive advantage
- Even make you money
Some types of Outsourcing:
- Business Process - Customer Service, Finance, HR
- Application - Development, Upgrades, Maintenance & Support, QA
- Infrastructure - Data Center, Network, Security
All the tips I gave my mate are covered in this excellent article on Outsourcing projects to India. The pros and cons discussed in the article apply to any country or type of project. You can also get a couple of good pointers from this article on sourcing good Offshore Developers.
Feel free to leave a comment with any Outsourcing question or tips you might have.
Permalink
July 16, 2008 at 1:36 pm · Filed under ColdFusion
Recently at work we started writing Unit Test cases and I am absolutely loving it. Writing test cases first has helped us build and design a better API. Another advantage is that all written code is covered by a test. Even though writing test cases takes time it is totally worth it.
Writing test cases helps to build better software faster.
Here are a couple of links that can get you started:
- Test Driven Development (TDD)
- MXUnit
- cfcUnit
- Mock Objects
- CFEasyMock
Permalink
June 16, 2008 at 12:16 pm · Filed under ColdFusion
If you are using the CAPTCHA action with an cfimage tag you might run into the following error:
“Verify your inputs. The specified width for the CAPTCHA image is not big enough to fit the text. Minimum width: 415″
To display the CAPTCHA image without this error, the width value must be greater than: fontSize times the number of characters specified in text times 1.08.
Formula : FontSize x Number of Characters x 1.08
Permalink
June 5, 2008 at 6:36 am · Filed under ColdFusion
Registration for the Adobe MAX 2008 in San Francisco, California (November 16 - 19, 2008) is now open.
Permalink
May 21, 2008 at 2:01 am · Filed under ColdFusion
Adobe has released ColdFusion 8.0.1 Cumulative Hot Fix 1.
Permalink