Archive for February, 2012
Posted by Dhepthi L Narasimhan on February 29th, 2012

Ruby is one of the dynamic object oriented programming language. Ruby 1.9 has been released with lot of amazing features. Ruby 1.9.3 is the latest stable version of ruby, with major increases in speed and reliability. Some of the features in Ruby 1.9.3 are (more…)

Tags:
Posted in Software | No Comments »
Posted by Vinothini B on February 17th, 2012

I like HighCharts and used it for one of our project. I wanted to use HighCharts in Rhomobile mobile applications and thought I would give it a whirl.
You can find the sample I tried that would include

  • Stacked bar chart
  • Combination chart
  • Line time series chart
  • Pie chart

(more…)

Tags: , , , , , ,
Posted in Software | 1 Comment »
Posted by Sivakumar V on February 16th, 2012

Here is the quick tip to configure awstats in Typo3. This will enable Top 25 section to show valid URI.
In general it will show link as ([path][title] –[uid]) format, but lets try to show full URI.
(more…)

Tags: ,
Posted in Software, Typo3 | No Comments »
Posted by Vinothini B on February 13th, 2012

While using Rhomobile, often you might want to create an app that would have scrollable content with fixed header and footer, horizontally scrollable content, vertically scrollable content, scrollable content with a specific div and so on. Here is a sample app that got all this integrated together for you. (more…)

Tags: , , , , ,
Posted in Ruby on Rails, Software | No Comments »
Posted by Dhepthi L Narasimhan on February 8th, 2012

I tried to integrate ruby on rails app in Facebook. Developing facebook app is quite easy to with rails and Javascript sdk. The documentation for Facebook Javascript sdk is easy to implement in rails app. (more…)

Tags: , , ,
Posted in Software | No Comments »