자바 스크립트

Enduring a distasteful technology for the user's experience

Different browsers use different JavaScript standards. It is impossible to write cross-platform code with JavaScript. Web pages that work in Firefox will fail on Internet Explorer, and vice versa.

For the web user, this means web pages may not load correctly. For my software development operation, it means higher cost development and testing as JavaScript code must be tailored to each browser version and separate Selenium regression tests are required for different platforms.

We suffer JavaScript because it allows us to develop web pages that are easy to use. 예를 들면, the SOFIns project uses an advanced JavaScript library that has nestled tables where a user can move objects between different groups. We achieve a multi-step data manipulation task with a single, simple drag-and-drop operation.

As distasteful as it is, a developer must still endure and understand JavaScript. This page holds various technical notes about the technology that I found to be useful.

  1. Sergei Grabon
    27제 11월 2012

    That picture is priceless! Dan and Albert can’t stop staring at it.

귀하의 이메일 주소는 공개되지 않습니다. 필수 필드는 표시됩니다 *