Stefan Gabos web developer extraordinaire
May
2013
Zebra_Dialog, version 1.3.1 now available
Here’s what’s new in version 1.3.1: fixed a bug where the dialog box was not looking 100% as expected if the page it was used on had the “box-sizing” CSS property set to “border-box”, which is the default for some widely-used CSS frameworks like Twitter Bootstrap and Foundation. Read more about it at http://paulirish.com/2012/box-sizing-border-box-ftw/ Visit [...]
May
2013
Zebra_DatePicker, version 1.7.5 now available
Here’s what’s new in this release: additional fixes related to the buggy positioning of the date picker’s icon when the date picker in scenarios involving different CSS resets and frameworks; fixed a bug affecting some more rarely used date formats; thanks MSP Visit Zebra_Datepicker‘s page
May
2013
Zebra_DatePicker, version 1.7.4 now available
Here’s what’s new in this release: fixed a bug where the date picker was broken if the page was having the “box-sizing” CSS property set to “border-box”, which is the default for most of the CSS frameworks; read more at http://paulirish.com/2012/box-sizing-border-box-ftw; fixed a few bugs related to the positioning of the icon when the date [...]
May
2013
Zebra_DatePicker, version 1.7.3 now available
Here’s what’s new in this release: fixed a bug where having in the “disabled_dates” property a rule like ['* * * *'] (to disable all dates), and then, in the “enabled_dates” property having rules that enable only dates in the future, would send the script in an infinite loop; thanks Miguel Avila; fixed a bug [...]
Apr
2013
Zebra_Tooltips, version 1.1.0 now available
Here’s what’s new in version 1.1.0: a new property was added: “vertical_offset” which sets how close (in pixels) should the tip of the tooltip’s arrow be relative to the parent element; thanks Jason Lewis; tooltip’s width can now be set when initializing the plugin; fixed a bug where the tooltip was not having an animation [...]
Apr
2013
Zebra_DatePicker, version 1.7.1 now available
Thanks a lot to MSP for reporting a nasty bug which was introduced with the previous release! Here’s what’s new in this release: fixed a bug where, when the “select_other_months” property was set to TRUE, days selected from outside the current month would be wrong; thanks MSP; fixed an issue where the value of the [...]
Apr
2013
Zebra_DatePicker, version 1.7.0 now available
Lots of new things! Here’s what’s new in version 1.7.0: fixed an issue where after selecting a date, the focus would go to nowhere and you’d have to start tab-ing from the top of the page; now the focus goes to the element the date picker is attached to; fixed an issue where when setting [...]
Apr
2013
Zebra_Form, version 2.9.2 now available
I wanted to work some more on this release but in the end I decided to release it like it is because of the first bug in the list below. Some major changes are planned for the near future, one of them being integration with Twitter Bootstrap and Zurb’s Foundation and thus stepping boldly into [...]
Apr
2013
Zebra_Dialog, version 1.3 now available
Here’s what’s new in version 1.3: external content can now easily be loaded into the dialog box via AJAX, or using an iFrame, or an inline element, by using the newly added “source” property; when passing an inline element, it will be copied together with any attached events – useful for passing, for example, a [...]
Mar
2013
Zebra_Accordion, version 1.2 now available
Finally, this plugin gets its first update since 2011 and, from now on, it is also available on GitHub! Here’s what’s new in 1.2: if the “collapsible” property is set to TRUE, the “show” property can now also be an array of values representing tabs to be expanded by default, or boolean TRUE indicating that [...]
Mar
2013
Zebra_Database, version 2.8 now available
The big news: dropped support for PHP4 and for the mysql extension; Now that we’re through, I can tell you that, even though I am against it, the next major release will most probably be based on the PDO extension because with mysqli I cannot use prepared statements and all the nice methods that the [...]
Mar
2013
Zebra_Form, version 2.9.1 now available
Here’s what’s new in 2.9.1: dropped support for PHP4; minimum required version is now PHP 5.0.2; fixed some compatibility issues affecting the “dependencies” rule when used with radio buttons and jQuery 1.9.0+; added support for date picker’s “always_show_clear” and “always_visible” properties; thanks to Sebastian Popa; fixed a bug where the script would sometimes fail to [...]
Mar
2013
Zebra_cURL, version 1.0 now available
About 2 months ago I started working on a project that requires fetching many RSS feeds and naturally, using cURL is the right way of doing that; after poking around for a good library (and there are tons!) I decided – like most of the times – to write my own. We’ll just have to [...]
Feb
2013
Zebra_Form, version 2.9.0a now available
Here’s what’s new in 2.9.0a: fixed a bug where disabling weekdays resulted in date to never pass validation; Visit Zebra_Form‘s page
Feb
2013
Zebra_Form, version 2.9.0 now available
The waiting is over – big thanks to everybody who provided feedback! Here’s what’s new in 2.9.0: fixed a few depencies related bugs; thanks to Arne Tarara fixed an issue that broke the library’s functionality when using jQuery 1.9.0 (which removed $.browser); fixed a bug where date format not including days or month (like only [...]



I am a 32 year old web developer working from Bucharest, Romania. I am coding since I was 14 and I am extremely passionate about it. For the server side of things I use PHP/MySQL while on the front-end I write valid HTML 5, nice CSS and lots of JavaScript code using jQuery.