I'm trying to figure out how to make something like facebook's toolbar w/ chat at the bottom. I can't figure out how they do it and I don't see anything on the web. If anyone out there has an idea I'm all ears =P
The Facebook chat is done in Javascript I have tried to do something similar on one of my sites. It needs a bit of work but kinda works. Facebook has the "main content" of the site reload, using Ajax and the toolbar stays pretty much static. I got the basics to work but facebook proberley have more time and experience with Javascript than me.