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.

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.

Creating New Hosts for Apache2

on Feb 10, 2013 in Bash

Although creating a new host is not so difficult problem I wrote simple bash script to automate this task. So instead of running several commands in terminal you can simply execute one bash script.

Script will prompt you to input new host name and that's it. You will just need to change desired path to directory where you want the host to be created.

Bash + Google Closure Compiler

on Jan 04, 2013 in Bash, Closure compiler, Projects

Usually when the project is ready for production developer needs to minimize sourse files in order to reduce download time and save bandwidth. There are a number of perfect compressors which can significantly lower the file sizes.

The following bash script is a simple tool I use to get my project ready for the live. You run the script with the list of names of javascript files you want to include into resulting buildscript, and in the end you get all this files compiled and appended to the one resulting file.