Click here to Skip to main content
15,888,351 members
Home / Discussions / Article Writing
   

Article Writing

 
QuestionAbility to retrieve\restore\view deleted articles Pin
_clown_20-May-13 4:57
_clown_20-May-13 4:57 
AnswerRe: Ability to retrieve\restore\view deleted articles Pin
Sean Ewington21-May-13 3:58
staffSean Ewington21-May-13 3:58 
GeneralRe: Ability to retrieve\restore\view deleted articles Pin
_clown_21-May-13 8:12
_clown_21-May-13 8:12 
GeneralRe: Ability to retrieve\restore\view deleted articles Pin
Pete O'Hanlon21-May-13 9:28
mvePete O'Hanlon21-May-13 9:28 
QuestionWhy Is My Article a Tip/Trick instead of an article? Why doesn't it show up on main page? Pin
newton.saber20-May-13 2:09
newton.saber20-May-13 2:09 
AnswerRe: Why Is My Article a Tip/Trick instead of an article? Why doesn't it show up on main page? Pin
Chris Maunder20-May-13 2:18
cofounderChris Maunder20-May-13 2:18 
GeneralRe: Why Is My Article a Tip/Trick instead of an article? Why doesn't it show up on main page? Pin
newton.saber20-May-13 2:23
newton.saber20-May-13 2:23 
QuestionCopy/Paste problem : Code Formatting Pin
newton.saber19-May-13 5:30
newton.saber19-May-13 5:30 
Having a real difficulty getting my code sample pasted into my article. Using Google Chrome browser as editor. Have done this before and it worked.
I paste the code as expected from notepad -- plain text. The trouble occurs when I choose the "formatted" option to format the selection as code.
I'm editing this message to let you know, I am running on Windows 7. I don't know what that apple-tab-span thing is.

It ends up giving me this (below) (from preview mode): (please help) thanks
XML
private void GetWebSource()
{
<span class="Apple-tab-span" style="white-space: pre;"> </span>string strUri = urlComboBox.Text;
<span class="Apple-tab-span" style="white-space: pre;">
</span><span class="Apple-tab-span" style="white-space: pre;">  </span>if (strUri.Length == 0)
<span class="Apple-tab-span" style="white-space: pre;">     </span>return;
<span class="Apple-tab-span" style="white-space: pre;"> </span>// Call helper method to insure that the URL is valid -- check it starts with http:// or https://
<span class="Apple-tab-span" style="white-space: pre;"> </span>strUri = CheckForUrlPrefix(strUri);
<span class="Apple-tab-span" style="white-space: pre;">
</span><span class="Apple-tab-span" style="white-space: pre;">  </span>urlComboBox.Text = strUri;
<span class="Apple-tab-span" style="white-space: pre;">
</span><span class="Apple-tab-span" style="white-space: pre;">  </span>bool isAdded = visitedUrls.TryAdd(strUri.ToUpper(),strUri);
<span class="Apple-tab-span" style="white-space: pre;"> </span>// If the url hasn't already been added to the drop list navigation add it so user can select it again later
<span class="Apple-tab-span" style="white-space: pre;"> </span>if (isAdded)
<span class="Apple-tab-span" style="white-space: pre;"> </span>{
<span class="Apple-tab-span" style="white-space: pre;">     </span>


modified 19-May-13 15:59pm.

AnswerRe: Copy/Paste problem : Code Formatting Pin
newton.saber19-May-13 5:36
newton.saber19-May-13 5:36 
AnswerRe: Copy/Paste problem : Code Formatting Pin
Chris Maunder20-May-13 2:26
cofounderChris Maunder20-May-13 2:26 
GeneralRe: Copy/Paste problem : Code Formatting Pin
newton.saber21-May-13 15:10
newton.saber21-May-13 15:10 
QuestionCopy/Paste not work on article editor for IE? Pin
Mike_Liu18-May-13 15:57
Mike_Liu18-May-13 15:57 
AnswerRe: Copy/Paste not work on article editor? Pin
Chris Maunder20-May-13 1:56
cofounderChris Maunder20-May-13 1:56 
GeneralRe: Copy/Paste not work on article editor? Pin
Mike_Liu20-May-13 15:19
Mike_Liu20-May-13 15:19 
GeneralRe: Copy/Paste not work on article editor? Pin
Chris Maunder21-May-13 2:39
cofounderChris Maunder21-May-13 2:39 
GeneralRe: Copy/Paste not work on article editor? Pin
Mike_Liu21-May-13 16:39
Mike_Liu21-May-13 16:39 
GeneralRe: Copy/Paste not work on article editor? Pin
Dan Colasanti26-Oct-13 1:04
professionalDan Colasanti26-Oct-13 1:04 
QuestionArticle status showing as Closed. Pin
Mohammed Hameed12-May-13 19:30
professionalMohammed Hameed12-May-13 19:30 
AnswerRe: Article status showing as Closed. Pin
Sean Ewington14-May-13 4:43
staffSean Ewington14-May-13 4:43 
GeneralRe: Article status showing as Closed. Pin
Mohammed Hameed14-May-13 5:00
professionalMohammed Hameed14-May-13 5:00 
GeneralRe: Article status showing as Closed. Pin
Sean Ewington14-May-13 5:01
staffSean Ewington14-May-13 5:01 
GeneralRe: Article status showing as Closed. Pin
Mohammed Hameed14-May-13 5:07
professionalMohammed Hameed14-May-13 5:07 
GeneralRe: Article status showing as Closed. Pin
Mohammed Hameed14-May-13 5:10
professionalMohammed Hameed14-May-13 5:10 
GeneralRe: Article status showing as Closed. Pin
Sean Ewington14-May-13 5:14
staffSean Ewington14-May-13 5:14 
GeneralRe: Article status showing as Closed. Pin
Mohammed Hameed14-May-13 8:30
professionalMohammed Hameed14-May-13 8:30 

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.