Skip to content

Commit

Permalink
bag o links
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Meidar committed Mar 11, 2010
1 parent 493bcd7 commit 75f5ea1
Show file tree
Hide file tree
Showing 15 changed files with 449 additions and 149 deletions.
35 changes: 35 additions & 0 deletions _posts/2010-3-10-bag-o-links-10-3-2010.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Bag O' Links - 10/3/2010
layout: post
---


h4. Links

* "Use HTTParty to test emails to GMail":http://lucidcode.co.nz/blog/archives/2010/03/02/testing-email-delivery-in-rails-with-gmail-httparty/ - nice trick.
* "Test execution time of a ruby block":http://gist.github.com/322391 - "@ryanbigg":http://www.ryanbigg.com with a useful tip.
* "Sinatra's follwoing list on Github":http://github.com/sinatra/following - A good list of resources on Sinatra.
* "Ruby and Rails chops":http://www.viddler.com/explore/kblake/videos/ - some more Rails screencasts.
* "size vs. count vs. length":http://blog.hasmanythrough.com/2008/2/27/count-length-size - Some differences caused by ActiveRecord.
* "Prototypal inheritance with Javascript":http://neeraj.name/2010/03/11/prototypal-inheritance-in-javascript.html - a brief explanation.
* "Mac Performance guide":http://macperformanceguide.com/index.html - good tips and pointers when choosing a Mac. (Thanks "mike":http://afreshcup.com !)
* "Sketchy":http://mrdoob.com/lab/javascript/harmony/#sketchy - this is by far, the best web based drawing tool i've seen.
* "Pure CSS bubbles":http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html - win, this should work on the evil browsers as well with some common js hacks.
* "Geo location with javascript":http://www.smashingmagazine.com/2010/03/08/entering-the-wonderful-world-of-geo-location/ - another awesome writeup by smashing.

h4. Treasures

* "nimble_nodes":http://github.com/glasner/nimble_nodes - Automatic scaling for Heroku Dynos. haven't tried it but it does seem to be a nice solution, especially if you could set a threshold to your payments.
* "speks for Node.js":http://iamneato.com/2010/01/03/speks-for-node - an RSpec-alike library for Node.js which is quiet nice actually.
* "remail is now opensourced":http://code.google.com/p/remail-iphone/ - a successful and recently purchased by Google iPhone application is opensource, good to read.
* "oncloud":http://oncloud.org/ - a really nice service that allow quick exposure of a rails app.
* "Examples of ActionMailer parameters":http://gist.github.com/326227 - from Redmine.
* "EnigmaMachine":http://github.com/futurechimp/enigmamachine - A queue based video encoder.
* "show_for":http://github.com/plataformatec/show_for - Dry your model's attribute display views.
* "js_model":http://github.com/benpickles/js-model - a simple DSL to create models in Javascript. includes validation and other fun stuff.. requires jQueyr tho.
* "A comprehensive CSS reset and basic layout document":http://tjkdesign.com/ez-css/css/base.css - and a really good one.
* "spritely":http://www.spritely.net/ - a really, REALLY impressive animation plugin for jquery. claims to compete with Flash too.
* "The panic status board":http://www.panic.com/blog/2010/03/the-panic-status-board/ - Pretty awesome implementation of a team-status viewer.
* "Login with twitter to your application, Rack version":http://github.com/mislav/twitter-login - might, just might, be useful.
* "DataMiner":http://github.com/seamusabshere/data_miner - Download and import XLS, ODS, XML, CSV into your active record models. It's a little bit weird and out of context imo, but it might develop into something interesting.
* "cucumber-screenshots":http://github.com/mocoso/cucumber-screenshot - capture screenshots of the pages generated by your Rails application as it runs your Cucumber/Webrat features (webkit only). For the other platform "Watir":http://github.com/aslakhellesoy/cucumber/blob/master/examples/watir/features/support/screenshots.rb will do the trick.
228 changes: 228 additions & 0 deletions _site/2010/03/bag-o-links-10-3-2010/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Emphasized Insanity - Bag O' Links - 10/3/2010</title>
<link href="/stylesheets/bundle_github.css" media="screen" rel="stylesheet" type="text/css">
<link href="/stylesheets/bundle_common.css" media="screen" rel="stylesheet" type="text/css">
<script type="text/javascript" charset="utf-8">
var GitHub = {}
var github_user = 'eladmeidar'

