Stories

  • GEdit With Multi Terminal

    GEdit With Multi Terminal

    GEdit is nice developer editor for GNOME. Textmate like snippets, file browser and embedded terminal. Last one is a nice feature, but default plugin gives you only one terminal. But wait, plugins are written in python. This is my third attempt to modify python code… It was not so bad, after few print(), dir(), and id() I can add and remove terminal windows within gedit :)
    29 March 2008
  • UWA Google Suggest

    UWA Google Suggest

    Google Suggest is now UWA style widget. Check this out.
    14 March 2008
  • Id of nil object

    Id of nil object

    nil.id == 4 # => true Sweet truth ;)
    7 March 2008
  • Generating Methods in Ruby

    Generating Methods in Ruby

    I was trying to find a way for generating dynamic methods. My first attempt was very ugly and use a simple eval:
    29 February 2008
  • My Music Player

    My Music Player

    Another application written in javasctipt, using AppJet solution. This one is simple application for browsing myspace music profiles and listen music. Big different is that you don’t need to wait for whole ugly myspace page. Type band name, click search and press play on player :) Easy ? Take a look under player, there are similar artists. This might be helpful.
    27 February 2008
  • UWA Netvibes Customize

    UWA Netvibes Customize

    Netvibes Customize widget is now available in UWA api. It works only in Netvibes environment, using it in any other just makes no sense ;) If you find any bugs write about it on Netvibes Developers Forum in this thread. I hope you like it.
    18 February 2008
  • UWA Quick Translator

    UWA Quick Translator

    Quick translator is now available on UWA platform. Check it now here. ;)
    18 February 2008
  • Metal Releases ICalendar v2

    Metal Releases ICalendar v2

    Here is new version of icalendar feed. This version is written in javascript. Now is hosted by AppJet. AppJet is the easiest way to create a web app. Just type some code into a box, and we’ll host your app on our servers.
    10 February 2008
  • Echo2 with JRuby

    Echo2 with JRuby

    I want to play with jruby, and I rewrite a numberguess example application from Echo2 framework into Ruby using JRuby. Let’s see… First we need to rewrite a NumberGuessServlet to load a NumberGuessApp ruby class instead of java class.
    14 January 2008 ・ Reading time: 3 minutes
  • CodePress Addons

    CodePress Addons

    I was playing around with CodePress. There are some modification I made: This one updates all textareas fields when form is submitted, and fix the problem with rails javascript tag helper.
    3 January 2008 ・ Reading time: 2 minutes