Technology

AlDub Phenomenon: Blurring the Line between Traditional Media and Digital Media

Photo courtesy of The Dailypedia “I used to think being a celebrity is unattainable (in my case) so I never really considered pursuing show business. I didn’t think I have what it takes to be one; good looks, charisma, talents etc.  But I’m here… I’m coming… I am getting there,” Maine Mendoza recalled on her […]

GrailsJava/JVMTechnology

Compiling groovy code statically

Groovy by default uses dynamic dispatch. Dynamic Dispatch could be defined as the capability of adding or replacing units of code at run time. For example, we can change the definition of a method or we can add new methods to a class at run time using metaprogramming in Groovy. Even after being a powerful […]

Technology

Video Editing made easy with 10 simple tools!

When art and science meet, video editing takes birth. Video editing is the method in which the Editor collects and weaves movie clips and forms an aesthetically beautiful video film. That edited piece is the most pleasing result the editor can have. And what contributes to achieving that pleasing result? The answer is quite simple: […]

Technology

Writing Effective Online Content – Made Easy

Lets begin with three important questions; the answers to these are key for a winner content. Why doesn’t your content get a first page ranking even after creating it awesome?  Why is it that your video has less views compared to other videos? Why aren’t you able to reach the target audience? It’s no secret […]

Ankit Gupta
Ankit Gupta
Read

Technology

Everything You Should Know about Online Video Direct Distribution Platforms

Every content creator or content publisher would be asking a question on why to grow beyond video aggregators like YouTube, Vimeo etc. This blog post will discuss about the current online video landscape and the strategies content owners can adopt to evolve with the latest distribution practices and raise ROI in the longer run. Over […]

Akash Tyagi
Akash Tyagi
Read

iOSTechnology

Common Utility Extensions in Swift (Utils.swift)

What is Extension: Extensions are basically similar to an Objective-C category. Extensions are sort of methods adding in a Classe or Structure in a different flavour. Syntax of Extension: The syntax to create an extension is very similar to creating a type. You can write the following code in your Utils.swift class to add a […]

Technology

Techniques for Online Video Ad Integration

Digital TV market has seen another year of steady growth in terms of viewership. The numbers look promising as the online views stood at 27% and ad views at 25% year-over-year. The most performing among the content is its short form of duration 0-5 mins with 85% of ads viewed while the same content when […]

Akash Tyagi
Akash Tyagi
Read

Technology

AEM Integration with Spring

The purpose of this blog is to provide the details on how to integrate Spring in Adobe Experience Manager (AEM) aka CQ5 with the help of OSGI extender. This will open up the world of Spring (DI, AOP, Caching, web services (REST/SOAP), transactions, logging etc.) to AEM projects. This integration will be very vital for […]

Yagyesh
Yagyesh
Read

iOSTechnology

Beacon Implementation in iOS

What is iBeacon iBeacon is a new technology that extends location services in iOS. Beacon is a very generic term but Apple has made a wrapper for this and it knows beacon as iBeacon. iBeacons are very small handy devices that works on the principle of BLE. What is BLE BLE extends for Bluetooth Low […]