Month: September 2015
Apache POI – update existing excel sheet In this tutorial you will learn how to update an existing excel sheet using Apache POI. This is extremely useful, as nowadays …
Adding data to MySQL from android using php service In this tutorial you will learn how to add data to your remote MySQL database, inside of your android application. …
Creating a connection handling class – JAVA When you are programming in JAVA, or any object oriented programming language you will need to sort everything some how in order …
Showing a table in javaFX desktop application – in just few steps In this tutorial you will learn how to show a table in your javaFX application. We assume …
Using android text to speech – step by step In this tutorial you will learn how to use the android text to speech library! It is extremely useful …
Using JDBC to establish a database connection – MySQL Everybody knows that now days a communication with a database is a must, but how can you do this, if …
Integrating PayPal IPN listener – server side – the easy way! In this tutorial we will talk about PayPal. Everybody is using it these days and it would be …
In this tutorial you will learn how to use basic javascript and jQuery(along with jQuery UI) in order to show a calendar on your web page and keep the …
Simple PHP error logging script – made easy! When you are making an application, at some point you will need to log your errors, or warnings in a file …
Website online-offline checker using PHP In this tutorial you will learn how to create a website online-offline checker using PHP and cURL. This can be easily achieved with just …