Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
im
- Page 1
Innovative backlink strategies for local SEO in competitive niches?
Digital Media
Digital Marketing
5 Hours Ago
by asadalig
As of now, I manage the SEO for Imperial Worktops, a leading interior design and home renovation firm in the United Kingdom. I’m currently working on obtaining backlinks that provide tangible SEO benefits, particularly concerning local phrases in an enteral area. I’ve already done the basics: business directories, guest blogging, citations, …
Re: Error when sign in with Google
Community Center
Meta DaniWeb
17 Hours Ago
by Dani
Thanks for the heads up! I’m able to reproduce it and I’ll look into it shortly. I’m currently still in bed.
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
5 Days Ago
by Dani
> Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
5 Days Ago
by Dani
Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real.
Re: Cost-Effective Digital Marketing Ideas for New Startups?
Digital Media
Digital Marketing
5 Days Ago
by Dani
…, but we've always communicated effectively between email and whatever
IM
client is trendy: AIM, Skype, FB Messenger, Slack, etc. >…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Day Ago
by Dani
Marking this question as solved. Thanks all!
Hello Everyone - Newbie Here
Community Center
Say Hello!
3 Weeks Ago
by Ramesh sharama
Hi everyone, I'm Ramesh Sharma, the owner of Web Media Infotech. I’m excited to be part of this community! I work in the areas of web development, website design, and digital marketing, and I’m always keen to learn, share knowledge, and connect with like-minded professionals from around the world. Looking forward to great discussions and …
How Are You Approaching SEO in 2024? Strategies That Actually Work?
Digital Media
Digital Marketing
2 Weeks Ago
by Ramesh sharama
I’ve been working in web design and development for a while now, and over time I’ve realized just how big of a role SEO plays in not only driving traffic—but also in improving user experience and long-term growth. There’s a lot of talk about quick wins and algorithm hacks, but I’m more interested in sustainable strategies that make a difference—…
Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
by lennyli
… to have security permissions so let everyone have all rights.
im
a little confused why there were 2 web.config files…
Digital Marketing Strategy for My Website
Digital Media
2 Weeks Ago
by sheldoncooper01
Hi, I’m seeking guidance on building an effective digital marketing strategy for my healthcare website. I want to improve online visibility, reach the right audience, and ensure compliance with healthcare marketing standards. Could you suggest a step-by-step plan, including SEO, content marketing, and social media tactics tailored to the healthcare…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
Having a very, very difficult time. My eye is swollen shut and I’m in danger of losing my vision as the shingles rash gets closer and closer to my cornea.
Re: Any jQuery 4 users?
Programming
Web Development
3 Weeks Ago
by Dani
> Why would anyone be hesitant to admit to using jQuery? At the time it was released, it sparked fundamental upgrades to JavaScript. JQuery was popular when we first started using it. Nowadays, there are much more elegant JavaScript frameworks, and native JavaScript is often faster than jQuery. Than jQuery 3, At least. I’m excited someone…
Re: Why my created link is not updating as a backlinks?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by emmasmithes
Hey, I’ve been doing backlinks too for my website and focusing on my keyword digital marketing agency in Los Angeles, but I’m facing the same issue. Even after creating a good number of links, they’re not showing up as indexed, which is making it really difficult to see any ranking improvement. What’s been frustrating is that without those …
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
1 Week Ago
by asadalig
Website speed issues can be super frustrating. What really helped me was compressing images (I switched to WebP and used TinyPNG), setting up a caching plugin like WP Rocket, and minifying CSS and JS with Autoptimize. I also realized that bad hosting was slowing everything down, so I upgraded, and using a free CDN like Cloudflare made a noticeable…
Re: Java Coin Flip Program
Programming
Software Development
1 Week Ago
by Dani
> Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts. I realized that after I posted. I’m on my phone on the sofa so it wasn’t as easy to tell. Although I still can’t see the motivation. Edit: Nevermind. Perhaps they were trying to improve their member reputation/quality score?? (Won’t work because you need…
Re: Looking for AI app developers
Programming
Mobile Development
1 Week Ago
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: Hello Everyone - Newbie Here
Community Center
Say Hello!
3 Weeks Ago
by Reverend Jim
Welcome to Daniweb. Please take a moment to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules).
Re: How Does Flutter Handle State Management Internally?
Programming
Software Development
1 Week Ago
by asadalig
Flutter manages state using a widget tree and immutable widgets. When an app’s state needs to be updated, Flutter takes care of rebuilding only the UI components that require change when setState() is called on stateful widgets. This allows the framework to re-render the important widgets and not all the widgets on the screen. For more …
Re: Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
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
4 Weeks Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
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
4 Weeks Ago
by lennyli
Why does the following code dont run and launch the exe I specify (eg, notepad.exe, or ribbons.scr)? <%@ Language="VBScript" %> <!DOCTYPE html> <html> <Body> <% Dim objShell Dim command Dim result ' Path to the executable command = "C:\…
Re: Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen
Re: Cannot run exe from asp.net
Programming
Web Development
4 Weeks Ago
by lennyli
> 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 …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by john_111
Let me expand on what rproffitt said, by explaining why. If a webpage could run a program installed on another computer, the entire world wide web would be hacked into tiny pieces and cease to exist. No one would ever use the web, it would be so totally insecure. So web pages are prohibited from running programs on your computer. They can …
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
3 Weeks Ago
by MajithaDotcom
To grow your followers on Instagram and Facebook, focus on consistency, engaging content, and timing. Use Insights to find when your audience is most active (usually evenings or lunch hours). Mix up content—reels, carousels, memes—and always add value (tips, relatable posts, etc.). Engage with your audience through comments, DMs, and stories, and …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Salem
https://xyproblem.info/ * User wants to do X. Sometime later... > My boss just asked me to create a prototype as proof of concept. There is no specific language/tool I must use * User asks for help with Y. Initially asked... > Have a webpage with a button, when pressed, it will launch a webpage that runs a server side exe (eg, …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
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.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Neil_brown001
Why your approach isn’t working What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: Running a .exe on the server You can technically make the server launch an .exe file like Notepad, but: It will run in the background on the server, not visibly on the desktop. It needs special …
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