How to Create and Publish Your First Android Library

How to Create and Publish Your First Android Library

How to create and publish your first Android library

Sooner or later every Android developer accumulates a fair amount of ready-made solutions and decides that it would be great to share them with the rest of the world. Unfortunately, most of us never get down to it since every solution should be turned into a separate library and put into a separate open repository.

Open source projects of studio stfalcon.com

Open source projects of studio stfalcon.com

Many companies providing web and app development services use open source solutions in their work. Studio stfalcon.com is not an exception: our favorite PHP framework Symfony2 is distributed under free software license from MIT.

Gitorious Install On Debian Squeeze

Gitorious Install On Debian Squeeze

Gitorious install on Debian Squeeze

Gitorious is a repositories hosting based on a distributing version of Git control system. This is the second popular service after Github. The source code for the project is available on the AGPL license.

A plug-in for fast image loading in MarkItUp

A plug-in for fast image loading in MarkItUp

A plug-in for fast image loading in MarkItUp

Let's talk about writing a plug-in for the markItUp WYSIWYG editor. The task of the plug-in should be quick and easy loading of images to the server to be inserted into a text afterwards (in the form of img tag).