<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:sonereker.com,2005:/feeds/combined?FB_request=1&amp;FB_feed=http://sonereker</id>
  <link type="text/html" href="http://sonereker.com" rel="alternate"/>
  <link type="application/atom+xml" href="http://sonereker.com/feeds/combined?FB_request=1&amp;FB_feed=http://sonereker.com/feeds/combined&amp;FB_secret=47797b" rel="self"/>
  <title>Soner Eker</title>
  <updated>2012-01-14T00:00:00+02:00</updated>
  <entry>
    <id>tag:sonereker.com,2005:Post/100</id>
    <published>2012-01-14T22:53:02+02:00</published>
    <updated>2012-01-14T23:36:41+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/labs/bitbox" rel="alternate"/>
    <title>BitBox</title>
    <content type="html">&lt;p&gt;Sinatra based old school quick link sharing app via e-mail with a toolbar button.&lt;/p&gt;
&lt;p&gt;You can share url of current webpage in your browser with e-mails you defined. It&amp;#8217;s a simple app i created for daily personal use with not so much functionality, but if you have any suggestions, i&amp;#8217;d love to hear them!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/sonereker/bitbox"&gt;Go to Github page for details &amp;rarr;&lt;/a&gt;&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/99</id>
    <published>2011-12-30T14:09:31+02:00</published>
    <updated>2011-12-30T14:09:31+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://harvesthq.github.com/chosen/" rel="alternate"/>
    <title>Chosen</title>
    <content type="html">&lt;p&gt;Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/98</id>
    <published>2011-12-30T14:08:26+02:00</published>
    <updated>2011-12-30T14:08:26+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://www.webmaster-source.com/minimus/" rel="alternate"/>
    <title>Minimus: The OS X JavaScript and CSS Minifier</title>
    <content type="html">&lt;p&gt;Minimus is a &lt;span class="caps"&gt;GUI&lt;/span&gt; frontend for Yahoo&#8217;s &lt;span class="caps"&gt;YUI&lt;/span&gt; Compressor. Instead of using inconvenient and slow websites to compress your JavaScript and &lt;span class="caps"&gt;CSS&lt;/span&gt;, you can do it right on your Mac.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/97</id>
    <published>2011-12-24T10:40:51+02:00</published>
    <updated>2011-12-24T10:41:04+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html" rel="alternate"/>
    <title>Backup MySQL Databases, Web server Files to a FTP Server Automatically</title>
    <content type="html">&lt;p&gt;A simple backup solution for people who run their own web server and MySQL database server on a dedicated or &lt;span class="caps"&gt;VPS&lt;/span&gt; server.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/96</id>
    <published>2011-12-15T15:51:40+02:00</published>
    <updated>2011-12-15T15:51:40+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://brakemanscanner.org" rel="alternate"/>
    <title>Brakeman: Static analysis security scanner for Ruby on Rails</title>
    <content type="html">&lt;p&gt;Brakeman is a vulnerability scanner specifically designed for Ruby on Rails applications. It statically analyzes Rails application code to find security issues at any stage of development.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/95</id>
    <published>2011-11-16T00:56:59+02:00</published>
    <updated>2011-11-16T00:57:35+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/snippets/how-to-call-expire-fragment-from-a-rake-task" rel="alternate"/>
    <title>How to Call expire_fragment from a Rake Task</title>
    <content type="html">
&lt;pre&gt;
ActionController::Base.new.expire_fragment(key)
&lt;/pre&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/94</id>
    <published>2011-09-12T00:03:31+03:00</published>
    <updated>2011-09-13T10:59:06+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/snippets/rails-3-1-upgrade-notes" rel="alternate"/>
    <title>Rails 3.1 Upgrade Notes</title>
    <content type="html">&lt;p&gt;If you use conditional comments for browser specific stylesheets you need to add those file names to config.assets.precompile array in &lt;tt&gt;production.rb&lt;/tt&gt; file like;&lt;/p&gt;
