Subversion Article
-
All, :jig: :badger: I've just submitted my first articlehttp://www.codeproject.com/useritems/Subversion_on_Windows.asp[^]. :jig::badger: I wrote it for beginners and hopefully it'll be easy enough for all to understand.:) If y'all would take a gander at it and let me know what you think I'd appreciate it.:rolleyes::-O Cheers :beer:
An American football fan - Go Seahawks! Lil Turtle
-
All, :jig: :badger: I've just submitted my first articlehttp://www.codeproject.com/useritems/Subversion_on_Windows.asp[^]. :jig::badger: I wrote it for beginners and hopefully it'll be easy enough for all to understand.:) If y'all would take a gander at it and let me know what you think I'd appreciate it.:rolleyes::-O Cheers :beer:
An American football fan - Go Seahawks! Lil Turtle
The whole article is in bold text
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*) -
The whole article is in bold text
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*) -
All, :jig: :badger: I've just submitted my first articlehttp://www.codeproject.com/useritems/Subversion_on_Windows.asp[^]. :jig::badger: I wrote it for beginners and hopefully it'll be easy enough for all to understand.:) If y'all would take a gander at it and let me know what you think I'd appreciate it.:rolleyes::-O Cheers :beer:
An American football fan - Go Seahawks! Lil Turtle
-
I think this might be something with your browser because the text is fine for me - bold where it's supposed to be and normal where it's not.
Jimmanuel wrote:
I think this might be something with your browser because the text is fine for me - bold where it's supposed to be and normal where it's not.
He has an unclosed tag. IE7 correctly renders it. FF implicitly closes the tag when it encounters the H2 tag and so in FF only the first paragraph is bold.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*) -
You're missing a closing <h2> tag. Turns the whole first couple paragraphs bold.
----
It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.
--Raymond Chen on MSDN
Shog9 wrote:
You're missing a closing <h2> tag. Turns the whole first couple paragraphs bold.
That's on FF. IE7 shows the entire article in bold. :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*) -
The whole article is in bold text
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)Sorry about that, it's fixed now.
An American football fan - Go Seahawks! Lil Turtle
-
You're missing a closing <h2> tag. Turns the whole first couple paragraphs bold.
----
It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.
--Raymond Chen on MSDN
Thanks for the lead, I took care of the problem I hope:^)
An American football fan - Go Seahawks! Lil Turtle
-
Shog9 wrote:
You're missing a closing <h2> tag. Turns the whole first couple paragraphs bold.
That's on FF. IE7 shows the entire article in bold. :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)Nishant Sivakumar wrote:
IE7 shows the entire article in bold.
Yeah... IE sucks at recovering from broken HTML. Actually, that's not true - it doesn't recover at all, but it's really good at just pushing on anyway. :rolleyes:
----
It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.
--Raymond Chen on MSDN
-
All, :jig: :badger: I've just submitted my first articlehttp://www.codeproject.com/useritems/Subversion_on_Windows.asp[^]. :jig::badger: I wrote it for beginners and hopefully it'll be easy enough for all to understand.:) If y'all would take a gander at it and let me know what you think I'd appreciate it.:rolleyes::-O Cheers :beer:
An American football fan - Go Seahawks! Lil Turtle
The references links are off. You don't want your anchor tags to have IDs that start with a #. If an anchor has an id of num8, then you can reference it with #num8 from a different link. If you're going to post so many screenshots, I'd consider left-justifying them. Or maybe even putting them opposite the text that they go with. Also, there's really no reason to use jpg anymore. PNG is way more awesome. (Smaller and better image quality) And the last minor thing is that under VIII, part o, I wouldn't recommend creating anything inside the repository folder at any time. I've only seen that cause confusion with new people not getting the difference between repository and working copy. Other than that, it's great. :)
-
The references links are off. You don't want your anchor tags to have IDs that start with a #. If an anchor has an id of num8, then you can reference it with #num8 from a different link. If you're going to post so many screenshots, I'd consider left-justifying them. Or maybe even putting them opposite the text that they go with. Also, there's really no reason to use jpg anymore. PNG is way more awesome. (Smaller and better image quality) And the last minor thing is that under VIII, part o, I wouldn't recommend creating anything inside the repository folder at any time. I've only seen that cause confusion with new people not getting the difference between repository and working copy. Other than that, it's great. :)
Thanks for the feedback.:)
David Stone wrote:
creating anything inside the repository folder
I did this to better illustrate the creation of the branches,tags,and trunk folders. Granted it does create a bit of confusion, but I am one of those visual guys so this helps me quite a bit. I will modify the text to explain that it is just my preference and the related steps can be skipped. As to the formatting of the images with the text, your suggestion does have merit so I'll look into a redesign of the layout when I can get a minute or two. Thanks again.:-D Cheers! :beer:
An American football fan - Go Seahawks! Lil Turtle
-
Shog9 wrote:
You're missing a closing <h2> tag. Turns the whole first couple paragraphs bold.
That's on FF. IE7 shows the entire article in bold. :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)I would say CP Article Editor can have a quick HTML Checker like in Blogspot POST Editor.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips