Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
use
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
13 Hours Ago
by Salem
> When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like this. if __name__ == "__main__": print('Server Begin') …
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
12 Hours Ago
by asadalikhan
Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior.
Re: Cannot run exe from asp.net
Programming
Web Development
11 Hours Ago
by lennyli
> > When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. > > So did it even give you `print("Waiting for a connection...")` ? > > Consider making your server main like this. > > if __name__ == "__main__": >…
Re: Cannot run exe from asp.net
Programming
Web Development
10 Hours Ago
by lennyli
I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now
Re: Cannot run exe from asp.net
Programming
Web Development
6 Hours Ago
by Salem
Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Yeah, this won't transform the PATH of any existing process. In increasing annoyance order, you may have to: 1. Start a new cmd window 2. Log out and log in again 3. Reboot …
Re: Cannot run exe from asp.net
Programming
Web Development
16 Hours Ago
by lennyli
> Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new …
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
6 Days Ago
by usmanmalik57
…Finally, we create the OpenAI client object we will
use
to call the OpenAI API. To access the …are performing multi-label classification, we will only
use
research papers that belong to at least two …Computer Science,Physics] or [Computer Science,Physics,Mathematics]).
Use
the exact case sensitivity and spelling of the categories…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Days Ago
by Neil_brown001
…), which picks a random port. In production, IIS will usually
use
port 80 or 443. Best approach If you want a…
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
1 Day Ago
by ashleydent4u
…'s authority in a significant way. While Google may still
use
some external signals for ranking, the disallowed pages won’t…
Re: Looking for AI app developers
Programming
Mobile Development
1 Day Ago
by KamalDeepPareek
… privacy-focused applications like: Voice transcription and command recognition (perfect
use
-case for Whisper) Offline chatbots or virtual assistants Personalized note…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Day Ago
by lennyli
…), which picks a random port. In production, IIS will usually
use
port 80 or 443. > > Best approach > If…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Days Ago
by scope_2
…> and <iframe> tags for simple
use
. For advanced control,
use
libraries like Lozad.js or lazysizes. In frameworks like… React,
use
React.lazy() and <Suspense>. Avoid lazy loading above-…
Re: Is there anything special I should pay attention to when doing SEO?
Digital Media
Digital Marketing
Search Engine Strategies
6 Days Ago
by jonathannweyer
… you should understand what your audience is searching for and
use
relevant keywords naturally in your content. On-page SEO is…
Re: Differential Directory, indexing method
Programming
Software Development
4 Days Ago
by noahevans
…’s a software glitch or a deep hardware issue, we
use
efficient diagnostics and keep your data structure — and your device…
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
3 Days Ago
by sasha_Digitable
… the specific areas of web design you are wanting to
use
3. The ability of the company that can work with…
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
3 Days Ago
by jonathannweyer
If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and
use
that for subsequent loads.
Re: Any jQuery 4 users?
Programming
Web Development
2 Days Ago
by jkon
… events. Replacing jQuery would be relatively easy since we often
use
our own extended jQuery functions, like our custom 'onClick' (which…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
4 Days Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: Metaverse Marketing Services
Digital Media
Digital Marketing
6 Days Ago
by rproffitt
I thought that idea was dead. The new thing appears to be the Zuck's AI In Everything which I don't need in my toaster.
Re: Looking for AI app developers
Programming
Mobile Development
4 Days Ago
by Pelorus_1
Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language processing, and deep learning.
Re: why social bookmark got removed after some time ?
Digital Media
Digital Marketing
Search Engine Strategies
1 Day Ago
by ashleydent4u
It’s frustrating when backlinks from social bookmarking sites disappear after a short time! The reason this happens is often due to the nature of social bookmarking sites—they tend to be less stable over time. Many of the platforms that allow you to create backlinks may remove them to maintain quality or due to spam filters. Also, some of these …
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Day Ago
by asadalikhan
Nick, this issue sounds like a file association problem. Your URL shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix: 1. Go to Control Panel > Folder Options > File Types 2. Find and select .URL 3. Click Advanced and ensure it’s set to open with Internet Explorer (…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Day Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets.
Re: How secure is Github?
Programming
Software Development
4 Weeks Ago
by Dani
> https://www.theregister.com/2025/03/17/supply_chain_attack_github/ Well that’s coincidental. Doesn’t seem to apply to our repo though because we don’t
use
tj-actions/changed-files and
use
private repos. More to say when I’m not on my phone.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… of concept. There is no specific language/tool I must
use
. The prototype is to demonstrate that I can wirelessly control… the router being 192.168.0.1. My computer will
use
wifi to connect to the SSID of the router connected… product. My thought is maybe to demonstrate that i can
use
my web browser to connect to the webpage http://192…
Re: How secure is Github?
Programming
Software Development
4 Weeks Ago
by Salem
… a barge-pole. Dropbox maybe at a pinch. Personally, I
use
https://mega.io/ If your DW hosting provider gives you…
Buggy career talk :-P
Programming
4 Weeks Ago
by Dani
… the recent past is not realizing that you can’t
use
a MySQL transaction from within a persistent connection. Here’s…
What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
3 Weeks Ago
by SanjayJoshi
If I want to
use
Bootstrap 5 for my admin dashboard and avoid Tailwind, which templates should I consider?
Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
2 Weeks Ago
by Dani
Hello, DaniWeb actually uses Bootstrap, but I don’t
use
any preexisting templates. How much CSS experience do you have? …
Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Weeks Ago
by Dani
Linux has come a long way, but it's still primarily a server OS, correct? How many of you linux fanboys and girls
use
it as your primary operating system for daily tasks? How does it compare to Windows or macOS in terms of productivity and overall user experience?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC