Found a total of 10000 related content
December Edition, Glam Up My Markup: Winter Solstice
Article Introduction:What I Built
I saw this project posted on 12/25. I am newer to coding and wanted to try out styling the web page. This is still a work in progress.
Demo
madilloyd
/
DEV-dec-frontend-ch
2024-12-31
comment 0
337
Visualizing JavaScript and CSS Bundles with Sonda
Article Introduction:In this article, I'll show what Sonda is and what it can do. If you want to give it a try, check out https://sonda.dev/ or the demo page.
If you've ever struggled with optimizing your JavaScript and CSS bundles, you're not alone. As web application
2025-01-03
comment 0
982
Truncating Text with Text-Overflow
Article Introduction:In web development, we often encounter situations where the text in HTML elements exceeds the available space. To keep the page beautiful and readable, we can use the text-overflow property of CSS. Check out the CodePen demo below: Full article: Truncating text: text-overflow property CSS code snippet
2025-01-15
comment 0
1102
10 jQuery Language Translator Plugins
Article Introduction:Ten excellent jQuery translation plug-ins help you easily build multilingual websites! Web page translation can be easily implemented without modifying HTML code. The following recommended jQuery translation plug-in will help you easily integrate website translation functions and improve user experience.
jQuery Translator Plugin: Easily translate web pages into multiple languages ??without modifying HTML. Just add the script reference and initialize the plugin.
Source Code Demo
jTextTranslate: A translation plug-in based on jQuery: This plug-in uses the Google language API and supports text translation in all languages ??provided by the API.
Source Code Demo
SundayM
2025-03-02
comment 0
681
Embed Interactive jsFiddle Snippets on your Web Page
Article Introduction:Embed interactive jsFiddle code snippets on web pages to make your web page more interactive! This article will guide you how to implement this feature easily.
step
Visit jsfiddle.net to create your code snippet.
Click "Share" > "Embed Code" (embed as an iframe) in the menu bar.
Copy the generated iframe code into your webpage HTML.
Demo
Here is a demonstration of jsFiddle embedding. You can switch options such as js, css, etc. and run the code in real time on the page, just click the play button!
Enjoy the fun of jsFiddle! You may also be interested in:
Hide your jQuery source code
J
2025-02-25
comment 0
967
uniapp Getting Started Practical Export the front-end page to pdf
Article Introduction:background
The product requires that the company's mini-programs and websites need to export product details into pdf, so today I'm thinking about how to export the front-end page into pdf.
Realize the effect
Web site
Reminder: Please modify the following code image address yourself.
demo: Overall it is very simple, just use html2canvas to convert dom into pictures, then add pictures to jsPDF, and then save it.
2024-11-09
comment 0
936
10 Dummy Image Generators for Web Designers
Article Introduction:Ten free virtual image generators to help you quickly create web page prototypes
Rather than creating placeholder images manually, save time with free automation services. Here are ten tools that generate virtual images immediately, especially for web designers who prefer to quickly create different layouts or responsive image layout prototypes.
Update: June 20, 2013: Added pixelholdr and topped it.
pixelholdr
I put pixelholdr at the top of the list because it will search for Flickr using your keywords and grab a placeholder image for you. great!
Source Code Demo
fakeimage
A similar to dummyimage.c
2025-02-26
comment 0
698
How to use Read Aloud in Microsoft Edge
Article Introduction:The "read aloud" function of Edge browser is easy to operate and practical. 1. Open method: Make sure Edge is the latest version. After entering the web page, click the three-dot menu in the upper right corner → "Reading View" (if supported) → click the three-dot menu again to select "Use Reading"; 2. Scenes include commuting to listen to news, learning foreign languages, relieving eye fatigue and assisting dyslexia; 3. Tips: adjustable speech speed, switch language, right-click to start directly, and the control bar is suspended without affecting browsing.
2025-07-10
comment 0
828
10 jQuery Time Picker Plugins
Article Introduction:Ten super cool jQuery time selector plugins to make your web page look new! Although date and calendar selectors are everywhere, time selectors are relatively few. It's time to let you see these excellent plugins!
Update: March 24, 2016 Obsolete, damaged or deprecated plugins have been removed. The entire list was refreshed based on current design trends and standards, and some new plugins were added.
jquery.timepicker
Looking for simple and easy-to-use plug-ins? Inspired by Google Calendar, this jquery.timepicker plugin is a powerful library designed to make time input as natural as possible.
Home/Demo | GitHub
Wicke
2025-02-18
comment 0
621
Dave The Diver: How To Catch Spider Crabs
Article Introduction:In Dave The Diver, there are some creatures that are not easy to catch. Or, catch alive that is. The spider crab is one of those very species, making it seem like the only way to bring these crustaceans back up to land is to viciously crack them up w
2025-01-10
comment 0
809
Prepare for Interview Like a Pro with Interview Questions CLI
Article Introduction:Prepare for Interview Like a Pro with Interview Questions CLI
What is the Interview Questions CLI?
The Interview Questions CLI is a command-line tool designed for JavaScript learners and developers who want to enhance their interview
2025-01-10
comment 0
1437
Soft Deletes in Databases: To Use or Not to Use?
Article Introduction:Soft Deletes: A Question of DesignThe topic of soft deletes, a mechanism that "flags" records as deleted instead of physically removing them, has...
2025-01-10
comment 0
1052