This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function divInt(a,b) | |
| { | |
| return parseInt(a/b); | |
| } | |
| function calctime() | |
| { | |
| var goal = new Date("2014 5 3 10:00:00"); | |
| var now = new Date(); | |
| result = divInt(goal - now,1000); | |
| sn = result % 60; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PHP Fundamentals(Giriş) EĞİTİMİ | |
| = | |
| Php Eğtimi Konuları Aşağıdadır | |
| Konular | |
| - | |
| I.Hafta | |
| * Php Yüklenmesi | |
| : > xampp indirilmesi ve terminal üstünden kurulması |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git Fundamentals(Giriş) EĞİTİMİ | |
| = | |
| Git Eğtimi Konuları Aşağıdadır | |
| Konular | |
| - | |
| I.Hafta | |
| * git Tanıtımı | |
| : > Neden Git kullanıyoruz , git sadece bir dosyalama sistemimidir yoksa dahası varmıdır,giti ftpden ayıran yönler nelerdir , sadece git mi var yoksa başka seçeneklerimiz varmıdır gibi sorualrın ve git mantığının anlatılması bu alanda yapılacaktır(tahmini 1 saat) |
NewerOlder