#javascript
- New JavaScript Testing Method: TestSimple
https://justatheory.com/2005/04/test-simple-js
- Suggestion for Emulating Namespaces in JavaScript
https://justatheory.com/2005/05/js-emulating-namespaces
- The Purpose of TestSimple
https://justatheory.com/2005/05/test-simple-js-purpose
In response to my TestSimple 0.03 announcement, Bill N1VUX asked a number of important questions about TestSimple’s purpose. Since this is just an alpha release and I’m still making my way though the port, I haven’t created a project page or started to promote it much, yet. Once I get the harness part written and feel like it’s stable and working well, I’ll likely start to promote it as widely as possible.
- Factorial! Race!
https://nikolas.ws/factorial-race
- JSDoc Doesn't Quite do the Trick for Me
https://justatheory.com/2005/03/no-jsdoc-please
After my request for JavaScript documentation standards, I investigated the one I found myself: JSDoc. I went ahead and used its syntax to document a JavaScript class I’d written, and it seemed to work pretty well. Initially, my main complaint was that their was no easy way to include arbitrary documentation. Everything has to be associated with a constructor, attribute, or method. Bleh.
- Previewing JS Code in the Browser
https://nikolas.ws/code-preview
- IE DOM Help
https://justatheory.com/2005/08/js-ie-dom-help
- Test.Simple 0.11 Released
https://justatheory.com/2005/07/test-simple-js-0.11
I’m pleased to announce the release of Test.Simple 0.11. This release fixes a number of bugs in the framework’s IE and Safari support, adds JSAN support, and includes an experimental harness for Macromedia^Adobe Director. You can download it from JSAN, and all future releases will be available on JSAN. See the harness in action here (or verbosely!). This release has the following changes:
- Building a Client Library for ArcGIS
https://nikolas.ws/building-a-client-library
- The Cost of Javascript Frameworks
https://nikolas.ws/the-cost-of-javascript-frameworks
- TestSimple 0.03 Released
https://justatheory.com/2005/04/test-simple-js-0.03
- Test.Simple 0.10 Released
https://justatheory.com/2005/06/test-simple-js-0.10
- JACODA - JAvascript COmpact DAta
https://osric.com/jacoda
- I Would Rather Spend an Evening on a Web Scraper than Use Your App
https://reillyspitzfaden.com/posts/2025/05/i-would-rather-spend-an-evening-on-a-web-scraper-than-use-your-app
My Swedish textbook publisher wanted me to listen to audio examples on their site or in their app. I had other ideas.
- TestSimple 0.02 Released
https://justatheory.com/2005/04/test-simple-js-0.02
Bookmarked
Follow #javascript
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/javascript"