-
Replied To a Post in Multiple MySQL connections + transactions
A slightly related question: Is it okay to use PHP's `mysqli::select_db()` function to switch databases in the middle of a transaction? This is what got me into trouble in the … -
Created Multiple MySQL connections + transactions
I ran into a bit of a snag in my code, and I'm trying to make heads or tails as to whether this will work. From within my PHP script, … -
Began Watching Multiple MySQL connections + transactions
I ran into a bit of a snag in my code, and I'm trying to make heads or tails as to whether this will work. From within my PHP script, … -
Replied To a Post in Hi everyone, Adel Razan
Thank you so much for joining, and welcome!! :) -
Began Watching Hi everyone, Adel Razan
I am happy to join your wonderful community. I am sure that I will benefit fully here. -
Replied To a Post in Hi everyone, I'm Eric Walter
> I am passionate about sharing my experience with a professional like you. Can you explain more about what is required? What is required of what? -
Replied To a Post in Short or Lengthy content, which is helpful for SEO?
It depends on the purpose of the article. Short content works when people want a quick answer to something. Long content works when people want a lot more in-depth information … -
Began Watching Short or Lengthy content, which is helpful for SEO?
I was wondering whether short or long content is better for SEO. Some say short content works best because people want quick answers, while others believe longer content ranks higher … -
Replied To a Post in Editor crashes browser
It would be very helpful if you could not upgrade Chrome for now, while we debug this, since you're currently the only known person who is experiencing the bug. -
Replied To a Post in Editor crashes browser
Well don’t upgrade chrome just yet! If the problem goes away, we won’t have any way of testing if the bug is fixed. -
Replied To a Post in Show computer name on a label
Please reply here: https://www.daniweb.com/community-center/meta-daniweb/threads/543158/editor-crashes-browser -
Created Editor crashes browser
Following up on [this topic](https://www.daniweb.com/programming/software-development/threads/543151/show-computer-name-on-a-label) it seems as if Mr.M has been having trouble with Chrome crashing whenever he tries to type in our editor (which we just upgraded a … -
Began Watching Editor crashes browser
Following up on [this topic](https://www.daniweb.com/programming/software-development/threads/543151/show-computer-name-on-a-label) it seems as if Mr.M has been having trouble with Chrome crashing whenever he tries to type in our editor (which we just upgraded a … -
Gave Reputation to Himanshu011 in What is the Best Marketing Platform For E-commerce Website?
> I want to know expert opinion regarding best marketing platforms for e-commerce website. I am working as Digital Marketing Executive as Expertek Cyber Solutions Inc. I have been assigned … -
Replied To a Post in Show computer name on a label
Eek! I’m so sorry. We upgraded our editor last week and I suppose it’s possible a bug was introduced in my code? Can you please start a new thread in … -
Began Watching Show computer name on a label
Display computer name to a label -
Gave Reputation to melodyce in Selling the house that I grew up
I left my old place because of house demolition. In my memory, it was sometimes clean and beautiful, and sometimes dilapidated. After that, I felt like a guest wherever I … -
Replied To a Post in Hello everyone, I'm melody
Hello and welcome! -
Began Watching Hello everyone, I'm melody
Hello to all, I am a front-end developer and hope to meet more developers or enthusiasts. I am very happy to join this community family~ -
Replied To a Post in How would we poison AI web crawls?
Is anyone keeping up with the [Chegg lawsuit](https://futurism.com/openai-google-hurting-publishers)? -
Replied To a Post in Contact form does not working
> Emailing became more restrictive in the last year Are you referring to SPF, DKIM, and DMARC? -
Replied To a Post in Best extensions for boosting productivity on a school Chromebook
Thank you for introducing me to an app I’d never heard of. And I thought I knew about every Google product there was! -
Began Watching Best extensions for boosting productivity on a school Chromebook
One of my favorite productivity apps for school Chromebooks is Google Keep. It's fantastic for taking quick notes, creating to-do lists, and setting reminders. You can easily categorize your notes … -
Replied To a Post in Hi everyone, I'm Pratiksha_9
Hi -
Began Watching Hi everyone, I'm Pratiksha_9
Hiiii -
Gave Reputation to Daychanger in I'm Tired! How to Increase Social Media Followers
To increase social media followers, focus on consistent posting, engaging with your audience, and using relevant hashtags. Share high-quality content, collaborate with influencers, and consider running contests or giveaways. Promote … -
Replied To a Post in Is it Good idea to Build an App Like Winni?
Why build it if Winni is already successful at doing it? Is there something you don't like about Winni that you think you can do better? What would you do … -
Began Watching Is it Good idea to Build an App Like Winni?
I am looking to build a bakery app but i dont know is it good idea or not? -
Replied To a Post in Need currency pound symbol before amount calculation
Yes, but you might want to also add `currency: 'GBP'`, as so: $('table#list tfoot .grand-total').text(parseFloat(grand_total).toLocaleString('en-gb', { style:'currency', currency: 'GBP', maximumFractionDigit:2 })) -
Began Watching Need currency pound symbol before amount calculation
I need to display a pound currency symbol before the amount that is calculated Below is the code I currently have <th class="text-right py-1 px-2 grand-total">0</th> function calc(){ var grand_total … -
Replied To a Post in Hi everyone, I'm Eric Walter
Hello and welcome. Thanks for signing up. -
Began Watching Hi everyone, I'm Eric Walter
I’m Eric Walter, a software developer with a passion for building efficient and innovative solutions. I have experience working with a variety of programming languages and development tools, and I … -
Replied To a Post in How to Implement Lazy Loading for Faster Web Portals
> If a webpage performs poorly in Lighthouse audits for metrics like LCP, Speed Index, CLS, e.t.c. those issues will also affect real Chrome users, ultimately having a negative impact … -
Replied To a Post in How to Implement Lazy Loading for Faster Web Portals
> Lighthouse metrics (which really affects SEO) Please correct me if I'm wrong, but I'm fairly confident that Lighthouse metrics do not affect SEO. Lighthouse is just a tool that … -
Edited Upgrade to Fiber internet
Please help me come up with a compelling argument to convince my husband to spend an additional $200/month on AT&T Fiber Internet with 5Gbps download / 5 Gbps upload. We … -
Replied To a Post in Upgrade to Fiber internet
> I hadn't considered that you could host Daniweb from your home. That would certainly make it more convenient. While it might *technically* be possible to host DaniWeb from my … -
Replied To a Post in Hi everyone, I'm Jeruk33
Hello and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm Jeruk33
Halo I am Jeruk33 -
Edited How does Lazy Loading differ from traditional loading techniques?
can anyone explain -
Replied To a Post in How to Implement Lazy Loading for Faster Web Portals
Sorry. I’ve just been really exhausted all day. It just clicked that LCP is only for ATF. Soooo, yeah, I don’t know what’s going on there. -
Replied To a Post in How to Implement Lazy Loading for Faster Web Portals
Actually, I take it back. I assume that, using Chrome on a fast Internet connection, and a super high screen resolution, none of the images are actually being lazy loaded. -
Replied To a Post in How to Implement Lazy Loading for Faster Web Portals
I would like to confirm that the JS version is giving me an LCP of 0.2s and the `loading="lazy"` version is giving me an LCP of 1.1s, so certainly a … -
Replied To a Post in How to Build a Cloth Design Software?
It depends on what you want the software to do, how complex that is, how much experience you have building out that type of thing, and what your skillset is. -
Began Watching How to Build a Cloth Design Software?
Does anyone know, how we can build, basically i want to know, what things will be need? -
Replied To a Post in Upgrade to Fiber internet
> Dunno - could you run Daniweb at home with that kind of bandwidth and save a chunk on data centre fees? > > Or would something like that fall … -
Replied To a Post in How to connect to the Pinterest API using PHP?
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own … -
Replied To a Post in How to connect to the Pinterest API using PHP?
Never trust ChatGPT to write fully flushed out code for ya :) Pinterest uses OAuth to authorize your app on behalf of your app's end-user, if that makes sense. For … -
Began Watching How to connect to the Pinterest API using PHP?
I want to post Pins using Pinterest API. I have tried to generate code using ChatGPT but it returns an error. Here is my code so far ... <?php $clientId … -
Replied To a Post in Hi everyone, I'm john gray
Hello there. -
Began Watching Hi everyone, I'm john gray
hello
The End.