rewritingthe blog for roughly three years now, if not more, ever since i
completedthe current version. You can't really see into it, i guess and i hope, but i'm actually quite surprised that this crappy code works at all. For the time being, i'm putting up code snapshots for you to see, test and comment. Of course it's nowhere near functioning as of now, but it's in progress.
Calling my old code
crappy(and not only crappy, but also incomplete, just for your information nothing works in the admin area except for managing posts—everything else is phpMyAdmin) reminds me of what Sartre said about humans: we don't let ourselves be defined, because as soon as that happens, the definition is already invalid. We move on. Just as when someone points out an until then unknown habit, we change. And we can break rules. Surpass ourselves.
on January 30, 2010 7:17:16
Link to this comment | Reply
For starters, I recommend git. With git you can work locally, never publishing your data, but with all the advantages of a VCS. Of course there are also ways to publish your code, like github.com, where others may fork and improve your code. It also has a great book at http://progit.org