March 22, 2008 – 10:27 am
Recently I have gone through some of my old code and have found many programming nightmares. I, as with many other coders when starting out, tend to make the program work and care about practically nothing else.
I mean the client we are doing this for doesn’t ever see our code, so to them it all [...]
Do your users ever make mistakes when they type in your URL? Well the majority of us know that they do. Your users are browsing your site at blazing speeds looking for something and once in a while a page will be misspelled.
An Apache module I found recently helps the user go to the correct [...]
Currently, I am taking a course at school in regards to web application security. This is one topic I have avoided in most of my coding to date. I mean all of us know that programmers are lazy (including me) and we do things in the fastest way possible most of the time. I mean [...]