Click here to Skip to main content
15,891,629 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Zero-length string Pin
Moonbrat1-Feb-04 18:19
Moonbrat1-Feb-04 18:19 
GeneralRe: Zero-length string Pin
Roger Wright2-Feb-04 4:29
professionalRoger Wright2-Feb-04 4:29 
Generalclear chache from script Pin
Roland Bär1-Feb-04 2:29
Roland Bär1-Feb-04 2:29 
GeneralTrim$() in javascript Pin
Hesham Amin1-Feb-04 1:24
Hesham Amin1-Feb-04 1:24 
GeneralRe: Trim$() in javascript Pin
Roger Wright1-Feb-04 3:55
professionalRoger Wright1-Feb-04 3:55 
GeneralRe: Trim$() in javascript Pin
Nick Parker1-Feb-04 8:34
protectorNick Parker1-Feb-04 8:34 
GeneralRe: Trim$() in javascript Pin
Hesham Amin1-Feb-04 9:52
Hesham Amin1-Feb-04 9:52 
GeneralRe: Trim$() in javascript Pin
boogs2-Feb-04 9:12
boogs2-Feb-04 9:12 
It's cooler (if you care about such things) to do this:

<br />
String.prototype.trim = function() {<br />
  return this.replace(/^\s+/,"").replace(/\s+$/,"");<br />
}<br />
<br />
alert(" foobar   ".trim());<br />

GeneralRe: Trim$() in javascript Pin
theJazzyBrain2-Feb-04 21:24
theJazzyBrain2-Feb-04 21:24 
Questionhow to adjust line spacing within text? Pin
coda_x31-Jan-04 15:39
coda_x31-Jan-04 15:39 
AnswerRe: how to adjust line spacing within text? Pin
ZoogieZork31-Jan-04 19:41
ZoogieZork31-Jan-04 19:41 
GeneralCross domain DOM access for parent.frames[0].location.href Pin
Phil G31-Jan-04 2:28
Phil G31-Jan-04 2:28 
GeneralRe: Cross domain DOM access for parent.frames[0].location.href Pin
alex.barylski31-Jan-04 9:34
alex.barylski31-Jan-04 9:34 
Generalembedded media player... Pin
l a u r e n30-Jan-04 11:40
l a u r e n30-Jan-04 11:40 
GeneralRe: embedded media player... Pin
alex.barylski30-Jan-04 12:21
alex.barylski30-Jan-04 12:21 
GeneralRe: embedded media player... Pin
l a u r e n30-Jan-04 12:30
l a u r e n30-Jan-04 12:30 
Generaluse XMLHTTP Pin
Nathan Ridley31-Jan-04 12:33
Nathan Ridley31-Jan-04 12:33 
GeneralAligning with CSS Pin
srt730-Jan-04 7:51
srt730-Jan-04 7:51 
GeneralRe: Aligning with CSS Pin
theJazzyBrain1-Feb-04 0:43
theJazzyBrain1-Feb-04 0:43 
GeneralRe: Aligning with CSS Pin
DFU232-Feb-04 8:28
DFU232-Feb-04 8:28 
GeneralASP Session question... Pin
theJazzyBrain30-Jan-04 4:32
theJazzyBrain30-Jan-04 4:32 
GeneralRe: ASP Session question... Pin
l a u r e n30-Jan-04 11:35
l a u r e n30-Jan-04 11:35 
GeneralRe: ASP Session question... Pin
theJazzyBrain31-Jan-04 3:48
theJazzyBrain31-Jan-04 3:48 
GeneralRe: ASP Session question... Pin
lanying_wzw26-Feb-04 1:53
lanying_wzw26-Feb-04 1:53 
GeneralPopup the entire content of a list control Pin
Anonymous30-Jan-04 1:49
Anonymous30-Jan-04 1:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.