TO THE NEW Blog PAGES

Technology

Vagrant – for Creating Lightweight Virtual Environments

Every application that you build needs an infrastructure that can be as simple as a server or as complex as a large collection of software and other utilities. Any application in the least would require a server with relevant software configured. Smaller applications can do with a simple setup but it becomes complex for huge […]

Connected TVMedia & Entertainment

BrightScript Language for Roku

Today we will learn basics of BrightScript language. What is BrightScript language As the name suggests BrightScript language is a scripting language, the main purpose of its development was for Roku device. In our first blog we have already discussed what Roku is, Introduction and setup in Roku TV The BrightScript language is written in […]

Connected TVMedia & Entertainment

Introduction and Setup in Roku TV

What is Roku TV? Roku is one of the fastest and most powerful streaming player available. It allows more than 1500+ streaming channels which further access to 200,000+ movies, TV episodes, games, music, sports and much more entertainment. It allows data to be accessed via Internet connection, be it wired or wireless. Its easy to […]

Testing

Google Analytics Automation Script

Google Analytics is a freely available web analytics tool offered by Google that tracks and reports website traffic. It is one of the most commonly used web analytics service on the Internet. Google Analytics provide immediate feedback through a dashboard in a language that our stakeholders understand.                 […]

Grails

JavaScript based internationalization in Grails

Generally Internationalization is used for displaying HTML text  based on user’s locale or region. This is often done on server side of the application. Of late a lot of applications do the HTML generation on the client side, rather than on the server side. And to support the internationalization on client side is a common problem […]

Connected TViOSMedia & Entertainment

Basic Application Development for Apple TV (with TVML & TVJS) with API calling & dynamic TVML

In my first blog, I talked about how to create client-server based application in tvOS using TVML and TVJS. So, to get started, you can take reference from it. Today, I am talking about how to send/retrieve information from remote server, so our mobile app will show us always updated results. To retrieve any information […]

Connected TVMedia & EntertainmentMobility

Building Samsung Smart TV Application

Samsung Smart TV allows developers to develop TV-oriented applications with extended functions using plugins. Smart TV applications are web-based software application that run on digital TVs connected to the Internet. With Samsung Smart TV applications, TV users can access web content via their TV screens. Unlike general web pages, applications for Samsung Smart TV allow […]

AndroidConnected TVMedia & Entertainment

Introduction to Samsung Smart TV

This will introduce you to Samsung Smart TV, new features, history of Samsung Smart TV, it’s SDK including requirements and about application structure, resolution, types and it’s life cycle. What is Samsung Smart TV: Samsung Smart TV is a platform that integrates both Internet and web features in TVs and set-top boxes, as well as […]

Connected TVManual TestingMedia & Entertainment

Samsung Smart TV (2014 Series) Apps Testing

Defining the process for testing the Smart TV Apps: Whenever we talk about testing of Smart TV apps first thing comes in our mind how to define process for testing the smart TV Apps and what approach we can follow for testing the TV apps. So, before we start the testing of Samsung smart TV […]

Media & EntertainmentTechnology

Guidelines and Solution of top most problems regarding Video Application in Samsung Smart TV

Introduction Samsung smart Tv is the smart tv which supports the html web application. This blog gives a brief introduction about how to easily build the video application for Samsung smart tv and the problems that are faced by most of the developers while developing the smart tv video application. Here I am focusing mainly […]

Digital AnalyticsMarketing

Social Media Engagement is Not a Strategy

When the Social Media craze started, it was all about getting a page starter, getting fans and keeping them engaged. But it is no more a brand Goal. In fact it should not be the brand goal. So Engagement can not be a strategy. In fact it is only a TOOL. Let us discuss a […]

Technology

Getting started with Leaflet maps

Leaflet is a open source Javascript library that can be used to create interactive maps. It comes with all mapping features that most of us need in any project like adding markers,  popups, vector layers, zooming, selecting lat-lng of a place and much more. In this blog, we will learn how to get started with Leaflet maps and […]