What do Mattel, Abby Wambach, Cirque Du Soleil, and George Clooney have in common? I’ll wait for you to Google it… Did you come up with the answer? According to John Mellor, Adobe’s VP of Strategy and Business Development, they all are boldly creative in a world driven by data. This is what’s required to make […]
Innovation + Product Development
Effective Cognos Report design for Excel output
Cognos Report studio is a powerful tool for designing reports with many options to format the report layout. But preserving the formatting when we export to excel is a real challenge. Most of the time we would have came across issue in excel such as columns getting merged or columns getting stretched or shrunk. Hence some […]
Four different architectures for mobile App development
MVC MVC (Model-View-Controller) is one of the most common used structure for App development, extremely good for those apps that have a short life cycle. In MVC, Controller layer is the place for implementing an App’s mainly functions; the Model layer is for data related functions; while View layer is for the designs and UI […]
Live from Adobe Summit: Top Three to See
As the second day of Summit unfolds, Dan Klco, Perficient’s SME on the street and Senior Solutions Architect for our Adobe Practice, highlights the top three things to watch from Adobe. Check out the video to hear more about: Adobe Experience Manager Mobile Adobe Campaign Hands-on Adobe Lab What amazing things have you seen or […]
SCORE 2.0 Component Assembly 101, Part 1: The Basic Component
If you’re a seasoned Sitecore developer, feel free to skip this post. If your company just bought SCORE and you’re looking for information on how to build things “the SCORE way,” you found it. I want to get into some theory, some nomenclature and the mindset of a SCORE developer. What it means to […]
How To: QueryStringConverter in WCF Using VB.Net
In this blog, we can discuss on how to use a QueryStringConverter class using a simple VB.Net application. 1. Lets start by defining the service contract method in the interface <OperationContract()> <WebGet(BodyStyle:=WebMessageBodyStyle.Bare,RequestFormat:=WebMessageFormat.Xml, ResponseFormat:=WebMessageFormat.Xml, UriTemplate:=”WCFService?SumA={SumA}”)> Function WCFservice(ByVal SumA() As Integer) As Integer 2. Once the interface is defined, we can implement the interface and add code […]
WCF Restful Service using VB.Net
This blog is intended to explain how to create a simple WCF Restful application using VB.Net What is WCF? Windows Communication Foundation (WCF) is a framework for building service oriented application. In this example, we are going to create a simple application which is used for adding two numbers where parameters are passed on URL […]
OAuth Implementation in Datapower XI52
OAuth is an authorization framework that allows a resource owner to grant permission to access their resources without sharing their credentials with a third party. Traditionally in client-server authentication model, the client uses its credentials to access its resources hosted by the server. OAuth introduces a third role called the resource owner. In this model, […]
Implementing Cross Domain SSL Access to WCF Service by JSONP (1)
JSONP is always a popular way to use the open policy of SCRIPT HTML elements to implement the cross-domain access by a lot of developers. However, most of their knowledge blogs are just the segments of one of the integrated solutions. In this article, we will introduce a whole integrated solution to implement the cross-domain access […]
Information Life cycle Management using ILM Data Archive
Enterprises are trying to make the most of the BI and building their own EDW [ Enterprise Data Warehouse ] to aid the in-house growth and maximise output where ever possible by analysing all the data available to them. In this process they are inevitably facing the problem of the excess data that gets captured […]
Introduction to Cognos Mashup Services
Why Cognos Mashup Services? There are several alternatives when it comes to accessing a cognos report from an external application, but when we just need to execute a cognos report and get the result quickly without bothering about advanced cognos features, then CMS is our best choice. The objective of CMS is narrowly focussed on […]
Continuous Integration in the Analytics Project
Many people may have known that Continuous Integration (CI), Continuous Delivery (CD) is great part of the agile activity. In the Java related project, there were lots of open source tool such as Hudson, Continuum, Jenkins etc to support this automation process. However, if you are going to look for some tools to support the […]