Video Programming for IT Professionals
Author: SSWUG Research
JavaScript Data Binding with Knockout.js
(Patrick Steele) In this article, I’m going to look at the JavaScript data-binding library Knockout.js. I’ll expand on my previous article by removing the external templating library and using Knockout to bind and render the data.
Smooth Scrolling Effect in JavaScript Using jQuery
(Arpit Jain) In this article we will create a website with a Smooth Scrolling Effect. It is currently very popular. It is also called a Parallax Effect. In this article we will not use a Parallax Effect but we try to mimic its functionality without using any plug-ins.
Create a SharePoint Form with InfoPath Designer
(Steve Mann) This chapter shows you how to generate an InfoPath form for use in SharePoint. It serves as an end-to-end overall guide to creating a form and publishing it to SharePoint.
Catalog SQL Friday: using DO when we’ve got tables as variables
(selena deckelmann) Just a quick note about modifying constraints:
Dynamic Profile ASP.NET
(cprakash) Recently, I was trying to use ASP.NET Profile Provider for one of my application but soon ran into trouble due to compatibility issues with my CMS system and complexity involved.
Hiding Code from the Debugger
(Richard Carr) Sometimes stepping through properties and methods gives no benefit to a developer who is trying to debug some software. In these situations it can be useful to hide code from the debugger so that it is stepped over automatically.
The Importance of Database Design
(Craig S. Mullins) It is impossible to over-estimate the importance of database design on the effectiveness and efficiency of application systems. The first step, of course, is to create a logical data model of the business information that must be stored in, and accessed through, the database.
Manage DB2 backups retention policy
(Jack Vamvas) How can I manage a DB2 database backup retention policy if the database is configured to use TSM . I understand I can manage the old backups through a script , but I’d prefer if DB2 managed the process?
Gather Statistics Enhancements in 12c — 3
(Hemant K Chitale) Here’s how an enhancement to the DBMS_STATS package can generate reports :

