ArşivEkim 2011

Twitter Hesabınızın Yaşını Öğrenin: Twitage.com

Geçtiğimiz hafta, haftasonu projesi olarak geliştirdiğim jquery eklentisini (jquery.countup) de kullanarak, ilk ve minik bir twitter api uygulaması geliştirdim: Twitage.com Twitter REST API sayesinde bir hesabın kayıt tarihini öğrenmek mümkün. Geriye de bunu eklenti ile bağlayıp sunmak kalıyor. Önyüzü (css, jquery, js), arka yüzünden (php, mysql) nispeten daha uzun süren bir uygulama oldu. Malum...

Başarısızlığın Yolları

21 yaşındayım. Hayatımın tamamı başarı olgusuna odaklı bir ortamda ve başarmak için çabalayan, telkinde bulunan insanlarla geçti. Televizyon yayınları, gazete parçaları, eğitici videolar, kitaplar, seminerler, kişisel gelişim uzmanları ve insanlar. Hepsi de sokağa yollarken 10 kez düşünecekleri çocukları, yarış atı gibi kullanmaktan ve konumlandırmaktan çekinmediler. Başarı gibi, aslında...

PHP Microtime Class

Microtime is a useful function that “returns the current Unix timestamp with microseconds.” [1] So as in normal this can be useful for time tracking, but also needs some arrangements. I figured out this as a simple class. Example: [code lang=”php”] //get instance $time = new time(); //start with died parameter (default false) $time->start($died = true); //do nothing for...

Weekend Project: jQuery CountUp Plugin

This is my first jQuery plugin and also second weekend project. CountUp plugin is simply calculates time different between two dates and also iterates second by second. One of the dates should be from past and second date will be setted automatically present. Then plugin gonna find how many time passed until now in three different format. These formats are full date (by year, month, day etc.)...

Weekend Project: ZipCodes with GMaps

During the internship, i’d been working on google data and maps api. So i want to asess this knowledge. Previous week, started to writing a small script that helps finding zip codes on a map. Basicly, it uses google geocoding, geolocation and google maps. On the first hand, browser detecs (permission needed) your location (longitude&latitude). Then script requests to google with curl...

Hayattan Kısa Kısa #10

Önceki 9 yazının ardından son kez bir HKK yazısı yazıyorum. Üniversitedeki son yılım -evet bitiyor-  dolayısıyla bitirme ödevi yapmak gerekecek. Yener ve Ömer ile birlikte,  seçilmiş siteler üzerinde arama yapıp kullanıcıya sunan bir yapı üzerinde çalışacağız. Küçük kapsamlı bir içerik motoru diyebiliriz. Fikir ve detayları çok yeni ve henüz kabul süreci tamamlanmış değil. Yakın zamanda detayları...

Future Posts Widget

WordPress allows us to schedule posts. Especially on community blogs it’s a great point. Write more than one post at once and schedule them, that’s it.
In this story, scheduled posts can be shown on a widget. And wordpress has a widgets api of course. Future Posts Widget just shows draft /scheculed/pending posts in sidebar.
Plugin is available on wordpress.org:

Customize RSS WP Plugin

My first plugin was Another Author Box. It’s all about front-end knowledge.
So now, I’ve investigated another functions to add signature or similiar contents to rss output. In conclusion, Customize RSS plugin is launched.
This plugin lets you to add links or what ever you want to feed content.

Message position (top or bottom) and default hr element is configurable on settings page.

First WP Plugin: Another Author Box

Firstly, author box was static, i just added html codes to single.php. Then when i have a look at WordPress API, changed my mind and this turned into a plugin. As you can see in image, Another Author Box plugin shows a box on posts/pages which includes profile photo, name, bio and some social media links. Bio is provided by wp profile bio. Also profile photo is from grAvatar. This version has...

Arşivler

Kategoriler