Browsing articles from "August, 2011"
Aug
29
2011

Installing Ruby on Rails 3 on Windows

200x200

This post helps you Installing ruby on rails 3, on windows platform. So without wasting your time, here we go. Download the latest stable release of ruby. ( In our case we are taking Ruby 1.9.3 & Rails 3 ) Install it like any other program you do. Open command prompt & navigate to ruby > in directory & run following command to check version > ruby –version it should output something like this ruby [...]

Aug
28
2011

Make Your Website Facebook Ready

facebook-like

We see the popular facebook like button on most of the websites. We know when someone clicks on like button, it instantly gets posted on user’s wall with a backlink and some other information. Have you ever seen closely how facebook link sharing script extracts information about your website to show on website? Lets investigate this minute, but important fact which can make a lot difference in what gets posted on facebook when someone clicks [...]