Categories

Archives

Did You Know?

Although it is time consuming, I enjoy the art of application reverse-engineering. An early version of Roger Wilco fell victim to my curiosity.

Recent Comments

Tags

asp audio browser bug business coalesce code crash Database db debian extension framework imap internet legions linux metaverse mysql obscurity patch PHP postgresql properties release scp Second Life second life security session social media sound sql ssh subversion tables tortoisesvn tribes ubuntu virtual world web windows zend zend framework zf

Archive for 'Software & Tools'

Primer on SSH and SCP

Hardly anyone uses telnet to log into their UNIX shell anymore. And with good reason; the idea of having your password transmitted in clear text (i.e. unencrypted), thus easily obtained by nosey people equipped with the proper sniffing tools, just isn't all that appealing. The replacement for telnet is SSH, which stands for SecureSHell and […]

Firefox 1.0 released

Time to upgrade, folks. I'm currently still using Firefox 0.9.3, and it's proven itself to be an excellent replacement for Microsoft Internet Explorer.

Auto-properties in Subversion

I'm a big fan of Subversion and use it for nearly every project I work on. I work on our software projects in several ways: On the Linux development server directly, which I access from a Windows desktop using UltraEdit (Load/Save via SFTP), WinSCP, PuTTY, and the command line svn client. On my Windows PC, […]

PHP5 headaches

At Lucidix we decided to test run our workflow software on PHP5 and, if all goes well, to forget about backward capability with PHP4. There's one really good reason for it; Exception handling.
We've tested the web app on Win XP, Apache 2.0.50, MySQL 4.0.20 and PHP5.0.0. Everything ran great. I started implementing exceptions and all […]

Modified DBDesigner

Earlier today I modified DBDesigner to, above all, not delete columns automatically after renaming the destination column in a relationship. It also displays "AI" for auto_increment columns, so I don't have to guess anymore whether I forgot to check that AI column without opening up the edit box for every single table, as there are […]