(Simon Sabin) There are always those problems that you hit and you feel like you are hitting your head against a wall. This was one of those situations.
Other News
The DB2Night Show #139: DB2 LUW db2batch command Tips and Advice
(Scott Hayes) 98% of our audience learned something! During today’s show, Paul shared his excellent IDUG presentation in which he details his experiences, tips, and advice for using the IBM DB2 LUW “db2batch” command. There are many options to consider. By using the right options, you can Run and Ex
Four Questions Millennials Don’t Want to Answer
(Dave Beulke) When I work with millennials these days in all different management and programming duties, the experience is always very interesting. Each millennial has a very different point of view of IT and data processing.
A .NET QueryString and Form Data Parser
(Rick Strahl) Querystring and form data parsing and editing is something that I seem to run into from time to time in non-Web applications. Actually, it’s easy enough to do simple parsing in Web applications that use System.Web using the HttpUtility.ParseQueryString() method or simply using HttpWebR
Selected common SQL features for developers of portable DB2 applications
Are you writing SQL applications that need to be portable across platforms? Here’s the information you need to make sure your applications are portable.
The Server Explorer in Visual Studio
(Hannes DuPreez) The Server Explorer in Visual Studio needs little introduction for many a programmer; but for newbie, it might need some proper explanation; hence, this article. Let me start at the beginning.
WPF Data Binding – Value Converters
(Richard Carr) The ninety-seventh part of the Windows Presentation Foundation Fundamentals tutorial continues to consider data binding. This article shows how value converters can be used to bind otherwise incompatible data types.
EventEmitter Invokes Event Callbacks In The Context Of The EventEmitter Instance In Node.js
(Ben Nadel) This is a small but powerful Node.js feature. When you bind an event handler to an EventEmitter instance (or a sub-class instance such as Readable Stream), that callback gets invoked in the context of that EventEmitter instance.
Converting XML Schemas to Schematron (#4): Validating the XSD built-in simple types
(Rick Jelliffe) Because we are using XSLT2 as our query language for the generated Schematron schema, validating built-in simple types from XSD is almost trivial. If you want to validate that, say, an element is a valid boolean, then we can use the test . castable as xs:boolean
Get Search Results in SharePoint Hosted APP Using JavaScript
(Kaviya Balasubramanian) In this article I would like to share the code to get the search results in a SharePoint Hosted app using JavaScript.
