Girls gonna code

Programming is not just a guy thing. Rails Girls Warsaw wants to prove it this weekend. Girls and women are going to learn building web applications with Ruby on Rails.

Programming is not just a guy thing. Rails Girls Warsaw wants to prove it this weekend. Girls and women are going to learn building web applications with Ruby on Rails.

The idea is to help girls to get familiar with the technology and equip them with the skills needed to create and code  their own web applications. All under the supervision of professional coaches and in a warm and creative atmosphere.

Rails Girls was born in Finland and nowadays their workshops are held all around the world. They come to Warsaw for the second time. And for the second time the event is supported by TouK.

Some immpresions from the first edition you can find here.

You May Also Like

Tomcat: Problemy z requestami zawierającymi polskie znaki diakrytyczne


Jeśli jest problem z pobieraniem plików z polskimi znakami diakrytycznymi, to trzeba dopisać kodowanie do connectora w tomcat/conf/server.xml

URIEncoding="UTF-8"

Typowa konfiguracja connectora będzie wyglądała tak

<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8" />

Context menu or Action buttons ?

Recently I was drawn into one of those UI "religious" disputes that has no easy answers and usually both sides are right. One of our web developers was trying out new web tech (with pretty rich widget library) and started to question himself about some basic usability decisions. The low level problem in this case is usually brought to "which widget should I use ?". I'm not fond of bringing the usability problems to questions: Should I use Tabs over Menu ? Or should I use Context menu instead of buttons panel ? But sometimes if time is crucial factor and other usability levels are by default not addressed at all - better developer that asks those basic questions than developer that do not question himself at all.