Christopher Craig

Entries Tagged ‘Ajax’

Links for the Week Ending June 22, 2008

readair - Google Code

Mac 101: Float a Sticky note above all windows - The Unofficial Apple Weblog (TUAW)

Adobe - Adobe AIR

Mac OSX Software - MultiFirefox 2.0 | Code Contortionist

Types

audible.com: | The World Without Us (Unabridged)

audible.com: | Me and a Guy Named Elvis: My Lifelong Friendship With Elvis Presley (Unabridged)

audible.com: | World Without End (Unabridged)

audible.com: | [...]

Leave a Comment

Links for the Week Ending June 01, 2008

Database Normalization and Table structures
An easy-to-follow guide to database normalization

Mac OS X Leopard: Enable Google Contact Sync Without an iPhone or iPod Touch

Soundflavor Music

AJAX Libraries API - Google Code

Photojojo » Unsharp Mask: How Do You Actually Use That Thing?

Cross Browser Copy To Clipboard using Javascript/Flash

Leave a Comment

IE innerHTML Bug

I’ve been back doing web development in PHP for a week or so now, and I’ve been trying to use AJAX to update one SELECT element with a new set of values when the value of a different SELECT element changes. I don’t see the need to reload the whole page just for this, [...]

Comments (1)

Links for the Week Ending May 25, 2008

CSS Attributes and Javascript Style Properties « HTML CSS Reference

JSON

Leave a Comment

Links for the Week Ending May 18, 2008

Open Web Design - Download Free Web Design Templates
If you’re in a hurry…

ColorPicker for Windows XP

I Love Stars | Potion Factory

mootools demos - start

Fedora 9 Released

Windows: Get Vista’s Best Features in XP

A Guide to Home Theater Speaker Placement

Leave a Comment

Links for the Week Ending April 27, 2008

Squared 5 - MPEG Streamclip video converter for Mac OS X

SwitchResX
Manage display resolutions on OS X

Record and Reverie » Blog Archive » The Correct Way to Enable AC3 Passthrough with Quicktime

Mac HTPC - The Mac Mini HTPC

WaveMaker Software™

Temporary Site Redirect for Visitors during Site Updates • Perishable Press

macosxhints.com - Create a Windows bootable CD/DVD with [...]

Leave a Comment

Links for the Week Ending March 23, 2008

Skitch.com
Snap, Draw, Share!

10 AJAX Effects to Boost Your Website’s Fanciness Factor

Royale Noir: secret XP theme uncovered (download) - istartedsomething

Systm — Revision3

popSiren — Revision3

Tekzilla — Revision3

Mahalo Daily

Mahalo.com: Human-powered Search

How to Cook a Ham - Mahalo

Realtime Soft UltraMon
Software for multiple monitors

Leave a Comment

Ajax and IE Caching

One of the bugs features of Internet Explorer is it’s insistence on caching anything and everything. IE caching has cost me many hours of debugging time since I started doing Ajax development last year.
My most recent problem was a form I had that described an image. I would modify one of the fields [...]

Comments (4)

AJAX, Safari, and File Uploads

I’ve been working on an AJAX-based web project that requires users to upload imges. File uploads, though, are pretty much the only thing that can’t be done with AJAX. Something to do with not being able to send files through a GET or POST request.
Anyway, the work around for this it to have [...]

Comments (2)