|
Posts Tagged ‘Javascript’
Posted by Alok Swain on August 3rd, 2010
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 with no load on the server. A beautiful alternative solution to Gruff, Flash chart and other plugins and gems that depend on Rmagick or Flash and are generated on the server. Also associating events with the charts is also easy. Some of the other features provided by Highcharts are explored here. Posted in Software | No Comments »
Posted by Neelkanth Ram on June 22nd, 2010
If you are using MinGW version of Ruby and trying to install plugins like jrails or paperclip, then you might face with the problem “Plugin not found” even after correctly following the instruction. Here is the solution for it. Posted in Software | No Comments »
Posted by Alok Swain on April 23rd, 2010
Making a JSON request using jQuery can be sent to a controller in two ways. Posted in Software | No Comments »
Posted by Alok Swain on April 13th, 2010
We recently published a blog on Drag-n-Drop Web Components using jQuery & Rails. Now we have extended it to dynamically load blogs and tweets of popular people working with Ruby/Rails and show it in one web page. You can quickly check the demo at http://popular-blogs.heroku.com/. Posted in Software | 1 Comment »
Posted by Neelkanth Ram on April 6th, 2010
Lets say You are a developer and not a professional web designer. You are in the process of helping your customer to design the components for their web application. You also guide the web designer to improve the User Experience and look-n-feel. Well you might find the below short tips useful then. Posted in Review | 1 Comment »
Posted by Vamsi Krishna on March 27th, 2010
Drag and Drop widgets are great functionality to let the user control how they wants to see the information as he can arrange various information blocks according to their preference. This type of functionality can be seen in some sites like Netvibes or iGoogle The interface provides the users to move the widgets to his choice and stored them in their database and show the order in which user stored them, I am trying to do this with the help of jQuery and Rails (v=2.3.5). Posted in Software | 1 Comment »
Posted by Balaji D Loganathan on March 1st, 2010
We have recently launched the pre-beta version of Dunnitt (http://www.dunnitt.com). Like how Twitter is for micro-blogging, Dunnitt is for micro-collaboration. You can check the screenshots of Dunnitt at http://www.dunnitt.com/one_minute_manual Thought I would share here some of the simple things we do while we are working on our Sprint release. Posted in Software | No Comments »
Posted by Surendran Sukumaran on February 5th, 2010
I faced one nice problem while using Facebox for one of our recent project http://www.dunnitt.com, thought i would take this moment to share the problem and solution I found. Previously I used Thickbox based popup for the web applications, then I came to know about facebox and started using it in my recent projects. I am pretty pleased with its simplicity and configurations. It is also very simple to integrate with RAILS application. When i started using it in my Ajax pages, its wasn’t working the way it should. Posted in Software | No Comments »
Posted by Vamsi Krishna on June 26th, 2009
Autocomplete is very common feature that we see in many web2.0 applications (as in google,youtube and so on), this feature is easily implemented in Rails using auto_complete plugin But, what I wanted to do one more ajax call upon selecting the item from auto complete list, Lets take a scenario I have a form where my I take user Information and his working company lets just say that company has few more details like address, state and country. If I type a character in my company name textbox I should be able to see all the companies If I select any one company name from the list based on that company it should fill it address,state and country textboxes as well ( Here I am assuming that company name is unique). Let’s see how to do that using auto_complete plugin. Posted in Software | 5 Comments »
Posted by Vamsi Krishna on June 6th, 2009
I was using will_paginate and periodically_call_remote to update a table in a webpage periodically but it gave me a lot of trouble than I thought, when I used this I was about to leave office and bang a problem came. The problem will raise if you are using will_paginate for your pagination and updating the table or div ( or what ever you are using) periodically with periodically_call_remote. It was already 6pm so I didn’t payed that much attention to it at that time. I came up with two solutions later and thought I would blog here the simple solution first. Posted in Software | No Comments » |