Rodomi pranešimai su žymėmis CSS. Rodyti visus pranešimus
Rodomi pranešimai su žymėmis CSS. Rodyti visus pranešimus

2016 m. sausio 28 d., ketvirtadienis

PHP irankis minimizavimui html/css, apjungimui i viena faila

https://github.com/mrclay/minify - nors man kazkodel nepasileido
https://github.com/matthiasmullie/minify - minifikatorius, bet kazin ar turi cache
http://rakaz.nl/code/combine - paprastas 1 failo skriptas su file cache filetime md5 pagrindu

2015 m. liepos 29 d., trečiadienis

Teksto lygiavimas vertikaliai

This solution will work for a single line and multiple lines of text, but still requires a fixed height container:
<div>
  <span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
</div>
The CSS just sizes the <div>, then vertically center aligns the <span> by setting the <div>'s line-height equal to its height, and making the <span> an inline-block with vertical-align: middle. Then it sets the line-height back to normal for the <span> so its contents will flow naturally inside the block.
div {
  width: 250px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

2015 m. gegužės 6 d., trečiadienis

2015 m. balandžio 22 d., trečiadienis

Priemonės priktaikant tinklalapį mobile friendly

https://www.google.com/webmasters/tools/mobile-friendly/  - patikrinimui mobile friendly
https://developers.google.com/speed/pagespeed/insights/ - greičio patikrinimui
https://developers.google.com/webmasters/mobile-sites/mobile-seo/?hl=lt-LT - kaip Google pataria pritaikyti mobiliems

web fonts - šriftai internetui

http://www.cufonfonts.com/ 
http://www.google.com/fonts
http://www.fontsquirrel.com/
https://edgewebfonts.adobe.com/