Click here to Skip to main content
       

Web Development

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: the protocol 'net.pipe' is not supported-WCFmembermallikharjuna22128 Nov '12 - 2:34 
Thanks Rechard,   I just started developing WCF Services,can we self host these service which are using named pipes binding? Is this binding any way related to IIS version I have on the machine too(I have IIS 5.1 only)? I read from Msdn saying(NamedPipe Activation require IIS 7.0)....
GeneralRe: the protocol 'net.pipe' is not supported-WCFmemberRichard A. Abbott28 Nov '12 - 3:11 
As far as I am aware, IIS5.1 is Windows XP and Windows XP does not support what you want to achieve. Your choice is to upgrade to an operating system that does support what you want to achieve.
Questionhow to get data when using header('location:'.$url) ???memberaa_zz26 Nov '12 - 4:27 
Hi all. when I using header('location:'.$url) then it redirect to url another, cannot get message from this url. how to when to get data when use header('location:'.$url) ??? thanks nothing
AnswerRe: how to get data when using header('location:'.$url) ???memberS.M. Zamshed Farhan15 Jan '13 - 4:24 
aa_zz. Please clear by your question, I can't understand it. Would you please elaborate it a little bit more
QuestionWeb technologiesmemberJunoli25 Nov '12 - 11:28 
Somebody can name TOP WEB technologies are using in USA? What gain fast positions on the WEB technology? What need to know at soon time?
SuggestionRe: Web technologiesmemberJon Andersson29 Nov '12 - 10:21 
I guess as the rest of the world HTML   What do you mean?
Questionbreak-word CSSmemberJon Andersson23 Nov '12 - 7:15 
Hi,
I have struggled with word wrap for long file names in a table. I use a class where I now implemented everything I can think has something to do with word wrap. It works in chrome but neither in Firefox or IE. How to do this?
 
.wraptext
{
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    max-width: 450px;
    mso-word-wrap: break-word;
 
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
}

AnswerRe: break-word CSSmembervbmike24 Nov '12 - 4:08 
Not knowing what string you were using or what you expected to see, I just put some lorem ipsum within a table and changed the css class to: .wraptext { word-wrap: normal; /* Internet Explorer 5.5+ */ width: 450px; mso-word-wrap: normal; -ms-word-break: normal; word-break:...
GeneralRe: break-word CSSmemberJon Andersson24 Nov '12 - 13:13 
I always want a word to break when it exceeds the maximum width. The normal break did not work.
GeneralRe: break-word CSSmembervbmike29 Nov '12 - 9:58 
Give me an idea of the content you are trying to use and what you want it to look like. vbmike
GeneralRe: break-word CSSmemberJon Andersson29 Nov '12 - 10:04 
any long word breaked in a table cell.
GeneralRe: break-word CSSmembervbmike29 Nov '12 - 10:10 
Just so I understand so I can experiment, you want the word within the cell to wrap when the word gets over 450 but the cell may be bigger? vbmike
AnswerRe: break-word CSSmemberJon Andersson29 Nov '12 - 10:14 
I did som experiments my self. If you have an width on a table or cell in a table it wont word wrap. However, if you create a paragraph in your cell it will wrap. Strange behavior. especially when it works in chrome.
GeneralRe: break-word CSSmembervbmike29 Nov '12 - 11:06 
Well, I suppose that you will have to use paragraph tag for your text. I tried that with some text within a paragraph tag in a fixed width table and your css code above and it wraps the text at max-width specified when the table is wider regardless of browser for me. Opera, Safari, Chrome,...
GeneralRe: break-word CSSmemberRichard A. Abbott29 Nov '12 - 12:00 
Break word is understood by most, if not all, modern CSS3 enabled browsers. But to make it effective, use a div tag with or without an ID name, then reference that div or the div's ID with a width size, then when you use that break word to another element within the hierachy then it will do what...
AnswerRe: break-word CSSmemberJon Andersson29 Nov '12 - 19:33 
That is not more efficient than any other solution.   The only conclusion that I can draw from this matter is that: word-wrap: break-word; will break words when it enters its containers boundery. However, for most browsers this do not work for a table cells boundary The boundary is set...
GeneralRe: break-word CSSmembervbmike30 Nov '12 - 9:17 
I neglected to ask poster but I don't think HTML5/CSS3 is being used. I find div's way more effective than table architecture. At least once I had the ah-ha moment. vbmike
GeneralRe: break-word CSSmemberRichard A. Abbott30 Nov '12 - 9:37 
They say that tables are "old hat". But I say, they still to this day serve a purpose. And CodeProject, the website you are using right now, is an example of their continued use.   But yes, you are right, div's are effective and most suitable for manipulation   From the OP's...
GeneralRe: break-word CSSmemberJon Andersson29 Nov '12 - 10:17 
This dose not work. normal do not break words. look at my later answer to this question.
AnswerRe: break-word CSSmembergilvani28 Nov '12 - 8:16 
I have the same problem.
GeneralRe: break-word CSSmemberJon Andersson28 Nov '12 - 8:18 
I did it on the server-side instead. Not a good solution but a workaround
AnswerRe: break-word CSSmembervbmike17 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... -ms-word-break: break-all; word-break:...
GeneralRe: break-word CSSmemberJon Andersson4 Jan '13 - 1:37 
This dose not work for tables in all browser see previous discussion
GeneralRe: break-word CSSmembervbmike4 Jan '13 - 3:36 
Ok, good luck. I don't use tables for much anymore. vbmike
QuestionCrystal Reports ActiveX Designer error '80043ae3' error '80043ae3' Invalid TLV record.memberSanjeev991822 Nov '12 - 23:45 
Hello everyone,   i'm facing this issue in crystal report my web site is deployed on server and i'm accessing it on another system   Crystal Reports ActiveX Designer error '80043ae3' Invalid TLV record.   please provide me necessary component for this issue.   ...

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


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 17 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid