Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries Tagged as 'Javascript'

Using Dojo for a simple show/hide toggle effect.

November 25th, 2006 · 4 Comments

Without a doubt, my favorite Javascript library is Dojo Toolkit.

[Read more →]

Tags: Javascript

Prototype library - dissected

February 21st, 2006 · 2 Comments

Thanks, Jonathan Snook for creating such a useful (and gorgeous) set of printable reference sheets for the excellent Prototype library for Javascript.
I use Prototype to support almost all my Javascripting on the net, both at work and on personal projects. It is a great library, and this reference just makes it clear how clean […]

[Read more →]

Tags: Best Practices · Libraries · Javascript

Javascript Programming Conventions

February 16th, 2006 · No Comments

I’ve been meaning to write a Javascript “best practices” style guide for some time. Bad Javascript is just so painful to read and so easy to find that it brings a bad flavor to the whole language. I might be exaggerating, but only a little.
The Dojo Javascript Programming Conventions just released recently makes […]

[Read more →]

Tags: Best Practices · Javascript

Ajax remoting for Invisible Castle

February 1st, 2006 · 1 Comment

I offer the code for my Invisible Castle site under a GPL license. However, it is not the easiest code in the world to get running. Plus, it is really overkill for most people. Most people who ask for the code really just want a die-roller with database lookup for their site.

[Read more →]

Tags: Open Source · AJAX · Javascript · Downloads

Prototype modification to fvlogger

January 20th, 2006 · 2 Comments

fvlogger.js is a fine logging system for Javascript, but when you are already using Prototype.js, it unnecessarily duplicates a lot of functionality. I’ve forked the original code to “fvlogger 1.0.proto”, removing this duplication.

[Read more →]

Tags: Libraries · CSS · Open Source · Javascript · Downloads

On Closures

January 11th, 2006 · No Comments

Recently, I’ve been something of a language evangelist at work. I’ve been promoting the power and utility of Python and Javascript to both coworkers and management. One thing I’ve found difficult to get across to them is the concept of "Closures", and why the lack of Closures in many mainstream languages (such as […]

[Read more →]

Tags: Python · Javascript

AJAX goodness for Invisible Castle

January 2nd, 2006 · 3 Comments

I just rolled my first real AJAX application out to a to testing.

[Read more →]

Tags: Libraries · Open Source · AJAX · Javascript