serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: February 2007
http://serkanyersen.blogspot.com/2007_02_01_archive.html
It's Not Java, It's JavaScript. Sunday, February 11, 2007. Extracting all the elements as veraibles ( javascript extract ). I wrote a code recently that extracts all the id's of the objects as a variables. You run this function on body- onLoad it gets all the elements and. Defines them by giving them their ids as variable names. function acts. Var textbox = document.getElementById("textbox");. For all the elements, it gives you the opportunity of using all of them without even defining. But define them as.
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: Extracting all the elements as veraibles ( javascript extract )
http://serkanyersen.blogspot.com/2007/02/extracting-all-elements-as-veraibles.html
It's Not Java, It's JavaScript. Sunday, February 11, 2007. Extracting all the elements as veraibles ( javascript extract ). I wrote a code recently that extracts all the id's of the objects as a variables. You run this function on body- onLoad it gets all the elements and. Defines them by giving them their ids as variable names. function acts. Var textbox = document.getElementById("textbox");. For all the elements, it gives you the opportunity of using all of them without even defining. But define them as.
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: March 2007
http://serkanyersen.blogspot.com/2007_03_01_archive.html
It's Not Java, It's JavaScript. Thursday, March 15, 2007. New Version of Javascript Debugger and Trace tool. I finally finished my proje. Ct, my very own tool, my favourite application. Javascript Debugger and Trace tool. ONLINE DEMO and DOWNLOAD =. OK here is the detailed explanation. JavaScript Tracer Tool simply covers the the function of. Tracer is a very useful application. Because, to make it work you just only have to call the trace.js. File It will run by itself. Also have another format to use,.
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: Rating Stars, Add Star themed Rating measure to your site
http://serkanyersen.blogspot.com/2007/01/rating-stars-add-star-themed-rating.html
It's Not Java, It's JavaScript. Thursday, January 25, 2007. Rating Stars, Add Star themed Rating measure to your site. Hi, here is a example of, how to add rating stars on your site. By using this codes, you can simply add your site, this tiny little rating stars. :). Proccess is quite easy. First we have to create a 5 X 1 table which has a background of star pictures. Td width="15" height="15" onMouseOver="changeRate('1')" onClick="rate(this,'1')" /td. It seems like each TD. Var val = document.getEl...
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: Real-Time Page Editting on Browser.
http://serkanyersen.blogspot.com/2007/03/real-time-page-editting-on-browser.html
It's Not Java, It's JavaScript. Thursday, March 01, 2007. Real-Time Page Editting on Browser. Here is a great piece of code to edit any page you want on browser. Javascript:document.body.contentEditable='true'; document.designMode='on'; void(0);. Just copy this code to the Address bar. when you hit enter you'll get the ability of editing the content of the current web page. This is a code that most of the WYSIWYG HTML editors uses. I just made is usable for browsers. Subscribe to: Post Comments (Atom).
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: New Version of Javascript Debugger and Trace tool
http://serkanyersen.blogspot.com/2007/03/javascript-debugger-and-trace-tool-new.html
It's Not Java, It's JavaScript. Thursday, March 15, 2007. New Version of Javascript Debugger and Trace tool. I finally finished my proje. Ct, my very own tool, my favourite application. Javascript Debugger and Trace tool. ONLINE DEMO and DOWNLOAD =. OK here is the detailed explanation. JavaScript Tracer Tool simply covers the the function of. Tracer is a very useful application. Because, to make it work you just only have to call the trace.js. File It will run by itself. Also have another format to use,.
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: Alternative PNG Support for IE6
http://serkanyersen.blogspot.com/2007/03/alternative-png-support-for-ie6.html
It's Not Java, It's JavaScript. Tuesday, March 06, 2007. Alternative PNG Support for IE6. If you are looking for an alternative PNG support for IE6 here is a piece of code. To use this code you will need the blank.gif. A transparent gif image. Only thing you have to do is,. Simply put this function in to your application. The real matter is calling the function. For(x=0;x arguments.length;x ){. Elm = document.getElementById(arguments[x]);. Elmsrc = "images/blank.gif";. Subscribe to: Post Comments (Atom).
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: Personal DNA
http://serkanyersen.blogspot.com/2007/01/personal-dna.html
It's Not Java, It's JavaScript. Thursday, January 25, 2007. I recently find a web site that takes you a test about your personality. Also site gives a graphical presentation of your personality. Just Mouse over the Colors. And if you want to see my whole report. My Personal Dna Report. Subscribe to: Post Comments (Atom). Rating Stars, Add Star themed Rating measure to yo. What am I reading right now?
serkanyersen.blogspot.com
It's Not Java, It's JavaScript..: January 2007
http://serkanyersen.blogspot.com/2007_01_01_archive.html
It's Not Java, It's JavaScript. Thursday, January 25, 2007. Rating Stars, Add Star themed Rating measure to your site. Hi, here is a example of, how to add rating stars on your site. By using this codes, you can simply add your site, this tiny little rating stars. :). Proccess is quite easy. First we have to create a 5 X 1 table which has a background of star pictures. Td width="15" height="15" onMouseOver="changeRate('1')" onClick="rate(this,'1')" /td. It seems like each TD. Var val = document.getEl...