2016 m. sausio 18 d., pirmadienis
2016 m. sausio 15 d., penktadienis
Fontastic - ikonu rinkiniu kaip fontu kurimas
nenorite pilno fiont-awesome paketo? susikurkite savo fontu rinkini is ikonu:
http://app.fontastic.me/
online base4 images for inline usage: http://b64.io/
base64 embed font sample: http://stackoverflow.com/questions/6866965/how-to-detect-onload-for-base-64-encoded-webfonts
http://app.fontastic.me/
online base4 images for inline usage: http://b64.io/
base64 embed font sample: http://stackoverflow.com/questions/6866965/how-to-detect-onload-for-base-64-encoded-webfonts
Google material design - bootstrap alternartyva
https://www.google.com/design/spec/material-design/introduction.html
http://www.getmdl.io/ lite
pvz, admin theme http://www.getmdl.io/templates/dashboard/index.html
http://www.getmdl.io/ lite
pvz, admin theme http://www.getmdl.io/templates/dashboard/index.html
2016 m. sausio 14 d., ketvirtadienis
CDN for JS/CSS
A free super-fast CDN
for developers and webmasters http://www.jsdelivr.com/
for developers and webmasters http://www.jsdelivr.com/
Font loader
Eliminate render-blocking JavaScript and CSS in above-the-fold content. Use: https://github.com/typekit/webfontloader arba https://github.com/filamentgroup/loadCSS
2016 m. sausio 9 d., šeštadienis
Javacript document.write catch
If you're dealing with 3rd party scripts, simply replacing document.write to capture the output and stick it in the right place isn't good enough, since they could change the script and then your site would break.
writeCapture.js does what you need (full disclosure: I'm the author). It basically rewrites the script tags so that each one captures it's own
document.write
output and puts it in the correct place. The usage (using jQuery) would be something like:$(document.body).writeCapture().append('<script type="text/javascript" src="http://3rdparty.com/foo.js"></script>');
Here I'm assuming that you want to append to the end of the body. All jQuery selectors and manipulation methods will work with the plugin, so you can inject it anywhere and however you want. It can also be used without jQuery, if that is a problem.
Užsisakykite:
Pranešimai (Atom)