Linux How to Stop WordPress Asking for FTP details Panayiotis Georgiou 30/03/2015 0 Recently, I have created a testing environment with Amazon Web Services (AWS) and I have created an instance that it runs a…
Apache How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu Panayiotis Georgiou 17/03/2015 2 The post demonstrates how to install LAMP stack on Ubuntu 12.04 About Lamp LAMP stack is a group of open source software used to…
PHP & MySQL Calculate difference between two dates in PHP Panayiotis Georgiou 16/02/2015 1 Sometimes we need to compare two dates between each other before storing any objects. It is often handy to have a proper method to…
PHP & MySQL Get visitor IP address in PHP Panayiotis Georgiou 15/02/2015 0 There are several cases that that we need to track the ip address of visitors on websites either for validation, security, spam…
PHP & MySQL How to display related posts in WordPress Panayiotis Georgiou 15/02/2015 0 To engage the users on the website for longer browsing time you need to allow them to navigate throughout the website from post to…
PHP & MySQL Change WordPress post excerpt length Panayiotis Georgiou 14/02/2015 0 This post shows how to change post excerpt length in WordPress according to your theme’s requirement. By default the excerpt length…
PHP & MySQL Running ElasticSearch on Linux Panayiotis Georgiou 10/02/2015 0 ElasticSearch is a great open-source search tool that’s built on Lucene (like SOLR) but is natively JSON + RESTful. Its been used…
PHP & MySQL Import csv data to table with PHP Panayiotis Georgiou 03/02/2015 1 Import data to websites is an important functionality, So in this tutorial will show how to import CSV data to table with PHP.…