Wikipedia Quick Hints

on Dec 25, 2013 in Projects, extension

A simple Chrome extension that makes reading Wikipedia articles more convenient by providing quick article abstracts in popup.

XML to JSON online powered by EmberJS

on Apr 23, 2013 in Projects, EmberJS, Javascript, XML, JSON

There are quite a few tools available to perform XML to JSON conversion online. Recently one more appeared :) I would not reinvent a wheel without a reason. Actually I started looking at EmberJS, and since making an application (no matter what) is the best way of learning things, here we are.

Move the cells in the table

on Mar 12, 2013 in Javascript

I was recently answering the question on Stackoverflow. The guy was asking how to permute table cells. I thought that it would be pretty interesting as a little challenge...

jQuery multiEmail

on Feb 28, 2013 in jQuery, Javascript

Plugin transforms specified form field into multi-email form widget. It allows you to input several email addresses instead of one. Several options are available. See examples of how it can be used.

Simple CSS emoticons

on Feb 24, 2013 in CSS

It's been more than 30 years now when text emotions were proposed by Scott Fahlman back in 1982. There are tons of different styles and variations of this simple and expressive plain text sequences. So what can be added more?

jQuery Image Halftone

on Feb 24, 2013 in jQuery, Javascript

jQuery imageHalftone plugin is Javascript implementation of Floyd-Steinberg dithering algorithm to convert image into two-color (black and white) version.