Skip directly to content

World's Best Brands as Clients
And Counting.
Ebizon is among the most reputed, innovative, technically advanced web and mobile solution development company. 
 
Ebizon has world-wide clients that are among the best in their domains. Ebizon has helped estab lished online identity through web or mobile application development for its clients and has always been highly recommended by them.



Array to Hash in Ruby

on Thu, 08/11/2011 - 19:18

To be able to converting hash into array in Ruby is easy but how do we convert an array into a hash? This tutorial did the ruby array to hash trick.

Mysql "If exists update else insert" performance dilemma

on Thu, 12/16/2010 - 07:57

Everyone who uses databases is in the habit of using "If exists update else insert" in the software program. Irrespective of the software program (Oracle, Mysql, Sql Server) and irrespective of the language (Php, ASP, Java). Ever wondered what is the efficient way of doing it.

Typically, we do it this way:

Pages