Why automatic deployment of PHP applications is important?

March 15, 2010 | by Jakub Zalas

Comments
Gears

Credits: http://bit.ly/9seqXQ

There are many ways PHP applications are deployed on production servers. Some people use SCMs like Subversion to fetch latest revision of code. Others simply transfer the files via FTP, SSH or rsync.

There is one problem with all of these approaches.

They are error prone.

File transfer is only part of the deployment process. If something needs to be configured, built or run afterwards it’s often performed manually.

Are company meetings useless?

February 5, 2010 | by Aga Gibowska

Comments

1031820_64648933The company life is all about communication be it direct, face-to-face or virtual and remote with colleagues, clients and company partners. Have you ever counted how many meetings you attend in the period of a month or a year? Many people’s work days consist of meetings almost entirely. After all these hours of discussing most of them say “Now I can get back to work and finally focus on my job”.

Do they not treat meetings like part of their work then? What does this sentence imply? Do they indirectly send the message that the time spent in a meeting was simply counter-productive?

Why do we need Open Source frameworks?

November 17, 2009 | by Jakub Zalas

Comments

Open Source Initiative

The purpose of using widely available frameworks is surprisingly not always clear to everyone. Some even prefer not to use any framework at all. Obviously for some it may be  harder to understand than for others. The question remains: why using Open Source frameworks is so important and valuable?

CSS framework? Is it worth it?

November 16, 2009 | by bmazurek

Comments

css frameworkAmong environmental designers, the word “css framework” is becoming more and more popular. But what is it? What are the benefits and drawbacks are we facing here. Below you will find the first part of the article on css framework.

HOW TO code better using AutoMapper

October 6, 2009 | by Maciej Greń

Comments

AutoMapper_snippetWhen you use external libraries you are forced to use their classes inside your own code. To make yourself more confident, it is wise to make your own classes simpler than external ones. Usually, in order to do this you have to do some manual code behind. AutoMapper helps you in that process by automatic mapping fields between classes and rewriting their fields. How does it work?

Make it easy, test it easily: RESTful Web Services with JAVA and soapUI

September 17, 2009 | by Rafał Borowiec

Comments

In this article I will show how to build basic RESTful Web Services in JAVA for Web Application using JAX-RS: The Java API for RESTful Web Services and its open source implementation: Jersey together with XStream. I will also show how easy is to extend Jersey to work with your favorite XStream library and that testing Web Services can be a fun with the outstanding soapUI application.

4 ways to make your website mobile friendly

September 14, 2009 | by bmazurek

Comments

growDo you realize that more than 2.5 billion people use mobile phones and every minute this amount increases by another thousand. We cannot forget that over 30% of these users, use their cell phones to surf the web and more importantly the prices for using this service are continuously dropping . Therefore, I decided to have a closer look towards designing mobile websites. I came to some interesting conclusions.