Strona głównaUżytkownik

http://chrisseroka.wordpress.com/ | użytkownik

http://chrisseroka.wordpress.com/
http://chrisseroka.wordpress.com/
350,06
1684 dni, 7 godzin, 46 minut temu
7 lipca, 2013
dotnetomaniak.pl

AngularJS is a great tool and really helps to write maintainable  and testable code pretty FAST. But I think everyone who uses AngularJS encountered performance issues with this framework. I made some tests on Internet Explorer, where ngRepeat directive can be really slow while rendering. In this post you can see how to use ReactJS or Mithril to improve performance of AngularJS rendering

Źródło: bigguns.pl
Dziel się z innymi:
[EN] IE rendering with AngularJS + ReactJS + Mithril  | bigguns

Web 3453 dni, 5 godzin, 47 minut temu http://chrisseroka.wordpres... 108 źrodło rozwiń

Unit testing client-side of our web applications is a little bit cumbersome: we have Javascript but also move forward to TypeScript. We have plain code without modules or use requirejs to benefit from AMD. For each configuration the setup of unit test project is different. I think having all these samples in one place could help us to start TDD in client-side. All the sample are based on the sample application from my previous posts about unit testing JavaScript. Actually these are not 11 different sampl...

[EN] JavaScript/TypeScript unit testing –11 sample projects for Resharper, Chutzpah and Karma | chrisseroka

Kilka spostrzeżeń po Krakowskim Global Day of Coderetreat 2013. Kilka spostrzeżeń o pair programming, pythonie, narzędziach itd

Dziel się z innymi:
Podsumowanie Krakowskiego Code Retreat 2013. | Show me the code

We have an e-commerce shop, so that we have products there. There should be Friendly URL for every product, so last part would be the name of a product. Product name is: dovre Gore-Tex Pro Shell Jacket (M/W). We want it to look like: dovre-gore-tex-pro-shell-jacket-mw

Tagi: asp.net, slugify, urls
Dziel się z innymi:
[EN] Your better URLs – Slugify | Show me the code

Web 3820 dni, 17 godzin, 50 minut temu http://chrisseroka.wordpres... 124 źrodło rozwiń

Opis metody szybkiego edytowania HTML. Dodatek do Visual Studio, który to umożliwia to Web Essentials (instalacja poprzez Tools->Extensions and Updates). Działa podobnie do snippetów w VS. Wpisujemy coś i klikamy TAB, który rozwija się do większej ilości kodu.

Pisz szybciej HTML – Emmet, Zen Coding | Show me the code

Narzędzia 3822 dni, 22 godziny, 43 minuty temu http://chrisseroka.wordpres... 209 źrodło rozwiń

Sometimes there is a need to generate a document (HTML report, e-mail etc.) from a given template. It’s simple when it comes to just replace some tokens, but in case of more complicated operations (dealing with collections, conditions, loops) it’s better to use advanced template engine. Fortunately there is NVelocity that can be used as a standalone tool that gives pretty much flexibility.

[EN] Generating HTML document from template using NVelocity

Web 3907 dni, 6 godzin, 52 minuty temu http://chrisseroka.wordpres... 99 źrodło rozwiń

Najaktywniejsi w tym miesiącu