
The differences between AngularJS $applyAsync and $evalAsync
A while ago I’ve written a blog post about “The differences between AngularJS $apply, $digest, and $evalAsync“. This blog post introduced the 3 methods and execution phases of AngularJS digest cycle.
Recently in AngularJS 1.3 and above AngularJS team introduced new scope function which calls $applyAsync.
AngularJS $applyAsync and $evalAsync
Within this blog post I will explore the similarities and differentiation between $AngularJS $applyAsync and $evalAsync.
Continue reading

Kaltura Upload Token
Kaltura Upload Token Using The BaseEntry Service
Uploading data via the Kaltura UploadToken Service is an efficient way to upload your files, entries or any other Data to Kaltura.
Continue reading

Auto assigning a category to entries from a drop folder in Kaltura
Drop folders are a very convenient way of adding media to Kaltura. One of the drop folder features is to auto assign a category to entries from it. Recently, I’ve been asked by one of our clients to add this feature to his Kaltura drop folder configuration. Well, it wasn’t as easy as I thought.
Continue reading

Bamboo Platform User Management Tutorial
Bamboo is a cutting-edge, user-friendly and feature-rich online video platform. Users of the platform can enjoy many out-of-the-box features, allowing them to access, manage and customize the content on their Bamboo website!
We are working on a series of video tutorials that will guide you through some of the many out-of-the-box features the Bamboo platform has to offer.
These tutorials will only scratch the surface of what you can do with out platform, but they will definitely help you start using it with ease.
Continue reading

Bamboo Platform Clipping Tool Tutorial
Bamboo is a cutting-edge, user-friendly and feature-rich online video platform. Users of the platform can enjoy many out-of-the-box features, allowing them to access, manage and customize the content on their Bamboo website!
We are working on a series of video tutorials that will guide you through some of the many out-of-the-box features the Bamboo platform has to offer.
These tutorials will only scratch the surface of what you can do with out platform, but they will definitely help you start using it with ease.
Continue reading

Bamboo Platform Media Management Tutorial
Bamboo is a cutting-edge, user-friendly and feature-rich online video platform. Users of the platform can enjoy many out-of-the-box features, allowing them to access, manage and customize the content on their Bamboo website!
We are working on a series of video tutorials that will guide you through some of the many out-of-the-box features the Bamboo platform has to offer.
These tutorials will only scratch the surface of what you can do with out platform, but they will definitely help you start using it with ease.
Continue reading

Bamboo Video Platform Introduction
Introducing the Bamboo Video Platform by PandaOS!
Continue reading

jQuery – Nice to Meet
jQuery is an awesome Javascript library that has changed the “way of thinking” for many developers in today’s world.
jQuery is fast, reliable, and makes HTML DOM elements traversable and easy for manipulation.
With the help of jQuery and its rich and easy-to-use API, event handling, animation, and Ajax calls – Javascript becomes very intuitive and easy.
Continue reading

Drupal Enhancements – Sell Content
Many of you out there probably tried to create custom actions for your Drupal site.
The reason behind that, was probably because you want to enhance your Drupal functionality so it will fit your new module requirements.
Within this blog post I’ll show a quick and easy way for adding new “api action” for your module to sale content.
This tutorial applicable for any “API” you want to create between your site and the world outside.
This tutorial includes:
1. Handling files on remote ftp.
2. Processing the content.
3. Sending approval email.
Continue reading