Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
time-inc
- Page 1
Re: Cost-Effective Digital Marketing Ideas for New Startups?
Digital Media
Digital Marketing
2 Hours Ago
by magnongroup99
Hey, Good Idea
How do I make my code jump back to a previous line?
Programming
6 Days Ago
by trueriver
… new password: ") User_password = newUserPasswordWAdmin
time
.sleep(1) print("New password set!"… new password: ") User_password = newUserPassword
time
.sleep(1) print("New password set!&…
Re: How do I make my code jump back to a previous line?
Programming
6 Days Ago
by trueriver
…Please enter new password: ") User_password = newUserPasswordWAdmin
time
.sleep(1) print("New password set!")… enter new password: ") User_password = newUserPassword
time
.sleep(1) print("New password set!")…
Why Copywriting Is More Than Just Writing
Digital Media
Digital Marketing
1 Day Ago
by Teefodee
…. It’s subtle, persuasive, and respectful of the reader’s
time
and intelligence. In an age flooded with ads and messages…
Re: Attn Publishers: Do you block AI bots?
Digital Media
6 Days Ago
by Dani
… specific IP or IP range for any long duration of
time
, but I think that blocking specific user agents makes sense…
Re: How do you do keyword research for SEO?
Digital Media
Digital Marketing
Search Engine Strategies
5 Days Ago
by FrankieA
Along with keyword tools like Google Keyword Planner and SEMrush, don’t overlook using an SMM panel to test keyword performance in social media posts. It’s a great way to see what resonates with audiences in real
time
and boost reach on trending topics.
Re: Hello Everyone in the community
Community Center
Say Hello!
1 Day 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: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
1 Day Ago
by Dani
> Unless you're experiencing significant issues with your site Oh, but I **am** experiencing significant issues with my site. I also just noticed that within 72 hours of the spike, 80% of our URLs have been deindexed by Google. This is the first
time
this has ever happened in our 23 years.
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
1 Day Ago
by bijutoha
… URLs have been deindexed by Google. This is the first
time
this has ever happened in our 23 years. Oh wow…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Day Ago
by Yrth
…, I have not used Windows in a very, very long
time
, but can you not configure Windows to store My Documents…
Re: Looking for AI app developers
Programming
Mobile Development
1 Day Ago
by appdev
… in building advanced mobile apps powered by AI, including real-
time
speech processing and on-device inference. Their team works across…
Re: How do I make my code jump back to a previous line?
Programming
5 Days Ago
by woooee
if sysInfo.lower() in ["exit", "Exit", "EXIT"]: since sysinfo is now lower(), it will never be equal to "Exit" or "EXIT"
Re: How do I make my code jump back to a previous line?
Programming
1 Day Ago
by Dani
Organizing code into functions is always important for readability and also to be able to reuse parts of your code as your app gets bigger. Thank you for posting your updated code to share with others :)
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
6 Days Ago
by graceweb
This was a fascinating read, Victor! The way you applied psychological principles like authority bias and loss aversion really shows how impactful small tweaks can be. I especially appreciated the emphasis on emotional storytelling, it’s often overlooked but clearly powerful. Thanks for sharing such actionable insights!
Re: Why Copywriting Is More Than Just Writing
Digital Media
Digital Marketing
1 Day Ago
by Dani
As a copywriter, I wonder how AI has changed your role? Are you incorporating it into your workflow, or do you see it more as the enemy to genuine writing?
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
…only allows the end-user to specify a
time
, not a
time
and date combination. Should it always be assumed…do something such as this: // Get start and end date/
time
combos from HTTP form $start = $_POST['start']; $end…diff); // Specify a string that says how to format the
time
interval $format = '%d days, %h hours, %i …
My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
…. I also have two
time
picker textboxs which one is for
time
in and the other is for
time
out. Now I've… been trying to use even
time
diff to get
time
difference between the two times provided but there are… tackle this as I've said I've tried using
time
difference but it's not working as it should.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
… register is being marked for. Then I also have 2
time
inputs one is for timein and the other is for…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
… if you want to calculate a runner's start
time
and end
time
and then do something like "You ran the…
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Reverend Jim
Example of Dad joke: How do you think the unthinkable? With an ithberg.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Dani
> Example of Dad joke: > > How do you think the unthinkable? > > With an ithberg. Boooo.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Reverend Jim
In the same vein... What do you get when you cross the Atlantic with the Titanic? About half-way.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
2 Weeks Ago
by Pebble94464
I was going to sail around the globe in the world's smallest ship, but then I bottled it.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
2 Weeks Ago
by trcooke
A QA tester walks into a bar, orders -4 beers, "2" whiskeys, and Integer.MAX_VALUE + 1 packets of crisps.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks 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
2 Weeks 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
2 Weeks 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
2 Weeks 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: $…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Erussuhsh
Hi I'm new to android app development can you teach me how to make a app
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
I don’t personally know Android development or mobile development at all. However, others here might. Please start a new question [by clicking here](https://www.daniweb.com/community/contribute/181).
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC