Had an interesting week, as when you thought you knew what you would be doing the entire week, it is amazing what will come along and totally screw up your plans.
This week, I thought for sure I would be working diligently on the major rewrite project I am doing and have been doing for the past month or two. However, that wasn’t the case, at least not for a few of the days. This week, I had to handle requests I thought I would never be asked to do, plus a request that whose last contact I had was nearly three months ago.
The first request I got yesterday, was to restore a quote done by an agency in April. Now let me explain what makes this so difficult. First off we purge our quotes every 65 days, and April is definitely over 65 days. Second, I am not in Tech Systems, so I do not have knowledge on how long our backups are kept on site, when they are off site, and how far back we keep our SQL tables backup tapes. Finally, I didn’t really want to be the one to ask those questions to Tech Systems and cause them to scramble and cringe at my request, but I did.
The answers were great to learn. The tape was on site and we keep backups for an entire year, so I could go back to July of ‘06 and be just fine.
Lucky for the agent, the restoration completed late this afternoon. I had tech restore the database on our development server as overwriting production with April data seemed like a bad idea. Spending about 5 minutes, I was able to find the two quotes the agent asked about and will be restoring those to production on Monday morning.
Who would have imagined that I would have to do this, this week. Who would have guessed it would have been this easy? And of course, I got to learn our backup procedure which is free knowledge, and that is always something to celebrate!
Beyond that, I also had to deal with a three month old issue. An issue I subsequently closed three months ago, because the user never contacted me back. At first this was frustrating, as if the problem was still happening, why did it take them three months to contact me? Should I take three months in responding back? Is this something that I should be accustomed to from this user? Were they on vacation for three months? Seriously, three months?
The issue is quite annoying and they are the only ones to receive such a problem. The problem is an infinite loop of an alert box in JavaScript. Quite annoying indeed, so why would it take three months to re-report this bug to me so I can attempt to make further progress on correcting it? The only way this user knew how to get rid of the infinite loop, was to restart their PC. So we are talking about a fairly non-computer-geek user here. They know how to do their daily tasks, which involves using our website repeatedly throughout the day, so why three months?
The issue is related to the onkeydown event, which if you ask me is buggy as I’ll get out in every browser and should never be used by any application! I personally hate that event, but I didn’t write the initial JavaScript causing the error, and everyone who uses it, likes the functionality the JavaScript provides. In short, it validates the user input on three text boxes to ensure only numbers are entered for a phone number. On top of that, it also auto tabs to the next field once three digits are entered, then another three, then the final four.
So why are two computers in one agency having a problem with this JavaScript? I haven’t a clue. They are using an odd browser or browser version, they are using Internet Explorer 6 for goodness sake. Any hints on where to look for answers or ideas on how to recreate such an issue would be greatly appreciated.
Finally, I want to tip everyone off to an excellent email. This is truly a work of art, and I am can fully understand the frustration of a broken build.
0 comments ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment