bubble

CODA Bubble sticky in Firefox & Distance problem...

I just added the CODA Bubble to my new project and I find the POPUPS to be sticky and the distance from the trigger to be TOO CLOSE. It looks perfect in Chrome, Opera, and Safari. IE is whole nother story I'll touch later with all the other fixes. Here is my link: (please got to plant tour in the middle of the page) link text Anyone...

Bubble Sort in Assembly

I'm trying to figure out sorting an array of strings using assembly. I compare the first and the second alphabets and then rearrange them in alphabethic order. I have it almost figured out but my output is rearranging some character incorrectly. For example, when printing 'eight', it'll just print 'eigh'. .386 public _Sort .model flat ....