jQuery Calx 2.0.3 – HotFix release

jQuery Calx just reached version 2.0.3, this release is a hotfix of some bugs known on the previous version, here is the list of the changes made on this release: Fix checkbox behaviour, when the checkbox is unchecked, calculation is not updated Fix input with % in data-format attribute, so it parse correctly after update and refresh Fix refresh and update method, so it works perfectly on dynamic form Instalable via bower bower install jquery-calx You can grab the latest release here https://github.com/xsanisty/jquery-calx/archive/2.0.3.zip Please file an issue on github issue tracker if you found any problems when using jQuery Calx: [...]

By |2014-12-14T18:28:40+07:00December 11th, 2014|Categories: jquery-calx|11 Comments

Announcing jQuery Calx 2.x Lite edition

While developing the standard version of jQuery Calx 2.x, we add more and more features to the core, and import some features from another library to be integrated to the core. The most feature-set imported is formula from formula.js, until we realize that the raw codebase was sized ~300kb and the minified one is ~100kb when all feature is included. We realize that most user will not use all formula function available in jQuery Calx in their codebase, as the alternative, we are announcing the development of jQuery Calx 2.x-lite which only has some basic feature and most used formula [...]

By |2014-11-06T10:16:18+07:00November 6th, 2014|Categories: jquery-calx|0 Comments

jQuery Calx 2.0 finally released

After months of developments, and a year after the latest release, finally jQuery Calx 2.0 is now released. The core is rewritten from the scratch, but I feel it is still far from perfect. At the first time, we are planning to release it as closed source, but after long discussion with the team, I finally decided to release it as open-source plugin as we feel jQuery Calx will grow faster and more stable with support from the community. If you are interested in contributing to jQuery Calx development, here is the Github repo: https://github.com/xsanisty/jquery-calx You can fork it, and [...]

By |2017-05-17T19:57:19+07:00November 5th, 2014|Categories: jquery-calx|0 Comments

SlimStarter – Slim Starter Application in MVC Environment

I have been laravel user for a year and half, since Laravel 4 beta was published. I love how it handle things with simple and elegant syntax, make a lot difficult task done faster, and easier. Laravel is great when I need to build middle-to-large project. But then I feel it is too bloated when I work on simple project, so I start looking at simpler solution using micro-framework like Slim or Silex to build my simple project. I start with Slim and start to search composer package to create simple MVC environment with Slim. Since Slim only provide dependency [...]

By |2017-05-17T19:57:24+07:00March 11th, 2014|Categories: composer, php, Slim|8 Comments
Go to Top