KoLe Enterprise Consulting was established in 2009 to provide market leading services for companies looking to expand their online..
| Home | My Account | Directories |
Bypass the Evil Filter with Apache Server
Published on 2010-03-28 07:07:26
Heated discussions around net filtering has been going on in Austria. And given Google’s recent pulled out, I started to wonder why is there a lack of discussions around an easy way to bypass these content filters. Here I would like to provide a simple techniques using Apache server that allows you to access the websites that you would like to access. Reverse proxy with Apache server Most people think about Apache server as a web content server only, however, it has been maturing its syste
Agile software documentation
Published on 2010-03-24 05:50:58
Software documentation should be written for specific audience. Understand what your audiences care for is vital to important to determine what information is required. Traditionally, most documentation is done in huge MS Word document. However, most people lost interests when a huge document is presented and also more importantly, the document is more likely to be out-of-dated as soon as you deliver it. If this is not the case, it also make maintenance of the document very difficult if not impo
Securing your JSF pages against XSS
Published on 2010-03-20 06:44:21
Cross Site Scripting Cross site scripting (XSS) is a security vulnerability found in websites where malicious attackers inject malicious javascripts to steal information from users accessing the websites. This type of attack usually take advantage of defects in websites that have minimum checking on user inputs hence allow attackers to put malicious code onto the websites. There are a few types of attacks 1. Non-persistent, where attackers put malicious code in the request, resulting in the dest