Category: web development
-
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.
-
Perl web frameworks
- https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks
- https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Perl
- https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Perl_2
- http://news.perlfoundation.org/2013/05/2013q2-gp-review-of-perl-web-f.html (not yet started)
- http://www.perlmonks.org/?node_id=753411 (year: 2009)
- http://www.perlfoundation.org/perl5/index.cgi?web_frameworks
“Dancer is an open source lightweight web application framework written in Perl and inspired by Ruby’s Sinatra”:
- https://en.wikipedia.org/wiki/Dancer_(software)
- http://www.PerlDancer.org
- http://www.PerlDancer.org/quickstart
“Mojolicious is a real-time web application framework, written by Sebastian Riedel, creator of the web application framework Catalyst”:
- https://en.wikipedia.org/wiki/Mojolicious
- http://mojolicious.org
- http://mojolicious.org/perldoc
- https://github.com/kraih/mojo/wiki
- https://www.amazon.de/dp/3848200953 – “Web-Entwicklung mit Perl und Mojolicious: Starthilfe für Anfänger” (found only 1 book and in German)
…:
-
O’Reilly Media book: The Uncertain Web
What’s the best way to develop for a Web gone wild? That’s easy. Simply scrap the rules you’ve relied on all these years and embrace uncertainty as a core tenet of design. In this practical book, veteran developer Rob Larsen outlines the principles out what he calls The Uncertain Web, and shows you techniques necessary to successfully make the transition.
Who Should Read This Book
The primary audience is intermediate to advanced web developers—the folks on the front lines of dealing with these issues on a day-to-day basis and those who serve as the main channel for new frontend development techniques and trends to make their way into organizations. This book is geared toward developers who work primarily in HTML, CSS, and JavaScript and who have a solid understanding of cross-browser (if not cross-form-factor or cross-device) development techniques.
The secondary audience consists of user experience designers, web-focused visual designers, and web-focused engineers from other programming disciplines. To properly build for the modern Web, there needs to be cohesion in site design and architecture from start to finish. The material here should familiarize other disciplines with the best way to approach designing and developing for the present and future of the Web. As a natural bridge between design and the server, the core web developer is always going to be the glue that binds this process together, but having everyone on board will help improve the finished product. -
O’Reilly Media book: Opa: Up and Running – Rapid and Secure Web Development

Want to simplify web development? This hands-on book shows you how to write frontend and backend code simultaneously, using the Opa framework. Opa provides a complete stack for web application development, including a web server, database engine, distribution libraries, and a programming language that compiles to JavaScript.
