Aug 28, 2017 | Articles |
The following methods calculate the ISO 8601 Week number in PHP, MySQL and Microsoft SQL Server, with the same exact results. All the examples below are using the same week criteria: week stars on Monday. MySQL is easy, as it supports this directly: SELECT...
Aug 24, 2017 | The Others |
Record and play back audio through Loud Speaker, Receiver, Bluetooth and Headphones in your iOS or Android React Native apps. When playing audio, there are chances that the headphone is plugged, or the bluetooth headset is connected to your device. View original...
Aug 24, 2017 | The Others |
Being a designer at the moment is great because a wealth of modern design applications are available that let you easily bring your ideas to the screen: Sketch1, Affinity Designer, Adobe XD (beta) and Figma, to name just a few (not to mention the classics, Photoshop...
Aug 23, 2017 | Articles |
I have a couple of servers running PHP 5.x.x on CentOS 6 and i want to migrate some to PHP7, without worrying about the older stuff. So, i could compile PHP7 from source, setup FPM and Opcache for it, etc, etc, but i found out that REMI as a solution for this...
Aug 21, 2017 | The Others |
One of the first things you have to do when creating an app is adding app icons. In an Ionic process, we could automate this process with a single command line, why not have the same for React Native? View original...