Origami instruction to make your own :)
Also video instruction here.
Origami instruction to make your own :)
Also video instruction here.
In projects where you need to work with video data - converting video files or creating frame screenshot preview for a video, convert mp3 etc. it is very likely you will decide to use ffmpeg.
It is open source and free lib that is de-facto standard tool to operate with media files. But in Linux repositories it is often outdated version of ffmpeg and to get most recent features you'd better compile it from source. It is not a trivial things to get all needed dependencies, that's why I have gathered it all in one bash script.
Correct, short and illustrative talk on aspects of informational security that even IT people are missing. Also we always need to remember that all our tracks in the Network are quite easy to find.
Russian subtitles are available
Collection of free resources to dive into Node.js.
I prefer quite small, useful and clear articles/books (and I would not be so clever to post official docs links here, I hope you have already found it and know what to do in case of emergency :)).
I'll try to order it from very basic to more sophisticated, so if you don't know where to start... just start from the very beginning of the list.
ActiveQuery::joinWith()
to support joining with relations + Discussion over another "join with" approach
And the documentation for joining with relationsBaseActiveRecord::markAttributeDirty() to force updating a record when calling
update()`BaseActiveRecord::updateAttributes()
- a shortcut to update()
when data validation is not needed and only a list of attributes need to be updated.ActionColumn::controller
property to support custom controller for handling GridView actionsUniqueValidator
and ExistValidator
yii\web\Controller::createAbsoluteUrl()
Html::activeCheckboxList()
and Html::activeRadioList()
will submit an empty string if no checkbox/radio is selectedLinkify - jQuery plugin for finding URLs in plain-text and converting them to HTML links. It works with all valid URLs and email addresses
Remodal - flat, responsive, lightweight, fast, easy customizable modal window jquery plugin with declarative state notation and hash tracking
Certified - helper tool to generate CA certificates and all kind of self signed certificates for local network usage
Giving a try to Ubuntu 14.04 - so far it's ok. More stable and refined. But it seem to have problems with Cinnamon 2 installation. Oh fine... will wait for Linux MInt 17 to use on my Work machine
Updated blog. Mostly "under-the-hood" changes according to latest Yii2 state, some CSS and server optimisations. In case of any issues please feel free to comment here