• Home
  • Musings
  • Music
  • Galleries
  • Code
  • Art
  • Now
  • About
15 November 2006 / #blog 
53 words — 1 minutes read

CSS Reference from the CulturedCoders

Culturedcode.com, the makers of Xyloscope (a program that I use for CSS work, as described earlier) have released a CSS reference guide in one HTML file. Through clever use of CSS, DOM Scripting and JavaScript, the complete reference is browseable in one windows. Nifty, helpful and in my bookmarks!

Technorati Tags: css, reference

    Jens-Christian Fischer

    Maker. Musician

    15 November 2006 / #blog 

    Deploying with Capistrano

    Capistrano is the tool of choice to deploy Rails applications. However, it depends on the servers having access to the code repository (like SVN). In some companies, that’s not an option. Luckily, Capistrano is very flexible… Jim Morris has a solution that works wonderfully. Technorati Tags: capistrano, rails

    Jens-Christian Fischer
    12 November 2006 / #blog 

    Did I mention that I love Ruby?

    I’m busy coding an application, and I needed to find out if some value is included in one of several arrays: a = [ 1, 2, 3 ] b = [ 2, 3, 4, 5 ] x = 5 y = 6 Now the question is: Is x in either Array a or b? arrays = [a, b] arrays.inject(false) { |is_in, array| is_in or array.include?( x ) } # => true arrays.inject(false) { |is_in, array| is_in or array.include?( y ) } # => false Beautiful! (or is there a better way?) ...

    Jens-Christian Fischer
    Invisible
    —
    CSS Reference from the CulturedCoders
    Share this

    Jens-Christian Fischer / Email Me

    Avatar

    Zurich, Switzerland

    © 2003 – 2025
    Archives Keybase Facebook Mastodon Github Flickr LinkedIn