If you plan to use iconv()
to transliterate string in you PHP project, please, take this:
FROM alpine:3.4
RUN apk add --update php5-cli wget build-base php5-dev autoconf re2c libtool \
#ajax-spinner { | |
position: fixed; | |
width: 32px; | |
height: 32px; | |
/* - use if you use bacground image, no ico */ | |
/*background: url('../img/ajax_loader.gif') no-repeat;*/ | |
z-index: 123456; | |
color: green; | |
} |
git remote add upstream https://github.com/whoever/whatever.git
git fetch upstream
Začátek je jednoduchý, ostatně jako u všech ostatních rozšíření pro Nette framework. Ještě ale než budeme instalovat rozšíření, je potřeba se rozhodnout který typ web socketů budeme chtít implementovat.
Toto rychlé how-to se bude podrobněji zabývat druhou možností a tedy iPub:WebSocketsWAMP!
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{REQUEST_URI} !^/maintenance\.html$ [NC] | |
RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif|css|js|tff|woff) [NC] | |
RewriteRule ^(.*)$ http://%{HTTP_HOST}/maintenance.html [R=307,L] |
(function ($) { | |
let Spinner = new window.Spinner(); | |
$.nette.ext('trigger-spinner', { | |
before: function (jqXHR, settings) { | |
if (!this.validRequest(settings)) { | |
return; | |
} |