Archive for the ‘Ajax’ Category

Javascript Tc kimlik no check

Wednesday, September 23, 2009 16:29 No Comments

function check_tcno(a){ if(a.substr(0,1)==0&&a.lenght!=11){return false;} var i = 9, md=”, mc=”, digit, mr=”; while(digit = a.charAt(–i)){i%2==0 ? md += digit : mc += digit;} if(((eval(md.split(”).join(‘+’))*7)-eval(mc.split(”).join(‘+’)))%10!=parseInt(a.substr(9,1),10)){return false;} for (c=0;c

This was posted under category: Ajax, Javascript, araçlar

Ajax ile Yapılmıs media oynatıcı cool!

Wednesday, October 3, 2007 10:26 1 Comment

http://iaian7.com/webcode/Mediabox

This was posted under category: Ajax

ajax upload uygulaması

Monday, June 18, 2007 8:19 No Comments

Ajax ve php ile yapımıs  hızlı ve guzel bir  upload  uygulaması  eburhan tarafından kodlanmıs   zip files

This was posted under category: Ajax, Php