14,212 Topics
Hi DW, I'm having an issue with my code, I'm trying to animate the rolling of the ball, I want it to have faces where it will roll to the back and simulate 3D by also revealing the backside now it just display separated but I want it to look …
Hey everyone, I've been developing a vertical SaaS platform (Platform V2 / 570Photos) built specifically for independent creative studios and photography businesses. The main pain point with existing CRM and studio management tools is visual clutter: deep navigation hierarchies, endless submenus, and spreadsheet-like interfaces that get in the way of …
getting income per month I have a good idea for you to make money I'd like to work with EU or American additionally australia Your role Account management (Create, Verify, Laptop full time support 24/7)
we have been experimenting with a small calculator project and ran into an interesting question about calculation logic. For things like unit conversions, percentages, rounding, and derived values, do you normally keep everything in JavaScript, or do you prefer to handle some of the calculations server-side? we are especially interested …
I've been working on extracting frames from video files entirely in the browser to avoid uploads. The goal is to support MP4/WebM/MOV/AVI/MKV, extract by interval/count/time-range, export as JPG/PNG/WebP, optional text watermark, and ZIP download. Processing stays on-device for privacy and works with large files without server limits. For testing I …
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 …
I'm building a small website that displays daily prayer times and the Hijri calendar using a public API. The data only changes once per day, so calling the API on every page load seems unnecessary. For those who have built similar projects: Would you cache the response for 24 hours? …
Hello i want to show html5 video with content over it . Like background image. The whole div html5 video must be of 400px height <div style="height: 400px"> <video controls poster="{{item.media_pic}}"> <source src="{{item.image_path}}" type="video/webm" /> <source src="{{item.image_path}}" type="video/mp4"> <source src="{{item.image_path}}" type="video/ogg"> Your browser does not support HTML5 video. </video> <ion-row> …
I'm posting this in the expert category because I need some expert opinion or advice. There is no wrong or right answer, just need opinion from people who are experienced in IT. I have to do a research paper that provides "substantive analysis" on the future of a given technology …
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 …
I’m working on a SaaS landing page and want to test short product demo videos above the fold. For those who have done this before: - Do you use MP4, WebM, or both? - Do you lazy-load the video or use a static poster first? - What file size do …
Who's up for a puzzle? About two months ago, I began to have troubles using the Town of Oakville's web site where I book fitness class spots. In places where there should be text, it's blank. My feeling is that this began intermittently, but I may be wrong. Today it …
In today’s digital-first world, having a strong online presence is no longer optional for businesses; it is a necessity. As companies aim to expand their reach and improve customer engagement, custom web development services have become a key driver of scalable business growth. A well-designed and strategically developed website acts …
What are the best practices for keeping a website fast and responsive in 2026?
Can you make a autoclicker for chrome os
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 …
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 …
Online verification systems are designed to save time, but small usability issues can create frustration. Many drivers are unsure about which input field to use or what format is required. Clear content hierarchy and precise instructions improve platforms related to the e challan checking system. When explanations are direct and …
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 …
I’ve been playing with some of the new "vibe coding" tools recently. While they’re great for speed, I’m seeing a lot of generated code that basically leaks API keys or sensitive logic into the frontend because it’s easier to build that way. Coming from a database background (we worked on …
I am posting here because this feels like a technical problem rather than a bank support issue, and DaniWeb usually has people who understand what happens under the hood. I am trying to check my FAB bank balance using both their website and mobile app, but the balance screen either …
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 …
Hello. I am trying to connect Figma to my own html page, and can't get the below to work. It does not do what that says when I try it on my own page. Massive thanks in advance! https://www.figma.com/community/plugin/1297530151115228662/web-to-figma-convert-any-website-or-html-code-to-design
I need up to 2 full stack developers to help build my website more details in my private chat
Hi everyone, I am working on a project where I have a nested flexbox layout a parent container with multiple child sections each containing its own set of flex items. My goal is to make it fully responsive, but I’m running into alignment issues when the viewport shrinks. Are there …
Have you purchased a script from there? Is AI changing the game? Have you sold any scripts so far? For me I think it's an awesome website but AI is making it harder for developers to sell code because now people use AI to build websites and they don't need …
This is a very quick 'n' simple vBulletin SEO hack. It's easy to apply and it's the one I have been using here on DaniWeb for the past couple of months. I was going to wait until we went vB 3.5 to release it but I might as well do …
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 …
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. …
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 …
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 …
Reducing image file size is a common task for both developers and everyday users. Whether you're submitting a form, uploading a profile photo, or optimizing a webpage, you’ll often run into strict file-size limits like 100 KB, 200 KB, etc. Most online tools upload your file to a server and …
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 …
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 …
Do either Safari or Firefox have near-term plans to implement container scroll-state queries? Google AI says that Safari supports it, but caniuse.com clearly says it does not. I'm waiting on this one with bated breath. For those of you who are not sure what I'm referring to, [it's this](https://caniuse.com/wf-container-scroll-state-queries).
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 …
Hi DW, I have a back-end php file which is an engine for my site and a HTML file which is where the input is shown. the actual html code for the inputs is returned from the backend php file because it get customized there and returned with it data. …
When the page loads, the div design makes the animation starts below. If I page down, the div animation already starts. I would like an code that the animation just appear when shows by the page. <html> <head> <meta name="viewport" content="width=device-width, inicial-scale=1"> <meta name="keywords" content="carlos web,soluções web,soluções,serviços,web design,hospedagem grátis,hospedagem,panfletos,placas,banner,banners,fachada,fachadas,papéis de …
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 …
At long last!! Rejoice! [Now only if most browsers supported the darn thing.](https://caniuse.com/css-if)
As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't working. I can see that it converted https://cdn.daniweb.com/font.woff into inline base64 for …
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 …
If I want to use Bootstrap 5 for my admin dashboard and avoid Tailwind, which templates should I consider?
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 …
I have a DataGrid with a picture as link button in one of the columns. The linkbutton automatically gives me a blue linkframe around the picture. How do I get rid of that? Thanks! /Daniel
Hello all! I have been away from this forum for far too long and would like to help with my experience/knowledge. This place helped me get through college and early professional work as a web developer. Is there a section to post random code snippets for tasks that may help …
First I want to say that my only interest in the technical details of web development are from an end user perspective. I usually go to [this site](https://www.theweathernetwork.com/ca) to get my weather forecasts. Their current display format is to present the forecasts horizontally but it will likely be changing soon …
I’m looking for practical advice and best practices that can help improve a site's speed, considering factors like image optimization, code minification, and server response times. How do you balance performance improvements with maintaining a rich user experience? What tools or techniques have you found most useful in diagnosing and …
Can you guys help me figure out how to use tailwind utility classes "@apply md:text-xl" within .scss files in nextjs
The End.