1,160 Recommended Topics
Remove Filter ![]() | |
Back in the day, I was a high schooler and daniweb.com was a website about my Yorkie and Maltese!! However, I couldn't help my nerdiness and interest in web development, and there was an "HTML Tutor" section as well. (Also, please just tell us about it without this turning into … | |
... and I don't just mean things like 40 years ago I used punch cards, and today I use Python. Walk us through the more *human side* of your career. Things like how has the Internet changed your perception of things? What other big milestones were there over the years … | |
Hi all, For the past few years I've been working on this visual web dev tool called Webfoundry: https://webfoundry.app/ It allows you to visually manipulate the DOM to create components and page templates, add JavaScript bindings, and build anything the browser can accomodate. It's different from existing competitor products in … | |
Hey everyone, Over the past few years, I've worked closely with dev teams (startups, product companies, and even agencies) that hit a point where internal capacity wasn’t enough—tight deadlines, talent shortages, or the need for niche skills like DevOps or QA automation. That’s where team extension services come in. Basically, … | |
Does anyone have any experience with Google Analytics consent mode? In the HTML head, I have: gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'wait_for_update': 500 }); Then, a javascript function is called from within the bottom of the HTML page that, based on the flow of … | |
Suggest me from where i can hire developers in USA for my organization | |
What are the most important principles that all software developers should know? | |
Which programming languages will be most in demand in 2025? Programming career | |
Hello everyone! My name is Zachary Detlefs, and I am the Director of Development at Game Warriors! We are a coding and art academy as well as a team that offers development work to anyone in need. At the moment, finding contract work has been a struggle. With the the … | |
Finding some text and replacing it with new text within a C string can be a little trickier than expected. Here is what I had come up with one day. | |
Years and years ago, when I first started coding DaniWeb, I used SVN source control. Eventually I switched to git/Github. Is SVN still popular these days, or does pretty much everyone just use git? A google search told me that git was created by Linux Torvalds way back in 2005 … Programming github version-control | |
With AI’s current capabilities, does Stack Overflow still have a purpose these days? How do you see them pivoting? They seem to still get a good number of new questions being asked daily. For those of you who are more “in the trenches” of SO and Reddit, are people still … Programming artificial-intelligence-llm | |
Sometimes random thoughts pop into my head, and I was just thinking about how lucky I am to be an English-speaking American and have access to my pick of any of the popular programming languages, from PHP to C# to Python to Javascript. I was just wondering, for those of … Programming software-architecture | |
Hi DW, I'm getting this error when I try to debug, it says it can't open `"c:\users\myusername\Documents\Visual Studio 2010\Projects\myprojectname\debug\myprojectname.exe"` How can I solve this? | |
I think it's likely possible but the question is: do we need it? Is the goal transparent: more cash for Mars?? In other words for Macrohard to mimic Microsoft they need to: * Make new programming language and ecosystem, aka .NET and C# - do we REALLY need yet another … | |
Hey Guys, What problems might a business owner face during mobile app development? | |
If anyone is interested, [this documentary](https://www.youtube.com/watch?v=GfH4QL4VqJ0) just got posted to Youtube. Programming python | |
How i can i buy web hosting on my blogsite? My site: [Food Recipes](http://www.foodrecipesall.blogspot.com/) | |
Any predictions for the next Macromedia/Adobe Flash? | |
As some of you may know, I've been playing a lot with prompt engineering lately. Something I've discovered is that, while using the OpenAI API with the GPT-5 model, I was able to reduce URL hallucinations from ~20% down to ~3.5% by enabling web access. Funnily, the Web Searches usage … Programming artificial-intelligence-llm | |
Should we still be teaching C and C++ to new programmers in 2025? If you could change the way programming is taught today, what would you change? This question is more geared for those recently out of school and just starting out their careers, as I'm not sure those of … | |
One of the biggest advantages of web development is how quickly we can get things into production. We all remember Mark Zuckerberg's motto in the early days of Facebook to move fast and break things. It wasn't my motto, as well, per se, but I certainly had (and still have!) … | |
For me, I fell in love with web development because of the instant gratification of how I can come up with an idea for something in the morning, code it in the afternoon, and by evening see people all over the world use what I just created, and what was … Programming business-entrepreneurship career | |
What's your setup like? For the longest time, I used to use Zend PHP Studio, which was a proprietary fork of Eclipse. Then for macOS I used Coda for some time, which has been discontinued and the developers now have Nova instead. Nowadays I use PHPStorm. Programming ide | |
If you were starting programming today, what language would you learn first? For me, Javascript all the way. Then probably Python. PHP would come in third because you can't discount that Wordpress makes up more than half the web or something crazy like that. Programming career | |
I'm facing a confusing issue with one of my websites. When I test in Google Pagespeed Insights, the performance score is 99/100 and there are no visible LCP (Largest Contentful Paint) issues reported. However, in Google Search Console, I keep getting warnings about LCP problems on some URLs. I’ve double-checked … | |
Shopping apps are designed to make online purchasing faster and more convenient, yet many users still encounter issues that negatively affect their experience. By asking this question, the goal is to understand the common pain points people face while using these apps. For example: Do you find checkout processes too … | |
The company I work for uses SVN, with full control over backups on other servers and strict access restrictions. Consequently, my interaction with Git, and GitHub specifically, has been primarily as a user or consumer. Over the years, I have created many things that could be packaged as plugins in … | |
I'm a beginner with databases and I'm trying to design a database in Microsoft Access that will allow users to make bookings for fitness classes. There are two slots per day that these classes can be booked for and each session can cater for 10 people. What I am struggling … | |
I'm not quite sure what happened except Charlie Foxtrot Tango, what a mess. I zoomed out to avoid fowl language and the tangerine sky but some sort of revolt is going down. Example:  Either it's the new ownership, which the new owner has some prior black hole you just … | |
This is for those application developers out there: Have you ever shipped something to production that you instantly regretted? When I first got interested in web development, the appeal was the instant gratification. Come up with an idea in the morning, code it in the afternoon, and see people all … | |
An interesting lesson learned today: A table's auto-increment value gets cached in MySQL. If you run `ALTER TABLE table_name AUTO_INCREMENT = 1;` and nothing seemingly happens, you have to reconnect the client. | |
Looking for a little guidance, for a seemingly not such a complicated project for a website. Maybe y'all could assist me with the optics of this? I want a page on my site to have some input bottons, that will access an astrological database, for some end-user basic information, which … | |
.NET has evolved into a powerful framework for building secure, scalable, and high-performance applications. For SMBs especially, it offers a productive environment with cross-platform support, robust libraries, and seamless integration with cloud services like Azure. If you’ve worked with .NET for web apps, APIs, or enterprise tools—what real-world advantages have … | |
I am looking to build a bakery app but i dont know is it good idea or not? | |
Let me explain: As a hobby project recently I've been trying to vibe-code AGI prototype. Anyhow, this of course leads to the question: what websites will be either of great help for developers or even used by an AGI in its recursive learning and improvement (excluding daniweb.com i mean...)? I … | |
At long last!! Rejoice! [Now only if most browsers supported the darn thing.](https://caniuse.com/css-if) | |
For me, it's jQuery, of course. It just works and I don't think it's as much of a performance hit as everyone seems to think. Google Analytics 4 comes in a close second, because, well, it's GA4. Need I say more? | |
I'm someone who always relies on `console.log` for development. I was just wondering if anyone out there in Internet land ever uses `console.log` in production? Say, for status messages or notifications, perhaps? What about the less known about `console.info`? | |
Two part question: * Is AI making programmers lazy or more productive? * Do you trust AI to write production code? (Hint: I do not.) Programming artificial-intelligence-llm | |
I asked ChatGPT to give me some interesting ideas for questions to ask here on DaniWeb, and one of the questions that it came up with was to ask if you've ever been *personally* victimized by a semicolon? OK, so I have a lot of questions about this. Firstly, why … Programming off-topic | |
What's the silliest or funniest code comment you have either come across or written yourself? I would share some of my own, but I can't seem to figure out how to display a list of all code comments across my project in PHPStorm. Programming posting-games | |
Mine is [infinite scrolling](https://infinite-scroll.com/). Runner up, by the same folks, is the [masonry tiles](https://masonry.desandro.com/) featured on our homepage. | |
ChatGPT told me a good discussion starter is to ask who here remembers programming from magazines and typing in code line by line. What does that mean?! I type my code line by line. As best as I know, everyone did that before AI, and that wasn't too long ago. … Programming off-topic | |
I subscribe to several Python newsletters, one of which comes with at least partial access to tutorials. To anyone who has dabbled in Python, one of the first things recommended is to enter the command import this which renders the output Beautiful is better than ugly. Explicit is better than … Programming python | |
As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't working. I can see that it converted https://cdn.daniweb.com/font.woff into inline base64 for … | |
How can I identify and delete unused MySQL indexes? I have a large table that has somehow accumulated way too many indexes over the years, and I'd now like to identify and delete indexes that are no longer used by the application. | |
I know Cloudflare has functionality to block AI bots. However, I heard something about them charging AI bots for access and then passing that money off to the website. Has anyone else heard of this before? | |
Is it possible to use the Vary header with an HTTP 301 redirect? I understand that 301 redirects are meant to imply the resource has permanently moved, and to forget about the old location, pretty much. My use case is to use `Vary: Cookie` and have different behavior based on … | |
How do you keep up with the latest trends in web design? |
The End.