Click here to Skip to main content
15,887,477 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 1:38
professionalUser 171649228-Nov-12 1:38 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
mallikharjuna22128-Nov-12 2:34
mallikharjuna22128-Nov-12 2:34 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 3:11
professionalUser 171649228-Nov-12 3:11 
Questionhow to get data when using header('location:'.$url) ??? Pin
aa_zz26-Nov-12 4:27
aa_zz26-Nov-12 4:27 
AnswerRe: how to get data when using header('location:'.$url) ??? Pin
Zamshed Farhan15-Jan-13 4:24
Zamshed Farhan15-Jan-13 4:24 
QuestionWeb technologies Pin
Junoli25-Nov-12 11:28
Junoli25-Nov-12 11:28 
SuggestionRe: Web technologies Pin
Jon Larborn29-Nov-12 10:21
Jon Larborn29-Nov-12 10:21 
Questionbreak-word CSS Pin
Jon Larborn23-Nov-12 7:15
Jon Larborn23-Nov-12 7:15 
AnswerRe: break-word CSS Pin
vbmike24-Nov-12 4:08
vbmike24-Nov-12 4:08 
GeneralRe: break-word CSS Pin
Jon Larborn24-Nov-12 13:13
Jon Larborn24-Nov-12 13:13 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 9:58
vbmike29-Nov-12 9:58 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:04
Jon Larborn29-Nov-12 10:04 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 10:10
vbmike29-Nov-12 10:10 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:14
Jon Larborn29-Nov-12 10:14 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 11:06
vbmike29-Nov-12 11:06 
GeneralRe: break-word CSS Pin
User 171649229-Nov-12 12:00
professionalUser 171649229-Nov-12 12:00 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 19:33
Jon Larborn29-Nov-12 19:33 
GeneralRe: break-word CSS Pin
vbmike30-Nov-12 9:17
vbmike30-Nov-12 9:17 
GeneralRe: break-word CSS Pin
User 171649230-Nov-12 9:37
professionalUser 171649230-Nov-12 9:37 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:17
Jon Larborn29-Nov-12 10:17 
AnswerRe: break-word CSS Pin
gilvani28-Nov-12 8:16
gilvani28-Nov-12 8:16 
GeneralRe: break-word CSS Pin
Jon Larborn28-Nov-12 8:18
Jon Larborn28-Nov-12 8:18 
AnswerRe: break-word CSS Pin
vbmike17-Dec-12 14:36
vbmike17-Dec-12 14:36 
Sorry to add a comment after so long but I found this little bit on a css site and it works pretty well with your situation I would think....at least in my testing on my system. May have something to do with the hyphens settings being added...
CSS
-ms-word-break: break-all;
 word-break: break-all;

 /* Non standard for webkit*/
 word-break: break-word;

-webkit-hyphens: auto;
-moz-hyphens: auto;
 hyphens: auto;

vbmike

GeneralRe: break-word CSS Pin
Jon Larborn4-Jan-13 1:37
Jon Larborn4-Jan-13 1:37 
GeneralRe: break-word CSS Pin
vbmike4-Jan-13 3:36
vbmike4-Jan-13 3:36 

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.