Category Archives: Bug Fixes

Fixed: Alerts

Two problems we found and fixed with Alerts:




  1. Alerts feature was not accepting station names that contain more than one word (which is quite a few!)

  2. NJTransit Alerts RSS sometimes contains multiple lines in the alert text. We have updated the application to find each line name listed in the alert and match it with the inputted station(s).

Bug Fix: Late Night Trains

Fixed a bug that would cause certain train times to not display during late hours.



Request for trains at 11pm would not show early morning trains for the next day. 12am, 1am trains would not display.



All available trains should now return properly.

Silly me.. silly IE

Fixed a display bug in IE where the margin:auto style was not being applied correctly. I have been assuming that the simplicity of the website should allow IE and firefox to render it the same… haha Wrong!

IE does not apply margin:auto correctly (IE6 and IE7) however it (incorrectly) applies text-align:center to the position of the div that its attached to. So I had to text-align:center the container div and then text-align:left the inner div to fix the text. Now everything looks similar in IE and FF… and there was much rejoicing.