</script>
<script src="/javascripts/jquery.js" type="text/javascript"></script>
<script src="/javascripts/bundle_common.js" type="text/javascript"></script>
<script src="/javascripts/bundle_github.js" type="text/javascript"></script>
<link href="http://blog.eizesus.com/feed/atom.xml" rel="alternate" title="Emphasized Insanity" type="application/atom+xml">

<meta name="description" content="Ruby on Rails developer blog">
</head>
<body>

<div class="subnavd" id="main">
<div id="header" class="pageheaded">
<div class="site">
<div class="logo">
<a href="/"><h1>Emphasized Insanity</h1></a>
</div>
<div class="userbox">
<div class="inner">
<div class="avatarname">
<a href="http://github.com/eladmeidar"><img alt="" src="/images/eladmeidar.jpg" height="20" width="20"></a>
<a href="http://twitter.com/eladmeidar" class="name">@eladmeidar</a>
</div>
<ul class="usernav">
<li><a href="/about.html">About me</a></li>
<li><a href="http://www.linkedin.com/in/eladmeidar">LinkedIn</a></li>
<li><a href="http://workingwithrails.com/person/5844-elad-meidar">WWR</a></li>
<li><a href="http://github.com/eladmeidar">GitHub</a></li>
<li><a href="http://www.nautilus6.com">My Company</a></li>
</ul>
</div>
</div><!-- /.userbox -->
<div class="topsearch">

<form action="http://www.google.com/search?sitename=blog.eizesus.com" id="top_search_form" method="get">
<input autocomplete="off" class="search my_repos_autocompleter notnative placeholder ac_input" name="q" results="5" placeholder="Search…" type="search"> <input value="Search" class="button" type="submit">
<input type="hidden" name="sitesearch" value="blog.eizesus.com" checked=""/>
</form>

<ul class="nav">
<li><a href="/archive.html">Explore Emphasized Insanity</a></li>
</ul>

</div>

</div>
</div>
<div class="site">
<div class="pagehead repohead vis-public">
<h1> <a href="/">Emphasized Insanity</a> / <strong><a href="/">Blog</a></strong> </h1>
<ul class="actions">
<li> <a href="http://blog.eizesus.com/feed/atom.xml" class="minibutton btn-watch " id="watch_button" style=""><span><span class="icon"></span>Subscribe</span></a></li>
<li class="for-notforked" style=""><a href="#disqus-comments" class="minibutton btn-fork " id="fork_button"><span><span class="icon"></span>Comment</span></a></li>
</ul>
<ul class="tabs">
<li><a href="/" class="selected" highlight="repo_source">Source</a></li>
<li><a href="/archive.html" highlight="repo_commits">Archive</a></li>
<li><a href="http://www.railsbridge.org" highlight="issues">RailsBridge</a></li>
<li class="contextswitch nochoices">
<span class="toggle leftwards">
<em>Branch:</em>
<code>master</code>
</span>
</li>
</ul>

<div class="subnav-bar">
<ul>
<li>
<a href="#" class="dropdown">Switch Branches (1)</a>
<ul>
<li><strong>master ✓</strong></li>
</ul>
</li>
</ul>
</div>
<div id="repo_details" class="metabox clearfix pledgified">
<div id="repo_details_loader" class="metabox-loader" style="display: none;">Sending Request…</div>
<a href="#pledgie_box" rel="facebox" title="Brought to you by pledgie.com" class="pledgie pledgie-button for-owner tooltipped" id="activate_pledgie_button" style="display: none;"><span>Enable Donations</span></a>
<div id="pledgie_box" style="display: none;">
<h2>Pledgie Donations</h2>
</div>

<div id="repository_description" rel="repository_description_edit">
<p>
This is the personal homepage of Elad Meidar, a web developer and an entrepreneur specializing in Ruby on Rails. I am a proud member of <a href="http://www.railsbridge.org">RailsBridge</a>, Helping new <a href="http://www.railsmentors.org/users/185">Rails developers</a> get into our world and also contributed a few <a href="http://contributors.rubyonrails.org/contributors/elad-meidar/commits">Patches</a> to the Ruby on Rails core.
</p>
<p>
I hang around Fort Lauderdale, FL and Tel-Aviv in Israel, and i am currently running <a href="http://www.nautilus6.com">Nautilus6</a> so Feel free to contact me regarding projects :).
</p>
</div>
</div>
</div><!-- /.pagehead -->
<div id="commit">
<div class="group">
<div class="envelope commit">
<div class="human">
<div class="message"><pre>Recent Posts</pre></div>


