Chosen
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. ∞
Minimus: The OS X JavaScript and CSS Minifier
Minimus is a GUI frontend for Yahoo’s YUI Compressor. Instead of using inconvenient and slow websites to compress your JavaScript and CSS, you can do it right on your Mac. ∞
Backup MySQL Databases, Web server Files to a FTP Server Automatically
A simple backup solution for people who run their own web server and MySQL database server on a dedicated or VPS server. ∞
Brakeman: Static analysis security scanner for Ruby on Rails
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. ∞
How to Call expire_fragment from a Rake Task
ActionController::Base.new.expire_fragment(key)
Rails 3.1 Upgrade Notes
If you use conditional comments for browser specific stylesheets you need to add those file names to config.assets.precompile array in production.rb file like;
config.assets.precompile += ['admin.js', 'admin.css', 'ie7.css', 'ie.css']
To auto compile assets after deployment with Capistrano, add this to Capfile;
load 'deploy/assets'
Use model_instance.errors[:base] << “Msg” instead of deprecated model_instance.errors.add_to_base(“Msg”)
İndirim Kulübü
İndirimli alışveriş sitelerinin davetiye ve indirim kuponlarını bulabileceğiniz sade blog. ∞
PCI DSS Nedir?
E-ticaret güvenliği; PCI veri güvenliği standartları hakkında mikro site. ∞
localtunnel
Share localhost web servers to the rest of the world. ∞
Newsletter Mailer
is a simple yet powerful email marketing tool built with CakePHP, Smarty and Swift Mailer. ∞
Pry: An Alternative to IRB
Pry is a powerful alternative to the standard IRB 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. ∞
SPF record for Google Mail
Create a TXT record containing this text:
v=spf1 include:_spf.google.com ~all
mediaqueri.es
A collection of responsive web designs, curated by Eivind Uggedal. ∞
Defter-i Dervişan
Zeytinburnu Belediyesi, Yenikapı Mevlevihanesi’nde tutulan günlükleri Yenikapı Mevlevihanesi Günlükleri adıyla yayınladı. ∞
Analytics Dashboard Widget by @adamagnaou and @kennyadr. ∞
Clever Algorithms: Nature-Inspired Programming Recipes
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. ∞
Inline Resize and Crop with ImageMagick
convert photo.jpg -resize 64x64^ -gravity center -extent 64x64 avatar.jpg