OK, lets write our first Ruby program. We’ll use the Ruby’s interactive interpreter. For run it type irb in the console window.

Now you see the something like

irb(main):001:0>

It seems that you are in the Ruby’s interactive mode.

irb1

Type puts “Hello World!” and press enter.
Continue reading Ruby for beginners. Part #2. “Hello World!” or Ruby basic elements

Ruby and RoR
What’s Ruby? Ruby is the high level object-oriented interpreted programming language. The interpreted means that a program code is stored in the plaint text. This text is passing to the execute interpreter. You can compare the Ruby with the PHP and with the C++ languages. As the PHP code, the [...]

If you are learning a new program language, you have to read this article: 10 Steps to Learn a New Coding Language Fast.

Java Language Specification, Third Edition (by James Gosling)
       
Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language. If you want to know the precise meaning of the language’s constructs, this is the source for you.The book provides complete, accurate, and detailed coverage of [...]

Tags: , ,

Ruby makes me smile.
—Amy Hoy (slash7.com)

Tags:

Ruby is a “best of breed” language that has been assembled from the best and most
powerful programming features found in its predecessors.
—Jim White

Tags:

I wanted to minimize my frustration during programming, so I want to minimize
my effort in programming. That was my primary goal in designing Ruby. I want to
have fun in programming myself.

—Yukihiro Matsumoto (Matz), creator of Ruby

Do you monitor your web site with the Google Analytics service? Sing HALILUYA! Google has announced the Analytics API. 
The API will allow developers to extend Google Analytics in new and creative ways that benefit developers, organizations and end users. Large organizations and agencies now have a standardized platform for integrating Analytics data with their own business [...]

Tags: ,

Adobe has started AIR MArketplace. This is the platform where developers can publish AIR-based applications for sale. This servce is free for developers. Detales of the using this service you can find in the official FAQ.  The Adobe AIR Marketplace has some differents from the Apple AppStore. The maines different is that Adobe doesn’t has [...]