|
If indeed the article was closed by the community, it would be better if I could see the article to guide a potential re-write, or title change.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
Apologies it seems it went to the Junk folder.
Currently you've written the article coming at your subject explaining, "attached is what I have done, and here are some explanations of what I did and why I made some decisions."
I suggest a different approach for the article. Walk them through everything you did. Show the your readers the math. We have LaTeX capability, and we can show the formulas in images if that is too painful (I recommend images). Explain the math. Show your code. Explain your code. Treat your article like a classroom of students of varying levels or understanding. How are you going to explain it so that the majority of them understand?
As an example, here’s an article from one of our top authors:
HTML5 WebWorkers Experiment[^]
His primary goal is to demonstrate “Using HTML5 WebWorkers and a custom jQuery plug-in to create a Flickr image wall.” He treats the reader like a beginner. He defines jQuery, explains what WebWorkers are, then gets into why he wanted to create a jQuery plugin. Each progressive section of the article expands on his topic, thoroughly explains the code, explains the limitations he chose in his scope, discusses how each element to his plug-in works, provides numerous code examples, and most importantly, gives a source code download at the top for the reader should they need it.
Every time the community considers whether or not to approve an article, this is the style of article they have in mind. They love it, they want it, and they praise the authors enormously when they get it (and we want authors to feel like their hard work is appreciated).
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Thanks for your reply, Sean.
One more question, what are the limits (words, code snippets, etc) for an article?
Thanks,
Tasos Kipriotis
|
|
|
|
|
We have no official word limit, the article can be as long as you want.
There's probably a technical word limit, but no one has ever hit it to my knowledge.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Greetings Sean, Chris, and all the other hamstermeisters. I'm busy writing a series of articles for a tool that I've been writing. The articles are going to cover such things as using AWS, Terraform, Minimal APIs, and so much more. The idea is, by the end of the articles, we will have a working Service Virtualization tool that people can use to mock up responses to REST type queries.
So, the questions I have.
1. I've been writing the article in Markdown; you are okay with that aren't you? I seem to remember we could load articles like this.
2. I want to demonstrate how we can create libraries of APIs. Are you okay with me "ripping" the Code Project APIs to show how we could create mock results for these?
I'm happy to talk if you need more details. Your ever hamster-slave, Pete.
|
|
|
|
|
1. I remember seeing this too. I haven't actually done it yet myself, but whatever format you decide on I can help you make it look great.
2. Please proceed. Let us know if you need anything. We look forward to the series!
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Hello - I recently updated to a newer version of CodeProject AI and now i cannot get the service to run.
Windows event viewer is throwing up the following error -
Application: CodeProject.AI.Server.exe
CoreCLR Version: 7.0.523.17405
.NET Version: 7.0.5
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.InvalidDataException: Failed to load configuration from file 'C:\ProgramData\CodeProject\AI\modulesettings.json'.
---> System.FormatException: Could not parse the JSON file.
---> System.Text.Json.JsonReaderException: '0x00' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
at System.Text.Json.Utf8JsonReader.Read()
at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 json, JsonDocumentOptions options)
at System.Text.Json.JsonDocument.Parse(String json, JsonDocumentOptions options)
at Microsoft.Extensions.Configuration.Json.JsonConfigurationFileParser.ParseStream(Stream input)
at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
at Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList`1 providers)
at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
at Microsoft.Extensions.Hosting.HostBuilder.InitializeAppConfiguration()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at CodeProject.AI.API.Server.Frontend.Program.Main(String[] args)
I've validated that the
AI\modulesettings.json file does not exist and I think that is what is causing the issue and no matter what I do I cannot get it to work. Ive uninstalled and reinstalled this 5 times without any luck. I'm hoping someone can tell me what I can do to get past this file so I can start the server. Every time I start the service it throws that error I pasted above. I'm kind of dead in the water.
|
|
|
|
|
|
|
Currently they are visible for me, are they for you?
Also, what do you mean by anonymous mode?
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Yes, they are now, Deeksha Shenoy fixed it for me. I meant anonymous mode in browser, I used it to check how the article looks like for non registered users.
|
|
|
|
|
Again, the images in my article are not good.
Git – Problem with “skip-worktree” and Pull[^]
I do not know why is that happening all the time. In the preview all look good, even when I go to edit that article, the preview shows all pictures.
The thumbnail also needs to be set.
|
|
|
|
|
Can you please email me the images? sean@codeproject.com
Also, for your next article, could I try posting it on your behalf? Might help me figure out what's going wrong.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Sure, Sean! I've noted your request to email the images to sean@codeproject.com. For your next <a href="https://fifaapk.com/fifa-mobile-mod-menu/"></a>FIFA Mobile article, we can discuss the possibility of you posting it on our behalf. Thanks!
|
|
|
|
|
I'm thinking about an article with GoDot Game Engine.
I would use this GitHub project as starting point:
GitHub - thelastflapjack/godot_open_star_fighter: A simple star fighter pilot game intended to be a starting point for the creation of other games.[^]
As shown below I would note this in the article but the main problem would or could be that at the end the foreign code part would be 80 .. 85 % !!
I would plan new features and disable/remove existing code parts but the structure / framework of my game would be almost the same as the template's framework.
Introduction
This article/tip and the demo are about getting started with GoDot Game Engine and using the godot_open_star_fighter game project template as starting point.
Background
There are no CodeProject articles about GoDot Game Engine projects, so I started to create this article.
Using the GoDot Game Engine
Here is a Quick Overview
• First we need the Godot 4 for Windows version as shown in [1] Download Godot 4 for Windows (we use the .Net version)
• Extract and run. Godot is self-contained and does not require installation.
• From GitHub [2] thelastflapjack / godot_open_star_fighter we use this project as template for our project.
• Info taken from [2] – About: A simple star fighter pilot game intended to be a starting point for the creation of other games.
...
Is such an article possible
|
|
|
|
|
Yes as long as you make it clear what your code is based on, and you discuss how your changed code works, that sounds great!
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
It looks thumbnails for articles on the front pages are broken:
https://www.codeproject.com/?cat=32
Thumbnail for Git – 4 Ways to Ignore Files
https://www.codeproject.com/?cat=1
Thumbnail for Git – SourceTree custom actions for “skip-worktree” option
|
|
|
|
|
Still broken. Try deleting the thumbnail, rename the image, eg: *_v2.*, upload, and reapply.
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
Should be fixed now.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
Hi Mark,
Can you please email me the images? sean@codeproject.com
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
Currently they are all visible for me. Are they now for you?
If not, please email me the images and I'll make sure it is fixed (sean@codeproject.com).
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|