Coder’s Eye

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

Coder’s Eye header image 4

Entries Tagged as 'Javascript'

Weewar Status Notifier for Adobe Air

June 10th, 2008 · 13 Comments

I’m pleased to announce the release of my first Adobe AIR application. This is a simple little desktop (not browser) app which checks your status on Weewar to see if you have any games waiting for your attention.
Revision 2.2 feature list:

Checks your status using the Weewar API
User settable interval between checks
You can force an update […]

[Read more →]

Tags: Adobe AIR · Javascript

Why I didn’t switch from jQuery to ExtJS after all

June 4th, 2008 · 9 Comments

A while back, I wrote an article about why I was switching to ExtJS from jQuery. This remains one of the top ten pages on the site, despite the fact that I never really did switch. Checking it just now, I am certain that it is the most heavily commented article on the site.
The fact […]

[Read more →]

Tags: Libraries · Open Source · Javascript

Mootools beats jQuery and Ext for AIR

October 26th, 2007 · 6 Comments

When I recently updated an Adobe AIR app I’d written for AIR Beta 1, I found that I had to go to enormous lengths to continue being able to use Ext as a support library for it.

[Read more →]

Tags: Adobe AIR · Javascript

How to do HTTP Basic Auth in Ajax

August 16th, 2007 · 6 Comments

You can use HTTP Basic Authentication with Javascript/Ajax in just three steps. I’ll give you them in just a moment.
The Background
This morning, I was experimenting with Adobe AIR, writing a client to tell me whether I have games waiting for me to make a move on Weewar, and I needed to be able […]

[Read more →]

Tags: AJAX · Javascript

Why I’m moving from jQuery to ExtJs

August 9th, 2007 · 30 Comments

This week, I’ve switched favorite Javascript frameworks. I was a heavy jQuery user, and still think that the framework is very nice. As part of a discussion on the Satchmo-Developers list about what Javascript framework to use as the default for the Satchmo web shop framework, I ended up doing a survey of […]

[Read more →]

Tags: Reviews · Javascript

Cross-browser safe, readable Javascript style

July 12th, 2007 · No Comments

Over time and thousands of lines of professional Javascript programming, I’ve developed an almost bulletproof Javascript layout style. It is important to have one, even if you are the only person working on your script, because:

it helps you read the code more quickly
it helps you not forget browser "gotchas"
it makes your code more reusable […]

[Read more →]

Tags: Tips · Javascript

Enhancing FAQs with jQuery

March 8th, 2007 · 4 Comments

I’m so pleased by how useful and concise jQuery has been for my development of a dynamic FAQ module for Drupal. I can’t share that module yet, but I can talk about the jQuery that gives it a snappy and useful facelift.
It isn’t original, of course. Just click-to-toggle questions on a faq page. […]

[Read more →]

Tags: Tips · Javascript

jQuery Selector Magic

February 27th, 2007 · 1 Comment

I’ve been working on a Drupal module to automatically make CSS-styled drop-down menus from the built-in menuing system. That’s been going great, and I’m really enjoying Drupal’s modular architecture and theming abilities.

[Read more →]

Tags: CSS · Javascript

Semitransparent rollovers made easy with JQuery

February 3rd, 2007 · 25 Comments

I’m continuing to enjoy working with jQuery.

[Read more →]

Tags: Tips · Open Source · Javascript

Simple, degradable Flash embedding using jQuery

December 24th, 2006 · 7 Comments

Now that I am doing professional web layouts for clients, I find myself appreciating the quick, easy, and well-documented jQuery library. I just don’t have time to hassle with Dojo and its size, widgets I don’t need, and messy documentation.

[Read more →]

Tags: Languages · Best Practices · Javascript