Refresh wp_editor instance after cloning
While I was working on an extension within Redux Framework, I needed to initialize uninitialized copies of wp_editor instances to apply lazy loading. First I...
Fit Cufon texts to its container
Well, I ran into a situation that my design messed up when the cufon title width passed it’s container width, so I needed to lower...
jQuery Scrolite Plugin
This plugin appends a vertical scrollbar to any element which you need to limit its dimensions like an image, a div or an ul list...
Yine yarışmadayım!
PHPClasses.org’a eklediğim PHP Animated Gif Resizer class’ım Şubat 2012 innovasyon ödülü için yarışıyor. Desteğinizi esirgemeyin. Sayfaya girip oy vermek için önce üye olmanız gerekiyor. Üyelik işleminizi...
SASS User Tool for Editplus
I needed to simplify things to use the SASS scripting language for writing CSS, and I came up with an user tool for Editplus. Editplus...
Installing SASS on Windows
In this post, I introduced some of the powers of SASS language, and I left the rest of the exploration to you, because I didn’t...
SASS – Syntatically Awesome Stylesheets
As the official website says, Sass is an extension of CSS3, adding nested rules, variables,mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS...
Bir isim koyma hikayesi: nelm.io
Ortaya bir ürün, bir proje çıkarmak isteyen kişileri projenin kendisi fazla zorlamamıştır şimdiye kadar, genelde en çok zorlanılan kısım projeye verilecek isim bulma olmuştur. çoğu...
PHP Animated Gif Resizer
There are many sites that use avatars and sometimes they use animated GIF files. But when it comes to resizing them, it really becomes a...
Saving passwords submitted by jQuery $.post function
Today I was struggling with “How can I make Chrome show the remember password form after I use a AJAX submit approach then after a...