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.…
PHP & MySQL Convert email into link from text in php Panayiotis Georgiou 03/02/2015 0 The post is showing you how to convert an email into link from text in PHP. !--more-->…
Android Cyprus Football Championship updated! Panayiotis Georgiou 28/01/2015 0 The updated version is now available at Google Play Store! #CyprusFootballChampionship 2014-2015 - Update previous…
Android Check if your Android device support Bluetooth Low Energy Panayiotis Georgiou 25/01/2015 0 The post will demonstrate if your Android device support Bluetooth Low Energy. Android 4.3 (API Level 18) introduces built-in…
Android How to connect Localhost in your MAC to your Android Device OR Android Emulator Panayiotis Georgiou 23/01/2015 1 The post shows how to access localhost: on Android Device and on Android Emulator ACCESSING LOCALHOST ON ANDROID DEVICE To access!--more-->…
Android List running services on Android device Panayiotis Georgiou 23/01/2015 1 The post demonstrates how to list the running services on your Android device. The method getRunningServices(int maxNum) of …
Android Android adb doesn’t show nexus 4 device Panayiotis Georgiou 22/01/2015 0 Nexus 4 is my testing device for the most of my Android projects and since upgrading to Android 5.0 the device is not…