Category: Uncategorized
-
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: http://perl.apache.org/embperl/ Mason: http://search.cpan.org/dist/HTML-Mason/ http://shop.oreilly.com/product/9780596002251.do 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: http://search.cpan.org/perldoc?Template::Toolkit http://shop.oreilly.com/product/9780596004767.do 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 3: w3schools has a nice tutorial – also good for picking sample code
http://www.w3schools.com/bootstrap/
-
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 …
-
technical topics, that I can always talk about to interested audience
http://www.b.shuttle.de/hayek/mediawiki/w/index.php?title=Main_Page#technical_topics_.E2.80.93_spreading_the_word_.E2.80.A6 Last not least I can always look at my blog entries to find something exciting to talk about.
-
Linux: setting up dual monitors with XRandR
https://www.maketecheasier.com/how-to-setup-dual-monitors-with-xrandr/ https://en.wikipedia.org/wiki/RandR My current employer gives me the opportunity to get familiar with quite a lot of his employees – they keep assigning a new desk to me every now and then, like once a week. I find making new friends and extending my social (scientific) network quite interesting and helpful. And “change” is the…
-
diving into “Bootstrap”, the front-end web development framework / cont’d
https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework) http://getbootstrap.com http://blog.getbootstrap.com http://shop.oreilly.com/product/0636920027867.do https://www.safaribooksonline.com/library/view/bootstrap/9781449344573/ https://github.com/whyisjake/bootstrap https://github.com/whyisjake/Bootstrap/blob/master/pdf/drafts/intake.pdf – the “draft” of the O’Reilly book I am quite thrilled … http://getbootstrap.com/getting-started/ – the “Basic template” HTML shown isn’t XML-ish enough for my Emacs’ nxml-mode: lots of unclosed tags 🙁
-
O’Reilly Media: Refactoring JavaScript
How often do you hear people say things like this? “Our JavaScript is a mess, but we’re thinking about using [framework of the month].“Like it or not, JavaScript is not going away. No matter what framework or ”compiles-to-js” language or library you use, bugs and performance concerns will always be an issue if the underlying…
-
what is EditorConfig?
http://EditorConfig.org EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.