Blogs / Janko in a Jar

View all »

Latest posts

  1. Hello? Web Framework? You’re OK, ok?

    http://itmmetelko.com/blog/2008/12/01/hello-web-framework-youre-ok-ok/

    Hello? Web Framework? You’re OK, ok? December 1st, 2008 Image by guspim via FlickrNot that I hate/fear/don’t-use frameworks, but I was always bashing them and saying if I can choose between library vs. framework approach I will always prefer the library one. My philosophy didn’t change, but I will admit one thing. …

    1 day ago
  2. Python: Talking to Star Micronics POS printer thrugh serial port (lib)

    http://itmmetelko.com/blog/2008/11/30/python-talking-to-star-micronics-pos-printer-thrugh-serial-port-lib/

    Python: Talking to Star Micronics POS printer thrugh serial port (lib) November 30th, 2008 The computer in some shop that uses my program broke this week. Program was written years ago in Python and uses wxPython for GUI. It needed to communicate to those little squeaky printers that print bills. …

    2 days ago
  3. Random REBOL snippets: Cookie reader, Closures

    http://itmmetelko.com/blog/2008/11/28/random-rebol-snippets-cookie-reader-closures/

    I posted a read-ff-cookies function in previous post. So I got a function that does what I used REBOL’s native read function for usually. But this one would send a cookie and behave more like FF. It was used like this: my-cookies: [ [ "cookiename" "a%3A2%3A%7Bs%3A11 %3A%22autologin..." ] ] read-ff-cookie …

    4 days ago