September 27, 2008 at 11:40 am (Ruby/Ruby on Rails)
Tags: Ruby/Ruby on Rails Programming in Bangladesh
Ruby/ Ruby on rails is a new track inĀ Bangladesh. But the number of Ruby programmers is increasing very rapidly. We ( three friends of mine ) start a Ruby on rails programming group in Odesk. Tech Valley BD Ltd( ID:aminsoft ) team ( in oDesk ) is dedicated in ruby/rails project. We have already completed our current project at oDesk and looking for the next one.
If you need any Ruby/Ruby on rails application solution then our team is ready to take the challenge.
Here is our IM contact:
Yahoo IM:
1. tuhin_cse99
2. mac_eros
3. sabuz_cse
Skype ID:
1.ruhul.amin.bd
2.mac.eros
Leave a Comment
September 27, 2008 at 10:56 am (Ruby/Ruby on Rails)
Tags: js.class, Ruby, Ruby on rails
JS.Class is an attempt at making JavaScript more Ruby-like. More specifically, it’s a library that makes object oriented development easier in JavaScript (in comparison to JS’s prototype technique, at least) by implementing Ruby’s core object, module, and class systems as well as some of Ruby’s meta-programming techniques.
As well as ports of Enumerable, Observable, Comparable, and Forwardable, you get subclassing, mixins, reflection, late-binding arguments, singleton methods, method binding, and Ruby-like inheritance. Of course, JavaScript gives access to many of these elements already, but JS.Class presents things with a Ruby flavor.
The official JS.Class site is particularly well done and each main area is well documented.
1 Comment