399 Recommended Topics

Remove Filter
Member Avatar for Dani

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, can I write to a database using a MySQL connection in the middle of a transaction with a different connection? …

Member Avatar for Dani
0
44
Member Avatar for Samantha_14

Hi Everyone iam Samantha iam running a blogging website. i have done my best in seo and in content also but still not getting the traffic i want anyone can guide? Thank You.

Member Avatar for ticerdotpk
1
315
Member Avatar for Dhanabalan M

Dear Digital Marketers and Social Media Experts, I have been trying to increase my followers on Instagram and Facebook, but I need some suggestions on how to do it effectively. I’m unsure how to find the perfect time to schedule my posts. I've created various types of content, including videos, …

Member Avatar for Yenjeff
2
267
Member Avatar for Ray brad

My name is Ray Brad. I am a learner in Salesforce development and administration, and I also have knowledge of Java concepts. If anyone has questions related to these topics, feel free to comment, and I will do my best to answer them.

Member Avatar for Dani
2
73
Member Avatar for 勾玉

This project is a cross-platform Kafka GUI client. A star would be appreciated to support the open-source effort by the author. Thank you! # Features of Kafka-King * View the list of cluster nodes, dynamically configure broker and topic settings. * Support for consumer clients to consume messages from specified …

Member Avatar for elary
3
77
Member Avatar for ianhaneybs

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 = 0; $('table#list tbody input[name="total[]"]').each(function(){ grand_total += parseFloat($(this).val()) }) $('table#list tfoot .grand-total').text(parseFloat(grand_total).toLocaleString('en-gb', {style:'decimal',maximumFractionDigit:2})) $('[name="amount"]').val(parseFloat(grand_total)) } I'm not sure where to …

Member Avatar for gottaloveit
0
64
Member Avatar for Mr.M
Member Avatar for FarrisFahad

I am a web developer and I have built many websites. And over the years my designs is getting better but now I can't seem to figure out how to be better in design. I don't know how to draw but I have a somewhat good selection in color combination …

Member Avatar for olivero2
2
3K
Member Avatar for emmasmithes

Hello Everyone! Let's have a debate about does tools like Semrush, Ahrefs etc give 100% correct information? Like you do not need anything else besides these tools? I already know the answer just looking for your insights.

Member Avatar for bngwebguru
2
139
Member Avatar for borobhaisab

Hiya, I program on PC laptop mostly throughout the year. And in winter, program on my mobile phone. Nokia 2 (old timer). I got now Samsungs which are better. So thinking of programming on them too, just for fun (so to speak). I am curious to see my Samsungs Desktops …

Member Avatar for Deborah_5
0
231
Member Avatar for YashSmith

If you want to add a dynamic filtering option in your web application, here’s a simple and effective solution using React. This filter allows users to search by keyword, set minimum and maximum values, and filter by category. import React, { useState } from "react"; const DataFilter = ({ data …

0
22
Member Avatar for nickthebrit

My shortcut bar has broken and I can't fix it. I'm using Win XP Home, and MS office 2000. The shortcut bar has been fine ever since I got this machine but now it's gone wrong. There are a lot of shortcuts on my desktop, each of which has an …

Member Avatar for Anonymous_2133
0
317
Member Avatar for James_228
Member Avatar for nawaz_5

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 to market two websites, one is of towels industry and the other is of Apparels industry and boths websites are of …

Member Avatar for Himanshu011
2
631
Member Avatar for Victor Ohiani

Introduction Funnels are the backbone of online marketing, guiding prospects from awareness to conversion. But not all funnels are created equal. Some convert like magic, while others leave marketers scratching their heads. After years of experience optimizing sales funnels, we decided to apply a new approach — using behavioral psychology to tweak …

Member Avatar for asadkhan12
3
45
Member Avatar for shinedezigninfo

With Google’s BERT algorithm focusing on understanding natural language and search intent, how should SEO strategies evolve to adapt? Are traditional keyword-based techniques still effective, or should we prioritize content quality and user intent more? Looking forward to hearing your thoughts!

Member Avatar for bngwebguru
1
84
Member Avatar for melodyce

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~

Member Avatar for Dani
1
36
Member Avatar for Miles_0

What are the best practices for ensuring data consistency and integrity when using cloud storage for large-scale applications? Specifically, how do different platforms handle issues like eventual consistency, data replication across regions, and conflict resolution in distributed environments? Are there any recommended tools or strategies to optimize these processes for …

Member Avatar for Miles_0
1
43
Member Avatar for Reverend Jim

I've only ever noticed this happening while playing a video in vlc media player. I'll have the video playing in full screen with the video's folder in the background. Without touching the mouse, keyboard, or touchpad, the background Explorer window will pop to the front, obscuring the video. I can …

Member Avatar for Pokemons
2
193
Member Avatar for Mr.M

Hi DW. I'm a bit confused and lost on how this App is working called Ha Tunnel Plus (You can check it on Playstore, and have a look on YouTube for the configuration file). Basically it somehow uses the internet connection of the server, it tunnels it to your Android …

Member Avatar for Mr.M
-2
917
Member Avatar for Techwriter10

A couple of weeks ago Alfresco CTO [URL="http://twitter.com/johnnewton"]John Newton[/URL] posted the following tweet on Twitter: [I]"Does Cloud = SaaS [Software as a Service]? I don't think so. Cloud is computing, more like electricity."[/I] My gut reaction was that they were equal, and up until that moment I had used the …

Member Avatar for peol
0
818
Member Avatar for Dani

Inquiring minds want to know. What are you working with? I currently have an Apple M1 Max 14" 2021 model.

Member Avatar for Salem
1
250
Member Avatar for Dani

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 currently have Comcast Xfinity cable with 1.2Gbps download and something like 35 Mbps upload. Xfinity has a 2Gbps plan we …

Member Avatar for Dani
0
72
Member Avatar for juan_35

Can someone help me, my contact form does not working. It will send successfully, but the email recipient can't receive the message. Here is my code: <?php $email_to = 'name@example.com'; //the address to which the email will be sent $name = $_POST['name']; $email = $_POST['email']; $subject = $_POST['subject']; $message = …

Member Avatar for Biiim
0
285
Member Avatar for LiLo1001

In your opinion, what are industries use/benefit the most from automation, specifically intelligent automation?

Member Avatar for Dani
1
154
Member Avatar for KamalDeepPareek

How can lazy loading improve web portal performance by reducing initial load times and optimizing resource usage? What are the best techniques to implement lazy loading in images, components, and data fetching using JavaScript frameworks like React, Vue, and Angular? How does lazy loading impact SEO and user experience?

Member Avatar for Dani
2
305
Member Avatar for usmanmalik57

In the [last article](https://www.daniweb.com/programming/computer-science/tutorials/542973/benchmarking-deepseek-r1-for-text-classification-and-summarization#post2300447), I explained how you can use the [DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) model for text classification and summarization problems. In this article, we will use the [DeepSeek-R1-Distill-Llama-70b](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B) for the same tasks. Following results from the [DeepSeek-AI's official paper](https://arxiv.org/pdf/2501.12948) show that `DeepSeek-R1-Distill-Llama-70b` outperform the other distilled models on 4 out of …

Member Avatar for Pelorus_1
0
592
Member Avatar for rproffitt

Here's an example I was given from the web: > 动态网自由门 天安門 天安门 法輪功 李洪志 Free Tibet 六四天安門事件 The Tiananmen Square protests of 1989 天安門大屠殺 The Tiananmen Square Massacre 反右派鬥爭 The Anti-Rightist Struggle 大躍進政策 The Great Leap Forward 文化大革命 The Great Proletarian Cultural Revolution 人權 Human Rights 民運 Democratization 自由 …

Member Avatar for Dani
-1
272
Member Avatar for Masika

Does Anyone know how a beginner like me in tech can start learning cyber security or starting a career in cyber engineering?

Member Avatar for Finacus
1
146
Member Avatar for mark_hahn

I need to develop an application where I give an llm a piece of code, like maybe a function, and then the llm finds the closest match that does the same thing. It would look in one or more source files. The thing found may be worded differently. If the …

Member Avatar for Salem
0
43

The End.