Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
example
- Page 1
Re: Web Services using ASP.NET
Programming
Web Development
6 Days Ago
by WendyDolan
… logic sounds super practical. would also love to see an
example
if anyone has a simple one to share, especially using…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
…var keepMyData; $.ajax({ method: "POST", url: "https://
example
.com/myajaxrequest.php", data: { var1: 'test', var2: 'something…error" ); }).always(function() { alert( "complete" ); }); working
example
switching countries(add in the scripts below it): <!doctype…
How to show visa info based on country selection in a travel form?
Programming
Web Development
4 Weeks Ago
by eservices
… planning form that adjusts based on the selected nationality. For
example
, if someone picks a country like India, the form should…, JSON) Mentions *<link removed by moderator>* as an
example
, not a pitch
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by Dani
… so that we can help diagnose this for you. For
example
, if the JSON response is empty, it is most likely…
Cache-Control stale-if-error with s-maxage
Programming
Web Development
2 Weeks Ago
by Dani
… that mean that *stale-if-error* is always ignored? An
example
of something we have is this: Cache-Control: max-age…
Is anyone using ChatGPT in French for programming tasks?
Programming
1 Week Ago
by kakasi63
… — even when working with frameworks like Laravel or JavaScript. For
example
, I asked it to generate a Laravel controller with French…
Re: Dynamic Properties in PHP 8.2
Programming
Web Development
2 Weeks Ago
by Dani
… realize that in my previous post I incorrectly gave the
example
of `$user = new stdClass(); $user->nickname = 'Dani';`. My intention…, I chose to demonstrate by continuing with the same user
example
that was used in the tutorial.
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
3 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: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by pearly_2
… — especially related to roofing choices, sustainability, and material performance. For
example
: “What type of roof lasts the longest in a cold…
Re: How Can Small Businesses Effectively Compete in Digital Marketing?
Digital Media
Digital Marketing
3 Weeks Ago
by WilliamOG
… limited time and budget usually spreads you too thin. For
example
, I’ve seen firms get solid results focusing just on…
Re: Error LNK1104 when debugging
Programming
Software Development
3 Weeks Ago
by Salem
… This is why you don't have an executable file.
Example
: 1>myprojectname.obj : error LNK2020: unresolved token (0A0000DF) "…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by toneewa
… long MyProjectName::m_hr unsigned long MyProjectName::m_dwRVersion Here is an
example
using them. #include <windows.h> #include <iostream…
Re: Safely upload a file
Programming
Web Development
1 Week Ago
by Dani
I feel like that's part of the UI that would be very different depending upon the context. For
example
, what would the message look like? This is meant to just be a backend utility function.
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by groverharleen
Hello, please use developer tool while working on HTML/PHP with AJAX. in the console you can easily track what was the POST/GET request made to PHP file and what is the responses shared by PHP file. try debugging response accordingly or if still you face any trouble, please do share screen shot of Header / Request / Response Tabs. i'll …
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, …
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
2 Months Ago
by blogmanagment
… part of them will be interested in your project. For
example
, if you are writing on cooking recipes, no person who…
Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
… quotation marks (“) to indicate repetition from the line above —for
example
: John Miles “ Smith DiDi applies a similar concept, but instead…
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
For
example
, as Donald Knuth points out in The Art of Computer …
Re: Differential Directory, indexing method
Programming
Software Development
2 Months Ago
by xrjf
…). I developed a simple method that matches this limit. For
example
, to sort the list {2, 5, 7, 1, 4, 3…
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Reverend Jim
Example
of Dad joke: How do you think the unthinkable? With an ithberg.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Dani
>
Example
of Dad joke: > > How do you think the unthinkable? > > With an ithberg. Boooo.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months 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
2 Months Ago
by lennyli
… what you need in your web site. > > For
example
there is an "online notepad" which does some… are many screensavers that run from a webpage with an
example
at whitescreen.online . > > You can get there. Actually…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… the `socket` library to demonstrate basic remote control functionality. This
example
will allow one computer to send commands to another computer….py` with the actual IP address of the target computer. ###
Example
Commands - **Move the mouse**: `move 100 200` - **Click**: `click` - **Type…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months 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: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
… and didn’t seem to directly answer my question. For
example
, when I currently run `select * from sys.schema_unused_indexes;` I get…
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by kearawill
… or trade secrets (like specialized algorithms or business logic—for
example
, I once worked on a stamp duty London calculator for…
Re: How do you do keyword research for SEO?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by Dani
… have any control over *how* it’s linked to. For
example
, if someone links to an article from a Reddit post…
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Month Ago
by trcooke
… 8090 to forward to 192.168.0.25:80, for
example
. Check the documentation for your Router model to learn how…
Re: Designers, Where Do You Get Your Visuals?
Digital Media
UI / UX Design
1 Month Ago
by rproffitt
We don't create a lot of them but a company I consult with has turned to AI Art. For protest signs we create our own. Here's one
example
: 
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