Posts Tagged ‘Web 2.0’
Posted by Sivakumar V on February 18th, 2013
There are many blogs around the web for android and MapQuest implementation, here I am trying to summarize the benefits and drawback of them. (more…)
Tags: ,
Posted in Software | 1 Comment »
Posted by Visnu Priya on February 14th, 2013

From past one year, I have been working on cross-platform mobile frameworks. Thought I would share my point of views in it. Today Mobiles are part of daily life. It is big chanllenge to develop high performance mobile applications that satisfy customers expectations. The developement of new applications in short peroid for each mobile operating sysytem is a big expectation and challenge.

(more…)

Tags: , , , , , , ,
Posted in Rhomobile, Ruby, Software | Comments Off
Posted by Balaji D Loganathan on December 26th, 2011

We wanted to consume simple SOAP based web services from the iPhone, Android applications using RhoMobile framework. We dont want to use Savon as it got too much dependency to become rhodes-ruby extension.
Just thought lets write the raw soap client without using SOAP gems. Rhodes already support net-http and rexml(rhoxml) for such tasks.
(more…)

Tags: , , , , , , ,
Posted in Software | 5 Comments »
Posted by Surendran Sukumaran on September 28th, 2011

Recently, we had a task of consuming a SOAP based web serivces which sends and receive complex objects.
(more…)

Tags: , , , , , , ,
Posted in Ruby on Rails, Software | No Comments »
Posted by Dhepthi L Narasimhan on August 2nd, 2011

Selenium is a suite of tools to automate web browsers across many platforms. It runs in many browsers and operating systems and it can be controlled by many programming languages and testing frameworks. I have used Selenium 1 (Selenium RC) as an Integration tool to test my rails application.

The installation steps to connect Selenium server with selenium client via ruby language as follows (more…)

Tags: , , ,
Posted in Ruby on Rails, Selenium | No Comments »
Posted by Alok Swain on March 2nd, 2011

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 specific CSS2 property -moz-binding. (more…)

Tags: , , , , ,
Posted in Software | No Comments »
Posted by Dhepthi L Narasimhan on February 27th, 2011

Recently, I came across problem where the Google map was not resizing itself to its container when I select a new location or load the page for some events.
(more…)

Tags: , ,
Posted in Software | 1 Comment »
Posted by Balaji D Loganathan on October 1st, 2010

With reference to our previous blog post “Open Invitation – Presentation on JQuery and Rails3“, we have kept the copy of the presentations at Slideshare.net.
(more…)

Tags: , , , , ,
Posted in Software | No Comments »
Posted by Balaji D Loganathan on September 28th, 2010

As part of our “ShareYourByte” program, this week we are giving interactive presentations on following topics

  • JQuery by Alok Swain
  • Rails3 Introduction by Surendran S
  • Venue: Spritle office
    Timings: 5:30pm to 7pm
    When: Wednesday, 29th September, 2010

    This week onwards, we decided to open these sessions available to public participants as well (but with prior registration only as we got limited seatings).
    If you are interested in attending, please send us an email to info@spritle.com

    Tags: , , , ,
    Posted in Software | No Comments »
    Posted by Balaji D Loganathan on September 16th, 2010

    We wanted to add dynamic caption to the facebox popup, so we simply extended the original source to suite our requirements.
    Now, if you supply title attribute with the a tag, it will show that as a caption
    &lt a href=”somelink.html” title=”Facebox Title” rel=”facebox”>Show<a>
    We published the implementation at http://github.com/spritle/facebox
    (more…)

    Tags: ,
    Posted in Software | No Comments »