(Ben Nadel) As I’ve been poking around in the ColdFusion 10 beta, I’ve come across a few parsing bugs and oddities. I blogged before about a critical bug with function expressions; and, I’m happy to report that the bug has already been fixed internally for the next ColdFusion 10 build. The following
Other News
New Logical Functions in SQL Server 2012 (IIF and CHOOSE)
(Ashish Kumar Mehta) SQL Server 2012, code named Denali, has new features to perform Logical Functions such as CHOOSE and IIF that can be used to perform logical operations. In this tip we take a look at some basic examples of how this could be used.
Merge Feedback
SSWUGtv With Stephen Wynkoop In this Special Edition, Leon Guzenda from Objectivity DB joins us to talk about Big Data, some real applications for it and the history behind this kind of massive data procession. Really interesting applications of this technology. Watch the Show Merge Feedback We had a couple responses from the Merge conversation raised in the newsletter yesterday. […]
SQL Merge
SQL Merge One typical task of an SQL developer is to merge two sets of data. For example, you may have a data entry screen where users may modify existing data, delete rows, and insert rows into the same set. Then you wish to merge these modifications with the existing set of data in your relational database. There are a […]
Parsing XML using PHP
By handling mime-types and using browser detection, CodeHelp has already shown how to export XML using a PHP script. PHP can also receive XML as input – using the XML parser:
Custom XSLT Templates for String Manipulation
(Usman Akram) In SharePoint, most common type of lists we create while doing development is custom list. When we have to work with web parts of custom lists, at times it is required that we customize the standard web parts output and the option available is to play around with XSLT and the methods a
What is an XML Schema and why should I care?
(Matthias Nicola) What is an XML Schema? Some of you may already know this, others don’t. So before I’m going to share some more technical information about XML Schemas in subsequent blog posts, I better get some of the basics out of the way first.
My Experience @ DB2 Has Talent: DB Design Basics
(samkumar) Hi people, I recently participated in DB2 has talent and it is still going on [now am out of it 🙁 ]…
Runstats – What and Why
(Ember Crooks) On looking over my previous posts, I found no fewer than 25 of them that mentioned runstats. But I wanted to cover runstats in a different level of detail. With this post, I aim to answer 2 questions – What is runstats? and Why should you run runstats?
ADF 11g : Even Fancier ! Multi Master Multi Detail and how to highlight related detail records
(Luc Bors) A few weeks ago I wrote about how to highlight related detail records. That solution worked very well, but turned out to be not as fancy as expected. I needed to be able to implement multiple selection in the master as well. That turned out to be not very simple but I managed to end up wi
