flv dosyasındaki sesleri mp3 yapmak

February 20th, 2008

ffmpeg  -i girdi.flv -acodec mp3 -ac 2 -ab 128 -vn -y cikti.mp3

Whopper Freakout

December 22nd, 2007

Playing YouTube videos on a Sony Ericsson P1i

December 5th, 2007

If you cannot play m.youtube.com clips with your WLAN connection, you need to forward TCP port 7070 to your phone from router settings.

Easy huh?

Caca Spaniel

November 14th, 2007

Vista Sucks

October 6th, 2007

Video thumbnail. Click to play
Click To Play



How to Update vBulletin bbCode Cache

September 30th, 2007

If you get a warning like this when posting a thread, it seems like your bbCode cache is broken.

Warning: Invalid argument supplied for foreach() in /includes/functions_editor.php on line 610

Currently there is no easy way to update bbCode cache in vBulletin AdminCP. Just add a custom bbCode and then delete it. That will solve the problem.

How to select a random row from a database table?

September 6th, 2007

Select a random row with MySQL:

SELECT column FROM table
ORDER BY RAND()
LIMIT 1

Select a random row with PostgreSQL:

SELECT column FROM table
ORDER BY RANDOM()
LIMIT 1

Select a random row with Microsoft SQL Server:

SELECT TOP 1 column FROM table
ORDER BY NEWID()

Select a random row with IBM DB2

SELECT column, RAND() as IDX
FROM table
ORDER BY IDX FETCH FIRST 1 ROWS ONLY

Select a random record with Oracle:

SELECT column FROM
( SELECT column FROM table
ORDER BY dbms_random.value )
WHERE rownum = 1

Thanks to Pete Freitag for preparing this list ;)

Dalyan Fotoğrafları

September 4th, 2007

Nihayet Dalyan’da çektiğim fotoğrafları Flickr‘a yüklemeyi bitirebildim.

Albüme buradan ulaşabilirsiniz.

Nil Kaplumbağası

Tatildeyim

August 30th, 2007

Küçük bir kaçamak yaptık ve perşembe-cuma-cumartesi günlerini birleştirerek Dalyan’a geldik.
Bir doğa harikasından yazıyorum bu satırları;  göl kıyısı… karşıda kral mezarları…
Fotoğraflar ve ayrıntılı yazılar yakında gelecek…

Blogger’da her etiket için özel bir RSS oluşturma

August 22nd, 2007

Blogger’da etiketleriniz için özel bir besleme oluşturabilirsiniz. Yapmanız gereken şey çok basit;

http://blogisminiz.blogspot.com/feeds/posts/default/-/etiketadi

Blogger kullanan bir çok arkadaş alakalı alakasız tüm yazılarının gezegende yayınlanmasından şikayetçi. Eğer sadece sizin seçtiğiniz yazıların gezegende yayınlanmasını istiyorsanız, bu yazıları “iyte-gezegeni” olarak etiketleyin. Ve daha sonra bu etiket için oluşan besleme adresini bana bildirin ;)

Örn: http://blogismi.blogspot.com/feeds/posts/default/-/iyte-gezegeni