-
SSH Tunneling using PuTTY and Google Chrome
Sometimes we need a tunnel to pass our internet traffic trough some external server. We usually do that when we have some limitations from our internet provider and want to enter pages we normally don't have access to. In this short tutorial I will show you how to do that using PuTTY (SSH) and Google Chrome.
-
Freemarker syntax highlighting in NetBeans
Installing Freemarker support for NetBeans was quite complicated when I did it for the first time. Unfortunately the official Freemarker's website pointed me to a wrong plugin.
-
Why do some programming languages have a bad reputation?
If you look at standard PHP functions you will find that there is a horrible mess. There is no naming strategy, functions have different order of parameters, there are many functions that do the same work but exist in the same super big scope...