Archive for the ‘Javascript’ Category
Javascript Tc kimlik no check
Wednesday, September 23, 2009 16:29 No Commentsfunction 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
Javascript style switch ie Problem (hide and show)
Sunday, May 10, 2009 15:34 No CommentsCode snippet – Javascript style display ie problem on Snipplr
Bir sayfadaki butun css class isimlerini gostermek (How do you list all of the CSS class names in a document?)
Friday, June 27, 2008 13:31 2 CommentsKimi zaman işe yarayabilecek bir javascript bir sayfadaki butun class isimlerini javascript ile yazdırmak.
Javascript Screen Recorder
Friday, October 26, 2007 9:53 No CommentsYıne bir ajax uygulaması . Ama bu sefer durum cok cidi uygulama sizin sayfada yaptıgınız butun hareketlerı kaydedıor. Nesimi onemli …
İmage slider Ticker Guzel bir image slide java ile yapılmıs
Tuesday, June 19, 2007 14:24 No Comments/*
Left-Right image slideshow Script-
By Dynamic Drive (www.dynamicdrive.com)
For full source code, terms of use, and 100’s more scripts, visit http://dynamicdrive.com
*/
///////configure the below four variables to change the style of the slider///////
//set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
var scrollerwidth=’233px’
var scrollerheight=’106px’
var scrollerbgcolor=’white’
//3000 miliseconds=3 seconds
var pausebetweenimages=3000
//configure the below variable to change [...]











































