22 Agustos 2007 tarihinde wolkanca yazdi.
http://blog.wolkanca.com
Mark W. Lewis, bir web tasarimcisi iseniz müsterilerin size söylemesi olagan tam 10 büyük yalani siralamis ve Hasan Yalçin’da bunu bizim için Türkçeye çevirmis. Maddelere bakinca hepsinin altina imza atabilecegimi gördüm. Bu bizim ülkeye hasmi yoksa dünyada da böylemidir bilemiyorum. Diger sektörlerde de bu tarz yazlanlar mevcuttur diye düsünüyorum.
Smashing Magazine
Online converters always come in handy. Once you need to perform some operation with your files, they can save your time achieving the same results online, without installing some specific software. In fact, there are many online tools, which convert formats, files and code snippets for free. Some of them are quite specific [...]
Smashing Magazin
Ajax, DHTML and JavaScript components are important in the era of Web 2.0. Recent Web-applications tend to use them to provide more interactivity and guarantee better functionality. But what Javascript libraries can be used for a new web-project? What functions, effects and useful techniques are actually provided by them? We deliver answers.
Smashing Magazin
One can discuss, whether web-generators are useful or not. On the one hand, they don’t challenge our creativity, but on the other hand they make our life easier and save our precious time. However, it doesn’t matter really. What matters is that we use them if we have to solve some problem quickly [...]
Bu yazı eburhandan kopyalanmıştır…
Florian Balmer isimli bir programcı PHP dili ile ilk projesini hazırlıyorken MetaPad isimli bir text editörü kullanmış. Fakat bir zaman sonra bu editör, ihtiyacını karşılayamamış. Kendine uygun başka bir text editörleri de bulamayınca Scintilla isimli kaynak kod düzenleme bileşenini temel alan yeni bir text editörü yazmaya başlamış. İşte Notepad2 böyle doğmuş
.htaccess İle hotlink korumaları çok verimli
olmasada iyi bir koruma yontemi ancak download sistemlerinde
php headerlar sart
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://(.+\.)?site-adresiniz\.net/ [NC] RewriteCond %{HTTP_REFERER} !google. [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !search?q=cache [NC] RewriteCond %{REQUEST_URI} !^/uyari_resmi.gif$ RewriteRule .(gif|jpg|png|mp3|swf)$ /uyari_resmi.gif [NC,L]