Our Programming forum category encompasses application development, web development, programming theory, and everything in between.

1,191 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Mike Askew

There 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 …

Member Avatar for Shahzad111
18
3K
Member Avatar for John_434

I'm building a small website that displays daily prayer times and the Hijri calendar using a public API. The data only changes once per day, so calling the API on every page load seems unnecessary. For those who have built similar projects: Would you cache the response for 24 hours? …

Member Avatar for sudha_4
0
30
Member Avatar for SimonIoa

Hello i want to show html5 video with content over it . Like background image. The whole div html5 video must be of 400px height <div style="height: 400px"> <video controls poster="{{item.media_pic}}"> <source src="{{item.image_path}}" type="video/webm" /> <source src="{{item.image_path}}" type="video/mp4"> <source src="{{item.image_path}}" type="video/ogg"> Your browser does not support HTML5 video. </video> <ion-row> …

Member Avatar for Anjum_1
0
2K
Member Avatar for Joshua_54

Is there an efficient algorithmic implementation of this multiplication technique? I recently came across a grid-based method for multiplying large numbers — using a lattice of digit products summed along diagonals with carry propagation — and I'm curious whether this has been implemented computationally, and where it might have practical …

Programming programming-construct
Member Avatar for rproffitt
0
32
Member Avatar for LloydFarrell

Hi, I have been going round in circles for the past few hours and I need some help please with the following header location. [code]header("location: http://www.websitename/members/securecode/index.php");[/code] I have a login script that works great until i get to line 81 ?? the above header location. here is my script - …

Member Avatar for ashkanmohseni
0
601
Member Avatar for Dani

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 …

Programming assembly visual-basic
Member Avatar for Yrth
1
215
Member Avatar for admin_12
Member Avatar for মিরাজ
8
13K
Member Avatar for Reverend Jim

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 …

Member Avatar for Reverend Jim
4
192
Member Avatar for Sal_1
Member Avatar for little_4

Hi everyone! I'm passionate about game guides, APK resources, and mobile gaming content. I'm here to learn more about game development, programming techniques, and graphics optimization while sharing useful insights with the community. Looking forward to learning from all of you!

Member Avatar for asiagentle
1
31
Member Avatar for autorouter

Hey everyone, I've been working on optimizing AI model usage across different providers, and I wanted to share a practical approach that's been working well for me. The problem: Different AI models are good at different things, but managing multiple API integrations is a pain. Here's a clean solution using …

0
28
Member Avatar for hAPIcat

Hi, everybody. I write bots and decided to share my experience of writing bots on the [Chat API] platform, maybe it will be interesting to someone We’ll tell you how to write a simple bot on PHP using API WhatsApp. A demo bot will react on commands of ordinary Whatsapp …

Programming api php smartphone
Member Avatar for Kevin_101
5
1K
Member Avatar for Woodhales

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 …

Member Avatar for jamiebethell3
2
174
Member Avatar for aboezzat84

in visual basic 6 i have on table contain many rows. I used "LIKE" operator to search by employee name : Adodc1.RecordSource = "SELECT ...... where T_Deductions_Collection.Employee_Name LIKE '%" & Text5 & "%' and ..... " I want to change the search technique to be by employee_ID instead of employee_name, …

Member Avatar for SCBWV
1
40
Member Avatar for mavtcr

I am studying Mob App development.I created small mprojects using Flutter and VScode.At first It worked well. But then the programme exited with Error message-Gradle task assmbleDebug failed with exit code 1 How can I resolve the problem.Please help me

Member Avatar for rproffitt
0
95
Member Avatar for pyeri

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 …

Member Avatar for Reverend Jim
1
134
Member Avatar for kishpopboy

hi, im creating a payroll system for my project and part of it is a time calculator and my problem is I really don't know how to deduct late. it should work this way "for every minute of late, their daily rate will be deducted 1.16" what i did is …

Member Avatar for Lucas_41
0
118
Member Avatar for teenaraj

Can Microsoft SharePoint handle high-volume document storage for enterprise-level ECM systems?

Member Avatar for teenaraj
0
38
Member Avatar for Jessehilton
Member Avatar for Jessehilton

