Our Programming forum category encompasses application development, web development, programming theory, and everything in between.
1,174 Recommended Topics
Remove FilterThere has been a noticeable increase in people asking where to start C# recently. So I have been across a couple of forums and pulled together a list of some useful links and resources. # Web Tutorials # [Home and Learn Tutorial](http://www.homeandlearn.co.uk/csharp/csharp.html) [CodeProject Tutorial P1](http://www.codeproject.com/Articles/219869/Object-Oriented-Programming-in-Csharp-NET) [CodeProject Tutorial P2](http://www.codeproject.com/Articles/222295/Object-Oriented-Programming-in-Csharp-NET-Part-2) [CodeProject Tutorial …
Aside from all the tinkering and learning I did as a self-taught elementary school student in the 1980s, the first real fully-functioning app I've ever programmed from soup to nuts was a Mavis Beacon Teaches Typing clone in Visual Basic 6. I was in middle school at the time and …
In my hometown, I'm a budding entrepreneur with a cab business that I'd want to develop to meet current market demands. It would be more expensive to create a mobile app for both iOS and Android. As a result, I resorted to Android to build my own taxi booking application. …
To be fair, it had already started happening much before AI came when programmer roles started getting commoditized into "Python coder", "PHP scripter", "dotnet developer", etc. Though these exact phrases weren't used in job descriptions, this is how recruiters and clients started referring programmers as such. But LLMs took it …
I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments. Can …
What software engineering "best practice" doesn't scale nearly as well as people claim? Have any of you worked at both a start-up as well as a big corporation? What are the major differences in terms of getting products from conception to release? What about maintaining them *after* release?
Just as the topic title suggests, any jQuery 4 beta users out there who could let me know what it's like? The wait for v4 gold release is killing me. Also, please don't make fun of me for being a jQuery user. DaniWeb has been built on jQuery for decades. …
Hi DW, I have an issue here, I want to retrieve data of the week of that supplied date. I want to also do similar thing again but not for the week this time for the month of the date supplied. Here's the code I have to get for the …
i need create a function like Write(...) the C++0(or less) don't have variadic templates. i need a function and not a macro(don't use the __VA_ARGS__), for add it on a class ;) using cout i have: class Writer { public: Writer& operator()(Variant v) { cout << v; return *this; } …
I am developing a software module to simulate Mercury’s orbital motion using a constant position–momentum parameter derived from the NKTg Law. Instead of using traditional force-based gravity equations, the model defines: p = m * v C = x * p Where x is orbital distance, v is orbital velocity, …
A common task in C or C++ is to get a string from somewhere and convert it to an integer. "Use `atoi`" is a common suggestion from the unwashed masses, and on the surface it works like a charm: #include <stdio.h> #include <stdlib.h> long long square(int value) { return value …
I'm planning to develop a mobile application and am in the process of selecting a development partner. With so many options available, what factors should I consider to ensure I choose the right mobile app development company? Are there specific credentials, portfolios, or client testimonials that are particularly telling of …
What are the best practices for keeping a website fast and responsive in 2026?
Hi, I’m curious how others here handle missed calls at work. We’re a small team and a lot of times calls come in when we’re already on another call, in meetings, or just busy. Voicemail hasn’t really worked for us — most people don’t leave messages anymore. We’ve tried a …
No Freelancers this is full time employment (Part time is also available). NO Agency, No third party, No businesses, we are only looking to hire individuals, senior roles only. English speaking should be intermediate C2
Hello, fellow coders, I'm relatively new to coding and web development but excited to embark on a project combining my passion and my budding programming skills. I'm eager to create a tool like this https://minecraftcirclegenerate.com/ created using HTML, CSS, and JavaScript. As a beginner, I'm seeking guidance on where to …
What's the best cloud accounting software for small businesses that handle multiple sales tax rates? Or is there an affordable web-based small business accounting software?
As web development continues to evolve, AI-driven tools like automated coding assistants, machine learning-powered design systems, and intelligent testing frameworks are reshaping how we build websites and apps. At Red Star Technologies, we're witnessing firsthand how these innovations are making development faster, smarter, and more efficient. But with these advancements …
Hi, i'm havnig problem with calling CreateThread. The problem is that it gives me a conversion error from const void* to void* [CODE=Ccplusplus]DWORD dwThreadId; HANDLE myThread; myThread = CreateThread( NULL, 0, MyThreadFunction, "HELLO", 0, &dwThreadId); [/CODE] dwThreadId id is the problem, the function is supose to take a pointer to …
Hi, I have a cricket related website that is currently hosted on a VPS with two other websites. We are expecting a huge hike in traffic during the next 6 weeks during World Cup. I need suggestions for hosting and CDN to be able to stay live throughout the event. …
Hello. I installed open browser on vs code, created a simple website, and for some reason have no option to open in browser by the various methods. This is the first time I have done this. Thanks!
Ever had a layout that looks perfect in Chrome, but the moment you open it in Safari… everything falls apart? Yeah. Same here It’s not your code (well… not always). Safari just handles Flexbox a little differently. Here’s what usually causes the issue Safari is stricter Chrome is forgiving. Safari …
Question for developers: Do you have a policy, preference, or SOP for dealing with file versioning, date and time stamps, etc.? I see some products where the executable and support files (typically DLLs) all share the same date and time stamp. Sometimes the date and time seem to correlate to …
I've been reading about [Open Claw AI](v) (open source, locally installable) and how easy it is to install and use. I never believe it when something is touted as easy to install and use, and not wanting to potentially brick my laptop, I fired up a clean copy of Windows …
I am posting here because this feels like a technical problem rather than a bank support issue, and DaniWeb usually has people who understand what happens under the hood. I am trying to check my FAB bank balance using both their website and mobile app, but the balance screen either …
i am trying to programatically change the page culture and uiculture ( c# ), my webpage needs to have 2 languages and i have prepaired the right resource files ( .resx) and they are functional since when i try writing in the web.config culture="ar-LB" it works fine now i understand …
Content is a vital part of your website. Depending on the marketing strategy that is to be followed, we develop a good content by researching, compiling, gathering, writing and editing the information in a correct form. As a part of our Content Development Service, we create excellent and quality online …
Hello everyone! I want to use bash from python, however the os.system([I]command[/I]) seems to act only on one command at a time. I want to use complete commands, also containing control flow statements, like If and While, and to call them from python. something like this code in bash: T1="foo" …
Hello. I am trying to connect Figma to my own html page, and can't get the below to work. It does not do what that says when I try it on my own page. Massive thanks in advance! https://www.figma.com/community/plugin/1297530151115228662/web-to-figma-convert-any-website-or-html-code-to-design
I’m currently working on my bachelor’s degree at BTH (Blekinge Institute of Technology) and have created a short survey as part of my final paper. The survey aims to gather insights on how LLM hallucinations affect their use in the software development process. If you work in software development or …
For me, it was Mavis Beacon Teaches Typing. OMG, how I *lived* in that in middle school! And, of course, I probably would have lost patience for coding a very long time ago if I wasn't as quick a touch typist as I am. The very first piece of software …
One of my sons has a coworker doing the Multi-Agent coding now. At first it was just Claude but they've moved onto Multi-Agent Coding. Here's a take on the RENT!  While my software work was mostly embedded we stuck with GCC and cross platform toolchains. For Windows it was …
This is a little project I threw together for exchanging messages between two computers. It started as a way for my wife and me to exchange messages when one of us was inside and the other outside in the hammock. I tried various approaches involving a shared folder (a bit …
I need up to 2 full stack developers to help build my website more details in my private chat
Hi everyone, I am working on a project where I have a nested flexbox layout a parent container with multiple child sections each containing its own set of flex items. My goal is to make it fully responsive, but I’m running into alignment issues when the viewport shrinks. Are there …
What technical judgment did you only develop after years of experience? What's a mistake you see younger developers repeat because they haven't lived through the consequences yet? Let's help out those fresh out of school so they don't have to repeat our mistakes.
Stock price prediction is a challenging task that requires analyzing historical trends, market sentiments, economic indicators, and company performance. One of the popular methods for stock price prediction is using deep learning models, such as convolutional neural networks (CNNs). CNNs are a type of neural network that can extract features …
But It's not clear to me what type of APIs are out there. I know and REST and GRAPH APIs. Are there any other types? And why do some APIs use application/json while others use application/x-www-form-urlencoded Are there any other types of APIs out there that are popular? Because, I …
I want to get the direct link from the file in my other hosting. Is this possible? Or i must buy domain name and upload the files there to get the link? I will use this hosting to upload videos and link to them from my website. This way ill …
Hello, Just curious and want to know is their any alternatives to github as well?
We are developing a purely free and public welfare third-party launcher for gamers. However, due to the fact that we only have three active developers and we have encountered numerous setbacks during the development process, we have no choice but to post this message for help. Please assist us. Thank …
This blog post will compare the two most popular cross-platform mobile app development frameworks, Flutter and React Native.The world of mobile app development is a complicated place with many competing frameworks. It can be hard to know which one to use, but this article will help you find out if …
What do you think is the biggest skill gap that you generally see between junior and senior developers today?
What programming language or tech stack did you enjoy working with the most in your career, and why? For me, [once I discovered PHP](https://www.daniweb.com/programming/threads/543636/when-did-you-start-programming-what-languages), I never looked back. I initially gravitated to it because I was first getting my toes wet with web development, and I was attracted to a …
Have you purchased a script from there? Is AI changing the game? Have you sold any scripts so far? For me I think it's an awesome website but AI is making it harder for developers to sell code because now people use AI to build websites and they don't need …
So here, I am gonna to ask developers around which is the most popular language is used to develop a game for students or professionals.
> it's truly amazing what LLMs can achieve. we now know it's possible to produce an html5 parsing library with nothing but the full source code of an existing html5 parsing library, all the source code of all other open source libraries ever, a meticulously maintained and extremely comprehensive test …
Good IT management doesn't take place in a vacuum. If you're going to make the right decisions and lead people in ways that will make them want to follow, you need an arsenal of information. Of course, overworked CIOs and IT managers don't have time to sift through hundreds of …
How do you think the "developer lifestyle" has changed from when you started today? Better, worse, or just different? I feel like at the very least, we can probably all acknowledge that it's become a lot more mainstream these days and is looked upon as a career that has the …
The End.