Archive for September, 2010
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 »
    Posted by Balaji D Loganathan on September 8th, 2010

    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
    Installing ri documentation for rails-3.0.0.rc2...
    File not found: lib

    then simply create the “lib” directory at \lib\ruby\gems\1.8\gems\rails-3.0.0.rc2\ folder.
    Thats it. It should work. Thanks to Stefan

    Tags: ,
    Posted in Software | 2 Comments »