The website froze up yesterday afternoon. At first I thought it was some issue with my database, but turns out that it was a never ending loop in my blog code. The logic I had built in to create article summaries wasn't able to handle short articles that didn't require a summary. So when I added the entry discussing
Johari & Nohari windows the code went into a never ending loop and eventually timed out. I've since fixed the code and it's working now. I know this isn't the last time I'll run into holes in my code as I never tested it thoroughly, but that's okay it's a work in progress and it's evolving daily. I'd put more effort into making it rock solid if this was to be used on a more professional site. Anyhow if anyone notices any problems with the site's functionality please let me know, thanks!
Labels: debug, programming, testing, website