&lt;pre&gt;
config.assets.precompile += ['admin.js', 'admin.css', 'ie7.css', 'ie.css']
&lt;/pre&gt;
&lt;p&gt;To auto compile assets after deployment with Capistrano, add this to &lt;tt&gt;Capfile&lt;/tt&gt;;&lt;/p&gt;
&lt;pre&gt;
load 'deploy/assets'
&lt;/pre&gt;
&lt;p&gt;Use &lt;tt&gt;model_instance.errors[:base] &amp;lt;&amp;lt; &amp;#8220;Msg&amp;#8221;&lt;/tt&gt; instead of deprecated &lt;tt&gt;model_instance.errors.add_to_base(&amp;#8220;Msg&amp;#8221;)&lt;/tt&gt;&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/93</id>
    <published>2011-08-22T10:53:45+03:00</published>
    <updated>2011-10-29T15:57:28+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://indirimkulubu.com/" rel="alternate"/>
    <title>&#304;ndirim Kul&#252;b&#252;</title>
    <content type="html">&lt;p&gt;&#304;ndirimli al&#305;&#351;veri&#351; sitelerinin davetiye ve indirim kuponlar&#305;n&#305; bulabilece&#287;iniz sade blog.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/92</id>
    <published>2011-08-14T02:44:18+03:00</published>
    <updated>2011-08-14T02:44:18+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://pcidssnedir.com" rel="alternate"/>
    <title>PCI DSS Nedir?</title>
    <content type="html">&lt;p&gt;E-ticaret g&#252;venli&#287;i; &lt;span class="caps"&gt;PCI&lt;/span&gt; veri g&#252;venli&#287;i standartlar&#305; hakk&#305;nda mikro site.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/91</id>
    <published>2011-06-12T17:28:05+03:00</published>
    <updated>2011-06-12T17:28:05+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://progrium.com/localtunnel/" rel="alternate"/>
    <title>localtunnel</title>
    <content type="html">&lt;p&gt;Share localhost web servers to the rest of the world.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/90</id>
    <published>2011-06-12T16:50:34+03:00</published>
    <updated>2011-06-12T16:54:17+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://codecanyon.net/item/newsletter-mailer-v12/149365" rel="alternate"/>
    <title>Newsletter Mailer</title>
    <content type="html">&lt;p&gt;is a simple yet powerful email marketing tool built with CakePHP, Smarty and Swift Mailer.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/89</id>
    <published>2011-05-21T23:37:14+03:00</published>
    <updated>2011-05-21T23:38:07+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://pakette.com" rel="alternate"/>
    <title>Pakette</title>
    <content type="html">&lt;p&gt;G&#252;nl&#252;k f&#305;rsat &#252;r&#252;nleri ma&#287;azas&#305;.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/88</id>
    <published>2011-05-15T13:09:49+03:00</published>
    <updated>2011-05-15T13:11:04+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://pakette.com" rel="alternate"/>
    <title>Hanc&#305;</title>
    <content type="html">&lt;p&gt;Hand&#305;r bu g&#246;nl&#252;m, ya misafirh&#226;ne&amp;#8230;&lt;br /&gt;
Dert konuklar, derman konuklar, hay&#226;l konuklar,  mel&#226;l konuklar;  m&#252;mk&#252;n&lt;br /&gt;
konuklar, muh&#226;l konuklar. Hele hasret, hi&#231; &#231;&#305;kmaz ordan, &#231;&#305;kmaz ordan.&lt;/p&gt;
&lt;p&gt;Hand&#305;r bu g&#246;nl&#252;m, y&#305;k&#305;k, d&#246;k&#252;k&amp;#8230;&lt;br /&gt;
Fakir konuklar, zengin konuklar, &#226;lim konuklar,c&#226;hil konuklar; gelen&lt;br /&gt;
konuklar, ge&#231;en konuklar. Hele bir hanc&#305; vard&#305;r, hi&#231; &#231;&#305;kmaz ordan, &#231;&#305;kmaz&lt;br /&gt;
ordan&amp;#8230;&lt;/p&gt;
&lt;p&gt;S&#226;miha Ayverdi / Hanc&#305;&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/87</id>
    <published>2011-04-30T22:41:27+03:00</published>
    <updated>2011-04-30T22:41:43+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://rdoc.info/github/banister/pry/master/file/README.markdown" rel="alternate"/>
    <title>Pry: An Alternative to IRB</title>
    <content type="html">&lt;p&gt;Pry is a powerful alternative to the standard &lt;span class="caps"&gt;IRB&lt;/span&gt; shell for Ruby. It is written from scratch to provide a number of advanced features, including source browsing, live help, gist integration, and syntax highlighting.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/86</id>
    <published>2011-04-22T17:20:29+03:00</published>
    <updated>2011-04-22T17:21:32+03:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/snippets/spf-record-for-google-mail" rel="alternate"/>
    <title>SPF record for Google Mail</title>
    <content type="html">&lt;p&gt;Create a &lt;span class="caps"&gt;TXT&lt;/span&gt; record containing this text:&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
