397 Recommended Topics

Remove Filter
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 andrew_morgan
2
255
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
44
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
614
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 gediminas.bukauskas.7
0
37
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 Zinavo_1
0
55
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
0
24
Member Avatar for Mr.M
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
804
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
243
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
67
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 KunalK
1
274
Member Avatar for LiLo1001

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

Member Avatar for Dani
1
152
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
253
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
486
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
299
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
266
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
143
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
39
Member Avatar for KamalDeepPareek
Member Avatar for Dani
0
24
Member Avatar for riahc3

Hello Havent been here in a while but might as well give it a shot. I have several Apache Tomcat instances running on a Windows Server on different ports. They are all HTTP. The idea would be to (on the same server) install a IIS and use it a content …

Member Avatar for blud
2
34
Member Avatar for FarrisFahad

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 = "xxx"; // Replace with your App ID $clientSecret = "xxx"; // Replace with your App Secret $redirectUri = "xxx"; …

Member Avatar for Dani
2
20
Member Avatar for MasoodDidThat

When i am setting up my shop on meta, it is showing that "Shops is no longer available in your region". Does anyone know why Meta restricts the Shops feature in certain regions? Additionally, what are the possible solutions or alternatives to move forward with setting up my shop? My …

Member Avatar for KunalK
1
37
Member Avatar for usmanmalik57

In a [previous article](https://www.daniweb.com/programming/computer-science/tutorials/543028/text-classification-and-summarization-with-deepseek-r1-distill-llama-70b), I presented a comparison of [DeepSeek-R1-Distill-Llama-70b](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B) with the [DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) for text classification and summarization. Both these models are distilled versions of the original DeepSeek R1 model. Recently, I wanted to try the original version of the DeepSeek R1 model using the DeepSeek API. However, I was …

1
92
Member Avatar for anastacia

hi, well i just started to work on SAP. So if anyone has ever heard of ABAP programming please help by proving more info on what it does. Thanks a lot in advance i also have another question: " you have 9 balls of same color, shape. 8 of them …

Member Avatar for peol
0
204
Member Avatar for Slavi

I am just wondering, how do browsers actually keep/save usernames and passwords? Is it in plaintext? or encrypted somewhere and then decrypted when a specific page is visitted?

Member Avatar for Dani
0
108
Member Avatar for Dani

Inquiring minds want to know: For the sake of my pocketbook, do you think Nvidia stock is slated to rebound after today’s disastrous day? I know the earnings call is in just a few days.

Member Avatar for Dani
0
74
Member Avatar for Dani

The Markdown editor that we use here at DaniWeb is called [CodeMirror](https://codemirror.net/) and we've been using it for forever. The other day, I noticed some bugs in the editor toolbar that we use, which is based on the [CodeMirror API](https://codemirror.net/docs/ref/). (The one that allows the buttons for bold, italic, etc.) …

1
39
Member Avatar for Dani

As the question states, is there a reliable way of detecting AI content? I vaguely recall OpenAI announcing something a long time ago that they were going to release something that says whether content was generated via ChatGPT, or am I misremembering?

Member Avatar for Dani
0
147
Member Avatar for grktraining530

Hi, I created lots of link for my websites but, they didn't generate as a backlink. What I can do to make them appear as backlinks?

Member Avatar for EdanOrvitz
10
607
Member Avatar for Synergy_1

i own a website for my business and i really like to understand and implement security practices for my website.

Member Avatar for Ja sa bong
5
331

The End.