Archive by Author

Install SVN on CentOS problem

I run into a problem when installing subversion so if you have the same problem here it is: Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion In order to solve it type this as root: wget http://yum.trixbox.org/centos/5/RPMS/perl-URI-1.35-3.noarch.rpm … Continue reading

SEO for starters – Google tutorial

Google webmaster central has made a further step in helping webmaster building their path in the seo business. Designed for starters, the seo information can be useful for any of us. You can read more from here: Search Engine Optimization … Continue reading

Google Youtube Audio Indexing

Google launched, relatively recent, a new service called google audio indexing or gaudi that can be found here: http://labs.google.com/gaudi The service is on beta stage for the moment but it promises a lot from my point of view. I have … Continue reading

PHP Local Date

Using date and time functions in PHP is as easy as it gets. However there are times when the website you build is addressed to a non-English audience, let’s say Greek. We know that date(“F”) will echo “January” if we … Continue reading