Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
daniweb.com
- Page 1
What’s a Small Coding Habit That Made a Big Difference Over Time?
Digital Media
Digital Marketing
Search Engine Strategies
16 Hours Ago
by emilyclarkford
… long run. Also, I started using [Google](https://www.google.
com
) more strategically (like filtering by recent results or using exact…
Re: What’s a Small Coding Habit That Made a Big Difference Over Time?
Digital Media
Digital Marketing
Search Engine Strategies
16 Hours Ago
by Reverend Jim
I'd have to go with your practice of writing the docs/comments early on in the coding cycle. It's been a life saver. If you wait until after the code is written and debugged there is pressure to just move on to the next thing.
OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization
Programming
Computer Science
6 Days Ago
by usmanmalik57
…) dataset.head() ``` **Output:**  The `text` column contains a …shape) dataset.head() ``` **Output:**  The `content` and `human_summary` columns …
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 …
Re: hello Everyone - Excited to be a part of this community
Community Center
Say Hello!
1 Day Ago
by Reverend Jim
Hello and welcome to
Daniweb
.
How to display chart with long X axis values without congestion
Programming
Software Development
2 Weeks Ago
by PM312
… DataGrid view without reducing column width. 
New backlink checker functionality
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
Over the past week or so, I have been hard at work adding some features to our [backlink checker](https://www.
daniweb
.
com
/tools/backlinks), and my mini-project finally wrapped up today. If you are a technical SEO who does link building, I would very, very much love for you to check it out and let me know your thoughts.
Crosshair has a vertical and horizontal line to view the value of the axis.
Programming
Software Development
1 Week Ago
by PM312
i want to add Crosshair , a vertical and horizontal line to view the value of the axis is this available for charts in vb.net 2017. 
Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
1 Week Ago
by Jassica68
Hi everyone! I’m new here on
DaniWeb
and really happy to join this awesome tech and developer …’t wait to get started and grow together with the
DaniWeb
family!
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
Hello and welcome to
DaniWeb
! Thanks for joining. :)
Re: Introducing Ankush: Digital Marketing Expert for Gaming & Dating Apps
Community Center
Say Hello!
2 Weeks Ago
by Dani
Hi and welcome to
DaniWeb
! Since you're saying your expertise lies in SEO, you should check out
DaniWeb
's [backlink checker](https://www.
daniweb
.
com
/tools/backlinks). I've been working on it a lot over the past week or so and there are a lot of new improvements that I'm really stoked about.
Re: back link checker
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Dani
I realize this is a super old topic, but I would like to recommend [
DaniWeb
’s free backlink checker](https://www.
daniweb
.
com
/tools/backlinks) which IMHO is more powerful than Ahrefs, etc. because it lets you check your backlinks on demand, and also has more robust checking for the backlink’s indexability.
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
Hello and welcome. What types of programming interest you?
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
4 Weeks Ago
by trcooke
Oh I have not seen those before... interesting. I was thinking of this 
Re: Tool for checking backlinks
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Dani
This post is late to the party, but I need to recommend
DaniWeb
’s own backlink checker tool. https://www.
daniweb
.
com
/tools/backlinks
Dynamic Properties in PHP 8.2
Programming
Web Development
3 Weeks Ago
by Dani
… and easy MacGyver patch, until it stops working as well. (
DaniWeb
is currently on PHP 8.3.8 and it's…
Introducing Ankush: Digital Marketing Expert for Gaming & Dating Apps
Community Center
Say Hello!
2 Weeks Ago
by Ankush_10
… learn from this community. I believe the discussions here on
DaniWeb
will provide valuable perspectives and technical knowledge to enhance my…
Cache-Control stale-if-error with s-maxage
Programming
Web Development
3 Weeks Ago
by Dani
…-while-revalidate*. I came across [an article](https://developers.cloudflare.
com
/cache/concepts/cache-control/) on Cloudflare's site that says…
Re: How to display chart with long X axis values without congestion
Programming
Software Development
2 Weeks Ago
by kinvieb
Hi, My first and quick point of view is that if you have a chart with such a big amount of data points, there might not be a need to show all individual data points. For the axis values, you may just choose to show points at a given interval, to avoid the congestion. For the data labels, you can choose to show labels at particular points (like …
Re: New backlink checker functionality
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
> Could do it much better What features or functionality is it missing that you’d like to see?
Re: New backlink checker functionality
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
> Great work. Good job! I bet you didn’t even try it. :-P
Re: New backlink checker functionality
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
And did Mikey like it?
Re: New backlink checker functionality
Community Center
Meta DaniWeb
2 Weeks Ago
by Reverend Jim
If the reference is what I am thinking of, as I recall the commercial the words were "Give it to Mikey. He'll eat anything." So basically the exact opposite.
Re: New backlink checker functionality
Community Center
Meta DaniWeb
1 Week Ago
by Reverend Jim
On further reflection I had it backwards. The catch phrase was, "Mikey likes it." >Of all liars, the most convincing is memory.
Re: Crosshair has a vertical and horizontal line to view the value of the axis.
Programming
Software Development
1 Week Ago
by rproffitt
Sorry but I only have VS2008 and VS2022 now. But for a real-time crosshair that moves with the mouse, showing its position along the X and Y axis I asked ChatGPT and it appears to only need less than 20 lines of code that respond to Chart1_MouseMove().
Re: Crosshair has a vertical and horizontal line to view the value of the axis.
Programming
Software Development
1 Week Ago
by rproffitt
Given the **antipathy** towards AI here, all I can share is if you put "i want to add Crosshair , a vertical and horizontal line to view the value of the axis is this available for charts in vb.net 2017." into a chatgpt session, you'll find a solution in about 20 seconds.
Re: Crosshair has a vertical and horizontal line to view the value of the axis.
Programming
Software Development
1 Week Ago
by Dani
The trick with AI is to give it very short bits of code to write at a time. If you ask it to write an entire mini-program that does X, it inevitably gets quite a few bits wrong, left out, etc. But if you ask it to write pseudocode first, and then for each individual method/function call, you carefully explain what you want it to do, what parameters…
Re: Hello Everyone in the community
Community Center
Say Hello!
4 Weeks Ago
by rproffitt
1. Take time to complete your
DANIWEB
profile. 2. Is that one of those pharma sites? I see a lot of deleted spam about that site. Something about Linda as well.
Re: Hello Everyone in the community
Community Center
Say Hello!
4 Weeks Ago
by Dani
Hello and welcome to
DaniWeb
. Is that your own site or do you do SEO for them?
Re: Hello Everyone! Greetings
Community Center
Say Hello!
3 Weeks Ago
by Reverend Jim
Hello and welcome to
Daniweb
.
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