Watson Studio customization - ibm-watson

I'm looking into the customization capabilities of Watson Studio and Watson Knowledge Catalog. My organization is interested in knowing whether our custom color palette can be integrated into Watson Studio or WKC. Also, can custom dashboard templates be imported in anyway?

Both customizations are not supported in Watson Knowledge Catalog or Watson Studio.

Related

Can Data studio be integrated with helpshift?

I'm looking to integrate Helpshift program with Data Studio.
Is this possible?
If so, how?
Thank you!
I don't know what is Helpshift, but Data Studio can be integrated with any data source that can be accessed publicly using Community Connectors.
The question is if there is already a Community Connector developed by someone or not. Considering that's not the case, if Helpshift provides an API interface, you may want to develop your own. This will require some effort and programming skills in JavaScript.

How to make community visualization in Google Data Studio to be purchased by user before using it

Is it possible in Google Data Studio community visualization that my custom visualizations are only available for some trial period and after trial period user(s) have to purchase the visuals? If it is possible how can I do it in google data studio community visualization?
That's not currently possible - but we are looking at ways to facilitate future monetization of the visualizations.

Licence manager integration with Installshield for WPF application

How to integrate Quick Licence Manager with InstallShield for creating licence?
I have an WPF application for which I need to issue license keys. Need to integrate QLM with Installshield.
You can use merge module option in Installshiled. Refer below links.
http://soraco.co/Forum/tabid/68/forumid/4/postid/8/scope/posts/Default.aspx
http://helpnet.installshield.com/installshield16helplib/IHelpMergeModules.htm

SQL Reporting Services 2005 vs WPF Fixed Document Control

In my project i have used WPF and am following MVVM pattern. So i have a report module in my project and the reports are just plain reports. So i would like to know should i use SQL Reporting Service 2005 to create reports and then use report viewer as client or should i go for WPf Fixed Document Control- Document viewer.
Can anyone please tell me which of these will be easier to integrate with my project.
Please reply
Thanks
Sharath
WPF Document (Fixed or Flow)
Pros:
Easier to integrate. All is included in regular WPF
Native
More control on the output
Cons:
Must program a lot for a multi-page report
Must program a lot for headers, footes, groups, etc.
SQL Reporting Services
Pros:
Mature tools
Interoperable with other solutions (IE asp.net)
Groups, totals, page headers, graphics built in
Cons:
Not native, must use a embedded windows form control
Must deploy the reporting service runtime separately (not good for click-once apps)
Hard to integrate to your business objects

What tools do I need to do Silverlight development?

I already own Visual Studio 2008 Team Version, and have an MSDN subscription...and I am an experienced ASP.Net developer.
What do I need to install to do Silverlight development, and can all of those tools be installed alongside my current "production" development machine (want to make sure there will not be any side effects).
I know I want to learn silverlight, but its not clear to me which tools are required and/or recommended in order to get started...
Thanks.
Download the Silverlight 2.0 SDK and Visual Studio 2008 Tools
Microsoft® Silverlight™ 2 Software Development Kit
Microsoft® Silverlight™ Tools for Visual Studio 2008 SP1
Check here for the links
http://www.microsoft.com/downloads/details.aspx?FamilyId=4E03409A-77F3-413F-B108-1243C243C4FE&displaylang=en
Another great resource is the original:
http://www.asp.net/downloads/
AND
http://silverlight.net/GetStarted/
Hope this helps:
Andrew :-)
This link has pretty much every thing you need.
If you're already comfortable with VS development, you can just develop Silverlight in VS by downloading the Microsoft Silverlight Tools for Visual Studio 2008.
If you're more of a designer than devloper, then Microsoft Expression Studio may be better for you.
Follow the steps here:-
http://silverlight.net/GetStarted/
I have no problems using this stuff side-by-side with my regular development
Silverlight.net is a good place to start. All the tools are finalized so you should be able to install all things silverlight and be fine.
I am also trying to get started with Silverlight development.
Here is how I was getting started.
1.) To set up development environment: Getting started with Silverlight
2.) Web Sites to keep up with.
MSDN Silverlight Development Center
Shawn Wildermuth: He has turn from an ADO guy to a Silverlight guru/trainer.
Scott Gu's Silverlight tagged stories
I have Visual Studio 2003/5/8(+Resharper 4.1) installed on my machine along side siliverlight SDK and Expression Suite.
So far I have not seen any side effects even after installing all those tools on my dev machine after few months.
You can use Silerlight Spy to view the 'reflected' source code of any Silverlight application on the web. But, you can also use it to validate the structure of the components in your running application. The debugging experience reminds me of working with Firebug while trying to decipher the viusal structure of a web page.
In addition to the visual studio stuff, you should probably get blend and all of it's service packs.

Resources