Editing Blog Feed....unmitigated disaster.
-
Every time I try to edit my Blog Feed, which has HTML markup, the editor corrupts the text. Sandeep Mewara recommended I post a message here. Here is a link to the post. http://www.codeproject.com/script/Articles/ArticleVersion.aspx?waid=60433&aid=540169&msg=4489605#xx4489605xx[^] Please read the comments so you don't suggest things that have already been tried.
Steve Wellens
-
Every time I try to edit my Blog Feed, which has HTML markup, the editor corrupts the text. Sandeep Mewara recommended I post a message here. Here is a link to the post. http://www.codeproject.com/script/Articles/ArticleVersion.aspx?waid=60433&aid=540169&msg=4489605#xx4489605xx[^] Please read the comments so you don't suggest things that have already been tried.
Steve Wellens
Steve. Have a look at it now (you may need to Ctrl+F5). I've updated the feed and it's been pushed into live now. The HTML should be good to go.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Steve. Have a look at it now (you may need to Ctrl+F5). I've updated the feed and it's been pushed into live now. The HTML should be good to go.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierIt looks perfect. Is there anything I can do to avoid this in the future?
Steve Wellens
-
It looks perfect. Is there anything I can do to avoid this in the future?
Steve Wellens
I just fiddled about with the spacing after the pre tags and changed the " to ' for the first JavaScript entry. After that, it seemed to be okay.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
I just fiddled about with the spacing after the pre tags and changed the " to ' for the first JavaScript entry. After that, it seemed to be okay.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierSo you changed some spacing and replaced this valid JavaScript code: <script src="Scripts/jquery.js" type="text/javascript"></script> ...with this valid JavaScript code: <script src='Scripts/jquery.js' type='text/javascript'></script> Gee, I don't see how I could have missed that.
Steve Wellens
-
So you changed some spacing and replaced this valid JavaScript code: <script src="Scripts/jquery.js" type="text/javascript"></script> ...with this valid JavaScript code: <script src='Scripts/jquery.js' type='text/javascript'></script> Gee, I don't see how I could have missed that.
Steve Wellens
I also sacrificed a chicken if that helps any.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
I also sacrificed a chicken if that helps any.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierWas it a virgin chicken? And did you also burn incense?
Steve Wellens
-
Was it a virgin chicken? And did you also burn incense?
Steve Wellens
Steve Wellens wrote:
Was it a virgin chicken?
No, I'm pretty sure it was a British Airways chicken.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Steve Wellens wrote:
Was it a virgin chicken?
No, I'm pretty sure it was a British Airways chicken.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierThat's funny. By the way, I never thanked you....thank you.
Steve Wellens
-
That's funny. By the way, I never thanked you....thank you.
Steve Wellens
Don't mention it. I was glad to help.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier