Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
css2
- Page 1
Re: Custom font on Cloudflare error page
Programming
Web Development
22 Hours Ago
by Dani
Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources.
Custom font on Cloudflare error page
Programming
Web Development
1 Day Ago
by Dani
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 the @font-face CSS, which sounds about right. …
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Day Ago
by wwwalker
I would check out assets you add to custom error page. See https://developers.cloudflare.com/rules/custom-errors/
which language do i start leaning in 2025
Programming
Software Development
3 Weeks Ago
by 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 you create this?
Re: which language do i start leaning in 2025
Programming
Software Development
3 Weeks Ago
by Dani
It depends what you’d like to build. If a simple website, you can use HTML and CSS. Want some interactivity? Add JavaScript. Want to create more complex dynamic websites? You will need a backend language such as PHP and a database such as MySQL. I see you also tagged this topic c++. C++ is a popular language used for non-web related …
Has CSS Grid completely replaced Flexbox in your projects? Why or why not?
Programming
Web Development
1 Week Ago
by KamalDeepPareek
Please answer
Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
4 Weeks Ago
by Dani
Hello, DaniWeb actually uses Bootstrap, but I don’t use any preexisting templates. How much CSS experience do you have? Are you experienced with creating HTML code that uses css classes to piece together something unique? Bootstrap also has its own template store, if I recall correctly. Also, Tailwind is a competitor to Bootstrap, so I’m …
Re: which language do i start leaning in 2025
Programming
Software Development
3 Weeks Ago
by rproffitt
Think of a toolbox. Why buy tools you aren't going to use? ## Yup, everyone needs a 10 meter wide hole saw.
Re: which language do i start leaning in 2025
Programming
Software Development
3 Weeks Ago
by retseaz77
Great question! In 2025, some of the most practical and trending languages to learn include: Spanish – widely spoken and super useful for travel and business Mandarin Chinese – huge global economy advantage French – still very relevant in international diplomacy and culture Python (if you meant programming) – still one of the top …
Re: Page Speed Issue
Digital Media
Digital Marketing
4 Weeks Ago
by ashleydent4u
WordPress has tons of optimization plugins and a big community that makes it easier to improve page speed and Core Web Vitals without much manual effort. Java-based websites, on the other hand, usually need more hands-on optimization since they’re often custom-built and heavier in structure. Things like lazy loading, efficient server-side rendering…
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
2 Weeks Ago
by 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 and its going fine. can you create this?
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Neil_brown001
Why your approach isn’t working What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: Running a .exe on the server You can technically make the server launch an .exe file like Notepad, but: It will run in the background on the server, not visibly on the desktop. It needs special …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
> Why your approach isn’t working > What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: > > Running a .exe on the server > You can technically make the server launch an .exe file like Notepad, but: > > It will run in the background on the server, not visibly on…
Re: Any jQuery 4 users?
Programming
Web Development
1 Week Ago
by gediminas.bukauskas.7
Every additional JS library slows down loading of the site. I haven't used jQuery for a long time, so I would like to know: does the new jQuery have something that can't be done with the DOM API and CSS?
What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
4 Weeks Ago
by SanjayJoshi
If I want to use Bootstrap 5 for my admin dashboard and avoid Tailwind, which templates should I consider?
Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
3 Weeks Ago
by Dani
Sorry, I don't know what you mean about building a buying persona through DaniWeb?
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
4 Weeks Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Weeks Ago
by john_111
I once visited a website where there were 20 rows, each composed of 20 identical small white squares (about the size of this --> HH ), with a tiny arrow in the bottom quarter corner to indicate they were links. But no text anywhere. Can you imagine how hard it would be to remember which button took you to which page, several days later? This…
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Weeks Ago
by Reverend Jim
Read The Essentials of User Interface Design by Alan Cooper.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
First, you need to reduce radically the usage of JS and CSS. I don't know about React, but Angular is clearly too big. Pack loadable items into bundles and don't use one huge bundle: create collection of bundles. Switch on JavaScript type=module and load software under the demand. Use W3C CSS instead of nice but large CSS frameworks. Avoid WASM: it…
Re: Which Python PDF writing library is best?
Digital Media
UI / UX Design
2 Months Ago
by Anna_46
PDFKit is a solid choice for generating PDFs, but there are other great alternatives depending on your use case **ReportLab** – Highly powerful, great for generating complex PDFs with tables, charts, and images. **WeasyPrint** – Converts HTML and CSS to PDF, ideal for web-based reports. **PyMuPDF** (fitz) – Lightweight and fast for both PDF …
Re: Remove link frame around picture in Datagrid
Programming
Web Development
2 Months Ago
by Zinavo_1
To remove the link frame around a picture in a DataGrid, you can set the BorderStyle property of the ImageColumn to None or use CSS to remove the border around the image.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
The loading="lazy" HTML attribute-value pair was introduced in 2019–2020, so I would guess it will be safe to use after 2030–2035, except if you don't care about internet visitors and are targeting an intranet of a company where you control the browsers and their versions. Of course, lazy loading impacts SEO. Modern SEO has more to do …
The Impact of User Research on UX Design
Digital Media
UI / UX Design
1 Month Ago
by Pokemons
How does UI (User Interface) design contribute to the overall user experience, and what are some key principles that designers should follow to ensure a visually appealing and functional interface?
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
1 Month Ago
by Reverend Jim
A bad design leads to a bad experience. A good design can lead to a good experience. Is that a question that seriously needs to be answered?
Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by 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>* for generating birthdays. but i don't …
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by Pelorus_1
Platforms like Mockaroo, Faker and GenerateData provide fake names, emails and more for testing purposes. You can easily create realistic sample data with these tools.
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
Look at Customers table in NorthWind database (https://en.wikiversity.org/wiki/Database_Examples/Northwind).
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
4 Weeks Ago
by Zachary_6
print a book cover is a crucial step in the publishing process, whether you’re self-publishing or working with a print-on-demand service. The right paper type, finish (glossy vs. matte), and resolution can make a huge difference in the final product. What printing services do you recommend—KDP, IngramSpark, or local print shops? How do you ensure …
Re: CSS help
Digital Media
UI / UX Design
14 Years Ago
by b.wickham
CSS positioning and float can get a little tricky, especially if you're new to CSS. You might want to take a look at this to get a better understanding of how to display items in CSS: [url]http://www.wipeout44.com/brain_food/css_staying_afloat.asp[/url]. Going forward, I like the advice from drjohn: "Start testing in firefox, then alter …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC