Archive for javascript

JavaScript variable scoping trickery

I almost fell victim to this over the weekend, so thought I’d share a common JavaScript gotcha.

Link

[Via NCZOnline]

Comments

ECMAScript 4 (ES4)

I’m probably reading the wrong blogs, but it seems that ECMAScript 4 doesn’t get too much coverage. I mostly do simple stuff with ECMAScript, such as making testcases for XMLHttpRequest, but an update to the Web’s programming language certainly does excite me.

Link

[Via Anne Van Kesteren]

Comments

Fast JavaScript Max/Min

I’ve been saving this technique for a while now - it’s simple, but it’s good. What’s the fastest way to find the largest, or smallest, number in an array?

Link

[Via John Resig]

Comments

Monitoring element size and position with the YUI

One of the lesser known gems of the Yahoo User Interface library is the Region utility which is part of the Dom utility. The documentation only mentions it and what it gives you but doesn’t quite live up to how powerful it can be in day to day interface development.

Link

[Via Wait till I come]

Comments

JavaScript interaction must be input device independent

Time for a bit of what in my opinion is Accessibility 101: input device independency. For some reason it is common to see otherwise nice uses of JavaScript made inaccessible by developers forgetting that not everybody uses a mouse (or some other pointing device).

Link

[Via 456 BereaST]

Comments

DHTML JavaScript Benchmark (DOM and innerHTML)

I’ve decide to measure JavaScript performance on some simple page generated with DHTML. I have three browsers available: Opera 9.01, Mozilla Firefox 1.5.0.7 and Internet Explorer 6.0.3790.1830 (x64 and x86 versions). So, let’s see what they can do in one second.

Link

[Via Gloo.Ru]

Comments

Benchmark - W3C DOM vs. innerHTML

This is a test page intended to find out which method of generating large amounts of content is fastest in the browsers. Of course the results differ significantly from browser to browser.

Link

[Via Quirksmode]

Comments

Guild of Front-End Programmers - Part 1

Last Monday I invited all Dutch front-end programmers to become members of my soon-to-be-founded Guild of Front-End programmers. I also promised to publish some more information in English.

Link

[Via Quirksmode]

Comments

Serving JavaScript Fast

The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you how to make those apps responsive and quick.

Link

[Via Vitamin]

Comments

jQuery 1.1.3: 800%+ Faster, still 20KB

I’m pleased to announce the release of jQuery 1.1.3. After many months of testing, developing, and more testing, we have a very solid release available for download. It comes with roughly 80+ fixed bugs and a handful of enhancements for good measure.

Link

[Via Jquery]

Comments

« Previous entries