
MaraDNS server

Exporting satchmo catalog to Ebay
I wrote module that exports Satchmo product catalogue to Ebay store. For order tracking changes to order object and Paypal gateway were necessary. The code was tested for few months now and it works.
As far I've added only few api calls: additem, removeitem, getitem, and reviseitem.
I hope to add more functionality if time allows it.
stab needs more info ..
Latest addition is ability to revise items in bulk. that allows me to change images or description of items and update ebay listenings. Also if Satchmo's record is changed ebay listening gets revised automatically.

HTML5 and CSS3
for some reason css font-face does not work as expected in firefox. it renders correctly in safari, opera and chrome. I know now .. fonts must be served from same domain for firefox to upload them. It won't render in IE but who cares?
Nice set of demos can be found here (http://html5demos.com/) Dive into html5 is also interesting (http://diveintohtml5.org/).