Asm.js and Web Development
As you can probably see from the code above Asm.js isn't designed to be written by hand. It's going to require some sort of tooling to write and it's going to require some rather drastic changes from how one would normally write JavaScript, in order to use. The most common use case for Asm.js right now is in applications complied from C/ C++ to JavaScript. Almost none of these applications interact with the DOM in a meaningful way, beyond …
5500 Flashcards on Web Development With Rails
Jack Kinsella has released a free set of 5500 questions and answers on various aspects of Ruby, Rails, JS and CoffeeScript development. They're designed to be used with Anki, a free open source flashcard viewer.
What is ARGF.class in Ruby 1.9?
A question on Stack Overflow shows off an interesting quirk in Ruby 1.9. Why does " ARGF.class" give such a curious response? Two respondents try …
…for Rails put together by Sam Ruby. It essentially transcribes the Agile Web Development With Rails book into a series of very complete integration tests for Rails. When refactoring Rails for Rails 3, this suite was extremely useful, and helped keep the number of unintentional changes to Rails to a tiny number. It also kept us honest about intentional changes.
This suite is perfect for Tokaido, as it tests every aspect of Rails, which is itself touches a wide swath of …
Vancouver, BC
May 29th to 31st, 2012
RubyTeach is part of DevTeach and it offer 3 days of training between May 29th and May 31st. A total of 11 sessions on Ruby and over 30 sessions on Web Development ( jQuery, HTML5, CSS) and Agile. The best experts in the industry are presenting their knowledge and expertise. This is your chance to learn and network with the experts.
I finished reading most of Agile Web Development with Rails , fourth edition. This is the third edition that I've bought and read. I still love this book.
This edition is much shorter than the previous editions. I tend to read books cover-to-cover, so I appreciate when they aren't full of reference information that I can find online. I think this book struck the right balance of breadth, depth, and length. My buddy Shailen Tuli thought it was too short. Your mileage may vary.
…generated for 3.2 as well, and there's a brand new 3.2-compatible version of Agile Web Development with Rails . A smörgåsbord indeed!
If you can't be bothered with the full release notes, here's a reprint of a few feature highlights from when we did the first release candidate:
Faster dev mode & routing
The most noticeable new feature is that development mode got a ton and a half faster. Inspired by Active Reload , we now only reload classes from …
Rails and Web Development - Take the First Step
…professional web developer? Absolutely not. Is it as well written as, say, Agile Web Development with Rails . No. However, might it be a good way for a beginner to dip his toes in web development with Python and jQuery UI? Maybe.
(Disclaimers: Packt gave me a free electronic copy of this book in trade for my review. I have not read the whole thing. I did read the first 50 pages and skimmed various key sections.)
Agile Web Development with Rails 4th ed now in print and shipping.
…the Learning Rails podcast, and frequent contributor at Ruby, Web Development and Design conferences, meet-ups, and publications.
Webvanta is co-sponsoring the North Bay Web Design Conference on April 12, 2011 in Rohnert Park, CA. Check out the speaker lineup and to register to attend by visiting the North Bay Web Design Conference event site.
Our team finds that we get the greatest leverage out of our existing collection of code snippets by organizing …