Ivaylo Gerchev is a self-taught web developer/designer. He loves to play with HTML, CSS, jQuery, PHP, and WordPress, as well as Photoshop and Illustrator. Ivaylo's motto is "Minimum effort for maximum effect!"
Ivaylo Gerchev explains how the Ai->canvas plugin lets Illustrator export to the HTML5 canvas element, making the rendering of hand-drawn images a relatively simple task.Read More
After a two and a half year delay, and a lot of hard work, the new 1.9 version of jQuery UI was finally released. jQuery UI 1.9 supports the latest stable release of jQuery all the way back to... Read More
A Beginners Guide to KnockoutJS: Templating and More There are four control-flow bindings: foreach, if, ifnot and with. These control bindings allow you to declaratively define the control-flow logic... Read More
A Beginners Guide to KnockoutJS: Bindings Knockout provides a whole set of useful built-in bindings for the most common tasks and scenarios. Each of these bindings allows you to bind simple data... Read More
Almost everyone dealing with web technologies knows jQuery, or has heard of it, and while powerful it is not ideal for building Rich Internet Applications. And this is where Knockout.js shines... Read More
In part two of A Comprehensive Introduction to LESS, Ivaylo teaches us how to use mixins, and other programming pleasantries that LESS providesRead More
CSS is static. And this means we repeat code over and over in our stylesheets, thus making the DRY (Don't Repeat Yourself) principle only a dream. In this article, Ivaylo comprehensively covers LESS,... Read More