Articles

mapsite:tinabentley - tinabentley

generic trileptal jane online drugstore cheap trileptal

prescription fosamax generic prescription fosamax alendronate

generic uroxatral 10mg uroxatral without prescription

cheap levitra cheapest levitra without prescription

bupropion without prescription bupropion dosage

Google Summer of Code 2010

Participate

* Join the Campfire chat:

Ideas

Your Ideas!

Remember, this list of ideas is only a starting point! What are _you_ passionate about? What parts of Rails do you think can be improved? What directions do you think the framework can be taken in that would open new vistas for Rails developers everywhere? We'd much rather have a proposal that makes us say “Wow, I wish I'd thought of that!” than a tired, recycled idea.

Burn your intros: my editing rule of thumb

If there was one universal criticism of tech writing, it’s: Your intro sucks.

Here’s an example I just put to paper, for the Year of Hustle course (now sold out!):

On HackerNews, sub-Reddits and a million startup blogs, you’ll find people talking about “monetization.” This godawful malformation of a word means “to find a way to squeeze out money where there is none.” This is not the dictionary definition (which means to ‘express in money’), but that’s essentially what the current usage means.

MWRC 2010 - Notes from Day 1.

Jake Parsell took some really great notes using Google Wave.

Practical example of need for prototypal inheritance

Alex Sexton wrote a wonderful article about how to use inheritance pattern to manage large piece of code. His code also has a pratical need for prototypal inheritance for writing modular code.
creating standard jQuery plugin
Given below is code that does exactly what Alex’s code does.

Dragonfly: Image Handling For Champions

Dragonfly is a new(-ish!) ruby gem for handling images and other content in Ruby web apps (including Rails). “What – another one?!”.. I hear you exclaim.

MWRC 2010 - Day 1 Live Video

Checking Shoes Samples: expert-irb.rb

360Flex last day.

What a conference! The talks where really awesome so far. Not exactly sure what I will attend today. I might attend “Optimize it! ActionScript Tips for iPhone Games” followed by “Adobe is from Mars, Microsoft is from Uranus: A View from the Client”. Then I will have to split early to catch a flight to Salt Lake City for the MountainWest RubyConf 2010.

prototypal inheritance in JavaScript

One of the key features of JavaScript language is its support for prototype method. This feature could be used bring inheritance in JavaScript.