DOM

Harmony: JavaScript And A DOM Environment In Ruby

harmony.pngHarmony, from Martin Aumont, is a new Ruby DSL for executing JavaScript and DOM-using code from within Ruby apps. Why's that cool? Well, it enables you to build your own Ruby-level unit tests for JavaScript code within your Web applications - everything can be under one set of test suites!

How jQuery selects elements using Sizzle

Introduction

jQuery’s motto is to select something and do something with it. As jQuery users, we provide the selection criteria and then we get busy with doing something with the result. This is a good thing. jQuery provides extermely simple API for selecting elements. If you are selecting ids then just prefix the name with ’#’. If you are selecting a class then prefix it with ’.’.

Rails 3 Beta is Out — A Retrospective

The Rails team has finally released the Rails 3 beta, after more than a year since the Rails and Merb teams started working on this release. You can read all about it at the official Rails blog, but I figured I’d take the opportunity to share my take on the release.

First of all, you’re probably sick of hearing this, but we’ve done far, far more than we ever expected. A lot of that happened in the last few weeks.

GitHub Rebase #31

Once again it’s Rebase time. Let’s do this. (Want in for next time?)

State of Ruby VMs: Ruby Renaissance

Ruby is commonly associated with the frameworks (Rails, RSpec, and many others) that it enabled, but it is much more than that. The same ideology and design principles that popularized the language at the start are also the reason why it is being currently ported to a variety of alternative platforms: JVM, Objective-C, Smalltalk VM and Microsoft’s DLR.

Watir vs Selenium

Watir — Opens browser as a normal way how the user opens it. Selenium — Create object for browser and works with that object in mentioned/particular port.

Watir — Changing registry details(Proxy-http,socks) is very easy. Selenium — Changing registry details(Proxy-http,socks) is not easy work.

Nearly Sold Out - Berlin JavaScript Master Class

A quick note for our European friends—especially ones who we'll see at JSConf Europe.

Become a JavaScript Master

Our one-day JavaScript Master Class is coming to Berlin, November 9, right after JSConf.

Nearly Sold Out – Berlin JavaScript Master Class

A quick note for our European friends—especially ones who we’ll see at JSConf Europe.

Become a JavaScript Master

Our one-day JavaScript Master Class is coming to Berlin, November 9, right after JSConf.

How live method works in jQuery. Why it does not work in some cases. When to use livequery

Following code has been tested with jQuery 1.3.2 version .

The super popular live method was added to jQuery 1.3 . It works just great. Except when it does not work. As per the documentation this method does not work in following cases: blur, focus, mouseenter, mouseleave, change, submit .

The WDS09 Tee

The WDS09 Tee website

I've always been a t-shirt kind of guy.

Tees are a perk of living in a warm and mild city like Sydney, and some might say I'm a tad obsessed with the trusty old tee, especially those a grey persuasion.

Syndicate content