This is the second article in this series, the first one covering Php packages. This one covers the additional packages for Sublime Text 3 for web development.
Continue reading Setting up Sublime Text 3 for Web Development
This is the second article in this series, the first one covering Php packages. This one covers the additional packages for Sublime Text 3 for web development.
Continue reading Setting up Sublime Text 3 for Web Development
This blog post covers the installation of Sublime Text 3 for PHP Development on Linux. Since Sublime Text 3 is still in beta, some things are prone to break.
Continue reading Setting Up Sublime Text 3 for PHP Development
This is a Call for Papers for Future Generation Computer Systems Special Issue on Cloud Incident Management and Disaster Recovery. Official call website can be found here.
Continue reading CFP: FGCS SI Cloud Incident Management and Disaster Recovery
This blog post covers installing Monasca using Ansible and assumes you have Ansible installed. The core of the post will be the Ansible playbook used to install Monasca on Ubuntu Trusty (14.04) having everything on on machine.
In the previous posts we’ve covered the basic build automation and how to add libraries and fonts to it.
For many projects, building a SWF is simply not enough so we’ll try to extend the basic ActionScript Maven build presented in the first post. First we will address building Adobe Air packages and then we will address building Android packages. As a general note, please change pom.xml information to suit your build.
Continue reading ActionScript Maven Build for Air and Android Packages
Few weeks ago I’ve covered ActionScript build automation with Maven and FlexMojos here. Today I’m going to talk about adding libraries (SWC, ANEs) and fonts to your ActionScript maven build. I will also cover builds for Adobe Air and Android packages.
Continue reading Adding Libaries and Fonts to Your ActionScript Maven Build
Hello everyone! We’ve just launched our Steam Greenlight application for Battle of Gods so come vote us here. In the meantime, read more about the game below, watch the gameplay video, and send us feedback.
Continue reading Battle of Gods on Steam Greenlight! We Want Your Vote!
[Note: This blog post was originally published on the ICCLab blog here.]
Today marks the release of Watchtower v1.0.0. Watchtower is a Cloud Incident Management solution that has been developed in the ICCLab.
Continue reading Cloud Incident Management Is Here! Watchtower v1.0.0 Just Released!
For the past few days I’ve had to deal with adding build automation to an old ActionScript project. While there are several ways to do it, in this post I will cover ActionScript build automation with Maven and FlexMojos, and for unit testing we’ll use FlexUnit.
Continue reading ActionScript Build Automation with Maven and FlexMojos