Ajax
22 Dec 14
With me, is a simple to-do list application where users can create dummy to-do lists and displays them in card-like form just like in Trello. We want to enable users to sort the list by drag and drop so that they are displayed in the specific order the user sets them. ...
Chat
30 Jul 14
Introduction We are all fond of the Gmail and Facebook inline chat modules. About a week ago, I came across a tutorial on how to replicate hangouts chat in pure css and html and this really inspired me. I thought to myself, "why not give life to this beautiful Gmail-like ...
Search
02 May 14
Some time back I was looking for a basic search autocomplete implementation to use in one of my rails application. While I found many advanced solutions including Soulmate which is a tutorial for a later date, I came across a simpler solution called FoxyComplete. FoxyCom...
Ajax
08 Apr 14
Maybe you have seen how twitter's or facebook's style of loading older posts. They have a very nice technique of helping the user load older posts. We will try and create a similar functionality in a rails application. This tutorial assumes you have some basic knowledge wit...
Rails
20 Jun 18
In one of my recent projects, I was working on a scraper that needed to login into a website and download a file which I would then save to use later on. ...
Rails
05 Apr 15
Introduction It's been quite a while since my last tutorial and since then I've recieved alot of requests by email to implement a private messaging system ...
Ajax
22 Dec 14
With me, is a simple to-do list application where users can create dummy to-do lists and displays them in card-like form just like in Trello. We want to e...