Andy Hoskinson's Home Page

Andy Hoskinson I am a Washington, DC - based information technology executive and Internet entrepreneur with broad industry experience, including software development, web development, enterprise architecture planning, IT portfolio management, and technology strategy consulting. Current business and technology interests include text mining, E-Government, data mining, business intelligence, intellectual property portfolio management, unstructured information management, web mining, search engines, and web 2.0. Positions I have held in the IT industry include vice president of technology strategy for a global information technology services company, vice president of engineering for a software product company, senior technical director for an Internet professional services firm, and senior manager, software developer, and architect for various consulting firms and systems integrators. I have co-authored three popular software development books and numerous articles for computer industry trade journals. I have a bachelor's degree from the University of Virginia and a master's degree from Mississippi State University. I am a U.S. Army veteran, and served as a field artillery officer in the United States, Europe, and the Middle East. I am also a freelance songwriter, specializing in acoustic, folk, pop, and rock. Two of my songs received national media exposure in 2009. You may contact me at andy@hoskinson.net.
Books

THE GULF WAR CHRONICLES: A Military History of the First War with Iraq
I am mentioned on page 239 of this Gulf War history book written by Richard Lowry.


XVIII Airborne Corps In Desert Storm: From Planning To Victory
I am quoted extensively in this book, Lane Toomey's seminal work on the history of the Gulf War.


Professional XML Databases
I wrote chapter 16 (JDBC) in this book, one of the first resources available on developing XML-enabled database applications. According to Google Scholar, this book has been cited in over 68 scholarly papers.

Professional XML Databases


Using Internet Primary Sources to Teach Critical Thinking Skills in History
This book references my Gulf War Photo Gallery on page 231 as an example of a useful Internet primary source for historians studying the Gulf War.


Professional Java Server Programming, J2EE Edition
I wrote chapter 16 (An XML-Based JDBC Connector Servlet Framework) in this book, one of the first resources available on developing complex server-side JDBC applications.

Professional Java Server Programming, J2EE Edition


Order of Battle: Allied Ground Forces of Operation Desert Storm
This book references my Gulf War Diary as a primary source in its bibliography on page BIB-3.


Microsoft Commerce Solutions
If you are looking for a good book on developing eCommerce solutions using the Microsoft Windows DNA framework, you should take a look at this. This is an outstanding book. Of course, I'm biased, because I'm one of the authors. I wrote chapters 5 (Core Site Server Services), 6 (Site Server Commerce Services), and half of chapter 8 (Data Access Technologies). Check it out, and let me know what you think.

Microsoft Commerce Solutions


America Online's Creating Cool Web Pages
Some of my Web development work was featured in America Online's Creating Cool Web Pages (Edward Willett, IDG Books Worldwide, 1998, page 241).


Java Applets and Channels without Programming
Some of my Java applet development work was featured in Java Applets and Channels without Programming (Ronny Richardson et al., Manning Publications, 1998, pp. 102-103).


Create your first Web Page in a weekend
My DBF-to-HTML tool was featured on page 378 in Create your first Web Page in a weekend, written by Steven E. Callihan in 1998. I wrote this tool in the early days of the web to help database developers migrate their dBase/Xbase files to the Web. In addition to this book's mention, my tool was rated one of the TOP 200 WEB TOOLS by PC/Computing Magazine in its August 1996 edition (page 136).


Official Netscape Composer Book (Windows 95 and Windows NT Edition)
Some of my Java applet development work was featured in the Official Netscape Composer Book (Windows 95 and Windows NT Edition) by Alan Simpson, Ventana Communications Group, 1997, pp. 468-478.


Thought leadership

Visualization tools improve transparency by making sense of raw data
I am quoted extensively in this GCN article by Joab Jackson. I am also quoted in the story's sidebar.


Web 2.0 enables transparency goals
I wrote an op-ed column for Federal Computer Week on leveraging Web 2.0 tools to achieve the goal of "transparency" in government.


Unisys offers stimulus tracking reporting tool
I am quoted extensively in this Government Computer News article about Unisys Corporation's new offering to help government agencies and recipients of economic stimulus funds meet statutory reporting requirements.


MyTechnologyLawyer.com Radio Show
I appeared as a guest on the MyTechnologyLawyer.com Radio Show on 05/12/09 to help promote the Unisys Center for Innovation in Government. Topics we discussed included leveraging IT to increase transparency in Government, with a specific focus on Obama Administration initiatives to promote improved accountability and transparency in government. Download the show's podcast in Mp3 format.


Six Strategies to Survive the Stimulus
I spoke at the National Press Club in Washington, DC on Wednesday, April 29, 2009. Topic was complying with the new accountability and transparency requirements in the American Recovery and Reinvestment Act (ARRA). I was one of many speakers, and my specific contribution was to explain how to leverage information technology to make stimulus spending more transparent to the American People.


Federal News Radio - WFED: Service Oriented Architecture (SOA)
I appeared on the Federal Executive Forum radio show on October 2, 2008 at 2pm on WFED, 1500 on the AM dial. The topic is Service Oriented Architecture (SOA). You can listen to the archived podcast by clicking on the link above.


Technology Planning and Enterprise Architecture
I moderated a panel discussion on Technology Planning and EA at the Enterprise Architecture 2008 conference in Washington, DC on September 9, 2008. I also gave a speech about "Green IT" at this session.


OMB Contributors to the 2009 Budget
I was recognized as a contributor to the 2009 Federal Budget while working as a contractor at the White House Office of Management and Budget.


Web 2.0 Roundtable
I participated in the ExecutiveBiz Web 2.0 Roundtable held at the Tower Club in McLean, VA on September 14, 2007.


