Beautiful Quote By An Author

The most lovelable comment given by an author about his language “Simple things should be simple, complex things should be possible.” – Alan Kay...
Prasath Ram
6 sec read

Concurrent programming in Erlang

Just want to share how simple is Erlang concurrent programming Starting with an example of simple mathematical calculation in sequential programming -module(calculator). -export(). add([Num1,...
Prasath Ram
59 sec read

Eager loading and Lazy loading in Rails ActiveRecord

Eager loading loads the full objects tree that is the associated records of the objects. Consider we have two models Post and Comment and...
Surendran Sukumaran
1 min read

Jammit installation issue (no such file to load —…

In one of m project I am using Jammit which provides both the CSS and JavaScript concatenation, compression and also provides built-in JavaScript template...
Surendran Sukumaran
36 sec read

Differences between Stored procedures and User Defined Functions

Stored Procedure: A Stored procedure is a set of sql statements with a given name , which is physically stored in database in the...
Nageswar P
1 min read

Bindings in Mozilla Browsers

Mozilla browsers provide bindings to achieve certain features like the text-overflow: ellipsis style. XBL(XML Binding Language) provides a way to bind selected elements using...
Allan
1 min read

Stack Undefined Error in Highcharts Version 2.1.2

Using Highcharts library in application provides best way of manipulating data in terms of various charts. In my rails application, I am using highcharts...
Dhepthi L Narasimhan
25 sec read

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