<div class="actor">
<div class="gravatar">
<img alt="" src="images/eladmeidar.jpg" height="30" width="30">
</div>
<div class="name"><a href="/">Elad Meidar</a>
<span>(author)</span>
</div>
<div class="date">
<abbr class="relatize relatized" title="1984-06-19 06:06:07">about 25 years ago</abbr>
</div>
</div>
</div>
<div class="machine">
<span>c</span>ommit&nbsp;&nbsp;<a href="#" hotkey="c">60fa264c54341711baef087347105a5b9dd68863</a><br>
<span>t</span>ree&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" hotkey="t">508268ee6774e5c6060585718705f1ec7afa80d8</a><br>
<span>p</span>arent&nbsp; <a href="#" hotkey="p">179f7c0440e6073779efc40366c6ced3a9888f71</a>
</div>
</div>

</div>
</div>
<div id="path">
<b><a href="/2010/03/bag-o-links-10-3-2010">Bag O' Links - 10/3/2010</a></b> /
</div>
<div id="browser">
<table cellpadding="0" cellspacing="0">
<tbody><tr>
<th></th>
<th width="400p">name</th>
<th>age</th>
<th>
history
</th>
</tr>
<tr class="alt">
<td class="icon"> <img alt="file" src="/images/txt.png"> </td>
<td class="content">
<a href="/2010/03/bag-o-links-10-3-2010" id="d8f8d46921aa81abc4c0d27703a8908333ae38c3">Bag O' Links - 10/3/2010</a>
</td>
<td class="age">
<span class="relatize relatized">10/03/2010</span>
</td>
<td class="message">
<a href="/2010/03/bag-o-links-10-3-2010" class="message" title="another post">Another post</a> [Elad Meidar]
</td>
</tr>
</tbody></table>
</div>
<div id="readme" class="announce"><span class="name"></span>
<div class="wikistyle">
<h4>Links</h4>
<ul>
<li><a href="http://lucidcode.co.nz/blog/archives/2010/03/02/testing-email-delivery-in-rails-with-gmail-httparty/">Use HTTParty to test emails to GMail</a> &#8211; nice trick.</li>
<li><a href="http://gist.github.com/322391">Test execution time of a ruby block</a> &#8211; <a href="http://www.ryanbigg.com">@ryanbigg</a> with a useful tip.</li>
<li><a href="http://github.com/sinatra/following">Sinatra&#8217;s follwoing list on Github</a> &#8211; A good list of resources on Sinatra.</li>
<li><a href="http://www.viddler.com/explore/kblake/videos/">Ruby and Rails chops</a> &#8211; some more Rails screencasts.</li>
<li><a href="http://blog.hasmanythrough.com/2008/2/27/count-length-size">size vs. count vs. length</a> &#8211; Some differences caused by ActiveRecord.</li>
<li><a href="http://neeraj.name/2010/03/11/prototypal-inheritance-in-javascript.html">Prototypal inheritance with Javascript</a> &#8211; a brief explanation.</li>
<li><a href="http://macperformanceguide.com/index.html">Mac Performance guide</a> &#8211; good tips and pointers when choosing a Mac. (Thanks <a href="http://afreshcup.com">mike</a> !)</li>
<li><a href="http://mrdoob.com/lab/javascript/harmony/#sketchy">Sketchy</a> &#8211; this is by far, the best web based drawing tool i&#8217;ve seen.</li>
<li><a href="http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html">Pure <span class="caps">CSS</span> bubbles</a> &#8211; win, this should work on the evil browsers as well with some common js hacks.</li>
<li><a href="http://www.smashingmagazine.com/2010/03/08/entering-the-wonderful-world-of-geo-location/">Geo location with javascript</a> &#8211; another awesome writeup by smashing.</li>
</ul>
<h4>Treasures</h4>
<ul>
<li><a href="http://github.com/glasner/nimble_nodes">nimble_nodes</a> &#8211; Automatic scaling for Heroku Dynos. haven&#8217;t tried it but it does seem to be a nice solution, especially if you could set a threshold to your payments.</li>
<li><a href="http://iamneato.com/2010/01/03/speks-for-node">speks for Node.js</a> &#8211; an RSpec-alike library for Node.js which is quiet nice actually.</li>
<li><a href="http://code.google.com/p/remail-iphone/">remail is now opensourced</a> &#8211; a successful and recently purchased by Google iPhone application is opensource, good to read.</li>
<li><a href="http://oncloud.org/">oncloud</a> &#8211; a really nice service that allow quick exposure of a rails app.</li>
<li><a href="http://gist.github.com/326227">Examples of ActionMailer parameters</a> &#8211; from Redmine.</li>
<li><a href="http://github.com/futurechimp/enigmamachine">EnigmaMachine</a> &#8211; A queue based video encoder.</li>
<li><a href="http://github.com/plataformatec/show_for">show_for</a> &#8211; Dry your model&#8217;s attribute display views.</li>
<li><a href="http://github.com/benpickles/js-model">js_model</a> &#8211; a simple <span class="caps">DSL</span> to create models in Javascript. includes validation and other fun stuff.. requires jQueyr tho.</li>
<li><a href="http://tjkdesign.com/ez-css/css/base.css">A comprehensive <span class="caps">CSS</span> reset and basic layout document</a> &#8211; and a really good one.</li>
<li><a href="http://www.spritely.net/">spritely</a> &#8211; a really, <span class="caps">REALLY</span> impressive animation plugin for jquery. claims to compete with Flash too.</li>
<li><a href="http://www.panic.com/blog/2010/03/the-panic-status-board/">The panic status board</a> &#8211; Pretty awesome implementation of a team-status viewer.</li>
<li><a href="http://github.com/mislav/twitter-login">Login with twitter to your application, Rack version</a> &#8211; might, just might, be useful.</li>
<li><a href="http://github.com/seamusabshere/data_miner">DataMiner</a> &#8211; Download and import <span class="caps">XLS</span>, <span class="caps">ODS</span>, <span class="caps">XML</span>, <span class="caps">CSV</span> into your active record models. It&#8217;s a little bit weird and out of context imo, but it might develop into something interesting.</li>
<li><a href="http://github.com/mocoso/cucumber-screenshot">cucumber-screenshots</a> &#8211; capture screenshots of the pages generated by your Rails application as it runs your Cucumber/Webrat features (webkit only). For the other platform <a href="http://github.com/aslakhellesoy/cucumber/blob/master/examples/watir/features/support/screenshots.rb">Watir</a> will do the trick.</li>
</ul>
</div>
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/emphasizedinsanity/embed.js"></script><noscript><a href="http://emphasizedinsanity.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
<div class="push"></div>
</div>

