Comments on: Learn at Least One New Language Every Year https://rubyrailways.com/?p=326 Experiences with Ruby and Rails, Web2.0 and other development technologies Wed, 29 Mar 2017 20:20:33 +0000 hourly 1 http://wordpress.org/?v=3.5.2 By: kartal konut projeleri https://rubyrailways.com/?p=326&cpage=1#comment-359567 kartal konut projeleri Mon, 27 Jun 2016 19:51:24 +0000 https://rubyrailways.com/?p=326#comment-359567 Gelece?in yat?r?m? olarak de?erlendirilen konut ve arsalar emlakdream güvencesi ile istedi?iniz tarzda ve istedi?iniz konumda sizlerle .

Kartal Konut Projeleri ile ?stanbul Anadolu yakas?n?n en çok de?er kazanabilecek konutlar?n? sizlere sunmaktay?z. Sizler için yap?lan ara?t?rmalar neticesinde web sitemizde yer alan iskanl? konutlar? incelemenizi tavsiye ediyoruz. Bilgilendirmeler için 7 gün 24 saat ça?r? merkezimizde sizlerin ça?r?lar?n? beklemekteyiz.

Sevdikleriniz için ya?am?n önemini iyi biliyoruz bu yüzden en kaliteli mekanlarda en gözde mekanlar? sizler için derledik.

http://www.emlakdream.com/etiket/kartal-konut-projeleri/

]]>
By: Scream 4 The Movie https://rubyrailways.com/?p=326&cpage=1#comment-142421 Scream 4 The Movie Sun, 16 May 2010 00:30:51 +0000 https://rubyrailways.com/?p=326#comment-142421 Your blog has helped, appreciate it. I’ve discovered it once or twice today and will very likely bookmark it. You actually may possibly really want to upgrade wordpress as there is certainly a fresh release available at this moment!

]]>
By: Download FLV Player https://rubyrailways.com/?p=326&cpage=1#comment-142420 Download FLV Player Sat, 15 May 2010 23:59:18 +0000 https://rubyrailways.com/?p=326#comment-142420 Your blog has helped, many thanks. I have come across it maybe once or twice now and will very likely take a note of it. You actually may well really want to update wordpress as there is a completely new release obtainable now!

]]>
By: David Peers https://rubyrailways.com/?p=326&cpage=1#comment-142415 David Peers Sat, 15 May 2010 21:02:37 +0000 https://rubyrailways.com/?p=326#comment-142415 This blog aided me somewhat in narrowing down some issues with the latest version, Why do they always leave out vital documentation when they release a new version? It may be minor to them but not to me. I’m sure we’re not alone.

]]>
By: language learning software https://rubyrailways.com/?p=326&cpage=1#comment-130841 language learning software Sun, 07 Jun 2009 17:10:04 +0000 https://rubyrailways.com/?p=326#comment-130841 You have a great blog here and it is Nice to read some well written posts that have some relevancy…keep up the good work ;)

]]>
By: Simulating Browsers in Ruby https://rubyrailways.com/?p=326&cpage=1#comment-113363 Simulating Browsers in Ruby Thu, 12 Feb 2009 21:29:58 +0000 https://rubyrailways.com/?p=326#comment-113363 [...] Learn at Least One New Language Every Year [...]

]]>
By: Peter https://rubyrailways.com/?p=326&cpage=1#comment-113155 Peter Wed, 11 Feb 2009 11:28:59 +0000 https://rubyrailways.com/?p=326#comment-113155 Kevin,

So you are saying using jQuery and unobtrusive JS = ‘my legs are not working?’ Can’t really agree with that ;-)

]]>
By: Kevin Monk https://rubyrailways.com/?p=326&cpage=1#comment-113139 Kevin Monk Wed, 11 Feb 2009 09:17:01 +0000 https://rubyrailways.com/?p=326#comment-113139 I prefer to think of it as “using a motorized wheelchair because my legs don’t work” ;)

]]>
By: Christian https://rubyrailways.com/?p=326&cpage=1#comment-112537 Christian Sat, 07 Feb 2009 12:25:12 +0000 https://rubyrailways.com/?p=326#comment-112537 I’d highly recommend Douglas Crockfords book, “JavaScript the Good Parts”. It’s a tight read, but packed with good stuff (as the title indicates).

I did a round-up on JavaScript litterature before christmas, unfortunately it’s in norwegian, but maybe google translate can help. Anyway, you could check out the links there.

]]>
By: Anko Painting https://rubyrailways.com/?p=326&cpage=1#comment-108749 Anko Painting Mon, 19 Jan 2009 22:09:23 +0000 https://rubyrailways.com/?p=326#comment-108749 While I agree that learning javascript is a good thing (if not a necessity), I think some of your points are flawed.

*  Simulating even the most trivial things like $(’element’).toggle(); with RJS

In rjs it’s easier to test, easier to read, and less code to maintain.

* Using oberve_field for everything. The problem is that observe_field in it’s vanilla form sends a request to the server every time you hit a key. It’s easy to replace it with a bit of Javascript knowledge and stop hogging the bandwidth.

This one I mostly agree with, except premature optimisation is the root of all evil, so do it last. Why not submit a rails patch?

* Instead using Javascript functions like setInterval / setTimeout they are simulating the desired behavior with Prototype / RJS

Again, harder to test.

* Trying to create great AJAX sites without much clue about Javascript (and just minimal knowledge about Prototype/RJS - spending a week or so on #rubyonrails was enough to experience this in it’s full glory ‘hey plz help bro cuz Im new to AJAX’)
* Doing all of the above obtrusively - who cares about the totally littered HTML, just get it done somehow

Of course this isn’t a good idea. I think the generally better idea is to submit rails patches if you have more efficient ways of doing things.

]]>