Recent Posts
Delete the RAW images without corresponding JPG ones
I have a Sony camera which is set to shoot in both RAW and JPG formats, so I can decide whether to keep the jpg image or to process it further. Once of the biggest
Writing a simple Android App
Those are some of my notes on writing a simple android app using IntelliJ IDEA Ultimate. Initially we need Java SDK (1.7 is preferred, since Gradle and the Android SDK does not officially support
JBoss – initial setup and datasource configuration
There are two versions of JBoss: AS (Application Server) and EAP (Enterprise Application Platform). You can read more about the differences here. I will use EAP 6.3.0 and Java 1.8 for this setup. Download and
Find the process using a specific port
From an elevated prompt run netstat -aon | findstr :9990 That will give you the offending PID: TCP 127.0.0.1:9990 0.0.0.0:0 LISTENING 1776 Quick check in Windows Task Manager will give you the process
XML Creator
This is a class that I found lying around, and I decided to share it. It is used to generate a valid XML , and to send it to an API / Gateway. It is
Simple SERP Tracker PHP class
Recently I had some thoughts about the way the searching for a position should be, and since I couldn't stop thinking about it, I've decided to to come up with something I believe should be
Connect to a PHP Soap server using .Net client
I noticed that there are a lot of questions about consuming a SOAP service from a PHP Server with a .Net client created by Visual Studio, so I decided to put some light on the
SOAP API using Kohana 3 and Zend AutoDiscovery
As the title said, I had to create a SOAP Server on a Kohana3 (KO3) Framework recently, and I decided to share my experience. Up until now I was always using NuSoap or just generating
Show the next user id in WordPress
In a recent project I have to show and use the next user_id as username ( I know it is a bad decision, but this is how the client wants it). I would usually use