Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
About Me

The computer lover
thought to be smartest person ever by my friend :P

Interests
computers, chatting with friends, solving their problems which seem noobish to me :P what else ? you…
PC Specs
Intel Core2Duo 2.97GHz, 2GB DDR2, 1GB OnBoard Graphics, Windows 7 Ultimate 32 Bit, Ubuntu on VBox :)
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for IWDesigns
Member Avatar for diafol
0
765
Member Avatar for Dheeraj Kumar
Member Avatar for phpl0v3r

hey, as i said, i am phpl0v3r ( if you can't read phplover :p ) i love to code php, js i love debugging problems i love neat web design i love learning new stuff i love my friends and family and i truly love good nature in the world …

Member Avatar for maceman
0
154
Member Avatar for keval_hack

function checkString($string){ for($i=0; $i<10; $i++) if(strpos($string,"$i") > -1) return false; return true; }

Member Avatar for swi2
0
121
Member Avatar for phpl0v3r

[URL="http://docs.sun.com/source/816-6408-10/"]http://docs.sun.com/source/816-6408-10/[/URL] [B]This book is a reference manual for the JavaScript language, including both core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications.[/B] [B]Grabbed using Internet Download Manager Grabber for offline usage :[/B] [URL="http://www.fileserve.com/file/J8GQUgu"]http://www.fileserve.com/file/J8GQUgu[/URL] [URL="http://www.mediafire.com/?hagu8fzjf20mrww"]http://www.mediafire.com/?hagu8fzjf20mrww[/URL]

Member Avatar for kainil
-1
128
Member Avatar for shadiadiph

[CODE]var a = document.getElementById('emailsetting'); b = a.length; for(var i = 0; i < b; i++) { if(a[i].checked) { a[i].checked = false; } }[/CODE] document.getElementById('emailsetting') is an array .checked should be a bool not a value

Member Avatar for kainil
0
174
Member Avatar for griffith

[URL="http://lmgtfy.com/?q=php+compare+date"]http://lmgtfy.com/?q=php+compare+date[/URL]

Member Avatar for Zagga
0
182
Member Avatar for nick3592

i guess, its not possible to show your bar on others pages but what you can do is, show others pages on page showing your bar :P just read about iframes. though, it is not good programming practice, it gets your job done :)

Member Avatar for phpl0v3r
0
82
Member Avatar for davidrooker

[B]HTML[/B] [CODE]<select name="select1" id="select1" onChange="return changeForm();"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> </select> <select name="select2" id="select2"> </select> [/CODE] [B]JavaScript[/B] [CODE]function changeForm(){ var a = document.getElementById("select1"); var b = document.getElementById("select2"); var c = a.options[a.selectedIndex].value; if(c == 1){ b.innerHTML = '<option value="1.1">1</option><option value="1.2">2</option>'; } if(c == 2){ b.innerHTML = '<option …

Member Avatar for phpl0v3r
0
165

The End.