Schemaless MySql Database System May 1st, 2009

A few months ago i saw a blog post about friendfeed’s new approach to their database. just now during the mayday i found enough time to prototype an application of it. its called matDb and its very simple to use. I haven’t debugged it enough to use in a full scaled application but it’ll be pretty enough for little projects :) . Here’s a little example of matDB: http://pastie.org/465133.

And the outcome if the test application i linked above is:

matDB.png

As you see its pretty simple & straightforward you can read the original article which also includes indexes and compression here.

And the files are here for you to use & test :D .

Boxxy da php console April 25th, 2009

Boxxy is a php prototyping tool. It can be installed on any server with php5 installed. You can develop and test php codes rapidly. After you write your code just press ctrl+enter and blammo! If your code is valid the result will be displayed on screen with execution time. Firefox is recommended for use :D

Boxxy Source the source if you are interested.

Picture 1.png