How to set up Tizen Studio in Ubuntu 17.04
Recently I discovered the SDK for Samsung Gear S3 that runs Samsung’s Tizen OS and wanted to take a look, partly because it supports writing applications in JavaScript and HTML.... (403)
07/10/2017
Recently I discovered the SDK for Samsung Gear S3 that runs Samsung’s Tizen OS and wanted to take a look, partly because it supports writing applications in JavaScript and HTML.... (403)
Occassionally you need to validate a specific rule in forms. It would be stupid to roll the entire validation library from scratch so instead it’s better to make a custom valida... (259)
To count the number of elements that is in a jQuery nested attributes container we can extend the plugin to have the following method (coffeescript): itemCount: -> @$item... (86)