|
Looks like this Implementing an AutoComplete Control on ASP.NET Core using Telerik[^] is full of holes... missing images and/or code snippets
oi
@Dirkster99
@OriginalGriff
@arthurratz
@MehdiGholam
did you forget your ?
Quote: The sample code shows many functions that are not written that you would potentially have to write: [NOTHING COMING]
so, now we can simply create our HTML markup as follows: [NOTHING COMING]
... [more like that]
Note: If you did have code snippets on your end... Sorry, my browser is messing with me.
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.
|
|
|
|
|
They are all images, and the site they are hosted on returns
Quote: This site can’t be reached The connection was reset.
I've left a note for the author to check the hosting site, which we couldn't do until it's published as you can't comment on pending blogs ...
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Are you really experiencing difficulties with trying out my project ? If so, post your comments. I'm ready to help you out. 
|
|
|
|
|
Arthur V. Ratz wrote: Are you really experiencing difficulties with trying out my project ?
have you really read my message? I posted nothing about your work, I asked you because you approved a incomplete publication
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.
|
|
|
|
|
And yes, I've carefully read your publication. My publication was imported as GitHub project. The contents of this article is actually the contents of README.md markdown short description file.
The real work on the complete article has just begun. All what I have wanted to do is to publish a project only so far that will be introduced in my future article I'm about to contribute in some time.
By importing a project from GitHub, I would have liked to show up the web-application first and then introduce the theoretical backgrounds on this subject.
I'm really sorry. The complete article is afoot. 
|
|
|
|
|
Arthur V. Ratz wrote: And yes, I've carefully read your publication. My publication was imported as GitHub project. The contents of this article is actually the contents of README.md markdown short description file. Again...
I am NOT speaking about any article of yours.
I just made a notice that you approved Implementing an AutoComplete Control on ASP.NET Core using Telerik[^] with missing pictures and code and packed it as a tiny joke asking if you missed your coffee today.
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.
|
|
|
|
|
I'm sorry for that. Next time, I'll look carefully to the article I approve. 
|
|
|
|
|
Arthur V. Ratz wrote: I'll look carefully to the article I approve. And the messages speaking to you, specially after asking if you have really read the message you are answering
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.
|
|
|
|
|
I'm very sorry. Excuse me. 
|
|
|
|
|
No problem... all have lack of coffee from time to time
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.
|
|
|
|
|
No problem. 
|
|
|
|
|
Recently, I've explored a new feature in CodeProject's articles contribution chain. Specifically, my question is about "Import GitHub Project" option. Suppose, I'm having a project published to GitHub and I want also contribute it to CodeProject. Apparently, my project will incur multiple of updates in the future. Of course, I've carefully read the notes under import from GitHub project page, but, anyway, I'd like to know how will these changes to the project be reflected in either GitHub and CodeProject publications ? Also I'd like to find out about the submission process for this particular case.
Thanks for all your replies in advance. 
|
|
|
|
|
Hi Arthur,
The way that it "should" work is that any time you push an update to your repository, we will then reflect that change on our end.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Thanks for your answer, Sean. 
|
|
|
|
|
I used the following html code in my article in hope that I would be able to show the video and but I could not get that working.
<iframe width="420" height="345" src="https://www.youtube.com/embed/Yxg_janIavw">
</iframe>
Is there an alternative way to embed the YouTube video in an article?
Thank you in advance for your assistance.
modified 16-Feb-19 4:28am.
|
|
|
|
|
This is what you want, good sir:
<iframe style="height:480px;width:640px" src="//youtube.com/embed/Yxg_janIavw"></iframe>
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
Using React Hooks with TypeScript[^] <<< if it remains. Author is being reported
WiFi thermometer using NodeMCU, DHT22 and Flask[^] << The pictures are huge (not sure if the problem only on my side)
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.
modified 13-Feb-19 3:04am.
|
|
|
|
|
They have been rescued.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
how to data transfer from local database to online database
|
|
|
|
|
You have picked the wrong forum to ask your question. This forum is intended for questions about writing articles. You need to choose the C# forum.
This space for rent
|
|
|
|
|
Hello,
i just develop a antivirus in vb.net, and i'm getting the error below. The application needs to scan files in the given path, and i'm being denied access.
Can you explain what could be causing the error?
could it be code bug?
thanks
System.UnauthorizedAccessException
HResult=0x80070005
Message=Access to the path 'C:\Users\admin\AppData\Local\Application Data' is denied.
Source=mscorlib
StackTrace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.DirectoryInfo.InternalGetFiles(String searchPattern, SearchOption searchOption)
at System.IO.DirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption)
at New_Design.Custom_Scan.Getfiles(String Path) in C:\Users\admin\source\repos\New Design\New Design\Custom Scan.vb:line 30
at New_Design.Custom_Scan.Getfiles(String Path) in C:\Users\admin\source\repos\New Design\New Design\Custom Scan.vb:line 34
at New_Design.Custom_Scan.Getfiles(String Path) in C:\Users\admin\source\repos\New Design\New Design\Custom Scan.vb:line 34
at New_Design.Custom_Scan.Scan(String Path) in C:\Users\admin\source\repos\New Design\New Design\Custom Scan.vb:line 61
at New_Design.Custom_Scan.BackgroundWorker1_DoWork(Object sender, DoWorkEventArgs e) in C:\Users\admin\source\repos\New Design\New Design\Custom Scan.vb:line 121
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
|
|
|
|
|
That folder does not allow access. You can check security permissions from Windows Explorer.
Also, please use the proper forum for programming questions. This forum is for questions on articles that you have written.
|
|
|
|
|
Getting Started with PouchDB - Part 1[^] this guy has been warned about using links and still is writing publicity about his blog in the articles (see the last sentence in the summary). It is not and has been not been a blog, all versions were articles.
Angular 7 with .NET Core 2.2 - Global Weather (Part 1)[^] this one is using Marc Clifton's work (I would say without permission, as it looks in his message[^])
I didn't want to report them just like that in the S&A forum because I am not sure if reporting them while in the list of best candidates can have a side effect.
@Sean-Ewington would you mind to have a look and if proceed do the needful? Thanks
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.
|
|
|
|
|
I've messaged Paul a few times about the links. We don't have a dialogue yet, but as long as he doesn't put links to his articles back in after I take them out, I'm fine with him.
I've messaged Fred to start a dialogue.
Thanks,
Sean Ewington
CodeProject
|
|
|
|