(Jeff Smith) Another post from the FAQ files:
Author: SSWUG Research
jQuery How-to: Creating and Inserting New Elements (Part 1)
jQuery is one of the most popular JavaScript library on the planet, which offers a lot capabilities. Using jQuery, we can easily manipulate – replace, insert, remove – elements within an HTML document and even create animation.
Customizing a FlowForce Server Job
(DaveMcG) In our earlier post titled Automate Data Mapping and Transformation with FlowForce Server, we created a job called SimpleMapAndTransform to automate data mapping with MapForce Server and creation of html reports by StyleVision Server.
Using File Reference Variables
(Troy Coleman) DB2 10 for z/OS introduced support for reading and writing LOB and/or XML data to files using file reference variables. File reference variables allow large LOB or XML values to be inserted from or selected into files rather than host variables. This saves memory because applications
REST Service in ASP.NET Web API
(Mudita Rathore) Representational State Transfer (REST) is a service based on REST architecture. We can easily create REST services that can be used from other devices. The principles apply more on the web and HTTP. We can also use its principles in other distributed systems.
Integrate PureData System for Analytics and InfoSphere BigInsights for email analysis
(Benjamin Leonhardi, Piotr Pruski and Andre Albuquerque) PureData System for Analytics is IBM’s core warehousing platform. This article explains how to integrate it with InfoSphere BigInsights, IBM’s enterprise-ready Hadoop distribution. We’ll discuss the integration concepts, as well as a primary u
MySQL 5.6 general query log behavior change
(Todd Farmer) The MySQL general query log can be a useful debugging tool, showing commands received from clients. In versions through MySQL 5.5, you could count on the GQL to log every command it received – the logging happened before parsing.
WPF: How To Navigate Between Pages Using Code
(Ged Mead) Earlier this week, I described in this post how you can set up a page based application and navigate between pages using hyperlinks. Because there are some limitations to how you can use hyperlinks, there may be times when it’s better to use code for the navigation tasks. That way you’
A CKEditor File Browser For ASP.NET Web Pages
(Mike Brind) CKEditor is one of the most popular rich text editors available. Out of the box, there is no file browser to help with selecting images, but you can purchase an add-on from them – CKFinder. Alternatively, you can build your own file browser component.
Cross-Platform Development with Portable Class Libraries
(Muhammad Siddiqi) In a Bring Your Own Device (BOYD) world, .NET Framework support for Portable Class Libraries (PCLs) provides a base for writing code that will run on any platform — provided you understand the limitations of PCLs and how to structure your applications to exploit them.
