Category Archives: Javascript

StreamTable.js – The next generation search filter

So, you think you should search data? Or filter it?  And now, stream … what? Searching for data has a performance price – we need heavy duty server resources and have delayed responses. See the LinkedIn search. Filtering for data … Continue reading

Posted in Javascript, Search | Tagged , , , , | 14 Comments

Lazyload Images

Attractive images are the heart of any application. However the page loading time can drastically increase if the application takes huge amount of time to load these images! For such situations you need some way to reduce loading time for … Continue reading

Posted in Javascript, Ruby on Rails | Tagged | 2 Comments

Real-time Games using HTML5, WebSockets, nodejs and socket.io

Ever imagined playing a game on the web by simply logging in – no local installation required, no licenses and you can continue from where you left off! Imagine multi-player games from your browser or phone – basically ‘gaming in the … Continue reading

Posted in Javascript | Tagged , , , | 21 Comments