Software

Internationalization in Typo3

This is my first blog and I am also learning Typo3. I would like to explain how to add Internationalization support in Typo3. The...
Allan
1 min read

Google Map Resize Issue with Version 3

Recently, I came across problem where the Google map was not resizing itself to its container when I select a new location or load...
Dhepthi L Narasimhan
30 sec read

Top Server Choices For Streaming Video

We recently worked on a project that required to us to have online streaming video functionality. This streaming video would be then played by...
Balaji D Loganathan
50 sec read

Ananymous Functions

When I start with ruby i always get confused about ananymous functions. Thanks to functional programming languages it gives me the complete knowledge about...
Prasath Ram
1 min read

Ruby Singleton Methods and Singleton Classes

What is a Singleton method ? A method which belongs to a single object rather than to an entire class and other objects. Before...
Surendran Sukumaran
49 sec read

Control structure using pattern matching like Erlang

During the week end was trying to implement a control structure using pattern matching similar to erlang implementation in ruby Here is my result...
Prasath Ram
43 sec read

ShareYourByte: Presentations available on JQuery and Rails3

With reference to our previous blog post “Open Invitation – Presentation on JQuery and Rails3“, we have kept the copy of the presentations at...
Balaji D Loganathan
12 sec read

Open Invitation – Presentation on JQuery and Rails3

As part of our “ShareYourByte” program, this week we are giving interactive presentations on following topics JQuery by Alok Swain Rails3 Introduction by Surendran...
Balaji D Loganathan
16 sec read

Published Facebox with Caption – @github/spritle

We wanted to add dynamic caption to the facebox popup, so we simply extended the original source to suite our requirements. Now, if you...
Balaji D Loganathan
23 sec read

Ruby(RoR) Tip7: Installing Rails3 : File not found: lib

If you are facing the below error while installing Rails3 on Windows or Linux C:\Users\username>gem install rails --pre Successfully installed rails-3.0.0.rc2 1 gem installed...
Balaji D Loganathan
12 sec read

Ruby(RoR) Tip6: Install Mysql Gem on Ubuntu

While installing mysql gem on Ubuntu for Ruby on Rails, if you get the error Insecure world writable dir /usr/local/sbin in PATH, mode 040777...
Balaji D Loganathan
1 min read

Graphical representation of data using HighCharts.

In the recent railscasts, Ryan Bates has shown us the usage of Highcharts and some other open-source client-side JavaScript libraries to generate beautiful charts...
Allan
1 min read