Thursday, March 24, 2011

Home

A Few Updates To Version 2

I've made a couple of updates to the searching features in Version 2. Here's a summary.

My Jobs

On the My Jobs table the way you can search for job codes has changed. Rather than making an exact match to a job code, the search will return both exact matches and matches that start with the search criteria.

Here's an example of a search for a job code. Searching for "03" in this example returns 10 rows. Ten jobs in this example have a job code starting with "03".


You can still search for a specific job code.



Search Surveys

I've changed the way the searching on survey data works slightly. In the past you needed to use a wildcard * character to specify that you wanted to search for all instances of a certain word. You no longer need to use the wildcard. For instance, a search for job titles that have the word "account" in them is achieved by searching for account rather than account*

Also, the survey job summary search feature is up and running. This feature had been offline due to some technical issues.

Sign In Page Graphic

Plus, I changed the photo on the sign-in page. Holy smokes, it's been the same picture for years. Time for a change!



I chose something abstract and dynamic. For posterity sake here's a screen shot of the before and after. Okay, it's not a big change but still it's nice to see something new.




Labels: , , , , , , ,

Monday, July 12, 2010

Home

IE 8 File Upload Bug Fixed

Internet Explorer 8 is beginning to become more common in the corporate setting. Some subscribers have discovered a bug with uploading files to NextComp when using IE 8. This error also occurred when using the latest versions of Firefox, Chrome and Safari. If you use any of these browsers and you've tried to upload a data loading template you most likely received an error page similar to the one shown below.

The good news is that we've fixed this bug and now the file upload feature works with all major browsers.

For the technically minded, here's what caused the bug.

In prior versions of Internet Explorer, when you send a file from your computer to the NextComp server, the browser sends the entire file path including the file name. NextComp would then parse out the file name. The code used to accomplish this assumed that the string of text would include the entire file path. Starting with Internet Explorer 8 the browser only sends the file name, without the full file path. Microsoft made this change to tighten security so that the remote server, in this case the NextComp server, wouldn't know anything about your local machine's file and path structure. I think it's a great idea to only include the file name, but this caused an error with how NextComp parsed the file name. It was an easy fix once we figured out what caused the issue.


Labels: , , , , , , , , ,