https://bootswatch.com/
http://blacktie.co/2014/07/dashgum-free-dashboard/#more-362
Rodomi pranešimai su žymėmis bootstrap. Rodyti visus pranešimus
Rodomi pranešimai su žymėmis bootstrap. Rodyti visus pranešimus
2017 m. vasario 10 d., penktadienis
2016 m. rugpjūčio 8 d., pirmadienis
bootstrap above fold load ciritical css
https://www.appneta.com/blog/bootstrap-pagespeed/
Enable mod_pagespeed
<IfModule pagespeed_module>
ModPageSpeed on
ModPagespeedRewriteLevel CoreFilters
ModPagespeedEnableFilters prioritize_critical_css
ModPagespeedEnableFilters defer_javascript
ModPagespeedEnableFilters sprite_images
ModPagespeedEnableFilters convert_png_to_jpeg,convert_jpeg_to_webp
ModPagespeedEnableFilters collapse_whitespace,remove_comments
</IfModule>
Minify CSS
yum compress JS and load async
$ cat jquery.js bootstrap.js holder.js > all.js
$ yui-compressor all.js -o all.min.js
Optimize CSS Delivery
Run a Javascript bookmarklet to detect and list CSS that is “above the
fold”
Inline the “above the fold” CSS directly into the HTML
Defer loading the rest of the “below the fold” CSS using a simple, yet
not cross browser compatible solution by Paul Irish
Enable mod_pagespeed
<IfModule pagespeed_module>
ModPageSpeed on
ModPagespeedRewriteLevel CoreFilters
ModPagespeedEnableFilters prioritize_critical_css
ModPagespeedEnableFilters defer_javascript
ModPagespeedEnableFilters sprite_images
ModPagespeedEnableFilters convert_png_to_jpeg,convert_jpeg_to_webp
ModPagespeedEnableFilters collapse_whitespace,remove_comments
</IfModule>
Minify CSS
yum compress JS and load async
$ cat jquery.js bootstrap.js holder.js > all.js
$ yui-compressor all.js -o all.min.js
Optimize CSS Delivery
Run a Javascript bookmarklet to detect and list CSS that is “above the
fold”
Inline the “above the fold” CSS directly into the HTML
Defer loading the rest of the “below the fold” CSS using a simple, yet
not cross browser compatible solution by Paul Irish
arba: https://github.com/addyosmani/critical
2016 m. rugpjūčio 3 d., trečiadienis
bootlint - bootstrap error checker
https://github.com/twbs/bootlint
pakanka i koda ideti eilute
(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})();
pakanka i koda ideti eilute
(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})();
2016 m. kovo 21 d., pirmadienis
2015 m. gegužės 6 d., trečiadienis
Darbui su bootstrap
http://getbootstrap.com/ atsisiuntimų puslapis
http://www.layoutit.com/build - įrankis pačiam sudėlioti elementus
https://bootswatch.com/ - bootstrap spalvinės temos
http://startbootstrap.com/ - yra nemokamų išskirtinių temų
http://www.layoutit.com/build - įrankis pačiam sudėlioti elementus
https://bootswatch.com/ - bootstrap spalvinės temos
http://startbootstrap.com/ - yra nemokamų išskirtinių temų
Užsisakykite:
Pranešimai (Atom)