Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
im
- Page 1
Re: Why my created link is not updating as a backlinks?
Digital Media
Digital Marketing
Search Engine Strategies
6 Hours 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: Cannot run exe from asp.net
Programming
Web Development
17 Hours 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 …
Hello Everyone - Newbie Here
Community Center
Say Hello!
2 Days 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 …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
6 Days 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
1 Day 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: Hello Everyone - Newbie Here
Community Center
Say Hello!
2 Days Ago
by Reverend Jim
Welcome to Daniweb. Please take a moment to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules).
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days 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
6 Days 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
6 Days 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
6 Days 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.
Segmentation Fault in C++ Program – Need Debugging
Programming
Software Development
3 Weeks Ago
by YashSmith
I’m getting a segmentation fault in my C++ program when trying to access an array element. Here’s my code: #include <iostream> using namespace std; int main() { int arr[5]; cout << arr[10]; // Accessing out-of-bounds index return 0; } How can I prevent this memory access issue?
Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
4 Weeks Ago
by jamesalery
Hi everyone, I’m just starting out with testing and I need to generate some test data for things like names, birthdays, emails, and other basic information. I’m looking for web-based resources or tools that provide random test data for use in my testing. like i used this *<Promotional link snipped>* for generating birthdays. but i don't …
How Does Flutter Handle State Management Internally?
Programming
Software Development
2 Weeks Ago
by James_228
Hey Flutter devs I’ve been learning Flutter app development for cross-platform app development and I’m starting to get into more advanced stuff — but one thing that still feels a bit unclear is state management. I know there are several options like: setState() Provider Riverpod Bloc GetX, MobX, etc. But I’m curious: How …
Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… to have security permissions so let everyone have all rights.
im
a little confused why there were 2 web.config files…
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by ashleydent4u
It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section …
Re: Segmentation Fault in C++ Program – Need Debugging
Programming
Software Development
3 Weeks Ago
by Reverend Jim
Don't try to access past the end of the array.
Re: How secure is Github?
Programming
Software Development
3 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: Segmentation Fault in C++ Program – Need Debugging
Programming
Software Development
3 Weeks Ago
by rproffitt
Thanks for the MVE (minimum viable example). But it's just bad code. c, c++ and a lot of language won't stop you from going out of bounds.
Re: Segmentation Fault in C++ Program – Need Debugging
Programming
Software Development
3 Weeks Ago
by Dani
You’re creating an array of 5 integers and then trying to access the 11th integer in the array (assuming the indexes start at 0). You’re getting an out of bounds error because you’re trying to access an array element that doesn’t exist. You can access arr[0] up through arr[4].
Re: Segmentation Fault in C++ Program – Need Debugging
Programming
Software Development
3 Weeks Ago
by Salem
It should be obvious by now from their posting history that the OP is a troll.
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? Are you experienced with creating HTML code that uses css classes to piece together something unique? Bootstrap also has its own template store, if I recall correctly. Also, Tailwind is a competitor to Bootstrap, so I’m …
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
3 Weeks Ago
by Pelorus_1
Platforms like Mockaroo, Faker and GenerateData provide fake names, emails and more for testing purposes. You can easily create realistic sample data with these tools.
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
3 Weeks Ago
by gediminas.bukauskas.7
Look at Customers table in NorthWind database (https://en.wikiversity.org/wiki/Database_Examples/Northwind).
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
3 Weeks Ago
by Cortiange
It really depends on your niche. For example, there are niches you can do with AI, but there are some you should avoid AI completely.
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
1 Week Ago
by Shady33
Here are some tips that first came to my mind: * Collaborate with influencers or complementary brands * Use paid ads to promote your best content or lead magnets * Cross-promote across channels (e.g. promote IG on LinkedIn, or vice versa) * Add social links in your email signature, website, and newsletters * Join relevant groups or …
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
1 Week Ago
by Sơn_15
Hi, I think I can help you with this problem.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week 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
1 Week Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week 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
1 Week 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:\…
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