JSON Formatter
A Safari extension which makes valid JSON documents human-readable. ∞
iOS Uygulamasında Farklı Yazıtipi
iOS uygulaması içerisinde sistem harici bir yazıtipi kullanabilmek için öncelikle Supporting Files altında bulunan .plist dosyasında yeni bir kayıt (Fonts provided by application) eklenir. Bu kayıt dizi cinsindedir. Eklenecek her bir yazıtipi için dizinin bir elemanı olarak yazıtipinin dosya ismi (Mesela BreeSerif_Reg.otf) yazılır.
Daha sonra bu yazıtipleri projeye eklenir. Eklerken uygulama içerisine de dahil etmek için Add to targets alanından uygulamanızı seçmeyi unutmayın.
Yüklediğiniz yazıtipinin ismi, yazıtipini Fontbook yardımıyla açtığınızda title bölümünde yazan isimdir. Uygulama içerisinde tipini de belirtmek için ayrıca bir isim kullanılır, bu ismi (mesela Bree yazıtipi için);
NSLog(@"%@", [UIFont fontNamesForFamilyName:@"Bree Serif"]);
yardımıyla konsol ekranına yazdırabilirsiniz. Bu ismi de bulduktan sonra uygulamada kullandığınız elemanın yazıtipi olarak atamak için bildiğiniz gibi;
... = [UIFont fontWithName:@"BreeSerif-Regular" size:25];
kullanılır.
Yazıtipi için ciddi bir bütçe ayırmadıysanız kullanacağınız yazıtipinin lisansına göz atıp “uygulamalara gömülebilme” seçeneğinin de ücretsiz olarak bulunduğundan emin olmanızı tavsiye ederim.
BitBox
Sinatra based old school quick link sharing app via e-mail with a toolbar button.
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. ∞