Walkmen Network

This is all about IT solution of Walkmen Network

HOWTO: Apache SVN Repository

Not much document on the Web really guide users to build up a svn repository; I am going to show you the debian way to create a very simple but usable SVN Repository with Apache. In this document, i assume you know how to build up a very simple apache service, if you do not, [...]

Javascript Confirm delete?!

A very simple javascript to make confirm delete works! No need to use window.location.href / document.location.href, which are not working in either IE6 / IE7. Simply, <a href=”xxxxxx.php?id=yyy” onClick=”return confirm(‘Are you sure you want to delete this record?’)”>Delete</a> Easy? Right? I searched for a long time….stupid!