Archive for the ‘Programming’ Category
Saturday, February 9th, 2008
For a system that I'm working on that I plan to, at some point, release as open source product, I am going to implement a system so that, to get the specific pages, you need to enter your password even if you are logged in. If you do, you will ...
Posted in PHP, Programming, The Internet | 4 Comments »
Saturday, December 29th, 2007
This has been a draft for a while, so things are probally outdated but I'm still wondering about this, so here goes...
I have been doing a lot more PHP lately then I have in a long while and that, plus the prospect of a pretty big project I will hopefully ...
Posted in PHP, Programming | 2 Comments »
Thursday, January 11th, 2007
Making something in PHP isn't hard. Things get harder when it needs to be secure and when speed becomes relevant. But what to do when things really have to be at there absolute fastest? What if every µsecond counts? What if a single extra CPU cycle needed to run your ...
Posted in PHP | 4 Comments »
Saturday, January 6th, 2007
I have been developing a while now, both as a hobby and education, and I see many people fearing that there database could possibly be a few MB smaller. So, when you talk to them about caching some data, they fear it would cause there harddrivers would get filled up ...
Posted in Programming, The Internet | 2 Comments »