The healthcare industry continues to undergo dramatic change due to regulatory reform including Meaningful Use Stage 2, which stipulates requirements and feedback on what a patient portal should be. As a result, we see a challenging dynamic between patients, providers and payers. An exceptional digital experience is one way to help each stakeholder get through […]
Posts Tagged ‘Mobile’
Coin: The Credit Card that Eliminates all Others
Brian O’Donnell, Senior Technical Consultant at Perficient, recently wrote a blog about Coin, the new all-in-one digital credit card that was recently announced. What is Coin? Coin is a brilliant new technology that allows users to consolidate all of their cards into a single Coin card. A Coin card is not your traditional credit card. It […]
Coin — One card to rule them all?
What is Coin? Coin is a brilliant new technology that allows users to consolidate all of their cards into a single Coin card. A Coin card is not your traditional credit card. It is an electronic device the size of a credit card with a programmable magnetic strip. Any card with a magnetic strip whether […]
NRF: 5 Things Every Retail CIO Needs to Know
We know it’s a new year when the NRF Big Show kicks off in January. Each year we migrate to New York City to see the best and brightest of retail for the next year. This year is no exception – and like the holiday shopping season just passed, we go looking for the new […]
Retail Trends 2014: #4 – The Enterprise Ascends into the Cloud
The cloud trend continues into 2014 as more cloud platforms mature, confidence in security and reliability grows, and the retail use cases for cloud begin to overlap with driving trends like mobile and big data. Analysis from Aberdeen and Accenture show retail investments doubling or tripling through 2015 as cloud business cases begin to prove […]
Modern iOS app development part 2
All .net developers know that LINQ can be used to conveniently extract and process data from arrays, enumerable classes, XML documents, relational databases, and third-party data sources. These concepts are adopted by other programming languages such as Java, Javascript, Ruby etc. var cityWiseSalary = from comp in ListCompany select new { comp.Name, Emp = (from emp in […]
Webinar – Office 365’s Power BI: Self-Service BI Using SharePoint
In recent months, you’ve probably heard a thing or two about Power BI, the new cloud-centric BI front end tool set from Microsoft. Available to Office 365 SharePoint Online users, Power BI is a compelling new offering with advanced collaborative BI capabilities. Power BI includes PowerPivot, PowerView, Power Map, and Power Query. While these tools […]
Modern iOS app development part 1
iOS is a great app development platform, yet its UI programming model is so 1990s, the UI library is not so productive compared to the html CSS model. After iOS5, UIAppearance did improve such an outdated model and it allows you to modularize UI themes like the follow code: [[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil] setTintColor:myNavBarColor]; [[UIBarButtonItem […]
Modern Objective-C Language Features
Objective-C was quite verbose and lack of visual clue, however after Clang 3.5, there are quite a few improvements, these new language features allow us to write more clean code: The “new” method [Foo new] is better than [[Foo alloc] init] if you don’t need to use custom init methods. Object Subscripting array[i] dictionary[key] are […]
The Empowered Consumer Drives 2014 E-commerce Tech Priorities
When Gartner recently asked chief exectuives to identify their five-year technology investment priorities. They rated their top three as the following: Business analytics E-commerce Customer experience I was a bit surprised to see e-commerce ranked second, but not at all surprised to see it show up in the top ten answers. The New, More Empowered Consumer We […]
Executable specification on Android and iOS platform
Traditionally, in order to test both Android and iOS apps, we need to: Create a test case document. Translate the test document to automation scripts for Android and iOS. As a result, we need to maintain 1 document and 2 scripts for each user story. But now, there is a less painfulway. All we need is […]
Webinar Replay: Powering Your Contact Center with Microsoft Lync
Last week, Perficient and Clarity teamed up for the webinar, “Maximizing Your Lync Investment in the Contact Center.” Matt McGillen, Director of Infrastructure at Perficient, and Craig Reishus, Director of Business Development at Clarity, showed attendees how they can extend Lync to other business units, easily adding functionality to an existing Lync environment. First, Matt […]