<div id="footer">
<div class="site">
<div class="info">
<div class="links">
</div>
<div class="company">
<script type="text/javascript" src="http://s51.sitemeter.com/js/counter.js?site=s51eizesusrulez"></script>
<a href="http://feeds.feedburner.com/EladOnRails"><img src="http://feeds.feedburner.com/~fc/EladOnRails?bg=FFFFFF&amp;fg=660033&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a>
</div>
</div>

<div class="sponsor">
<div>
</div>
</div>
</div>


<div id="facebox" style="display: none;"> <div class="popup">
<table> <tbody> <tr> <td
class="tl"></td><td class="b"></td><td class="tr"></td> </tr>
<tr> <td class="b"></td> <td
class="body"> <div class="content"> </div>
<div class="footer"> <a href="#"
class="close"> <img src="index_files/closelabel.gif"
title="close" class="close_image"> </a>
</div> </td> <td class="b"></td>
</tr> <tr> <td class="bl"></td><td
class="b"></td><td class="br"></td> </tr> </tbody>
</table> </div> </div></body></html>
13 changes: 13 additions & 0 deletions _site/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,19 @@ <h2>Pledgie Donations</h2>
</th>
</tr>

<tr class="alt">
<td class="icon"> <img alt="file" src="images/txt.png"> </td>
<td class="content">
<a href="/2010/03/bag-o-links-10-3-2010" id="d8f8d46921aa81abc4c0d27703a8908333ae38c3">Bag O' Links - 10/3/2010</a>
</td>
<td class="age">
<span class="relatize relatized">10/03/2010</span>
</td>
<td class="message">
<a href="/2010/03/bag-o-links-10-3-2010" class="message" title="another post">Another post</a> [Elad Meidar]
</td>
</tr>

<tr class="alt">
<td class="icon"> <img alt="file" src="images/txt.png"> </td>
<td class="content">
Expand Down
Loading

0 comments on commit 75f5ea1

Please sign in to comment.