Mobil Mewah

Salah satu sumber Inspirasi.

Sunday, 21 August 2016

Creating a base view in backbone marianotte js the good way

Marionette JS is based on Backbone JS and a lot of the module extend from basic backbone modules. Here i learn when i extend a module whether it was a view or model or anything you will do like this : var BaseForm = Marionette.ItemView.extend({           initialize: function(){            this.title = "title"       }, }); and to use it on a custom page view base on the BaseForm you will do this : var contactForm = BaseForm.extend({           initialize: function(){             this.rows = 2;    ...

Saturday, 20 August 2016

GlusterFS for scalable storage

When look for a storage, a simple thing for system admin was a NAS. With a NAS appliance, your life is easier. Plug and forget, if ever happend to the harddisk, just replace it as already have RAID system. But still, the storage size is limited to the disk bay provided and a disk size available, also with RAID, disk size is limited to the smallest disk available. So when we need a future expanding of the storage size, NAS is not an easy way to do...

Wednesday, 17 August 2016

Marionette JS the basic of javascript Front End

When talk about Front End development, developers will look how to build fast and update fast. With basic javascript, you can build a frond end app, but will have a boiler plate code. So people look for frameworks and library. As my journey on developing Front End web apps, first look to using plain HTML + CSS + Javascript , which will use Jquery of course. Move on to the next level, developer tends will use a framework. There are plenty of frameworks, like AngularJS, EmberJS, BackboneJS. Each have their own benefits. I have try angularJS, and with current angularJS status, i don't fell like it. It breaks everything, and you will have...

Page 1 of 2512345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More