Posts

Showing posts with the label Boilerplate

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Rozmiar jest wrogiem

PL:  http://www.devblogi.pl/2011/09/rozmiar-jest-wrogiem.html EN: http://www.codinghorror.com/blog/2007/12/size-is-the-enemy.html Really good reading about problem with large code base. In Java this is based of "good practices" to create a large number of boilerplate code that in most cases is doing nothing.

HTML5 Boilerplate - PL

Image
Czym jest HTML5 Boilerplate? http://html5boilerplate.com/ Najpierw małe wprowadzenie... Mnie strona się nie podoba... jest przeładowana i trudno mi się w niej odnaleźć. Jakiś czas temu próbowałem się w to wgryźć ale ta strona mnie odrzuca. Podszedłem do problemu od innej strony, znalazłem w końcu dzisiaj trochę czasu by obejrzeć kilka wideo na ten temat, w tym prezentację autora. Co to jest? HTML5 jest startowym szablonem dla stron www. Z wieloma przetestowanymi 'hackami', podstawowymi ustawieniami i podstawowymi frameworkami, ale nadal szablon startowy. Wideo można obejrzeć na blogu autora (lub poniżej): http://paulirish.com/2011/videos-about-the-html5-boilerplate/ (ps. Tło tego bloga zawsze mnie rozprasza i zaczynam rysować jakieś dziwne esy-floresy ;) Prezentacja (najważniejsza): Jak zacząć: Builder: Polecam szczególnie pierwsze wideo, prezentacja jest naprawdę ciekawa i nabiera się do tego odpowiedniego dystansu. Co zawiera: .htaccess z zachowan...