Tag Archives: web

Ruby: “example”.tag(:p) => “<p>example</p>”

class String def tag(t = :p, p = {}) props = “” p.each { |key,val| props += ” ” + key.to_s + ‘=”‘ + val.to_s + ‘”‘ } return “<” + t.to_s + props + “>” + self + “</” … continue reading

Posted in IT, Ruby, snippets | Tagged , , , , , | Kommentare deaktiviert

Ich ein Nerd? xD

Posted in Privat, Zwischendurch | Tagged , , | Kommentare deaktiviert

Relay :: Ajax Directory Manager

Relay – eine Lösung die vielleicht auch Dir weiter hilft. Während meines Business Information System – kurz BIS – Studium, habe ich Folien und andere Unterlagen auf einem USB-Stick gelagert um Sie mobil immer zur Hand zu haben und nicht … continue reading

Posted in IT | Tagged , , , , , , | Kommentare deaktiviert