Durak is a card game very popular in Eastern Europe.
I like this card game, therefore i decided to build a site
in which one could play Durak online against other people.
It was surprising that such popular game did not have good website to play it
online, well there ...
To implement Facebook Connect leveraging awesome Symfony2 Auth system
I had a little bit difficult,
mostly because I could not found good guide how to do it in documentation,
nor somewhere on the Internet. So that I have finally have figured this out,
here is brief of what I have ...
As far as I have seen the most popular method
to transfer PHP web application to remote server is FTP.
This post is not about whether it is good or bad practice,
but I would rather try explain how to automatize this procedure
using Apache Ant.
Actually Ant is the ...
What do I mean by “using WordPress as a library”? Usually, when building WordPress based project one takes vanilla WordPress source, and then applies various adjustments on it. To shape WordPress to your needs, you have to cut the original sources in several places.
wordpress_distribution:
|- wp-admin # administration module, most likely ...
In fiction stories the creatures of extraterrestrial cultures
has been using telepathy as an instrument
of their daily communication centuries ago,
so this is not a new thing, and possibly it is mature and robust mean
of information exchanging among individuals.
Well you might say,
what sort of information source ...
The thing is that I like to keep my computer clean.
I especially do not want to install web servers in to my computer.
Laptop should not act as server.
I try to resist temptation to install and test random software on it,
because it could mess things up, but ...
When I decided to try Redmine,
I found it difficult to install on Ubuntu 11.04.
Actualy it is very easy,
although all tutorials which I have found on internet,
seemed some-how too much complicated.
But the procedure is indeed very simple, first just install redmine package:
Say there is a web host running Apache,
and we have an application which we want to deploy on it.
Somehow we do not want to upload all application files right to document root,
but we rather create a directory dedicated for uploading files.
But we still want to access ...