Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
control
- Page 1
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
1 Day Ago
by Inamullah_1
Great tutorial—thanks for sharing! Just a few quick additions: Starting with Android 13 (API 33), apps must request permission for POST_NOTIFICATIONS at runtime, while older versions allow notifications by default. It’s best to check the Android version before requesting this permission to avoid unnecessary prompts. Also, remember to handle the …
Cache-Control stale-if-error with s-maxage
Programming
Web Development
2 Weeks Ago
by Dani
I happily just discovered the Cache-
Control
rules *stale-if-error* and *stale-while-revalidate*. I… [an article](https://developers.cloudflare.com/cache/concepts/cache-
control
/) on Cloudflare's site that says that those two …ignored? An example of something we have is this: Cache-
Control
: max-age=3600, s-maxage=86400, stale-while-revalidate…
Re: Cache-Control stale-if-error with s-maxage
Programming
Web Development
1 Week Ago
by WendyDolan
This is something I’ve been wondering about too. The wording around “applicable” s-maxage overriding stale-if-error is kinda vague. From what I’ve seen, s-maxage just sets how long a shared cache (like a CDN or proxy) can consider the response fresh — so I think if the resource is still within s-maxage, then stale-if-error wouldn’t even kick in, …
Re: Flood control using Redis
Programming
Web Development
2 Weeks Ago
by Dani
Status update: we now use Cloudflare’s free rate limiting functionality. Back when I wrote this, Cloudflare charged for rate limiting. Note we have a Business account.
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Weeks Ago
by trcooke
… was the key enabler since it already knew how to
control
our heating system. It might be a good middle ground…
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Weeks Ago
by Dani
I assume your son is no longer a baby, but nowadays you can get Nest temperature sensors to put in different areas of your home. You can officially tell Nest to
control
the HVAC based on the temperature of the family room during the day and the temperature of the bedroom at night, for example.
Re: Error LNK1104 when debugging
Programming
Software Development
3 Weeks Ago
by toneewa
… = GetLastError(); std::cerr << "Failed to open Service
Control
Manager. Error: " << m_hr << "\n…
Re: Error LNK1104 when debugging
Programming
Software Development
3 Weeks Ago
by Dani
I will also add that Git is built into almost all IDEs. It's the default version
control
for Visual Studio 2019 and forward. Are you still using VS 2010? There are some Git plugins for VS 2010 as well: https://stackoverflow.com/questions/16989962/visual-studio-2010-2012-git-plugin
Re: What the Best Employee Wellbeing Programs Do Differentl
Community Center
2 Weeks Ago
by Dani
The government does not
control
every company’s attempt at caring for its employees. Also, why twist everything anyone has to say into a political statement?
Re: Important web design and development techniques?
Digital Media
1 Week Ago
by Eckert
…, optimize images, and write clean, maintainable code. Also, using version
control
(like Git) is a must. Keep learning and experimenting, web…
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
2 Weeks Ago
by WilliamOG
Basically: patch your stuff, lock your doors, and stop clicking shady emails. Got it.
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
1 Month Ago
by JackRyan248
… options for building robust applications. Don't forget about version
control
with GitHub to manage your code and track changes. >… Django are all solid choices. GitHub is essential for version
control
. I also find VS Code and Stack Overflow helpful for…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… AI: Creating a software prototype for remote
control
of another computer involves several technical aspects, …prototype is for educational purposes only. Using remote
control
software without permission is unlawful and unethical. Always …script will run on the computer you want to
control
. ```python # server.py import socket import …
Re: Web3 Digital Marketing Agency
Digital Media
Digital Marketing
1 Month Ago
by Dani
… are *not* synonymous. Web3 is just all about giving users
control
instead of corporations and social networks retaining all the…
control
. In some ways, blockchain achieves that. In other ways, a …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… use. The prototype is to demonstrate that I can wirelessly
control
a hardware product with its own computer touch screen. My…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by scope_2
…; and <iframe> tags for simple use. For advanced
control
, use libraries like Lozad.js or lazysizes. In frameworks like…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Months Ago
by asadalikhan
… printer handler). Here’s a quick fix: 1. Go to
Control
Panel > Folder Options > File Types 2. Find and…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… python server.py command didnt output any text before returning
control
to command prompt even if i added the suggested code…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Reverend Jim
… of them (who had been a part of the Process
Control
Group which I joined when I was hired) and explained…
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Dani
… and time together. Let's assume that the datetime-local
control
is used and both a `start` and an `end` are…
Re: How to enable gpedit on Windows 10 & 11
Hardware and Software
Microsoft Windows
1 Month Ago
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: How do you do keyword research for SEO?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by Dani
I don't. All of the content on DaniWeb is user-generated, so I have very little
control
over the words that appear on each page. Years and years and years ago, back when backlinks weren't banned by Google, I used to be a little intentional when it came to keywords in anchor text, but we're talking over 2 decades ago.
Re: How do you do keyword research for SEO?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by Dani
… it naturally. When that happens, you don’t have any
control
over *how* it’s linked to. For example, if someone…
Re: Designers, Where Do You Get Your Visuals?
Digital Media
UI / UX Design
1 Month Ago
by jkon
… also use ChatLLM in some cases when we want more
control
over an AI-generated image or video. Of course, in…
Re: Key Tools and Tips for Efficient Web Development
Programming
Web Development
2 Months Ago
by Himanshu011
Frontend development: * React * Vue.js Backend development: * Node.js * Django
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
1 Month Ago
by Erussuhsh
Hi I'm new android app development can you teach me
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
1 Month Ago
by graceweb
Hey Bam_391, Thanks for putting this together, really thorough breakdown. I think your point about regular employee training is especially important. Even with the best technical safeguards, a single phishing click can cause major issues. Curious if you have any thoughts on balancing strict access controls with usability, especially in smaller …
Control number of IE windows that open.
Hardware and Software
Microsoft Windows
21 Years Ago
by thewolfe
Control
number of IE windows that open. Can I
control
the number of IE windows that open? I would like 4 or 5 to open and then they would start to "reuse" themselves. Any ideas?
Control refuses to get focus
Programming
Web Development
17 Years Ago
by orico
…try to move focus to this specific text-box
control
on this page the focus is shifted to …code: [CODE]document.all.elemName.focus();[/CODE] This is the
control
itself: [CODE] <input name = "ctl00$…quot;width: 100px;" /> [/CODE] Some other text-box
control
on the page: [CODE] <input name = "ctl00…
control panel won't open and can't remove hacktool.root kit
Hardware and Software
Information Security
17 Years Ago
by Silentluna8
…{149E45D8-163E-4189-86FC-45022AB2B6C9} (SpinTop DRM
Control
) - file:///C:/Program%20Files/Monopoly%20Here%20and…: {48DD0448-9209-4F81-9F6D-D83562940134} (MySpace Uploader
Control
) - [url]http://lads.myspace.com/upload/MySpaceUploader1005…DPF: {CC450D71-CC90-424C-8638-1F2DBAC87A54} (ArmHelper
Control
) - file:///C:/Program%20Files/Monopoly%20Here%20and…
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC