|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
|
|
|
|
|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|
|
I want to improve my website speed
|
|
|
|
|
Not a question.
ALL of us want to improve our web site speed.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
I want to improve my website speed it takes too much time to open
|
|
|
|
|
I have some experience developing ASP.Net Web API's for use on a company network. But to expose it publicly, it needs to be secure. I'm guessing what I want is to control who has access to the api.
I found this article:
https://code.tutsplus.com/tutorials/securing-aspnet-web-api--cms-26012
Since I have no experience doing this, can someone smarter than me validate this article? is this the right way?
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
modified 4 days ago.
|
|
|
|
|
The article is not valid for dotnet Core, it does not explain the new service configuration DI.
Never underestimate the power of human stupidity -
RAH
I'm old. I know stuff - JSOP
|
|
|
|
|
I'm using .Net Framework
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
I am trying to design a simple webpage for our customers to upload a sql database backup file. I have a basic form but not sure where to go from here. New to this. Here is my code so far.
<!DOCTYPE html>
<html>
<body>
<form action="" method="post" enctype="multipart/form-data">
<img src="fieldedge_logo.jpg" width="297" height="182" alt=""/> <br>
<h1 style="color:black;" >Customer File Upload Site</h1><br><br>
<h3 style="color:black" >Please enter your Customer Name:</h3><input type="text" name="CustName"/><br><br>
<input type="file"
name="file"
accpt=".bak"/>
<br>
<input type="submit" value="Upload"/>
</form>
</body>
</html>"
|
|
|
|
|
Member 14675590 wrote: <form action="place your page name here, or api name" method="post" enctype="multipart/form-data">
You need an action to send it to.
An action would be server side code in which you post directly to a page, or API.
This page or API would have to accept a HTTP POST event.
Since you only posted HTML and didn't indicate your technology like PHP, ASP, I'm not able to assist any further.
But you can choose to post it back to the same page.
If it ain't broke don't fix it
Discover my world at jkirkerx.com
|
|
|
|
|
I have Created new Window Service.This Service Gets the Logs From BioMetric device.But the Service gets the last records and inserted in every time.So What Can I do?
|
|
|
|
|
You can do it differently.
"Five fruits and vegetables a day? What a joke!
Personally, after the third watermelon, I'm full."
|
|
|
|
|
Member 14583542 wrote: So What Can I do? You could start by providing a proper detailed explanation of the problem. We cannot see your screen or read your hard drive.
|
|
|
|
|
I recently ran a test on the below website:
https://www.seniority.in/daily-living-aids/adult-diapers-clp[^]
and got the below results for the website as:
PageSpeed Insights[^]
The test results told me to remove unused CSS so as to decrease the page loading time for the URL.
I was wondering if anyone would suggest me to remove the unused CSS and whether or not it would do any good to decrease the page loading time.
Any help in this regards would be greatly appreciated as I am trying to build an E-Commerce website with many such URLs and would implement that method if it's successful.
|
|
|
|
|
Member 14668727 wrote: I was wondering if anyone would suggest me to remove the unused CSS and whether or not it would do any good to decrease the page loading time. According to the analysis, saves more than a second. That makes sense, if you don't have to load stuff you don't use, you save time.
The thing that annoys me is that they can identify it, but don't offer a zip-file containing the proposed versions.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Hey thanks Ed for sharing your thoughts on this. Will have to take up with technical experts to figure this out
|
|
|
|
|
Faulting application w3wp.exe, version 7.0.6003.20659,
time stamp 0x5d8e64a6, faulting module ClrProfilerAgent.dll,
version 1.0.0.1, time stamp 0x5c702446, exception code 0xc0000005,
fault offset 0x0000d3e4, process id 0x2304,
application start time 0x01d5a43855193907.
modified 26-Nov-19 9:13am.
|
|
|
|
|
Since this dll seems to be bound to a specific product, you should contact their support if you want some help for it.
Please search for "ClrProfilerAgent.dll" in your favourite search engine and start from there.
Plus, if you read the big message at the top of this forum, this is the wrong place to ask your programming questions.
"Five fruits and vegetables a day? What a joke!
Personally, after the third watermelon, I'm full."
modified 26-Nov-19 6:57am.
|
|
|
|
|
Avocados.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
Avocados, a little salt and pepper. So nice.
|
|
|
|
|
Two simple things are needed to fix this:
1) CListCtrl
and
2) Liquid Nitrogen
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Liquid Nitrogen, just checked amazon, they have it (not large quantities) but...
|
|
|
|
|
And Bacon.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
|
Bacon
They call me different but the truth is they're all the same!
JaxCoder.com
|
|
|
|