Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
using
- Page 1
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
51 Minutes Ago
by Inamullah_1
… permanent authorisation, you can guide them to the app settings
using
an intent. Thanks again—beneficial content!
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
15 Hours Ago
by Willam
We made small psychology-based changes to our funnel and saw better results—more engagemen higher conversions and improved user experience.
Re: Web Services using ASP.NET
Programming
Web Development
4 Days Ago
by natashasturrock
…’ve done this in a few custom .NET development projects
using
ASP.NET Core with SQL Server. The idea of…
using
a web service to handle login and registration is solid … API, create a POST endpoint that calls this stored procedure
using
SqlCommand. The API should return a success response if a…
Re: Web Services using ASP.NET
Programming
Web Development
5 Days Ago
by WendyDolan
… newer version. but the core idea should be the same
using
a web service to handle login and registration logic sounds… example if anyone has a simple one to share, especially
using
SQL Server with stored procedures maybe?
OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization
Programming
Computer Science
4 Days Ago
by usmanmalik57
… with OpenAI o3 Let's first predict tweet sentiments
using
the OpenAI o3 model. ```python %%time client =… o3 We first call the `summarize_articles()` function
using
the OpenAI client and the o3 model. ```python… 4 Opus Next, we call the `summarize_articles()` function
using
the claude 4 opus model. ```python %%time client…
Hi,Remi Bradfort here
Digital Media
Digital Marketing
3 Days Ago
by Remi_7
… into affiliate marketing and hoping to learn how others are
using
it — especially in creative or niche spaces. Curious if anyone…
Re: Digital Marketing
Digital Media
Digital Marketing
6 Days Ago
by WendyDolan
… kinda overwhelming. 😅 Has anyone here seen a real difference from
using
tools like Surfer SEO or maybe even just focusing more…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Day Ago
by Muhammad_367
Conversions increased small psychology backed changes led to best user engagement and more effective funnel performance.
Re: Defending yourself from AI. IGNORE ALL PREVIOUS INSTRUCTIONS
Hardware and Software
Information Security
3 Days Ago
by albybarney
The "ignore all previous instructions" trick no longer works. ChatGPT follows strict safety and alignment rules that can't be bypassed with simple prompts. Sensitive topics are handled carefully and within ethical guidelines.
Is anyone using ChatGPT in French for programming tasks?
Programming
1 Week Ago
by kakasi63
… switch every time. I'm curious: Has anyone here tried
using
ChatGPT (in French) to support daily coding tasks? Do you… think there's any noticeable difference compared to
using
it in English? Are there any specific prompts or techniques…
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
by rajshah85412
… new users to your website. Validate (log in) existing users
using
a web service. You will achieve this by: Creating a… Project In Visual Studio 2008: Create a new website project
using
the "ASP.NET Web Service" template. This will…
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
by Dani
> Visual Studio 2008? Yes, the OP specified they are
using
VS 2008. > Also 12 years late. Not only *not* against the rules, but also not discouraged on DaniWeb. That's the beauty of forums that live on for decades.
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
… fun, so I just put together an example for you
using
CDN's and bootstrap 5. From what you are talking…;description" content=""> <title>Example
using
javascript conditionals</title> <link href="https…
Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Weeks Ago
by Aria James
… personal project to set up a smart home automation system
using
a Linux-based Raspberry Pi setup. My background is in…
How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by eservices
… maybe show a short message or guide link. I’m
using
JavaScript to detect changes in a <select> dropdown…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by Dani
… mean by hardcoding country-specific conditions in javascript, and yet
using
AJAX to have the PHP check a list. Do you…
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
3 Weeks Ago
by Dani
What about
using
something like [IFTTT](https://ifttt.com/)?
Dynamic Properties in PHP 8.2
Programming
Web Development
3 Weeks Ago
by Dani
In my increasingly futile attempt to remain
using
the now-defunct CodeIgniter 3 framework, I came across something …
How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Warren Jerry
… content on Google and other search engines. Simple things like
using
the right keywords, writing helpful content, and speeding up your…
Re: How I Improved My Site with Simple SEO Fixes
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Dani
What simple seo fixes did you start
using
? How quickly did you see results?
Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by Volochain1
When displaying extensive MLM (Multi-Level Marketing) hierarchies
using
TreeView in ASP.NET, performance issues often arise due to the sheer volume of nested nodes. Loading thousands of members at once can slow down the interface, increase page load time, and degrade user experience.
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: How do you do keyword research for SEO?
Digital Media
Digital Marketing
Search Engine Strategies
4 Weeks Ago
by FrankieA
Along with keyword tools like Google Keyword Planner and SEMrush, don’t overlook
using
an SMM panel to test keyword performance in social media posts. It’s a great way to see what resonates with audiences in real time and boost reach on trending topics.
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by toneewa
… MyProjectName::m_hr unsigned long MyProjectName::m_dwRVersion Here is an example
using
them. #include <windows.h> #include <iostream>…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by Salem
> Let me clarify, the project was running fine, only started experiencing this in few weeks ago.# https://en.wikipedia.org/wiki/Git Start
using
it. Every time you make forward progress, you make a commit. Every time you make a mess of it, you revert to the last known good state and try again.
Re: Error LNK1104 when debugging
Programming
Software Development
2 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: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Weeks Ago
by fzlr
Yes, it is. I may be forced to work with Microsoft products at work but in my free time I'm
using
Aurora. bootc is a GAME CHANGER.
Re: Best Social networking sites for SEO
Digital Media
Digital Marketing
1 Week Ago
by bijutoha
… secure some backlinks. So it still matters. Anyone else here
using
**BlueSky**?
Re: Important web design and development techniques?
Digital Media
1 Week Ago
by Eckert
… best practices, optimize images, and write clean, maintainable code. Also,
using
version control (like Git) is a must. Keep learning and…
Re: How Can Small Businesses Effectively Compete in Digital Marketing?
Digital Media
Digital Marketing
1 Week Ago
by aryadeep das
…, and stay active on the platforms your audience uses most.
Using
the best blogger outreach services like Blogger Outreach, FatJoe, or…
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