Category: Development
IBM has decided to release Object REXX as open source using the Common Public License (CPL) V1 . This was one of the scripting languages that I used every day when I was a fulltime OS/2 user, it is like the multitude of Unix/Linux shell scripting languages, but it supports an object...
Internet Explorer add a lot of programming features that are not part of any standard, one of them is the document.all property . The Mozilla developers added support for it as a way to make buggy websites coded for IE to work on Mozilla and Mozilla based browsers, see bug #248549 .
My...
Long time ago ;-) I investigated about PHP and decided to invest some of my time to learn it. A few weeks later I decided to do other things because I did not liked the language.
When I was looking for a blog software ( Free software ), I found an infant named plog . I noticed that it...
Recently I have been doing some changes to the CSS files on this site. I wanted to eliminate the page width of the default template of plog , now the site uses the browser window width.
While developing the changes, I tested with Mozilla (and derivatives) and Konqueror , everything...