Increase your productivity and launch your app sooner with these five tips.
How do arrays work in Ruby? How are they different from other programming languages? You will learn this and more in this post.
CSS and regular expressions? yep, they make a powerful combination, take a look.
There is more to it than classes and id’s, in this tutorial you’ll learn to select elements based on their attributes and/or values.
I have written a lot of CSS code where I wanted to invert a button, link, and many other element’s colors when the user hovered it, and all this time I’ve been using CSS’ pseudo class “:hover” when I could’ve done it a lot faster in JQuery. I did not think about this until today and in fact I wrote this script right before this post.
From what you’ve seen on the last two tutorials I bet you are thinking that Ruby is starting to look a lot like PHP, but the truth is Ruby is one of the most object oriented programming languages and you are about to see why and how.
RSS is still a great way to distribute content and some of the coolest mashups ups are RSS reading scripts. In this post I will show you how to read an RSS file so you can make your own.
Variables exist in every language, and they are easy to work with in Ruby. In this post you’ll learn about the types of variables and naming conventions used.
Today you will learn how to execute two functions on an object in one line.
If you’ve tried everything but still can’t install flash on firefox this might be the answer.