php
The Devil Is In The Details
Spent a couple of hours coding yesterday. Rarely have the time to these days but I decided to make the user authentication a bit more effective in my Slashblog project.
It used to be just a script, authorize.php, to check the password and set a session variable for verification. You know that basic stuff where you have to put the code […]
How To Create An RSS 2.0 Feed
I’m lacking in work samples so I spent the last few days of my vacation coding. Since I enjoy blogging, I decided to create a light-weight and very simplistic blogging platform. It’s called Slashblog and you can look at the code so far here.
Every blog needs an RSS feed. The fact that I have no idea of how to create […]