(Tanel Poder) In the previous post I explained how to list Exadata disk layout and topology details with the exadisktopo scripts, in this post I’ll introduce one celldisk overview script, which I use to quickly see the celldisk configuration, specs and error statuses.
Author: SSWUG Research
Tech Tuesday: jQuery DOM performance
jQuery is called the “write less, do more” JavaScript framework. Invented by a fellow alumnus of RIT John Resig in 2006, it has changed the face of JavaScript development forever. Here at Imgur we use a lot of jQuery because it really does accomplish its aims and makes a lot of things pretty simple.
Uptime of DB2 LUW
(Jack Vamvas) How can you find the uptime of DB2 LUW ?
SSWUGtv News: RoboFish, Windows 8 is…because of the iPad, and finally, an 8 core mobile chip from Intel.
Video Programming for IT Professionals
Custom Paging With GridView in ASP.NET 4.5
(Gaurav Gupta) In my previous article I discussed how to upload Multiple file using FileUpload server control in ASP.NET 4.5.
SharePoint: Surf’s Up – Your Governance Visualised
(Ant Clay) That may be a weird explanation for something as dull as Governance, but this is what it looks like, in my mind, my whiteboard and occasionally on a client’s wall.
Optim Query Tuner: Capture and tune DB2 z/OS SQL statements using a user-defined SQL repository
(Cheung-Yuk Wu, Leif Pedersen and Cliff Leung) Learn how to create query workloads directly from your own SQL repository, without the overhead of archiving or staging your workload data. Leverage the Query Tuner user interface to define dynamic and static SQL statement filters, and tune the saved wo
Inject Controller Libraries Dynamically at Runtime in ASP.NET Web API using Custom Assembly Resolvers
(Suprotim Agarwal) An introduction to Web API’s Custom Assembly Resolver feature that enables you to add Controller libraries dynamically at run time. To add some pizazz, we generate the entire Controller on the fly and see how we can access it from a Web API Client.
Implementing Asynchronous Cascade Delete in MySQL
(Ike Walker) A while back one of my foreign keys started causing trouble. The problem was that some parent rows had tens of thousand of child rows, and the foreign key was defined with CASCADE DELETE enabled.
How to save a transformed XML document in itself
So I am loading an XML document, then I load XSLT code, I apply transformation on the loaded XML with the XSL and then I want to save the transformed XML on the place of the loaded one, basically replacing the object.

