
Deploying Symfony2 Applications On Heroku Cloud

When working on my small home project on Symfony2, I needed to deploy it on staging for testing API from the outside. Sure, you need some hosting for this purpose: either have it already or buy it.
Deploying Symfony2 Applications On Heroku Cloud
When working on my small home project on Symfony2, I needed to deploy it on staging for testing API from the outside. Sure, you need some hosting for this purpose: either have it already or buy it.
How to Create A Custom Param Converter In Symfony2?
PHP-framework Symfony2 has a very nice component ParamConverter, which allows to convert parameters from URL into PHP variables. When the functionality that comes out of box isn’t enough, you should extend it manually. In this post I’ll show how to write your custom Symfony2 ParamConverter.
Hi everybody! I think everyone has already watched Android L presentation and saw its revolutionary innovations for Android material design platform. Well, it won’t take long to get the release; and for now attentive users could notice the emergence of new design elements in some applications. My attention was drawn to «Play Press» update. It looks and feels really revolutionary; I got stuck for a few minutes, and even began to look through the press.
Google Maps Markers Clustering On Android
Often, when drafting a project a situation arises where the assigned tasks are difficult to solve by existing standard development tools. Then third-party resources come to the aid in the form of libraries and other goodies. So it happened with our newly developed application MegaSOS for Android platform. But let me cover each thing in its turn.
When developing an iOS application for automotive project http://megasos.com we faced the need for Google Maps integration in iOS. It turned to be not quite as trivial for starting from iOS 6.0 version Apple removed Google Maps from the default set of applications. Standard MapKit has also been completely redesigned and adapted to work with a new Apple mapping service.
Comparing Mink Behat Drivers For Making JS Tests
To work with Behat php Mink library is used in Symfony 2. Behat uses a default goutte driver for all tests. This driver works pretty quickly, but it does not support Javascript.
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.
PHP refactoring is really cool! But in the process of fulfilling it, some routine operations and repetitive actions with the code are rather frequent. And in the end there still may remain a lot of syntax errors. Well it often kills any initiative. And surely this is not cool.
Redmine installation + SVN repository configuration and integration
Redmine is a free (free as freedom) system to manage projects and track bugs. It’s written in Ruby on Rails. Its source code is distributed under the GNU GPL license.
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).