Apr 14 shadow

MaraDNS server

DNS management for small company.

Managing small number of domain names can be quite difficult with software like BIND. I tried other dns servers like tinydns and other one :-) now I have discovered maradns. Configuration file and zone file syntax is very easy and straight forward. It runs in chroot jail by default and the author is very proud of security of his software. Only trouble I've found as far is that it has to be restarted every time a zone file is edited.
Oct 02 shadow

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.

Sep 27 shadow

HTML5 and CSS3

changes in blog skin, just for fun some css and html exercises ..

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/).