Android Android ProgressDialog and AsyncTask Panayiotis Georgiou 20/02/2015 0 The tutorial is an example of ProgressDialog with Async Task. ProgressDialog is a dialog showing a progress indicator…
Android Android ScrollView Example Panayiotis Georgiou 20/02/2015 0 The tutorial will show you, how to use Android ScrollView component and create a simple example using various ScrollView…
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.…