|
|
Something very strange is going on with this article. I've asked the dev team to look into it.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
Hi Sean. Any joy? It still refuses to allow me to update the article. Essentially it's just a new zip file and a release version note.
|
|
|
|
|
The dev team is hoping to tackle it today. In the meantime, could you please email me the new zip file? sean@codeproject.com (or perhaps provide a download link to it?)
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
I was sure that when making 2 code blocks (<pre>) in different languages, they were fused and showing tabs with languages names.
like:
<pre lang="c++">my C++ code</pre>
<pre lang="java">my Java code</pre>
What did I missed ?
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
modified 27-Nov-20 6:19am.
|
|
|
|
|
int cx;
int cx;
modified 27-Nov-20 6:17am.
|
|
|
|
|
I see 2 blocks 1 after the other (separated), no tabs.
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
|
|
|
|
|
Sorry, I misunderstood what you meant by tabs in this context.
modified 27-Nov-20 6:17am.
|
|
|
|
|
I found, it was in Chris challenges https://www.codeproject.com/Questions/1174204/Coding-challenge-generate-anagrams , see solution 5 from Graeme_Grant
<div class="code-samples">
<pre lang="C#">using System;
using System.Collections.Generic;
...
}
}</pre>
<pre lang="VB">Imports System.IO
Imports System.Runtime.CompilerServices
Imports ZeroFormatter
...
End Module</pre>
</div>
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
modified 28-Nov-20 1:27am.
|
|
|
|
|
Very interesting, I had not seen that before.
|
|
|
|
|
How can i made my article public so that all can read it not only logged people ?
|
|
|
|
|
As far as I am aware all articles are already public.
|
|
|
|
|
|
Your article has not been published yet. It is in the moderation queue.
Have some patience. Either it will be approved, at which point it will be available for others to read, or it will be rejected if it needs further work.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
ok thank You i am new, i wish You a nice day 
|
|
|
|
|
if i open the article on another browser it does not load the page i get notification i have to log to see the article
|
|
|
|
|
As Richard Deeming already said, that is because the article has not yet been published.
|
|
|
|
|
aha ok i am new here Thank You and i wish You a nice day 
|
|
|
|
|
My article: C++: Windows Toast Notification
The last 2 images do not show up in the published article but they showed up in the preview. The problem could be the width is not set in style attribute: I did set them but the width is removed after published, leaving the height only.
Please kindly help. Thanks!
|
|
|
|
|
Thanks for letting us know. Should all be good now!
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
I was curious with good article criteria for website to get rank in Google.
|
|
|
|
|
It needs to be well written, detailed, informative, clear and useful. But that will not necessarily help its Google ranking. So if that is all you are interested in then save your energy.
|
|
|
|
|
Richard MacCutchan wrote: So if that is all you are interested in then save your energy. 150% agree
Some of the best articles I have read here, didn't appear in google first page...
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Sometimes a project I'm planning requires background before it can be understood and/or implemented.
Rather than try to firehose people with too much information in one article where scope and length gets out of control I will post a backgrounder article(s) in anticipation of the article I intend to write that's built on it. It's no so much a part in a series either, because the background piece is standalone. I did this awhile ago with a series of task scheduling and synchronization articles that led up to an article on .NET "synchronization contexts", and I've done it with some parsing and lexing articles in the past.
As an example, last night I published one on unboxing the Arduino Mega 2560+WiFi R3 and getting it set up without nuking it. I didn't want to make it part of my pump monitor article because I feel like people that want to search for setting up this beast should be able to find something about just that, and I don't want to clutter the pump monitor project with getting the arduino ide installed and adding the wifi libraries to it. The article might not seem like much unless you're actually unboxing one of those things, but it's important for the pump monitor project.
What leads me to ask if this is a good approach is a lot of times the background articles will go unvoted on or even get downvoted (at least in the past, but then i had a downvote troll at one point) as if they weren't really appreciated. If I'm spending all this time on something that isn't appreciated it makes me wonder if there isn't a better approach to breaking apart projects that have a lot of prerequisites. Maybe it's because they don't foreshadow the upcoming article so people wonder why I'm posting them. I don't know. I am always after improving my ability to engage with readers here, so any ideas would be valued by me.
Real programmers use butterflies
|
|
|
|