OMB Contributors to the 2008 Budget
I was recognized as a contributor to the 2008 Federal Budget while working as a contractor at the White House Office of Management and Budget.


Strategies for Data Management Across Government Enterprises
This is a presentation I gave at the Enterprise Architecture 2006 conference in Washington, DC on September 13, 2006.


Creating the Ultimate Research Assistant
In this article, I describe how text mining technologies can facilitate online research of complex topics. I wrote this article for the November 2005 issue of the IEEE Computer journal.


OMB mulls evolving beyond GILS
I am quoted in this article about OMB's recent "efficient and effective information retrieval and sharing" initiative. This article was written by Jason Miller of GCN.


The data reference model gets real
I am quoted in this article about the Federal Enterprise Architecture Data Reference Model (FEA DRM). This article was written by David Perera of FCW.


The FEA DRM XML Schema
This is a presentation I gave with Mike Daconta and Joe Chiusano on the Federal Enterprise Architecture (FEA) Data Reference Model (DRM) XML Schema on June 13, 2005.


Simplify Web Site Navigation with Server-Side XML
XML is a great tool for simplifying a Web site's navigation. With ASP, XML, and XSL, you can normalize the site's navigation data into a single XML site map, and create multiple navigation views from this site map using server-side XML-XSL transformations. This article shows you how. I wrote this article in December 1999, so some of the technical details may be out-of-date. Nevertheless, the technique itself is still highly relevant today.

Simplify Web Site Navigation with Server-Side XML


Separating Content from Presentation with Server-Side XML
Since the early days of the Web, developers, designers, and content providers have grappled with the problem of separating presentation and design from content and functionality. This article will show you how to accomplish this using the Microsoft Internet Explorer (IE) 5 XML Document Object Model (DOM) in your ASP applications. I wrote this article in August 1999, so some of the technical details may be out-of-date. Nevertheless, the technique itself is still highly relevant today.

Separating Content from Presentation with Server-Side XML


Developing Data-Driven Web sites with Code-Behind HTML
If you're a Java programmer who develops Web-based solutions for the Microsoft Active Server platform, you now have a powerful new tool at your disposal. With Visual J++ 6.0, you can use the Java programming language and Microsoft's Windows Foundation Classes (WFC) to create dynamic, database-driven Web sites and intranets. I wrote this article in March 1999, and the specific technologies described therein are essentially obsolete. Nevertheless, the technique itself (i.e., using code-behind classes to separate presentation from programming logic in web applications) is still highly relevant today, given its widespread use in ASP.Net applications.

Developing Data-Driven Web sites with Code-Behind HTML


Fire Support: Wedge Formation In Desert Storm
Here's an old article I dug up from my personal archives. I wrote this article in 1992 for the U.S. Army's Infantry Journal. This groundbreaking article is included in the U.S. Army's official Operations Desert Shield and Desert Storm Bibliography. Enjoy.


Movement to Contact: Red Dragons in Operation Desert Shield
Here's another old article I dug up from my personal archives. I co-authored this article in 1991 with several of my colleagues for the U.S. Army's Field Artillery Magazine. Still relevant today, it is part of the Field Artillery Magazine's Go-to-War Primer, a collection of warfighting articles published between 1990 and 2003. Enjoy.


Websites

My LinkedIn Profile
LinkedIn is an online network of more than 16 million experienced professionals from around the world, representing 150 industries.


My Facebook Profile
Facebook is a social networking site connecting people with friends and others who work, study and live around them.


Gulf War Photo Gallery
This site documents my personal experiences as commander of Battery C, 3rd Battalion, 82nd Field Artillery, First Cavalry Division during the Gulf War. It contains photographs taken from my personal collection and the personal collection of Norman Jarvis, a friend and colleague of mine from my Army days. It also contains my personal Gulf War diary for your reading pleasure.

Gulf War Photo Gallery


Ultimate Research Assistant
The Ultimate Research Assistant is a combination search engine and summarization tool for writers, students, educators, and researchers. It uses a combination of traditional search engine technology and text mining techniques to facilitate online research of complex topics. Think of the Ultimate Research Assistant as "Google meets Wikipedia" - you type in your search query and get back a dynamically-generated Wikipedia-style article for your search results rather than the usual list of document links.


Keyword Analysis Tool for Search Engine Optimization
This tool assists webmasters and SEO consultants in performing keyword analysis for search engine optimization. Specifically, this tool will, when given a URL, display the most frequently used keywords and keyphrases present in the document in question. Once keywords and keyphrases are displayed, you can perform a Google search to find out more information concerning the keyword/phrase's popularity on the Internet.


USA Crime Statistics
This website provides crime statistics for 8772 cities and metropolitan areas in the United States of America. It is based on official 2008 FBI Crime Statistics downloaded from Data.gov. With this website, you can find out which US cities are safest, and which ones are most dangerous (and everything in between). Check it out, and find out how safe your hometown is.


GovHealthInfo.com
GovHealthInfo.com is a new Internet resource cataloging over 26,000 health-related U.S. Government documents pertaining to over 1,600 diseases and conditions.


GUID Generator Tool
This tool generates a globally unique identifier (GUID). GUIDs are frequently used in software development to provide unique identification of software objects such as components, code modules, classes, interfaces, Mozilla Firefox add-ons, and data structures.


Copyright ©, Andy Hoskinson, LLC. All rights reserved.

IT Strategic Planning - Enterprise Architecture - E-Government - Knowledge Management - Federal CIO Consulting - IT Portfolio Management - Web Technologies - Software Product Development