gc on May 14th, 2009

Hi all,
so much time since my last post! I’ve been involved into so many interesting projects that I could’t even login.
In the meantime a brand new side project idea is born.. All stats looking at the bleeding edge of the CMS/CMR/Framework panorama that I’ve encountered in the last month. None of them is really well [...]

Continue reading about ready… set… go!

gc on December 11th, 2008

most web applications have to deal with user provided files. Being them photos, word files, compressed archives, the big problem is what can happen when they become to be so many that become to reach the system limits of your filesystem.
Just think about sites like myspace, hacebook, flikr: they must provide upload features for [...]

Continue reading about managing [many] uploaded files

gc on November 24th, 2008

Trees are all around us… inside and outside our computers. As you may have already seen on your daily basis work, when you deal with tree-like structures binded to tables into your DB, you set something like

id | id_father | name | other [...]

Continue reading about class.tree.php