T-shirt designer

Your T-shirt business, our application.

Own a T-shirt printing workshop? Would like to jump on the T-shirt bandwagon? We have a solution for you! A solution that can help you to put your business online. Take a look at our interactive T-shirt designer application. Check out a live webshop running this engine.

B2B Solutions

Our Business to Business (B2B) solution provides a modern and easy to use interface for the wholesale users. The system is designed to provide a quick and easy day-by-day order process.

Custom development

Our team is ready to design and develop almost any kind of web application according to Your requirements. If you are interested in our work you may contact us by e-mail, phone or skype.

Open source projects

We are a big fan of the open source projects and a lot of them makes into our projects. This is why we aspire to give something back to the community. Check out our free and open source projects!

How to dump all MySQL databases into separate files

Sometimes we need to to dump all databases form a MySQL server. This can be done using the mysqldump utility with the --all-databases switch enabled. In this case mysqldump will dump all databases to the standard output or to a file if explicitly specified. Let’s assume a situation where we want to backup all of the databases from the server, with the possibility to restore only one database at a time. To achieve this, you need to dump all the databases one by one or to use a pre-made script to do the heavylifting for you.

Installing Redmine on a Media Temple (dv) server

Redmine is a great project management web application, which is pretty easy to set up if you have experiences with Ruby on Rails applications.

This is a guide on how to instal Redmine on the MediaTemple (dv) line of servers using CentOS 5, Apache and Phusion Passenger.