(frangilbert) Recently at work, we’ve been getting into Selenium tests for regression testing. With this comes a lot of XPath. I love a bit of XPath, and along with Regex and XSLT as long as you use the KISS principle, everything will be ok.
Other News
Simple SQL with and without Inline Views 2
(Charles Hooper) In the previous article of this series we examined a couple of moderately simple data retrieval requirements, and used inline views and/or analytic functions to solve those data retrieval requirements. I recently saw another opportunity to help a person on the ERP mailing list with
IOD, IBM Trends and Budget Planning for DB2 10 Migration and Performance
(Dave Beulke) The IBM Information on Demand (IOD) conference is going on right now and there are several IBM product announcements that are available at the IBM web site addressing the big data explosion, cloud social and analytic business trends. These announcements unveil another great step forwar
Continuation Tasks
The eleventh part of the Parallel Programming in .NET tutorial considers the use of continuation tasks. These are parallel tasks that start automatically when one or more other tasks complete, allowing a chain of dependent tasks to be executed correctly.
How to delete multiple selected records from the GridView?
(SheoNarayan) To delete multiple selected records from the GridView, we can follow this approach.
Three ListView Tips and Tricks
(Ged Mead) The ListView is a really useful control for display data, but it’s not always easy to see how to get it to look just the way you want. Here are a few tips and tricks.
Page Definition Variables to Store Temporary Page Values
(Andrejus Baranovskis) Back to the basics. In most of the cases data is coming from Model layer, from ADF BC or EJB. When user is changing data on the screen, frameworks takes care and preserves temporary data. However, what about such screens where we have temporary fields, without any relation wit
Write Enhanced SOAP-Webservices with PHP
(Henning Dieterichs) PHP is quite nice in connection with SOAP when wanting business logic to be shared on a central location. This article shows how webservices can be written in PHP with ease and at least how they can be accessed with C#. The code is kept simple that even intermediate beginners ca
IDENTITY in SQL Server
(Vadivel) If you haven’t heard about $IDENTITY in SQL Server check out the initial part of the scripts explained below to know what it does.
SQL Server’s Trace and Replay Tool
(Lori Brown) You finally received the approval to upgrade SQL Server and buy a new server. As you think about all the new SQL Server features that you want to take advantage and the benefits of having new hardware, your boss stops by. She asks, “Now that we can spend the money on this project, how a