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 [...]
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 [...]
here we go, a simple, very basic class to manage DB connections; I know there are so many around BUT
it’s very lightweight because it:
makes use of the “singleton” pattern, so you can start make a mess with patterns [if you've never do so]
ther’s soo much room for improvement
since I use it on an almost everyday [...]