Which server-side technology or framework is the best choice for building websites or apps that can handle many users and grow easily over time?

Member Avatar for Contesthelper44
0
19
Member Avatar for SCBWV

I’m not a professional programmer — just a long-time hobbyist. Over the past 40 years I’ve built around 50 desktop applications for myself and friends, and even accidentally sold one commercially. I’ve seen a lot of comments about programmers using AI. [One such DaniWeb Conversation Here](https://www.daniweb.com/programming/threads/540507/41-of-all-code-on-github-right-now-is-ai-generated)I get the hesitation; if …

Member Avatar for rproffitt
3
137
Member Avatar for plumlogix

Our team has been spending more time on manual Salesforce tasks than we'd like, such as updating records, assigning leads, generating reports, and handling follow-ups. We're exploring automation to improve productivity and reduce repetitive work. Which repetitive Salesforce tasks consume the most time for your team?

1
14
Member Avatar for Allanep

I'm part of the product marketing team at ManageEngine, and we're currently preparing content for an upcoming webinar on preventing DBA burnout. While I work closely with database professionals, I don't have hands-on DBA experience myself, so I'd really value learning from those who do. What does a typical day …

Member Avatar for rproffitt
0
19
Member Avatar for James_43

Here's a fun one... How would you solve a basic simultanous equation with PHP? I have an array with a range [high,low] of [378,395] and I want to normalise the data in that array between the values of [-1, 1]. From that, using `x => ax + b`you get the …

Member Avatar for Shani_4
0
657
Member Avatar for Herve_37

I'm looking for recommendations for tools that support: OpenAPI specifications API documentation Testing Team collaboration Would love to hear what worked well and what didn't.

Member Avatar for luc_127
1
44
Member Avatar for luc_127

As 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 …

Member Avatar for rproffitt
0
42
Member Avatar for krishna000

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.. …

Member Avatar for Victor_48
0
176
Member Avatar for Hardik_23

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 …

Member Avatar for The Old Man
0
104
Member Avatar for Rocky_6

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 …

Member Avatar for GoCloud
0
51
Member Avatar for solvecodes

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 …

Member Avatar for cedricowen
1
77
Member Avatar for jackdesuza
Member Avatar for jona1221
0
260
Member Avatar for Jameswood32

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 …

Member Avatar for Vrinsoftltd
1
276
Member Avatar for Harsh_31

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 …

Member Avatar for Salem
0
39
Member Avatar for QuiltedAnger

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) …

Programming javascript mysql php
Member Avatar for Biiim
0
27
Member Avatar for QuiltedAnger

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 …

Member Avatar for Biiim
0
33
Member Avatar for Java5

**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 …

Member Avatar for John_432
1
197
Member Avatar for davidcoal

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 …

Programming python xml
Member Avatar for IS-92
1
65
Member Avatar for fx.eko

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 …

Member Avatar for rproffitt
1
306
Member Avatar for Violet_82

Hello, me again :-). This time I need to build a small calculator-like GUI, like this: ![3c9bdedf8ee9380da461586266ce3130](/attachments/large/2/3c9bdedf8ee9380da461586266ce3130.png "3c9bdedf8ee9380da461586266ce3130") 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 …

Member Avatar for Prime Name
1
3K
Member Avatar for culebrin

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

Member Avatar for sten2005
0
497
Member Avatar for gavriela

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 …

Member Avatar for 3456_1
0
2K
Member Avatar for Lerato_1

hi, I am writing a simple calculator program and want to know how to write my nested if conditions for perfroming calculations

Member Avatar for Anderson Will
0
244
Member Avatar for Miyazaki

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 …

Member Avatar for Anderson Will
3
121
Member Avatar for DaveAmour

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.

Member Avatar for olaps
3
574
Member Avatar for complete

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 …

Member Avatar for Biiim
3
45
Member Avatar for brother_1

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 …

Member Avatar for olaps
0
77
Member Avatar for tahirmehmoodk

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 …

Member Avatar for toneewa
1
82
Member Avatar for UnabashedGeek

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 …

Member Avatar for Dani
0
120
Member Avatar for Tzanko

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 …

Member Avatar for Miyazaki
4
676
Member Avatar for Jessehilton

The End.