current location:Home > Technical Articles > Web Front-end
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images
- If we browse the WordPress theme directory, a majority of themes showcase cover images. It is a feature in popular demand. The cover page trend is true even
- CSS Tutorial 539 2025-03-10 09:53:10
-
- Some Things I Took Away From An Event Apart 2022 in Denver
- An Event Apart 2022 Denver wrapped up yesterday. And while I was unable to make it to all three days this time, I did catch yesterday's action — and it was
- CSS Tutorial 652 2025-03-10 09:52:10
-
- Finding Front-End Development Scholarships
- I'm often asked where to learn web development. The answer varies, of course, and we've published a few posts on the topic over the years, the most recent of
- CSS Tutorial 487 2025-03-10 09:49:14
-
- GIFs Without the .gif: The Most Performant Image and Video Options Right Now
- So you want an auto-playing looping video without sound? In popular vernacular this is the very meaning of the word GIF. The word has stuck around but the
- CSS Tutorial 136 2025-03-10 09:46:09
-
- How to Create Wavy Shapes & Patterns in CSS
- The wave is probably one of the most difficult shapes to make in CSS. We always try to approximate it with properties like border-radius and lots of magic
- CSS Tutorial 750 2025-03-10 09:41:10
-
- Fancy Image Decorations: Masks and Advanced Hover Effects
- Welcome to Part 2 of this three-part series! We are still decorating images without any extra elements and pseudo-elements. I hope you already took the time
- CSS Tutorial 372 2025-03-10 09:35:08
-
- Fancy Image Decorations: Single Element Magic
- As the title says, we are going to decorate images! There’s a bunch of other articles out there that talk about this, but what we’re covering here is quite a
- CSS Tutorial 916 2025-03-10 09:33:10
-
- Instant Articles, Proprietary Syndication, and a Web Built on User Fidelity Preferences
- I love it when there's a sense of synergy in the blogosphere. First, I caught Nick Heer's coverage of Meta ending support for Instant Articles, its
- CSS Tutorial 591 2025-03-10 09:25:09
-
- How to Safely Share Your Email Address on a Website
- Spammers are a huge deal nowadays. If you want to share your contact information without getting overwhelmed by spam email you need a solution. I run into
- CSS Tutorial 731 2025-03-10 09:24:14
-
- Newer Things to Know About Good Ol' HTML Lists
- HTML lists are boring. They don’t do much, so we don’t really think about them despite how widely used they are. And we’re still able to do the same things
- CSS Tutorial 736 2025-03-10 09:23:13
-
- The New CSS Media Query Range Syntax
- The Media Queries Level 4 specification has introduced a new syntax for targeting a range of viewport widths using common mathematical comparison operators, like , and =, that make more sense syntactically while writing less code for responsive web d
- CSS Tutorial 334 2025-03-10 09:22:09
-
- Behind the CSScenes, October 2022
- Well, hey, welcome back to Behind the CSScenes! These posts are like little check-ins we’re doing each month to give you a peek behind what we’re doing here
- CSS Tutorial 263 2025-03-10 09:17:16
-
- Apple Messages & Color Contrast
- Well, color me this! I was griping to myself last night about just how gosh dang hard it is to read text messages in Apple Messages. You know, not the blue
- CSS Tutorial 900 2025-03-10 09:13:09
-
- jQuery Detect % Scrolled on Page
- Detect web page scrolling percentage using jQuery The following jQuery code snippet demonstrates how to trigger an event action when a user scrolls to a specific percentage of the webpage. Tests show that when capturing mouse scroll events, it is best to use values between 55% and 100%. $(document).ready(function(){ // Example: Show a div when scrolling to 75% of the web page var webpage = $("body"); var webpage_height = webpage.height(); var trigger_height = webpage_hei
- JS Tutorial 733 2025-03-10 01:03:08
-
- Learn JavaScript
- JavaScript is widely used, covering front-end and back-end development. Interactive web pages JavaScript allows you to add interactive experiences to your web pages. It is ideal for dynamically updating content, controlling multimedia, creating animations, or verifying user data. Network applications A web application or "single-page application" is an application that is integrated into a web page. Think about Facebook or Twitter. For single page applications, you may need to use frameworks such as React, Angular, or Vue. REST API and backend You can use JavaScript to create various types of REST APIs and web servers. For backend JavaScript
- JS Tutorial 569 2025-03-10 01:02:08