v=spf1 include:_spf.google.com ~all&lt;br /&gt;
&lt;/pre&gt;&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/85</id>
    <published>2011-03-10T11:58:29+02:00</published>
    <updated>2011-03-10T11:58:29+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://mediaqueri.es/" rel="alternate"/>
    <title>mediaqueri.es</title>
    <content type="html">&lt;p&gt;A collection of responsive web designs, curated by Eivind Uggedal.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/84</id>
    <published>2011-02-09T20:30:06+02:00</published>
    <updated>2011-02-09T20:30:06+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://semazen.net/news_detail.php?id=1373" rel="alternate"/>
    <title>Defter-i Dervi&#351;an</title>
    <content type="html">&lt;p&gt;Zeytinburnu Belediyesi, Yenikap&#305; Mevlevihanesi&amp;#8217;nde tutulan g&#252;nl&#252;kleri Yenikap&#305; Mevlevihanesi G&#252;nl&#252;kleri ad&#305;yla yay&#305;nlad&#305;.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/82</id>
    <published>2011-01-31T22:31:40+02:00</published>
    <updated>2011-01-31T22:31:40+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://fapfap.se/2011/01/30/analytics-dashboard-widget/" rel="alternate"/>
    <title>Analytics Dashboard Widget by @adamagnaou and @...</title>
    <content type="html">&lt;p&gt;Analytics Dashboard Widget by @adamagnaou and @kennyadr.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/81</id>
    <published>2011-01-27T22:49:36+02:00</published>
    <updated>2011-01-27T22:49:36+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://www.lulu.com/product/file-download/clever-algorithms-nature-inspired-programming-recipes/14696557" rel="alternate"/>
    <title>Clever Algorithms: Nature-Inspired Programming Recipes</title>
    <content type="html">&lt;p&gt;A handbook of algorithmic recipes from the fields of Metaheuristics, Biologically Inspired Computation and Computational Intelligence that have been described in a complete, consistent, and centralized manner.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/80</id>
    <published>2011-01-26T15:27:52+02:00</published>
    <updated>2011-01-26T15:27:52+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/snippets/inline-resize-and-crop-with-imagemagick" rel="alternate"/>
    <title>Inline Resize and Crop with ImageMagick</title>
    <content type="html">
&lt;pre&gt;
convert photo.jpg -resize 64x64^ -gravity center -extent 64x64 avatar.jpg
&lt;/pre&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/79</id>
    <published>2011-01-26T12:08:36+02:00</published>
    <updated>2011-01-26T13:18:07+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/snippets/rails-uygulamalar%C4%B1nda-iphone-icin-ozellestirilmis-arayuz" rel="alternate"/>
    <title>Rails Uygulamalar&#305;nda iPhone i&#231;in &#214;zelle&#351;tirilmi&#351; Aray&#252;z</title>
    <content type="html">&lt;p&gt;Rails uygulamalar&#305;nda iPhone giri&#351;inin alg&#305;lanmas&#305; ve &#246;zelle&#351;tirilmi&#351; sayfalar&#305;n g&#246;r&#252;nt&#252;lenmesi i&#231;in;&lt;br /&gt;
ApplicationController&amp;#8217;da;&lt;/p&gt;
&lt;pre&gt;
before_filter :detect_iphone_request

  protected
    def detect_iphone_request
      request.format = :iphone if iphone_request?
    end

    def iphone_request?
      request.env["HTTP_USER_AGENT"] &amp;amp;&amp;amp; request.env["HTTP_USER_AGENT"][/(Mobile\/.+Safari)/]
    end
&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;config/initializers/mime_types.rb&lt;/code&gt; dosyas&#305; i&#231;indeki &lt;code&gt;Mime::Type.register_alias "text/html", :iphone&lt;/code&gt; sat&#305;r&#305; ba&#351;&#305;ndaki &amp;#8220;#&amp;#8221; kald&#305;r&#305;l&#305;r.&lt;/p&gt;
&lt;p&gt;Daha sonra gelen istekle ba&#287;lant&#305;l&#305; aray&#252;z&#252; &#231;a&#287;&#305;rmak i&#231;in;&lt;/p&gt;
&lt;pre&gt;
respond_to do |format|
  format.html # index.html.erb
  format.iphone # index.iphone.erb
