Java XOR Encryption

A few months ago (see related posts) i released a small package for a XOR encryption in C. Now, here i am with an even smaller program for XOR encryption in Java. As expected, in Java it was way easier to implement it than C. No pointer loses, no “segmentation...

Downtime Reasons

It seems that since i purchased the domain i’ve been having some issues. Sometimes the blog is down and inaccessible.  Do you get this too or is it just me? I called Godaddy’s(my hoster) customer support, they were very friendly indeed (their customer...

Java crash course #5: Overloading vs Overriding

On the previous articles we mentioned both overloading and overriding but we didn’t pay sufficient attention to them. Those two meanings are among the most important ones in Object Oriented programming and design. It’s not a matter of usage it’s a...

Migrating a wordpress installation

In this area there are alot of tutorials and howto’s but here is a small step by step on how i did it. Copy all the files from the old blog to your new folder. Open your database with a manager like phpMyAdmin or in a console. You need to edit the table...

Comments Problem

Just a quickie here to inform you guys i had a small problem with my comments. There was a plugin actiavted that i did not notice with the new theme. All comments submited never vent through so if you commented after the theme change, comment again 🙂 Sorry for the...