Re: How Can Small Businesses Effectively Compete in Digital Marketing? Digital Media Digital Marketing by christianjhon2 … niche. * You can co-host lives, exchange blog mentions, or run giveaways—*all without spending money*. 5. **Email Marketing (Free Tools… Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by AIO_803 Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system settings. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues. Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Erussuhsh Hi I'm new android app development can you teach me Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by TurisVPN A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy … Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by Liam91 A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses … Re: Cannot run exe from asp.net Programming Web Development by Dani Marking this question as solved. Thanks all! JForum release for JakartaEE 10 Hardware and Software Cloud-based Apps by Ulfson … 10 - meaning you need Tomcat 10.1 or comparable to run it. Previous versions ran fine using the *webapps-javaee* mechanism… no longer needed now :-) You can find a ready-to-run war file at https://sourceforge.net/projects/jforum2/, along with… Integrating OpenAI Web Search API in LangGraph Programming Computer Science by usmanmalik57 … Required Libraries The following script installs the libraries required to run the codes in this article. We will also install the… Re: Delete unused MySQL indexes Programming Databases by Dani … to directly answer my question. For example, when I currently run `select * from sys.schema_unused_indexes;` I get a list of indexes… Re: Delete unused MySQL indexes Programming Databases by Reverend Jim … you have enabled the correct flags and let the system run through typical processing, the returned list should be, according to… Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development by b_985 … Generator for creating accurate circles and shapes. However, I’ve run into an issue — the website isn’t opening at all… Re: Wifi Connectivity Issue Hardware and Software Networking by gowtham_6 Hey! Just try giving your router and PC a quick restart, update your WiFi driver, turn off that power-saving thing on the WiFi adapter, forget the network and join back in, then run the troubleshooter. If it’s still acting up, just drop the error and your device info here! Re: JForum release for JakartaEE 10 Hardware and Software Cloud-based Apps by Dani Congrats on the latest release of your software. May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly. Re: JForum release for JakartaEE 10 Hardware and Software Cloud-based Apps by Ulfson > May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly. JForum had already lived on SF for several years before I became involved. At this point there are just 2 committers, and while we talked about moving to Git, it never seemed … Re: JForum release for JakartaEE 10 Hardware and Software Cloud-based Apps by Dani A bit off topic, but as a developer of one, DaniWeb started on SVN and eventually moved to Git when redoing the platform from scratch about a decade ago. I also really like being in GitHub, despite it being a private repository so I’m not taking advantage of the network effect. Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by asadalig In 2025, cross-platform apps aren't inherently slower than native ones—it really depends on how they're built. Modern frameworks like Flutter, React Native, and Kotlin Multiplatform have closed the performance gap significantly. If developers optimize properly, most users won’t notice a difference. However, for extremely high-performance needs like… Re: Looking for AI app developers Programming Mobile Development by jonathannweyer That sounds like a great project, running models locally on mobile is definitely gaining interest. I’m not building anything right now, but I’ve been exploring ideas around offline voice commands and simple summarization features, so something like this could definitely be useful. Curious, are you targeting both iOS and Android from the start? … Re: App development - Lobby functionality optimisation Programming Mobile Development by jonathannweyer Since you’ve already tried caching and reducing network calls, you might want to look into pagination or lazy loading to avoid loading all rooms at once. WebSockets can also help by pushing updates instead of polling. Make sure your backend queries are indexed efficiently, especially for filters like player count. If the lag happens mostly during … Re: Cannot run exe from asp.net Programming Web Development by lennyli …anymore). > > Websites are not allowed to run apps on someone’s computer directly — it’s a … Create the Server (Remote Control Target) This script will run on the computer you want to control. ```python # server…``` ### Step 3: Create the Client (Controller) This script will run on the computer you’re using to control the other… Cannot run exe from asp.net Programming Web Development by lennyli … https://www.daniweb.com/programming/web-development/threads/386380/cannot-run-exe-files-in-asp-net-application but still lost in…, notepad.exe or ribbons.scr), while at the same time run the same exe on the local client pc. For my… show a button. Also disappointingly the notepad.exe did not run even when i set it to have security permissions so… Re: Cannot run exe from asp.net Programming Web Development by lennyli Why does the following code dont run and launch the exe I specify (eg, notepad.exe, or … = Server.CreateObject("WScript.Shell") ' Run the executable result = objShell.Run(command, 1, True) 'result = objShell.Run(command) 'result = objShell.Exec(command… Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 …not visibly on the desktop. It needs special permissions to run, and the IIS app is very restricted by default. Programs…and often not supported anymore). Websites are not allowed to run apps on someone’s computer directly — it’s a … Studio. Why the port number is different When you run your site in Visual Studio, it uses a development … Re: Cannot run exe from asp.net Programming Web Development by lennyli … some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . >… I click a button on that HTML page, it can run something, such as a ribbon screensaver. My boss also wanted… remote execution runs, but i can at the same time, run a local program similar or same as the software on… Re: Cannot run exe from asp.net Programming Web Development by john_111 … what rproffitt said, by explaining why. If a webpage could run a program installed on another computer, the entire world wide… are prohibited from running programs on your computer. They can run a script on the webserver however. Say a PHP script… Re: Cannot run exe from asp.net Programming Web Development by lennyli > > When I run the command "python server.py" on the server … have the word "python" anywhere. Even if i run the setup and ticked the option "add to path… Re: Cannot run exe from asp.net Programming Web Development by pritaeas > while at the same time run the same exe on the local client pc. Not possible. Re: Cannot run exe from asp.net Programming Web Development by pritaeas No, Javascript cannot run/start executables on the client machine. Re: Cannot run exe from asp.net Programming Web Development by rproffitt I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . You can get there. Re: Cannot run exe from asp.net Programming Web Development by Salem …, notepad.exe or ribbons.scr), while at the same time run the same exe on the local client pc. So, if… Re: Cannot run exe from asp.net Programming Web Development by Reverend Jim >No, Javascript cannot run/start executables on the client machine. Technically correct but there are ways around it. For example, save a file in a special folder on the target computer, which has a folder watch on that folder. The watching task could then trigger a local task.