Home / Posts tagged web development
When you write articles in WordPress, your revisions will periodically get saved in the database. This is a useful feature, however, each revision that is saved by WordPress results in a new record in your MySQL database. I don’t have a problem with having revisions stored in the database for my recent articles, but I […]
Read More
I’ve been doing a lot of freelance work lately and one thing I really wanted to improve on was how to write a good Web Development Proposal without spending hours and hours on it. There’s nothing worse than spending hours and sometimes days on writing a proposal, only to see it get rejected. Well my […]
Read More
Almost every site I build requires WordPress login / logout functionality and I haven’t been able to find a standard way of adding a login/logout link to the primary menu of my theme. I wrote this little filter that works like a charm and what I really really like about it is that when user […]
Read More
Occasionally I need to take my sites down for a regular maintenance and I’ve come up with a pretty neat way of setting up a?website maintenance page?using Apache mod rewrites. Once the rewrites are in place, you don’t need to restart your Apache webserver for any subsequent maintenance periods. ?The idea is to simply drop […]
Read More