You're the boss, but you still spend too much time on the day-to-day. Here's how to become the strategic leader your company needs.
A collection of articles and resources of interest to the modern software developer
Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs
Sunday, March 25, 2012
6 Habits of True Strategic Thinkers | LinkedIn
6 Habits of True Strategic Thinkers
Saturday, March 24, 2012
Using LINQ to Query Tables in Excel 2007 | MSDN
Using LINQ to Query Tables in Excel 2007
Microsoft LINQ allows for database style queries against object data. Although you cannot run LINQ queries directly against data stored in Microsoft Office Excel 2007 workbooks, it is possible to load the data into objects that do support LINQ.
This Visual How To illustrates how to use the Open XML Formats to load information stored in Excel worksheets into generic lists that support LINQ.
This Visual How To uses the Open XML Format SDK 2.0, which you need to install before you begin.
Sunday, March 18, 2012
QTP 11 now supports Google Chrome browser | Learn QTP
QTP 11 now supports Google Chrome browser | Learn QTP
QTP 11 now provides replay support for Google Chrome browser. You would need to download and install the patch QTPWEB_00088.EXE available at HP’s support site.
Labels:
Chrome,
Google,
QTP,
Test Automation,
Testing
Web Services | Learn QTP
Web Services | Learn QTP
Once again I am here with a new series of posts which will focus on Web Services Testing using QTP.
The series is divided in four parts
- Testing Web Services – Key Concepts
- Web Service Testing Wizard
- Adding Web Service Test Object to Object Repository
- Testing Web Services without enabling Web Services Add-in
Wednesday, February 22, 2012
Transforming XML Data with XSLT | oracle.com
Transforming XML Data with XSLT
The Extensible Stylesheet Language Transformations (XSLT) APIs can be used for many purposes. For example, with a sufficiently intelligent stylesheet, you could generate PDF or PostScript output from the XML data. But generally, XSLT is used to generate formatted HTML output, or to create an alternative XML representation of the data.
In this section, you'll use an XSLT transform to translate XML input data to HTML output.
Java and XSLT: Chapter 5: XSLT Processing with Java | oreilly.com
Java and XSLT: Chapter 5: XSLT Processing with Java
Since many of the XSLT processors are written in Java, they can be directly invoked from a Java application or servlet. Embedding the processor into a Java application is generally a matter of including one or two JAR files on the CLASSPATH and then invoking the appropriate methods. This chapter shows how to do this, along with a whole host of other programming techniques.
Subscribe to:
Posts (Atom)