JavaScript The Good Parts

Great video from the Jedi master Douglas Crockford


Hot Ruby

<script type="text/ruby">
class Design
  def approach &block
	block.yield "simple"
  end
end
class Programming
  NAME = ' - Albert Einstein'
  def main
    Design.new.approach do |msg|
      puts "Make everything as " 
            + msg + " as possible, but not " 
            + msg + "r." + NAME
    end
  end
end
Programming.new.main
</script>

Hot Ruby is a project which aims to port the Ruby Virtual Machine over to ECMAScript

Continue reading...


JavaScript basics

I get quite a few questions from friends about JavaScript and although it is de facto client side scripting language most developers have a limited understanding of it.

I started down the path of writing a detailed tutorial, but thought that was not the web way of doing things, when there is probably a better video presentation already out there.

Douglas Crockford from Yahoo has a great series of presentations on some of the basics that any web developer should know about JavaScript.

Continue reading...





« Previous Entries

who am I..

I'm Carlos Gabaldon, and this is my hack blog. It's mainly about programming but my liberal views tend to come out from time to time. I've been a professional programmer for over 10 years. I like to hack on open source projects and I seem to rewrite this blog in a new language every couple of years. cgabaldon[at][cox][dot][net]

what I am doing..

Zenopsis calabro

what is on this site..

Welcome, guest, login

what people are saying..