jquery x 2,329

20,311 Topics

Member Avatar for
Member Avatar for Harsh_31

The speculative NFT surge was always bound to come to an end. When a technology's primary use case revolves around speculation instead of actual utility, a correction is unavoidable. However, the foundational technology that enabled NFTs—namely, the capacity to establish verifiable digital ownership on a blockchain remains valuable and is …

Member Avatar for rproffitt
0
12
Member Avatar for QuiltedAnger

SendMail() should delay before if ($query->execute()) { So that it is run prior to running if ($query->execute()) { <?php // I solved the // Redo, until it works! include('db/db.php'); $userName=$_POST['userName'] ?? ''; $emailVerify=$_POST['emailVerify'] ?? ''; $pass=$_POST['pass'] ?? ''; while (@isset($userName, $pass) and $_POST['submit'] AND !empty($emailVerify)) { if (@strlen($userName) >= 22) …

Member Avatar for rproffitt
0
12
Member Avatar for Miyazaki

I am Miyazaki. I am currently developing a platform that matches cafes with users, similar in concept to the flexible marketplace model used by Airbnb. The platform is designed to help users easily discover cafes that match their preferences and needs. At this stage, the design documentation and MVP development …

Member Avatar for Anderson Will
3
81
Member Avatar for QuiltedAnger

This is how I'd do it in PHP. Is there an equivalent of count() in JS? You should iterate through 10 numbers, one by one. AND, place this within a while-loop because it runs forever. A Game loop NEEDS TO run forever, otherwise itd' not be a game loop. This …

0
17
Member Avatar for amber-rose

I’ve been analyzing how UX audits affect WordPress conversion rates, and I noticed that many problems are related to usability rather than traffic. Some common issues I found include: Slow mobile performance Confusing navigation Long or complex forms Weak CTA placement Checkout friction Even small improvements like better form clarity …

Member Avatar for Reverend Jim
0
39
Member Avatar for Daniel_183
Member Avatar for meicen2025
4
200
Member Avatar for james_smite68
Member Avatar for hygeanatural

I have optimized my website by compressing images, enabling caching, and minimizing CSS/JavaScript files. I’m also using a lightweight theme, but my site is still loading slowly. I tested it on tools like Google PageSpeed Insights and GTmetrix, and the performance score is still not great. Sometimes the loading time …

Member Avatar for rproffitt
1
440
Member Avatar for camilaprav

Hi all, For the past few years I've been working on this visual web dev tool called Webfoundry: https://webfoundry.app/ It allows you to visually manipulate the DOM to create components and page templates, add JavaScript bindings, and build anything the browser can accomodate. It's different from existing competitor products in …

Member Avatar for ggolis
4
196
Member Avatar for Houssem Eddine

I’ve been working on a Three.js project where I’m trying to simulate a 3D printer by animating a GLB model based on G-code movements. The model loads fine, but when I try to animate the X, Y, and Z axes, some parts move correctly while others fly out of place. …

Member Avatar for rproffitt
1
24
Member Avatar for Vishurey

I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments. Can …

Member Avatar for Haiyang_1
2
1K
Member Avatar for Dani

Just as the topic title suggests, any jQuery 4 beta users out there who could let me know what it's like? The wait for v4 gold release is killing me. Also, please don't make fun of me for being a jQuery user. DaniWeb has been built on jQuery for decades. …

Member Avatar for Dani
0
877
Member Avatar for jackwells

Hello, fellow coders, I'm relatively new to coding and web development but excited to embark on a project combining my passion and my budding programming skills. I'm eager to create a tool like this https://minecraftcirclegenerate.com/ created using HTML, CSS, and JavaScript. As a beginner, I'm seeking guidance on where to …

Member Avatar for Seo_092
1
221
Member Avatar for Woodhales

As web development continues to evolve, AI-driven tools like automated coding assistants, machine learning-powered design systems, and intelligent testing frameworks are reshaping how we build websites and apps. At Red Star Technologies, we're witnessing firsthand how these innovations are making development faster, smarter, and more efficient. But with these advancements …

Member Avatar for Violet_3
2
153
Member Avatar for WILLIAMS SMITHS

Hi everyone, I wanted to open a small discussion on how AI is being used in web development today. Common use cases I’m seeing: Faster code generation for basic layouts and components Bug detection and error explanations Performance, SEO, and UI improvement suggestions AI seems to work best as a …

0
22
Member Avatar for mblan180131

So I'm making an OS in javascript/html. I made the login screen (although it's as secure as a calculator, it looks quite nice). I made the Operating System Interface using a little JavaScript and CSS, and put an iframe in the window. However, whenever I load the interface, it looks …

Member Avatar for Reverend Jim
0
507
Member Avatar for NormR1

I am working on a new version of the same project. [Posted Here](https://www.daniweb.com/programming/web-development/threads/544106/removing-unused-code) An html page that will read and display places and routes from a kml file using Google Maps API. The earlier version used Leaflet's API. The Leaflet version had over a dozen files: html, js and css. …

Member Avatar for pritaeas
2
114
Member Avatar for mahjongsolitari

I’ve been working on an HTML5 game and trying to make it run smoothly on older phones and low-end tablets. A few things that helped so far: reduce draw calls, use sprite sheets instead of many small images, and lower the canvas resolution when possible. Culling off-screen objects and simplifying …

Member Avatar for Adam_94
1
152
Member Avatar for Apk_938

I'm facing a confusing issue with one of my websites. When I test in Google Pagespeed Insights, the performance score is 99/100 and there are no visible LCP (Largest Contentful Paint) issues reported. However, in Google Search Console, I keep getting warnings about LCP problems on some URLs. I’ve double-checked …

Member Avatar for Adam_94
2
74
Member Avatar for whitmanmark

I’ve been shifting a project from Vue 2 (Options API) to Vue 3 with the Composition API, but I’m running into issues managing shared state across nested child components. Using provide/inject feels hacky and Vuex seems too heavy for small data pieces. What’s the best practice for maintaining reactivity without …

Member Avatar for WendyDolan
1
86
Member Avatar for davy_yg

What are cool stuff that you can create with NodeJs? And is there tutorial for that? I heard that NodeJs can create something like JivoChat , is that true?

Member Avatar for Milena_4
1
195
Member Avatar for Dani

It seems as if full stack web development is more popular these days than someone who just focuses on backend, just on frontend, etc. Perhaps it's just the people that I'm exposed to? I would assume that in larger corporations, people would be more pigeonholed. I was just curious how …

Member Avatar for jkon
0
40
Member Avatar for Dani

I've been racking my brain on this one for a good 30 minutes already, and I don't know why I'm just not seeing it. Instead of posting a bunch of code here, I'm going to walk you through how to reproduce it on Daniweb. Please go to the [Contribute](https://www.daniweb.com/community/contribute) page …

Member Avatar for Dani
1
188
Member Avatar for Norm_3

I have a webpage for showing placemarkers on a map. I have used chatGPT to get lots of bits of code that I have copied into my project including parts that I do not use. The code has most of the features I want so far. I would like to …

Member Avatar for fabwebstudio
1
230
Member Avatar for silverrr_btc

i have currently learning html only but its so boring do all of you guys had same problem and tell me which language do i start with html, me and my friend have made a site on html with little css and and js (thegeekinsights) and its going fine. can …

Member Avatar for jkon
0
148
Member Avatar for NormR1

Returning after having been away for several years. I mostly code in java at the 1.8 level. Also try to do some html and javascript with the latest project a webpage that uses Leaflet's javascript library to show a map using OpenStreet's Map tiles.

Member Avatar for trcooke
0
49
Member Avatar for jkon

The company I work for uses SVN, with full control over backups on other servers and strict access restrictions. Consequently, my interaction with Git, and GitHub specifically, has been primarily as a user or consumer. Over the years, I have created many things that could be packaged as plugins in …

Member Avatar for jkon
1
55
Member Avatar for nick7777

Hi everyone, I’m working on a Node.js project and I ran into an issue that I can’t solve. I would really appreciate it if someone could take a look at my code and point out where I’m going wrong.

Member Avatar for Salem
-1
42
Member Avatar for Jessica Karen

I’ve been exploring ways to optimize image-heavy websites for speed without losing quality. WebP and AI-driven compression tools are great, but trade-offs remain when dealing with large photo libraries. For example, fashion blogs like *<mine>* showcase detailed hairstyle photos (e.g., textured fringe, butterfly cuts), so performance tuning is critical. What …

Member Avatar for Dani
0
26
Member Avatar for Dani

Mine is [infinite scrolling](https://infinite-scroll.com/). Runner up, by the same folks, is the [masonry tiles](https://masonry.desandro.com/) featured on our homepage.

Member Avatar for gediminas.bukauskas.7
0
39
Member Avatar for Dani

I'm someone who always relies on `console.log` for development. I was just wondering if anyone out there in Internet land ever uses `console.log` in production? Say, for status messages or notifications, perhaps? What about the less known about `console.info`?

Member Avatar for Dani
0
74
Member Avatar for Dani

This question is probably more suited for Cloudflare's community forums, but I figured I might as well ask it here (and there), and worst case, I get an answer there and then I can update this thread with the answer. So, from the Cloudflare domain overview, I click on Error …

Member Avatar for Dani
0
242
Member Avatar for lojoxi

Hi Everyone, Web development can be both exciting and challenging, but having the right tools makes all the difference. If you're starting out or looking to improve your workflow, consider using popular frameworks like React or Vue for streamlined front-end development. On the back end, Node.js and Django are solid …

Member Avatar for wrteam
1
361
Member Avatar for Dani

For me, it's python and node.js (backend javascript). I feel like those are two languages that are *everywhere* these days. I'd also love to get into websockets or server-sent events to replace the long polling PHP chat we currently have going on (eek). A couple of years ago, I tried …

Member Avatar for trcooke
0
27
Member Avatar for eservices

I’m working on a travel planning form that adjusts based on the selected nationality. For example, if someone picks a country like India, the form should display whether they need an electronic visa for places like Sri Lanka, and maybe show a short message or guide link. I’m using JavaScript …

Member Avatar for wrteam
0
95
Member Avatar for Dani

I was thinking of building a little tool that compares a webpage's DOM structure before and after javascript execution and performs a diff. I know that the functionality is already built into some paid SEO tools, but was just curious if you thought that having a standalone feature would be …

Member Avatar for Dani
0
61
Member Avatar for Dani

I know that this is probably a hopeless question, but are there any automated scripts that would *reliably* and *automagically* convert my thousands upon thousands of lines of jQuery code into native Javascript?

Member Avatar for polcreation
0
422
Member Avatar for kearawill

Hey developers 👋 I’m working on a new project for a client — a estate agency Ilford, and I’m wondering how much of this could be streamlined or even built with AI tools? The site needs standard features like: Property listings Service request forms (for tenants) Payment gateway Backend for …

Member Avatar for trcooke
0
87
Member Avatar for trcooke

Like Ron McLeod, [who we met yesterday](https://www.daniweb.com/community-center/say-hello/threads/543368/hi-everyone-i-m-ron-mcleod), I'm a moderator and administrator over at the CodeRanch.com forums. I'm a Software Engineer, currently working as a Software Architect for a medical technology company in Belfast, Northern Ireland. We use Java, JavaScript, TypeScript, Python, we have used many of the related tooling …

Member Avatar for Dani
4
56
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 gediminas.bukauskas.7
2
682
Member Avatar for Neil_brown001

I'm building an SSR React app (Next.js) with dynamic nested routes where components at multiple levels depend on both initial server-side data and real-time client-side updates via WebSockets. The challenge arises when synchronizing DOM state post-hydration—especially when the component tree changes due to route-based code-splitting, and some child components rely …

0
25
Member Avatar for Krisha03

Hello There, I am looking for MUI React-based admin template in the TypeScript version for my project. Can you guys suggest some React Admin templates that are comprehensive and easy to use? I really appreciate any help you can provide.!

Member Avatar for Pelorus_1
1
279
Member Avatar for James_228

I’ve been working on a mid-size React project and started noticing performance lags and bloated component trees. I optimized a few things like: Using useMemo() and useCallback() smartly (but not overusing) Breaking components into smaller reusable ones Lazy loading routes and components But I’d love to know: What are your …

1
56
Member Avatar for jamesalery

Hi everyone, I’m just starting out with testing and I need to generate some test data for things like names, birthdays, emails, and other basic information. I’m looking for web-based resources or tools that provide random test data for use in my testing. like i used this *<Promotional link snipped>* …

Member Avatar for gediminas.bukauskas.7
0
81
Member Avatar for YashSmith

My web app throws a 500 Internal Server Error despite the server running fine. No clear logs indicate the issue. The backend is in Node.js with Express.js. app.post('/submit', async (req, res) => { let data = await processData(); // Possible async issue? res.send(data); }); Could it be an async error …

0
52
Member Avatar for 杨_659

## **Introduction** > The McCharts component library is developed based on Hongmeng ArkTS syntax and supports API 9 and above. The chart component has been open sourced. Everyone can participate, whether they are new or experienced, to learn from each other, develop more component libraries, and enrich the ArkTS ecosystem. …

0
248
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
65
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
105
Member Avatar for Mr.M

Hi Dw, I want to get the keys and data of the php json response, heres the response I get {"content":{"1":{"title":"Present","start":"2025,01,29","end":"2025,01,29","backgroundColor":"#f39c12","borderColor":"#f39c12"}}} all I'm interested in starts from title.

Member Avatar for Dani
0
480
Member Avatar for Sidaani123
Member Avatar for PsychicTide
0
29

The End.