4,482 Topics
A [professional and modern website]in 2025 focuses on clean UI, fast performance, and mobile-first design. Here are the key elements: -Minimal & clean layout – No clutter. Use plenty of white space. -High-quality visuals – Modern graphics, SVG icons, and bold images. -Fast loading speed – Websites must open in …
Hello. How do you insert an image into a web page as background? TIA!
Ever had a layout that looks perfect in Chrome, but the moment you open it in Safari… everything falls apart? Yeah. Same here It’s not your code (well… not always). Safari just handles Flexbox a little differently. Here’s what usually causes the issue Safari is stricter Chrome is forgiving. Safari …
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 …
Hey everyone, You just set up a brand new Windows PC or did a clean install… now comes the fun part: installing your go-to apps! 👉 What’s the very first app you install — and why? It could be: Your favorite browser (Chrome, Firefox, Brave?) A trusted antivirus or security …
Last night, embedded YouTube videos started resulting in a "Error 153 Video player configuration error" which sucks as I long ago wrote a desktop app to view webcams in Edge WebView2. After quite a bit of time trying "fixes" suggested by MS Copilot, I gave up and said "No matter …
Hello everyone i am finding my Windows 11 machine is starting to feel a bit sluggish, and I'm looking for some proven ways to optimize its performance. I know there are a lot of tricks out there. What's the one thing you always do to keep your Windows PC running …
How do you keep up with the latest trends in web design?
I used to be all about browser extensions. Nowadays, not so much. We all know that most people use AdBlock. (I don't, although I do have it installed to test how DaniWeb looks with it enabled and make sure nothing breaks.) How about you? Do people even still use browser …
Hi everyone! I’m new here on DaniWeb and really happy to join this awesome tech and developer community. I’ve been exploring programming, web development, and tech-related topics, and this forum seems like the perfect place to ask questions, learn from experienced people, and share ideas. I’m still learning and growing …
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?
How do I establish an open connection to an open web browser in C#? In a Microsoft C# program using a Visual Studio Code I am using the following namespaces: using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Support.UI; After I get a string variable, "url", assigned with a URL of a website …
Hi DW, I'm trying to automate using NAVIS, I tried using post method simulating how it does on a web browser but I get error 678 then now I'm trying to access it using vb.net web browser.It does load but the issue is that I can't set the input elements …
Recently I started to rewrite the core of a web app in Java (not including the Admin part). I have discussed ideas with colleagues and friends and one thing that seemed to be an agreement was that it is time to stop keeping the same image in two formats jpg …
Apparently a new feature in Google Chrome is to automatically generate AI content. All I need to do is start typing a sentence or two here in this textbox, right click, select "Help Me Write", choose if I want it to be short-form or long-form text, be formal or casual …
Hey everyone, Recently, I came across a tool called DICloak that offers an anti-detection browser. It's designed to help manage multiple accounts without getting flagged, which seems pretty useful, especially for those who need to handle multiple profiles for work or other activities. I’m not trying to promote anything, but …
I have been reading a bit about third-party cookies being phased out and them being a problem for the marketers.What is it and why are they being phased out?
This is a simple to use, self-contained website slideshow utility. Do you have a monitor or TV setup in your lobby where you'd like to present web content automatically? With this HTML/Javascript page, simply edit an array of pages or "slides". You define a title, duration, and URL for each …
I think this is more of a concern to Dani and I'm not writing this is a bug. Just interesting. Here's what it looks like now:  If DANIWEB is undergoing a rebrand like Twitter to X, I would used the greater than symbol.
After complaining for months to MS to stop Edge from adding websites to my Quick Links bar, it seems to have stopped. Nothing was more frustrating than reading some news pages then having to delete a ton of links from Quick Links. Is this your experience?
I am currently facing challenges with cross-browser compatibility on my website https://learnaboutcat.com/about/, as it does not consistently perform as expected across different web browsers. Variations in rendering, layout, and functionality make the user experience inconsistent and hinder the website's effectiveness. I tried to optimize the code and adjust settings, the …
@dani I got ChatGpt to fix my Crawler that was showing error. This code that was showing error: My Buggy Code ```` <?php //START OF SCRIPT FLOW. //Preparing Crawler & Session: Initialising Variables. //Preparing $ARRAYS For Step 1: To Deal with Xml Links meant for Crawlers only. //SiteMaps Details Scraped …
I wanted to post something in Daniweb for a while but I didn't had anything new. Recently I decided to write a new implementation for websocket connections client side using Shared Web Workers. Shared Web Workers are supported today by most browsers for desktop but few for mobile devices , …
I have a client that have members sign, they get charged, but can't get in unless they are added manually. Any ideas? they are using Chrome on Windows OS.
I am trying to open a camera on a browser with javascript i have this code and it was working yesteday but when i tried today to open through mobile its saying `NotAllowedError: The request is not allowed by the user agent or the platform in the current context.` <button …
Anyone who in this area could let me know the advantage to use SAAS for a restaurant.
(Thank you Dani for approving this post!) Hi We are researchers from the University of Zurich, Switzerland, and developed a web application experiment for investigating ways to improve code review. If you have **javascript** knowledge, please help us in this **20 – 30 minutes** experiment by using the desktop version …
After reading a few reviews I decided to try [Vivaldi](https://vivaldi.com/download/) out. After importing my bookmarks and customizing my bookmark bar (just a little drag and drop) I was ready to go. Without trying any formal timing tests, my purely subjective impression is that things load faster. I don't have the …
## Introduction ## In the [last Selenium tutorial](https://www.daniweb.com/programming/software-development/tutorials/538447/basic-interactions-with-web-elements-in-selenium), we learned how to perform basic actions such as clicking and sending keystrokes. In this tutorial, we will learn how to do another action, which is the scrolling action. ## Goals ## At the end of the tutorial, you would have learned: …
## Introduction ## When working with Selenium, you might have run into a situation where you have to wait for long-running tasks to complete before you can interact with elements. Fortunately, Selenium has support for such situations via its many *waits* API. In this tutorial, we will learn how to …
## Introduction ## When creating a Selenium test, it is common for developers to want their scripts to take the same actions as a real human user would take. These action often includes clicking on elements or inputting text data into forms. In this tutorial, we will learn how to …
## Introduction ## While creating Selenium tests, you might have found that inspecting elements manually using the web browser’s inspector could be tedious. Even after you have found the element, you still have to go through the pain of looking up the correct **xpath** syntax for this specific element. To …
## Introduction ## The Hyper Text Transfer Protocol (`HTTP`) is one of the most common communication protocol on the internet. There are three major versions of HTTP that you should be aware of: **1.1**, **2.0**, **3.0**. Versions 1.1 and 2.0 are widely used today, so this tutorial mainly focuses on …
I am looking for an software/script that can generate high trust score browsers, i am using [this GitHub project](https://abrahamjuliot.github.io/creepjs/) to see the info about the browser and the score. I have tried to create few different projects using ZennoPoster, BAS, Undetectable, ATB. They all create with trust score: F- Someone …
How to open a web page in the background after hiding the browser window in C language
I dont have any particular things im looking for at the moment beyond info to learn more about apps i should consider for things such as bookkeeping or invoices. id like to learn whatever i can. Any personal picks or even resources to look at for myself would be great. …
Hi Team, Earlier we used IE options in Edge for opening our URL (application) with updating No-Merge option in Enterprise XML to access multiple sessions on the same server. But right now we are using Edge (pure) to use the same URL and unable to access more than one session …
Hands up if you remember Opera Software, you know the Norway-based developer of alternative web browser clients. In the days before Firefox, Opera was the client most likely to shake up Microsoft and for a while seemed to be doing pretty well in that regard. Then Firefox came along and …
Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under tab id 2 to update that page displayed or for simplicity log on tab id 2 console the message. The …
Hello. By accepting AVG as my central protection unit I let in AVG browser. I don't want this, because it agressively sets itself as my default browser. I don't want to install it from my system, though, I wan't to disable it from running in my environment. Anybody here who …
Hello. I've got a couple of browsers installed and I have a question about that: Is it possible to transfer a tab from the one browser to the other? Let's say: from AVG Secure Browser to Opera? I don't really prefer the one browser above the other. Maybe I will …
Got this to open a browser inside a specific frame, and i need it to be changeable, any ideas? been readin pyqt5 but cant seem to manage this import sys from tkinter import Tk, ttk from PyQt5.QtCore import * from PyQt5.QtWidgets import * from PyQt5.QtWebEngineWidgets import * mainwind = Tk() …
Hi, I am developing one web application. In which I want to display pdf file on the web browser by selecting the pdf file or any fixed pdf file. so, if anyone knows then please tell me the script code so will develop it for my web application. i will …
I built a Web server myself, want to achieve the entire browser minimization,except "JAVA" and "JSP", what method can achieve this effect. There are a lot of examples of browser minimization using "JS" on the internet, but none of them worked for me. Some people mentioned that it might be …
I recently installed Windows ten in an older Toshiba Satellite P755=S5182 laptop. I have done this installation many times before and thought I had turned off most of the annoyances. I installed drivers and updates and a few programs ie, Chome , Acrobat Reader, etc. When I insert a USB …
Using edge browser lately and I noticed it doesn't take up that much of memory when running it than google chrome. How about you guys? what are your thoughts about the edge update?
Hi to all! I am making an android app for a ready made social medial website. Website url is: "www.MixMasala.in" I am using webview for this site, all the functionality working accept two. As this is a social media website it has also audio and video calling option. When I …
The End.