http://pikock.github.io/bootstrap-magic/app/index.html#!/editor
Hacking around with PHP to have a better solution than get_browser()
PHP’s native get_browser() function parses this file and provides you with a complete set of information about every browser’s details, But it requires the path to the browscap.ini file to be specified in the php.ini browscap directive which is flagged as
PHP_INI_SYSTEM
.Since in most shared hosting environments you have not access to the php.ini file, the browscap directive cannot be modified and you are stuck with either and outdated database or without browscap support at all.
Browscap is a standalone class for PHP >=5.3 that gets around the limitations of
get_browser()
and manages the whole thing. It offers methods to update, cache, adapt and get details about every supplied user agent on a standalone basis. It’s also much faster thanget_browser()
while still returning the same results.
https://github.com/GaretJax/phpbrowscap
There are great problems for those who want real responsive images.
Note to self: The lazy, cross-browser, cross-device (desktop and mobile), low overhead, kinda light, solution so far is:
- make your images 2x their display size
- compress them with high compression ratio (30% quality)
- and set their size by css (using media queries if needed)
For an entry point on the subject, you may start here: noupe article
Google is adding mobile-friendly to rank pages on search results, forcing everyone that doesn’t want to be left behind to start working on a mobile friendly solution for their sites.
To check how Google ranks your site, visit:
https://www.google.com/webmasters/tools/mobile-friendly/
and enter your site url address.
This is good and bad at the same time. Fair and unfair. Nevertheless it’s a game changer.
Completely free stock videos. – https://videos.pexels.com/
Pexels Videos offers royalty free stock videos. All videos are licensed under the Creative Commons Zero (CC0) license. This means you can edit or change the videos and use them free for personal and even for commercial projects. All without asking for permission or setting a link to the source. So that attribution is not required. All videos are completely free to be used for any legal purpose.
The CC0 license was released by the non-profit organization Creative Commons (CC). You can find more information about the license on the official license page.
Restriction
Identifiable people may not appear in a bad light or in a way that they may find offensive, unless they give their consent.
This app is supposed (because I haven’t tried it) to optimize svg files for the web.
http://petercollingridge.appspot.com/svg-editor
Daniel Rapp made a cool small javascript library that’s able to use the doppler effect to detect movement.
It can be used in interesting ways… Check it out at http://danielrapp.github.io/doppler/
https://www.nativescript.org/
Build truly native apps with JavaScript
Develop iOS, Android and Windows Phone apps from a single code base
A helpful online tool for wordpress development:
The easiest and the fastest way to create custom and high quality code for your WordPress project using the latest WordPress coding standards and API’s.
Getting started
Download and install the software for your OS on the computer or device you are connecting from and on the computer you want to connect to. The package includes everything you need to communicate with another NoMachine-enabled computer.
Seems good if you use a few computers regularly (everytime the same computers) and want to remote access one of them.
Haven’t tried it!
The enterprise version is paid, the personal is free.
More info at https://www.nomachine.com
CAVEAT
If you connect to a corporate VPN it doesn’t resolve the corporate internal domains!
It seems you need something like splitDNS but haven’t managed to configure it.
Main article
Currently Ubuntu does not offer an easy way to set up a “global” DNS for all network connections: whenever you connect to a new WiFi network, if you don’t want to use the DNS server provided by the WiFi, you are forced to go to the network settings and manually set your preferred DNS server.
https://andrea.corbellini.name/2020/04/28/ubuntu-global-dns/
DNS Providers:
https://securitytrails.com/blog/dns-servers-privacy-security
Chosen Provider – Quad9:
https://www.quad9.net/service/service-addresses-and-features/
Has IPV6 too.
To use or not to use DNSSEC right now
https://dnsinstitute.com/documentation/dnssec-guide/ch06s06.html
To create Wordpress based applications:
Here a list of frameworks and starter temes: https://includewp.com/
Here, one than promisses the moon: https://piklist.com/
Here, one that is not on the list: https://wp-papi.github.io/
Here, one that seems to be very handy: https://github.com/hiwelo/raccoon-plugin/wiki/Manifest-features
Lately i have been making experiments by repurposing an old laptop.
I installed a Kodi linux that is an ubuntu + media center called KODI (used to be called xbmc).
It is working very well and plan to replace my living room hi-fi (cd-player, radio, tapes???) I set it up to rip a cd when inserted on the computer, so, digitizing my physical cd’s will not be so hard (I hope).
To catalog the music, I plan on using Picard from Music Brainz
[Update] Maybe better, but for linux which is my main OS at home, I’ll try beets.
While searching for this media center solution, i stumble upon a project that may be very cool if you like to make music instead of listening to it. It’s LMMS, and presents itself as a complete recording solution that works on linux, windows and mac.
Hacking around with PHP to have a better solution than get_browser()
PHP’s native get_browser() function parses this file and provides you with a complete set of information about every browser’s details, But it requires the path to the browscap.ini file to be specified in the php.ini browscap directive which is flagged as
PHP_INI_SYSTEM
.Since in most shared hosting environments you have not access to the php.ini file, the browscap directive cannot be modified and you are stuck with either and outdated database or without browscap support at all.
Browscap is a standalone class for PHP >=5.3 that gets around the limitations of
get_browser()
and manages the whole thing. It offers methods to update, cache, adapt and get details about every supplied user agent on a standalone basis. It’s also much faster thanget_browser()
while still returning the same results.
https://github.com/GaretJax/phpbrowscap
There are great problems for those who want real responsive images.
Note to self: The lazy, cross-browser, cross-device (desktop and mobile), low overhead, kinda light, solution so far is:
- make your images 2x their display size
- compress them with high compression ratio (30% quality)
- and set their size by css (using media queries if needed)
For an entry point on the subject, you may start here: noupe article
Google is adding mobile-friendly to rank pages on search results, forcing everyone that doesn’t want to be left behind to start working on a mobile friendly solution for their sites.
To check how Google ranks your site, visit:
https://www.google.com/webmasters/tools/mobile-friendly/
and enter your site url address.
This is good and bad at the same time. Fair and unfair. Nevertheless it’s a game changer.
Completely free stock videos. – https://videos.pexels.com/
Pexels Videos offers royalty free stock videos. All videos are licensed under the Creative Commons Zero (CC0) license. This means you can edit or change the videos and use them free for personal and even for commercial projects. All without asking for permission or setting a link to the source. So that attribution is not required. All videos are completely free to be used for any legal purpose.
The CC0 license was released by the non-profit organization Creative Commons (CC). You can find more information about the license on the official license page.
Restriction
Identifiable people may not appear in a bad light or in a way that they may find offensive, unless they give their consent.
This app is supposed (because I haven’t tried it) to optimize svg files for the web.
http://petercollingridge.appspot.com/svg-editor
Daniel Rapp made a cool small javascript library that’s able to use the doppler effect to detect movement.
It can be used in interesting ways… Check it out at http://danielrapp.github.io/doppler/
https://www.nativescript.org/
Build truly native apps with JavaScript
Develop iOS, Android and Windows Phone apps from a single code base
A helpful online tool for wordpress development:
The easiest and the fastest way to create custom and high quality code for your WordPress project using the latest WordPress coding standards and API’s.