Coder’s Eye

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

Coder’s Eye header image 4

Entries Tagged as 'AJAX'

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

Ajax remoting for Invisible Castle

February 1st, 2006 · No Comments

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

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