Very valuable features. Only recently discovered how valuable they are. Allows you to ignore those threads, resp. to even disallow them to gain your awareness within a limited amount of time.
Blog
-
Pragmatic …: The Way of the Web Tester
This book is for everyone who needs to test the web. As a tester, you’ll automate your tests. As a developer, you’ll build more robust solutions. And as a team, you’ll gain a vocabulary and a means to coordinate how to write and organize automated tests for the web. Follow the testing pyramid and level up your skills in user interface testing, integration testing, and unit testing. Your new skills will free you up to do other, more important things while letting the computer do the one thing it’s really good at: quickly running thousands of repetitive tasks.
Source: The Way of the Web Tester
-
creating “XML::Template” – an incomplete rewrite of “HTML::Template” – yet another case of “not invented here”
- https://github.com/JochenHayek/Perl/tree/master/XML
- https://github.com/JochenHayek/Perl/blob/master/XML/Template.pm
Why? Because “he” does not want another module from CPAN, “because all that is tremendous overkill“.
But at least I am taking a few ideas from HTML::Template 🙄
I apologise for practicing NIH here. Wasn’t my decision.
-
simplest way to embed Perl in HTML? MVC?
Mojo:
- http://stackoverflow.com/questions/3641413/simplest-way-to-embed-perl-in-html
- http://search.cpan.org/dist/Mojolicious/lib/Mojo/Template.pm – Mojo::Template
Embperl:
Mason:
Dancer:
- http://www.perl.com/pub/2010/04/a-website-in-a-minute-using-dancer-the-effortless-web-framework.html
- http://search.cpan.org/perldoc?Dancer%3A%3ATemplate%3A%3ASimple – Dancer::Template::Simple
- http://perldancer.org/slides/dancing-tutorial.pdf
Perl Template Toolkit:
HTML::Template:
- http://search.cpan.org/perldoc?HTML::Template
- http://www.perlmonks.org/index.pl?node_id=144315 – “using CGI, DBI and HTML::Template (a mini tutorial with example code)”
more:
- Template::Tiny
- Tenjin
- Text::Haml
-
Bootstrap and HTML5 ARIA – the W3 approach for “Accessible Rich Internet Applications”
- http://stackoverflow.com/questions/18933084/what-are-these-attibutes-aria-labelledby-and-aria-hidden
- https://developer.mozilla.org/en-US/docs/Accessibility/ARIA
- http://www.w3.org/WAI/PF/aria/states_and_properties#state_prop_def
Accessible Rich Internet Applications (ARIA) defines ways to make Web content and Web applications (especially those developed with Ajax and JavaScript) more accessible to people with disabilities.
-
forked “The Bootstrap Book” on github
- https://github.com/whyisjake/Bootstrap – the source
- https://github.com/JochenHayek/Bootstrap – my fork
- https://github.com/JochenHayek/Bootstrap/blob/master/book.asciidoc
- https://github.com/JochenHayek/Bootstrap/blob/master/ch01.asciidoc
- https://github.com/JochenHayek/Bootstrap/edit/master/ch01.asciidoc
I am not yet sure, this will lead anywhere 🙄
-
my Firefox kept freezing again and again, and my sys admin finally installed Chromium for me
I would actually prefer Chrome, but that was our compromise 🙂 .
-
Bootstrap (the front-end framework) – and some balagan (or chaos)
- https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework)
- http://getbootstrap.com
- in need of a serious tutorial
- such a short life-time – so many incompatible releases
- the O’Reilly book is really nice but really outdated
- cheatsheets …