end
&lt;/pre&gt;
&lt;p&gt;&#351;eklinde format tan&#305;mlamas&#305; yap&#305;l&#305;r. &#350;ablonlar i&#231;in de ayn&#305; &#351;ekilde (&#246;r. &lt;code&gt;application.iphone.erb&lt;/code&gt;) isimlendirme yap&#305;l&#305;r.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/78</id>
    <published>2011-01-24T20:34:16+02:00</published>
    <updated>2011-01-24T20:34:31+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=https://github.com/zigotto/googl" rel="alternate"/>
    <title>Googl</title>
    <content type="html">&lt;p&gt;Google &lt;span class="caps"&gt;URL&lt;/span&gt; Shortener &lt;span class="caps"&gt;API&lt;/span&gt; in Ruby.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/77</id>
    <published>2011-01-14T11:48:47+02:00</published>
    <updated>2011-01-17T00:23:25+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://ku1ik.com/blog/2010/07/24/announcing-coloration-editor-color-scheme-converter.html" rel="alternate"/>
    <title>Coloration</title>
    <content type="html">&lt;p&gt;Editor/&lt;span class="caps"&gt;IDE&lt;/span&gt; color scheme converter. It can convert Textmate color themes (in &lt;span class="caps"&gt;XML&lt;/span&gt; plist format) to Vim, JEdit and Kate/KWrite/KDevelop color schemes.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/76</id>
    <published>2011-01-14T11:46:04+02:00</published>
    <updated>2011-01-15T22:05:39+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/snippets/adjust-textmate-s-default-line-height" rel="alternate"/>
    <title>Adjust Textmate's Line Height</title>
    <content type="html">&lt;p&gt;&amp;#8220;0&amp;#8221; is default.&lt;br /&gt;
&lt;pre&gt;defaults write com.macromates.TextMate OakLineHeightDelta 2&lt;/pre&gt;&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/75</id>
    <published>2011-01-13T17:33:12+02:00</published>
    <updated>2011-01-15T22:21:59+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://www.getharvest.com/blog/2011/01/harvest-is-running-rails-3" rel="alternate"/>
    <title>Harvest Upgrades to Rails 3</title>
    <content type="html">&lt;blockquote&gt;
&lt;p&gt;Metalworkers know that sometimes the material needs to cool down before you can do interesting things with it&amp;#8230;&lt;/p&gt;
&lt;/blockquote&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/74</id>
    <published>2011-01-13T17:28:17+02:00</published>
    <updated>2011-01-13T17:28:17+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://blog.txustice.me/2011/01/micetrap-catch-evil-hackers-on-the-fly/" rel="alternate"/>
    <title>Micetrap</title>
    <content type="html">&lt;p&gt;Micetrap is a Ruby-based tool by Josep M Bach that sets &amp;#8216;traps&amp;#8217; (open ports simulating fake vulnerable services), notifies you about scans and misleads potential attackers by giving them false information about services and versions running behind those ports.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/73</id>
    <published>2011-01-13T10:33:21+02:00</published>
    <updated>2011-01-13T10:33:21+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://ubuwaits.github.com/css3-buttons/" rel="alternate"/>
    <title>CSS3 Buttons</title>
    <content type="html">&lt;p&gt;A collection of buttons that show what is possible using CSS3 while also maintaining the simplest possible markup.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/72</id>
    <published>2011-01-13T10:08:55+02:00</published>
    <updated>2011-01-13T10:09:54+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://gitimmersion.com/" rel="alternate"/>
    <title>Git Immersion</title>
    <content type="html">&lt;p&gt;Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/71</id>
    <published>2011-01-11T11:32:06+02:00</published>
    <updated>2011-01-15T22:14:10+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/labs/currency-codes-for-rails-apps" rel="alternate"/>
    <title>Currency Codes Seed for Rails Apps</title>
    <content type="html">&lt;p&gt;Currency codes seeds for Rails apps, &lt;span class="caps"&gt;CSV&lt;/span&gt; data file and a convert script.&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
  <entry>
    <id>tag:sonereker.com,2005:Post/70</id>
    <published>2011-01-07T23:53:41+02:00</published>
    <updated>2011-01-16T18:38:29+02:00</updated>
    <link type="text/html" href="http://sonereker.com/feeds/combined?FB_go=1&amp;FB_url=http://sonereker.com/labs/resesif" rel="alternate"/>
    <title>Resesif: The Missing Theme for Textmate</title>
    <content type="html">&lt;p&gt;Another Textmate theme based off of the theme by &lt;a href="http://fluidsyntax.com/blog/articles/idlefingers-textmate-theme"&gt;idlefingers.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://github.com/sonereker/textmate-themes/blob/master/Resesif%20Screenshot.png"&gt;Here&amp;#8217;s a screenshot.&lt;/a&gt;&lt;/p&gt;</content>
    <author>
      <name>Soner Eker</name>
    </author>
  </entry>
</feed>


