Quality Management ROI Calculator - Focus on Test Automation
The Rational Quality Management ROI calculator is intended to give you an idea of what return you can garner from implementing our functional testing solutions. Our quality management solutions offer tools to develop a continuous process, powered by automation to govern software delivery.
» Gartner MarketScope: Application Quality Management Solutions, 1Q 08
This Gartner MarketScope provides guidance for enterprises seeking to purchase tools to manage risk and software quality. We focus on tools fit for large-scale enterprise use and that are ready out of the box to manage quality requirements and functional testing.
» Whitepaper: Tips for Writing Good Use Cases
Writing a good use case isnt easy, but, fortunately, our experience can be your guide. The concepts and principles assembled here represent the works of many people at IBM, and they form a foundation of proven best practices.
» Whitepaper: The Role of Integrated Requirements Management in Software Delivery
Learn about the critical role integrated requirements management can play in helping ensure your business goals and IT projects are continuously aligned-whether you are sourcing, integrat-ing, building or maintaining your software. It also looks at ways that integration and automation can help ensure managing projects and the required changes can be executed using manageable processes that satisfy stakeholders and development teams.
»
There have been two burning questions among developers
recently: "What is that favicon.ico not found error that is
filling my Error_log?" and "How do I get a custom icon next to my
bookmark link in Internet Explorer?" These may sound like unrelated
questions, yet both can be answered at the same time.
No, you're not going crazy and no one is hacking into
your site, adding mysterious little snippets for your error
logs to report as missing. The dastardly "favicon.ico not
found" that you see in your error logs is actually Internet
Explorer 5 at work. IE automatically looks for a file it
thinks you should have whenever someone creates a
bookmark or a shortcut to a page on your site. If you
surf with Internet Explorer you've probably noticed that some
of your bookmarked sites have custom icons while others have
the default IE icon. Those custom icons are the
favicon.ico that IE is so diligently searching for.
In addition to appearing in the Favorites menu,
the favicon.ico replaces the default IE icon in the Address
bar at the top of the browser. If you're using IE5, you
can check this out right now by hopping over to the
WDVL homepage. When the file is not found
IE5 uses the default icon and you get an error message in your
log files.
All right, mystery solved, but what can you do about it?
The easiest way to get your server to stop reporting the
file as not found is to put it on your server. As a bonus,
your site will then have that cool little custom icon!
And that's what we're going to do here
today. We'll look at converting your logo to an icon, where
to place it on your server and how to tell IE where it's
located.