Friday, June 18, 2010

Remove non empty directory in linux

Remove non empty directory in linux

rm -rf /path/to/directory

Monday, June 14, 2010

Disable form submit on enter keypress

HTML Code


Javascript

function disableEnterKey(e)
{
var key;

if(window.event)
key = window.event.keyCode; //IE
else
key = e.which; //firefox

if(key == 13)
return false;
else
return true;
}

Monday, June 7, 2010

openCMS

OpenCms from Alkacon Software is a professional, easy to use website content management system. OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.The fully browser based user interface features configurable editors for structured content with well defined fields. Alternatively, content can be created using an integrated WYSIWYG editor similar to well known office applications. A sophisticated template engine enforces a site-wide corporate layout and W3C standard compliance for all content.OpenCms is based on Java and XML technology. It can be deployed in an open source environment (e.g. Linux, Apache, Tomcat, MySQL) as well as on commercial components (e.g. Windows NT, IIS, BEA Weblogic, Oracle).As true open source software, OpenCms is free of licensing costs.

visi: http://www.opencms.org/en/