Blogspot - chocotech.blogspot.com - Seval's Technology Blog

Latest News:

PHP5'e Yeni Başlayacak Olanlara Linkler 22 Aug 2013 | 12:06 pm

Türkçe yazılar: PHP ve Zend debugger kurulumu: http://chocotech. blogspot.com/2012/01/eclipse- php-pdt-ve-zend-debugger.html Ubuntu'da PHP geliştirme ortamı nasıl kurulur: http://chocotech.blogspo...

Run a php script in background on debian (Apache) 20 Aug 2013 | 12:31 am

You could run the script with the following command: The nohup means that that the command should not quit (it ignores hangup signal) when you e.g. close your terminal window. If you don't care about...

Türkçe Karakterler ASCII Kodları 1 Aug 2013 | 07:31 pm

Harf (Display) Ergonomik Kod Sayısal Kod Açıklama İ İ Capital I-dotted (Büyük İ) ı ı Lowercase i-dotless (Küçük ı) Ö Ö Ö Capital O-umlaut (Büyük Ö) ö ö ö Lowercase o-umlaut (K...

division of bigdecimal by integer in JAVA 30 Jul 2013 | 04:59 pm

BigDecimal totalMoney= new BigDecimal("99910995957.28"); int numberOfPeople= 2234; BigDecimal moneyPerPerson= totalMoney.divide( BigDecimal.valueOf( numberOfPeople) , 2, BigDecimal.ROUND_HALF_UP); ...

Bir tabloda aynı satırdan birden fazla varsa, onları SELECT ile görüntüleme 18 Jul 2013 | 07:11 pm

TABLO1: ID Name SURNAME 01 Ali Yıldız 01 Ali Yıldız 02 Sükran Unaldi 03 Bayram Sarıkabadayı 04 Ramazan Arslan 04 Ramazan Arslan 04 Ramazan Arslan 04 Ramazan Arslan SELECT *...

TextArea Javascript isEmpty Control 1 Jul 2013 | 08:02 pm

It is difficult to check whether a textarea is empty or not in Javascript. You can use this for a text field but not for a textarea: if( document.getElementById('TxtFieldID').value == '' ){ alert(...

Terminal Yukarı-Aşağı okları çalışmıyorsa ve [[A^ [[B^ [[D^ [[C işaretleri veriyorsa Çözümü 30 Jun 2013 | 02:23 pm

Eğer Ubuntu konsolda (terminalde) şu sorunları yaşıyorsanız: - ekranda sadece $ işareti görüyorsanız - yukarı aşağı okları eski komutları göstermiyorsa, onun yerine [[A^ [[B^ [[D^ [[C işaretlerini bas...

Javascript Ajax "InnerHTML" problem in Internet Explorer 26 Jun 2013 | 01:16 pm

When you try to append new < //option> tags in a specific selection box, it won't be appended by the internet explorer. 1. Make an ajax request which returns option tags like one two etc., It is.....

"Light on Dark" or "Dark on Light" for coding ? 20 Jun 2013 | 12:42 pm

Computer and software engineers, programmers and developers have to look at computer screens for at least 9 hours a day. So their health is under hazard, expecially their eyes. Some developers choose...

SQL examples with "group by" and "having" 18 Jun 2013 | 08:05 pm

Here is the ER diagram of Papatya Tourism's database. You can click on image below and show the bigger version. Papatya Tourism ER Diagram This software system is designed for Papatya Tourism, so yo...

Recently parsed news:

Recent searches: