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 ...
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 ...