Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
started
- Page 1
Is anyone using ChatGPT in French for programming tasks?
Programming
4 Days Ago
by kakasi63
Hi everyone, I've recently
started
exploring ChatGPT in the French language for programming help, and …
Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
3 Days Ago
by Jassica68
… the warm welcome in advance, can’t wait to get
started
and grow together with the DaniWeb family!
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
3 Days Ago
by Dani
Hello and welcome to DaniWeb! Thanks for joining. :)
Re: Just Joined – Excited to Be Part of the DaniWeb Community!
Hardware and Software
Microsoft Windows
3 Days Ago
by Reverend Jim
Hello and welcome. What types of programming interest you?
Hello Everyone in the community
Community Center
Say Hello!
3 Weeks Ago
by researchcomp
… looking forward to connecting with like-minded people. I recently
started
working on a project called Research Compounds Hub, a site…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by toneewa
…;\n"; return false; } std::cout << "Service
started
successfully.\n"; return true; } void PrintVersion() { std::cout <…'. Service Version: 1.6.10 Raw Version Code: 1060a Service
started
successfully.
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by pearly_2
… still essential for long-term performance. However, we've definitely
started
integrating AEO strategies into our content planning. Here’s how…
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Umair_20
Yes, I've
started
shifting some of my content strategy toward AEO, and the …
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by Mr.M
… still. Let me clarify, the project was running fine, only
started
experiencing this in few weeks ago. Regarding the question about…
Re: Error LNK1104 when debugging
Programming
Software Development
2 Weeks Ago
by Salem
> Let me clarify, the project was running fine, only
started
experiencing this in few weeks ago.# https://en.wikipedia.org/wiki/Git Start using it. Every time you make forward progress, you make a commit. Every time you make a mess of it, you revert to the last known good state and try again.
Re: Hello Everyone in the community
Community Center
Say Hello!
3 Weeks Ago
by rproffitt
1. Take time to complete your DANIWEB profile. 2. Is that one of those pharma sites? I see a lot of deleted spam about that site. Something about Linda as well.
Re: Hello Everyone in the community
Community Center
Say Hello!
3 Weeks Ago
by Dani
Hello and welcome to DaniWeb. Is that your own site or do you do SEO for them?
What are some underrated React JS best practices?
Programming
Software Development
2 Months Ago
by James_228
…’ve been working on a mid-size React project and
started
noticing performance lags and bloated component trees. I optimized a…
Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Month Ago
by trcooke
… "as serverless as possible" policy. I've recently
started
doing some manuscript review work for Manning, for new books…
My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Mr.M
… for 02:00AM to 11:00AM which means the shift
started
from 2 in the morning to 11 am of the…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Dani
I
started
this thread thinking about James, DaniWeb's sysadmin, who I was surprised to hear uses Windows as his daily driver, despite his proficiency in Linux. I believe he quoted things like Linux not being ideal for gaming. I'm macOS only these days.
Re: Any jQuery 4 users?
Programming
Web Development
2 Months Ago
by Dani
… fundamental upgrades to JavaScript. JQuery was popular when we first
started
using it. Nowadays, there are much more elegant JavaScript frameworks…
Re: Coin Flip (Python Newbie)
Programming
Software Development
1 Month Ago
by jassonadder
Hey! Great job getting
started
with Python—your logic is almost there, just a couple …
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
… devotion to our community over all the years! Unfortunately, I
started
dealing with some health issues that left me bedbound in…
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
1 Month Ago
by Dani
A bit off topic, but as a developer of one, DaniWeb
started
on SVN and eventually moved to Git when redoing the platform from scratch about a decade ago. I also really like being in GitHub, despite it being a private repository so I’m not taking advantage of the network effect.
Re: What are the best Local Seo practices in 2025?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by Dani
While that's all true, I can't help but wonder if this is AI-generated content? Whether or not it is, you pretty much nailed it, so I'm not quite sure if you have a question or not that you're asking, or just trying to get a discussion
started
.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Month Ago
by Reverend Jim
Hello and welcome to Daniweb.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Month Ago
by John_165
Welcome aboard! I’m also a member of CodeRanch.
Re: Hello, I'm Tim Cooke
Community Center
Say Hello!
1 Month Ago
by Dani
Hi Tim! Welcome to DaniWeb. Thank you so much for taking the time to join us over here.
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Dani
I am confused when you say the HTML time picker input box can be set to 20:00 for time in and 5:00 for time out, because `<input type="time" ...>` only allows the end-user to specify a time, not a time and date combination. Should it always be assumed that if the time out is earlier than the time in, that it is the next day? …
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Mr.M
Thanks, to clarify what I meant regarding the dates is that I have a date input that shows a calendar when a user click on it to choose the date for which the register is being marked for. Then I also have 2 time inputs one is for timein and the other is for timeout. Let me try your code and see if it does solve the problem I've been having.…
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Mr.M
I'm getting an error saying the `date_create` class can not be found
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Dani
Oh goodness, I’m sorry! I made a typo. Remove the new keyword. I’ve edited my post above.
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Mr.M
Thank you, you saved me, I've been trying for weeks now. It works now perfectly with your code.
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Month Ago
by Dani
> Also just one more question regarding your code, I will have to minus 1 hour from the total hour difference, do I have to use the %h - 1? Just in case you haven't figured this out yet, the answer is no :) In my code above, see where I am showing you what $diff looks like on line 15? You should be able to do something like this: $…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC