Our Programming forum category encompasses application development, web development, programming theory, and everything in between.
1,191 Recommended Topics
Remove Filteri created a project type: Console; i added on Templates\projects folders; my question: when i open these project type, how can open the module(ConsoleMain.bas) window code and maximizate(predefinition)?
Hey I want to Develop A mobile app in android for my food business. Can anyone suggest me any company and the cost of the App? Thanks
Modern dev workflows sometimes feel harder to manage than the actual application code. A few years ago the setup used to be pretty simple. Git, CI pipeline, logging, maybe a testing framework. Now even smaller teams seem to run: * multiple CI jobs * API testing tools * Docker/K8s tooling …
Hi guys, Let's see if you can give some advice. I'm looking for a pageflip service (it can (and should) be a paid service) that let me have in my own website BO the actual PDF upload option and do the pageflip conversion. Does anyone knows such service? Or as …
I'm going to develop new pos system. So I need to choice right database for that. My software work in network. System going to be handle one thousand transactions per one day. And there are many cashiers will use software. I want to know is mysql database suitable or any …
Organic traffic isn’t as simple as posting and waiting anymore. With AI, changing algorithms, and rising competition, many are struggling to see real growth. So what strategies are actually working in 2026, and where should you focus your efforts to get faster results?
Is it possible to perform URL-based image transformations? How can I achieve this in my application?
How important is live support when selecting hosting? Have you ever faced downtime and needed urgent help?
Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will show me android devices that are near me, for scientific purposes. But without my app installed on their devices, so …
What are the best practices for keeping a website fast and responsive in 2026?
How can I perform the four operations of addition, subtraction, multiplication, and division in Marie simulator? How the code will be
Do you think blockchain will replace the traditional database
Hi everyone, I have a question about Visual Basics......... When do the following events occur with a form object: Load, Unload, Activate, Deactivate, GotFocus, LostFocus?
I’m currently working on improving my website’s performance, especially conversion rates, but I’m not planning to redesign the site at this stage. The website already has decent traffic, but it’s not converting visitors into leads or customers as expected. I’ve reviewed the design, and while it’s not perfect, it’s functional. …
Okay ive been looking everywhere and I can't find this. Ive used the help documents and tried to use the Shell function and also Process.Start. So say I have a file at relative path /Data/manual.pdf (i know how to get directory of application to create absolute path). But I need …
I passed day by day without found what I need. I have a table with 3 columns: question, score, player_name and code_name What I need? I cannot filter the code_player through variable to have sum total of the score’table that must be displayed on the totalbox' input. Curiosly its works …
Is it still worth learning AI when we can use AI tools without knowing much about it? I want to learn design with Canva, but now AI can generate designs easily for us.
Can you make a autoclicker for chrome os
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?
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 …
One Person = One Company? I Made It Happen. Just open-sourced a new project: github: https://github.com/golutra/golutra Video demo: https://www.youtube.com/watch?v=KpAgetjYfoY&t=113s With this system, you can create your own AI swarm (agent team) that collaborates automatically to: write code run tasks maintain projects manage content or social media perform role-based workflows produce …
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 …
I have optimized my website by compressing images, enabling caching, and minimizing CSS/JavaScript files. I’m also using a lightweight theme, but my site is still loading slowly. I tested it on tools like Google PageSpeed Insights and GTmetrix, and the performance score is still not great. Sometimes the loading time …
A year ago, I was spending too much time switching between AI tools, testing workflows, and trying to document what actually worked in practice. The problem wasn’t access to tools — it was clarity. Every tool claimed to be the fastest, the smartest, or the most “agentic.” But when you …
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. …
I’ve been working on a Three.js project where I’m trying to simulate a 3D printer by animating a GLB model based on G-code movements. The model loads fine, but when I try to animate the X, Y, and Z axes, some parts move correctly while others fly out of place. …
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. …
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; } …
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 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, …
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
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?
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 …
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 …
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. …
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 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 …
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 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 …
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 …
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!
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" …
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. 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 …
The End.