Meeting 44: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „* When: Monday, December 5th, 2011 - 7pm to 9pm * Where: University of Technology Vienna, Freihaus HS4 ([http://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&...“) |
K (Schützte „Meeting 44“: Wiederkehrender Vandalismus ([edit=autoconfirmed] (unbeschränkt) [move=autoconfirmed] (unbeschränkt))) |
||
(6 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
− | === | + | == Web technologies are fun again! - Introducing CoffeeScript & SASS == |
+ | Clemens Helm, independent Web application developer and Ruby on Rails enthusiast (http://www.rails-troubles.com) will present CoffeeScript as well as SASS. | ||
+ | |||
+ | === CoffeeScript === | ||
+ | |||
+ | CoffeeScript is a little language that compiles into JavaScript. Underneath all those awkward braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. | ||
+ | http://jashkenas.github.com/coffee-script/ | ||
+ | |||
+ | === Sass - Syntactically Awesome Stylesheets === | ||
+ | |||
+ | Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. | ||
+ | http://sass-lang.com/ | ||
+ | |||
+ | [[Datei:CoffeeScript & Sass.pdf|Slides of the presentation]] | ||
+ | |||
+ | == Brunch - CoffeeScript & Backbone.js - lightning talk == | ||
+ | Nik Graf will give a lightning talk about "Brunch" (https://github.com/brunch/brunch), a framework combining CoffeeScript with Backbone.js to create awesome webapps. | ||
+ | |||
+ | [[Category:Meeting]] |
Aktuelle Version vom 18. März 2013, 07:54 Uhr
- When: Monday, December 5th, 2011 - 7pm to 9pm
- Where: University of Technology Vienna, Freihaus HS4 (Google Maps)
Inhaltsverzeichnis
Ebean Java Persistence
Dominik Dorn will present the Ebean ORM Persistence Layer - a lightweight way to access your database in Java with the comfort of JPA but without its performance penalties - a real alternative to Hibernate, Spring JDBC, iBatis and co.!
Web technologies are fun again! - Introducing CoffeeScript & SASS
Clemens Helm, independent Web application developer and Ruby on Rails enthusiast (http://www.rails-troubles.com) will present CoffeeScript as well as SASS.
CoffeeScript
CoffeeScript is a little language that compiles into JavaScript. Underneath all those awkward braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. http://jashkenas.github.com/coffee-script/
Sass - Syntactically Awesome Stylesheets
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. http://sass-lang.com/
Brunch - CoffeeScript & Backbone.js - lightning talk
Nik Graf will give a lightning talk about "Brunch" (https://github.com/brunch/brunch), a framework combining CoffeeScript with Backbone.js to create awesome webapps.