Our Programming forum category encompasses application development, web development, programming theory, and everything in between.
1,192 Recommended Topics
Remove FilterAs our projects have grown, we've realized that collaboration around APIs is just as important as writing the APIs themselves. We're looking for a platform that supports: OpenAPI specifications Team collaboration Shared API documentation API testing Version control and change tracking For those working on team-based API projects: What tool …
I want to know about gaming programming and which programming language is mostly used in industrial areas and which one is better? I have used dark basic and agk basic but I heard that this languages are not powerful for gaming.. I am now still studying B.Tech 3rd year CSE.. …
I often need to compare different versions of documentation, website content, configuration snippets, and notes. Git works great for source code, but for plain text I sometimes find it more convenient to use a dedicated comparison tool. I'm interested in learning what other developers use for this workflow. Do you …
I'm looking for help on CloudFormation Template for Glue Jobs orchestration for below scenario: Suppose I have 10 AWS Glue Jobs, 4 jobs should be executed parallel and 6 jobs should be executed sequentially. If any job failure, send Workflow "Failure" notification along with the failed Glue Jobname. Job1 Job2----job5-->job6-->job7 …
from : https://cppreference.com/cpp/language/definition i don't understand what they mean by "Declaration of a non-inline(since C++17) static data member inside a class definition:" looking at the code there are definitions and declarations but i tried switching between the drafts and saw no difference can someone please help understand this what are …
The speculative NFT surge was always bound to come to an end. When a technology's primary use case revolves around speculation instead of actual utility, a correction is unavoidable. However, the foundational technology that enabled NFTs—namely, the capacity to establish verifiable digital ownership on a blockchain remains valuable and is …
SendMail() should delay before if ($query->execute()) { So that it is run prior to running if ($query->execute()) { <?php // I solved the // Redo, until it works! include('db/db.php'); $userName=$_POST['userName'] ?? ''; $emailVerify=$_POST['emailVerify'] ?? ''; $pass=$_POST['pass'] ?? ''; while (@isset($userName, $pass) and $_POST['submit'] AND !empty($emailVerify)) { if (@strlen($userName) >= 22) …
This is how I'd do it in PHP. Is there an equivalent of count() in JS? You should iterate through 10 numbers, one by one. AND, place this within a while-loop because it runs forever. A Game loop NEEDS TO run forever, otherwise itd' not be a game loop. This …
**Introduction** You know that being effective is the key to success in any business domain. However, you may be wondering how to improve employee performance. In order to do this, it’s important to have tools at hand that will help you measure and track employee performance in real-time and act …
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use with 4GB memory specifications does this correlate directly while executing the process compile, while if I compile the program with …
So am working with .poly files (the game file type for polytoria) and am working ot convert .rbxl to .poly but .poly is XML and .rbxl is binary YES I DO KNOW THAT .rbxlx exist which is also XML but I also want to convert .rbxl files so uh PLEASE …
Hello, me again :-). This time I need to build a small calculator-like GUI, like this:  This time I thought I'd ask a few questions before I start building it! 1)In terms of layout, I was thinking to use the GridLayout again: one for the text field and …
Hi, Is there any chance to get a visual basic 6 compiler for free? I mean, I have a vb6 project (made with the visual studio 6 IDE), but I have no IDE (visual studio 6 or something). Thank you very much. Omar
Hi, I'm a student of Java, and my first homework assignment is more advanced than our reading. So...I'm lost. This question is: Q5: Write a program that reads a list of exam scores from the keyboard. Using A=90 to 100, B=80 to 89, C=70 to 79, D=60 to 69 and …
hi, I am writing a simple calculator program and want to know how to write my nested if conditions for perfroming calculations
I am Miyazaki. I am currently developing a platform that matches cafes with users, similar in concept to the flexible marketplace model used by Airbnb. The platform is designed to help users easily discover cafes that match their preferences and needs. At this stage, the design documentation and MVP development …
I am new to the tech stack of this issue. I am new to Next.JS and I am new to BBPress. But this is the tech stack of my "WEC MFG" website, https://excellencematter.net. My page.tsx for the interaction menu option has the <iframe> which contains the bbpress functionality. Now, here …
I've been studying TDD for a few years and read quite a few books but none that good to be honest. Can anyone recomend any good ones. I'm not interested in BDD but am keen on anything that tackles the many problems of mocking intrinsic MVC objects.
I have 3 okta apps setup. Okta app for backend Okta spa app Okta web app The Okta spa app is able to use the access token it got and pass to Okta app for backend and the token is validated. However, the Okta web app access token when passed …
so i've been banging my head trying to get the enemy ai pathfinding working in my little c++ project. stuck a basic A* in there but the characters just jitter around corners instead of walking around them. tried tweaking the heuristics, even slapped on some smoothing, but it still just …
Hi all, My team and I is making an open-source library for running AI models on the phone. We are planning to create a very simple SDK which will allow you to download a model and use it on your phone. We plan to release an initial version in a …
Who's up for a puzzle? About two months ago, I began to have troubles using the Town of Oakville's web site where I book fitness class spots. In places where there should be text, it's blank. My feeling is that this began intermittently, but I may be wrong. Today it …
How do AI chatbots help businesses provide better customer support?
i 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)?
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 …
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?
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 …
Is it possible to perform URL-based image transformations? How can I achieve this in my application?
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 …
How important is live support when selecting hosting? Have you ever faced downtime and needed urgent help?
What are the best practices for keeping a website fast and responsive in 2026?
Do you think blockchain will replace the traditional database
How can I perform the four operations of addition, subtraction, multiplication, and division in Marie simulator? How the code will be
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?
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 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 …
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. …
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. …
The End.