Ciekawostki, nowinki techniczne

Renderowanie 3D w CSS – voxelcss.com

Hope this helps and happy coding :)

Zobacz jeszcze

WP childs menu

<?php $theParent = wp_get_post_parent_id(get_the_ID()); $allPages = get_pages(array( 'child_of' => get_the_ID() )); if ($theParent or $allPages) { ?> <div...

jQuery do różnych wielkości okna

var $window = $(window);   function checkWidth() {     var windowsize = $window.width();     if (windowsize < 900) {       }     else if (windowsize > 899)...