How Build video-player in html And css ?
DaniWeb » Programming
by Kirubel_2
3w ago
<head><title>navigation</title> <link href="../css/nav.css"> <link href="../css/tutorial.css"> <link href="../css/vedio.css"> <link href="../../ionicons-2.0.1/css/ionicons.min.css"> </head> <body> <div > <button onclick="unb()" id="but">&#9776</button> <ul> <li><a href="#">MyList</a></li> <li><a href="#">KitHub</a></li> <li><a href="#">Comment</a></li> ..read more
Visit website
How Build Html form ?
DaniWeb » Programming
by Kirubel_2
3w ago
<!DOCTYPE html> <html lang="en"><head> <title>Comment</title> <script src="js/jquery.js"></script> <link href="sign.css"> </head> <body data-lang="en"> <div > <div >Registration</div> <form action="#" enctype="multipart/form-data" method="POST" > <div > <div > <span >First name</span> <input type="text" name="firstname" placeholder="Enter Your firstname"> </div> <div > &l ..read more
Visit website
AI-powered Code Reviews: The Future of Collaborative Development
DaniWeb » Programming
by SEO_935
1M ago
AI-powered code reviews are bringing about a revolution in the way developers collaborate, enabling more efficient, accurate, and thorough evaluations of code prior to its integration into the central project repository. This transformation is made possible by leveraging machine learning and artificial intelligence to automate and enhance different facets of the code review process, presenting a futuristic approach to collaborative development. In this examination, we delve into the ways in which AI-driven tools are shaping the future of software development, emphasizing their impact, advantag ..read more
Visit website
Help with functions - basics
DaniWeb » Programming
by verrandhack
2M ago
So im working on functions for the first time in vscode using c++. i'm want to declare functions and having trouble understanding some things. i'm very new to programming so i still don't understand commands like str, file, value, void, readName, and so forth but i know i need to learn them to declare functions. any tips on how to use these and what they mean when working w functions would be very helpful. Thanks guys ..read more
Visit website
GCC Fails to Recognize Parameters
DaniWeb » Programming
by snah19
2M ago
RE: ffmpeg-4.4 Andrew Wu DJGPP CROSS COMPILER, GCC v12.2.0 Host Macbook Pro, macOS Monterey Click Here DJGPP Cross Compiler 12.2.0 Fails to Recognize "certain" Parameters in FFmpeg Source Code Hi, I am using the DJGPP cross compiler 12.2.0, developed by Andrew Wu, github, to build the FFmpeg source code, and it's failing to recognize certain parameters and the script I used to build FFmpeg source code follows: #!/usr/bin/env bash # Path to DJGPP cross compiler export DJGPP_PREFIX="/Users/owner/djcc" # export DJGPP_PREFIX=${DJGPP_PREFIX-/Users/owner/djcc} export DJGPP_PREFIX2=${DJGPP_PREFIX2 ..read more
Visit website
What's the correct way of learning programming?
DaniWeb » Programming
by lam_189
2M ago
I am a college student in China.My major is mathI want to go to learn programmingbut it seems that I can't find a good wayI don't know the correct learning way.I think that I have been lost in useless learning.It's too terrible,my god ..read more
Visit website
I want to make a c++ injector connect with keyauth
DaniWeb » Programming
by nomoshi
2M ago
hii guy i want a loader injector connect with keyauth, you guy can give me a source code ? please and i also a student in a hightschool. i just want to learn about that please help me ..read more
Visit website
Choosing the Right Framework: Comparing Pros and Cons
DaniWeb » Programming
by riyajohnson70
3M ago
When it comes to selecting a framework for a development project, it's crucial to make an informed decision. With so many options available, it can be challenging to determine the best fit for the project's needs. Let's take a look at some of the pros and cons of popular frameworks to help us gain insights into the selection process. React is a widely used, open-source JavaScript library with a large community of developers. One of React's primary advantages is its reusable components, which make it easier to build and maintain large-scale applications. Additionally, React's virtual DOM implem ..read more
Visit website
Is Coding About Authoring or Achieving a Specification?
DaniWeb » Programming
by cored0mp
3M ago
I'll admit that I have an opinion about this. Is the point of professional coding to write creative software or to write software that adheres closely to standards ..read more
Visit website
NullPointerExcepter, why did my code suddenly stopped working?
DaniWeb » Programming
by Shawne
4M ago
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null. The error is from this line of code: home.addItem(new ModelItem(ID++, "Original Nuggets Meal", "", 90, "KFC", new ImageIcon(getClass().getResource("icon/img2.png")))); i use the correct folder as it is in a package in the same source of the file. please help ..read more
Visit website

Follow DaniWeb » Programming on FeedSpot

Continue with Google
Continue with Apple
OR