Skip to content

Commit

Permalink
Edited code in Ola, Yehuda, Nick and Chad's talks
Browse files Browse the repository at this point in the history
  • Loading branch information
Judy committed May 20, 2011
1 parent dea988c commit f55d44e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2011/program.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ <h2>
<pre class="brush: ruby">RubyConfIndia::2011::Talks.new do |talk|
talk.title "Building Rails Apps for the Rich Client"
talk.speaker :yehuda_katz
talk.on :combined track =&gt; Day1.at(11:00)
talk.on :combined_track =&gt; Day1.at(11:00)
end</pre>
<div class="talk_description">
We all know that Rails is great for building traditional web applications that serve dynamic HTML pages. But more and more, people are reaching to other tools, like Node.js, when they build web applications with a lot of logic in the client. People often use the argument that when you remove the view helpers, there isn’t much of value left in Rails.<br />
Expand All @@ -670,7 +670,7 @@ <h2>
<pre class="brush: ruby">RubyConfIndia::2011::Talks.new do |talk|
talk.title "Service"
talk.speaker :chad_fowler
talk.on :combined track =&gt; Day1.at(17:00)
talk.on :combined_track =&gt; Day1.at(17:00)
end</pre>
<div class="talk_description">
As software developers, testers, and project managers, we all make the same thing: experiences. No matter what your profession, the service you provide to your customers is what they'll remember the most. This presentation will put "service" in perspective and give you techniques to provide remarkable customer service.<br />
Expand All @@ -683,7 +683,7 @@ <h2>
<pre class="brush: ruby">RubyConfIndia::2011::Talks.new do |talk|
talk.title "The Good, the Bad, and the Ugly"
talk.speaker :ola_bini
talk.on :combined track =&gt; Day2.at(10:00)
talk.on :combined_track =&gt; Day2.at(10:00)
end</pre>
<div class="talk_description">
Ruby turned 18 in 2011. In many countries around the world, that means Ruby is now an adult. During the evolution of the language, there have been many, many improvements. What started out as a small language has grown larger. However, the more code we write in Ruby, the more we realise that there are things that could be better. And we are also realising that there are things that just plainly shouldn't be there.<br />
Expand All @@ -698,7 +698,7 @@ <h2>
<pre class="brush: ruby">RubyConfIndia::2011::Talks.new do |talk|
talk.title "Happiness : Ruby :: Freedom : JRuby"
talk.speaker :nick_sieger
talk.on :combined track =&gt; Day2.at(17:00)
talk.on :combined_track =&gt; Day2.at(17:00)
end</pre>
<div class="talk_description">
Happiness is an infectious feeling. When Matz set out to make himself happy by creating Ruby, did he have any idea what he had set in motion? And yet, here we are, a worldwide community of computer programmers collectively discussing how to improve our own lives and the lives of others. Inspired by Matz, we sense an opportunity to leave the world a better place than the way we found it.<br />
Expand Down

0 comments on commit f55d44e

Please sign in to comment.