(MoZ) I’ve been doing all sorts of training recently (mostly around technologies and technics needed to publish on multiple media, XML being hopefully the most common).
Other News
SQL Azure migration: To the cloud and back again
(Roman Rehak) As SQL Azure gets more popular and widely used, users will have to develop reliable processes for migrating data to the cloud or bringing it back, either to local servers or a data warehouse on-premises. In more complex scenarios, some companies need to synchronize the data between loc
Creating ColdFusion Proxy Components With ColdFusion 9’s GetFunctionCalledName()
(Ben Nadel) A couple of weeks ago, I started experimenting with ColdFusion 9’s new objectSave() and objectLoad() functions for serializing and deserializing objects. In that post, I was able to leverage getFunctionCalledName() – another new ColdFusion 9 function – for creating proxy components. Crea
Displaying a Grid of Data in ASP.NET MVC
(Scott Mitchell) One of the most common tasks we face as a web developers is displaying data in a grid. In its simplest incarnation, a grid merely displays information about a set of records – the orders placed by a particular customer, perhaps; however, most grids offer features like sorting, pagin
ASP.NET MVC 3: Razor’s @: and syntax
(Scott Guthrie) In today’s post I’m going to discuss two useful syntactical features of the new Razor view-engine – the @: and syntax support.
Try before you buy with our class samples and trials
(Susan Visser) This is an interesting concept! Education classes can be rather expensive and if the course doesn’t fit your needs, the price is even higher. Now you can try a class for free to see if it gets into the depth that you need or at the pace that you need.
DB2 Audit Security Policies
(Dave Beulke) Is performance the number one issue for the DBA and the application teams or is security and governance? I guess it depends on your industry and point of view. With the latest WikiLeaks scandal, the new BASEL III requirements, HIPAA privacy requirements and many data breaches gaining p
Namespace Features within the XmlTextWriter
Namespaces are the technique used to qualify element and attribute names in an XML document. Namespace prefixes associate elements and attributes with namespaces, which are in turn associated to a Uniform Resource Identifier (URI) reference. Namespaces create element and attribute name uniqueness in
IO Read Wait Occurrence Mismatch
(Craig Shallahamer) Only a fool would challenge the ascertain that Oracle’s wait interface has not profoundly changed the terrain of Oracle performance diagnosis. But sometimes we push the wait interface too far and expect too much.
Getting all selected rows in ADF Table with multiple rows selection enabled
(Arun) When we build a web application which contains an ADF Table (with multiselect option), in many cases, we require to get all the selected rows to process through backing bean. This example will illustrate how to achieve that.
