jq Add WOW-SOME Lightbox Effects with jQuery and Ajax Lightbox Plugins By webdeveloperjuice.com Published On :: Sat, 10 Jun 2023 12:00:10 +0000 Everybody loves to enjoy the look and feel of the Lightbox JavaScript Effects and since the time of innovation of the Lightbox Script there have been several Lightbox clones that are generated for the famous JavaScript Libraries. Lightbox is a jQuery and Ajax solution for showcasing the images and other content on the web page … Add WOW-SOME Lightbox Effects with jQuery and Ajax Lightbox Plugins Read More » Full Article Uncategorized
jq 7 best html5 jquery video plug-ins By webdeveloperjuice.com Published On :: Sat, 10 Jun 2023 12:04:46 +0000 HTML5 is a technology that is all the rage in the web world with a great potential to considerably ease the process of video playback, enhance the web application user interface and boost the offline or online synchronization of web applications. video plug-ins. You can find so many websites over the World Wide Web that … 7 best html5 jquery video plug-ins Read More » Full Article Uncategorized
jq News roundup: iOS Orientationchange Fix, JavaScript Patterns, jQ.Mobi By www.jsmag.com Published On :: Listen to this week's podcast (January 20, 2012)! iOS Orientationchange Fix jQuery Mobile's Scott Jehl has released iOS-Orientationchange-Fix (read his blog post). This has been a persistent annoyance on iOS since its release. You may be familiar with the mobile viewport tag, which allows you to properly fit sites to ... Full Article
jq Useful jQuery plugins By blogdesignstudio.com Published On :: Fri, 28 Dec 2012 11:29:27 +0000 Easy List Splitter Easy list splitter can be very useful when you need to split some lists like some mega menu on the fly. It’s very easy to use just follow the instruction on the site. To download the plugin go here. Wookmark jQuery Plugin If you are struggling on how to build this kind […] Full Article web design
jq Best of the best, 7 jQuery sliders that will fit your need By blogdesignstudio.com Published On :: Wed, 22 May 2013 11:50:40 +0000 You are searching for jQuery sliders? Search no more, here we have composed a list of the best slider that you can find on the internet. Some of them are free and very customizable and some of them are worth spending some money to achieve your goal. Rhinoslider This slider offers many different effects, you […] Full Article web design Wordpress Plugins
jq File Upload Progress Bar with jQuery and PHP By sharebrain.info Published On :: Thu, 02 Aug 2012 18:26:00 +0000 In this tutorials we tell how to create file upload progress bar with PHP and jQuery. In this post we had developed few lines of code using PHP APC library, it is very simple getting the server file upload process every few second and increasing the bar color using jquery css property. Just take a [...]View and Vote Full Article Scripting
jq Subway Map Visualization jQuery Plugin » TechBubble By www.kalyani.com Published On :: 2011-12-17T08:23:03-08:00 that's kinda nuts Full Article
jq Upgrading jQuery: Working Towards a Healthy Web By htmlcssjavascript.com Published On :: Fri, 19 Apr 2024 00:55:07 +0000 Upgrading jQuery: Working Towards a Healthy Web | Official jQuery Blog Working in the environments I do, I can tell you there are some scary situations out there with regards to jQuery. I remember John Resig, more than a decade ago, talking about wanting multiple different versions of jQuery to be able to work on […] Full Article CSS JavaScript Web
jq jQuery Impacted By Prototype Pollution Flaw By packetstormsecurity.com Published On :: Mon, 22 Apr 2019 14:42:06 GMT Full Article headline flaw java
jq Bulletproof HTML5 `<details>` fallback using jQuery By mathiasbynens.be Published On :: Sun, 25 Apr 2010 15:39:49 +0200 The HTML5 element is currently not natively supported in any browser natively supported in Chrome 12 and up. This makes it a little hard to guess how exactly this new element will behave, but reading the spec gives us a pretty good idea. While we wait for browsers to implement it, how about we create a fallback/polyfill for browsers who don’t understand (yet)? Full Article
jq Using Showdown/PageDown with and without jQuery By mathiasbynens.be Published On :: Sun, 02 May 2010 23:03:31 +0200 Showdown (also known as PageDown) is a JavaScript parser for Markdown-formatted text. It’s used on this site to generate a formatted preview of your comment as you type it. Showdown is library-agnostic, but fortunately, using it with jQuery isn’t much of a problem. Full Article
jq CSSplay - Responsive CSS multi-level jQuery menu By www.cssplay.co.uk Published On :: 2015-05-26 A CSS responsive multi-level menu for all browsers and OS, PCs, tablets and smartphones using a little jQuery. Full Article
jq CSSplay - Mi Gallery jQuery plugin. By www.cssplay.co.uk Published On :: 2017-01-10 A jQuery plugin gallery with many user parameters and customization v1.0.0 Full Article
jq CSSplay - Mi Thumb jQuery plugin. By www.cssplay.co.uk Published On :: 2017-03-01 A jQuery plugin slideshow with many user parameters and customization v1.0.0 Full Article
jq Flip! A jQuery plugin By feedproxy.google.com Published On :: Thu, 16 Apr 2020 18:08:24 +0000 I just came across a interesting new plugin built on the wonderful jQuery library. It’s called Flip!, head on over and check out the cool demo! The post Flip! A jQuery plugin appeared first on WPCult. Full Article Tips & Tricks Flip! javascript jQuery Plugins
jq Using Bootstrap FontAwesome Glyphicon Icon with jQuery DatePicker By aspsnippets.com Published On :: Thu, 30 Apr 2020 09:21:52 GMT Here Mudassar Ahmed Khan has explained with an example, how to show jQuery DatePicker Calendar when the Bootstrap FontAwesome Glyphicon Icon is clicked. Basically, this article will explain how to replace the jQuery DatePicker Calendar Icon with Bootstrap FontAwesome Glyphicon Icon so that when the Bootstrap FontAwesome Glyphicon Icon is clicked, the jQuery DatePicker Calendar is shown. Full Article
jq jQuery html() Cross Site Scripting By packetstormsecurity.com Published On :: Sat, 25 Apr 2020 12:23:23 GMT jQuery versions prior to 3.5 suffer from an html() cross site scripting vulnerability. Full Article
jq Beginning database programming using ASP. NET Core 3 [Electronic book] : with MVC, Razor Pages, Web API, JQuery, Angular, SQL Server, and NoSQL / Bipin Joshi. By encore.st-andrews.ac.uk Published On :: Berkeley, CA : Apress L. P., 2019. Full Article
jq Create a Modal Window Login Form Effect Using jQuery By designshack.net Published On :: Mon, 03 Jun 2013 14:00:08 +0000 The hidden modal window technique is a great solution for dealing with interface elements which are not particularly necessary on the page. Social networks can use modal windows for private messages and forms which are only being used by members of the site. This is also true for blogs and magazines which have an author […] Full Article JavaScript
jq Create a Simple Autocomplete With HTML5 & jQuery By designshack.net Published On :: Mon, 17 Jun 2013 14:00:14 +0000 A quick Google search will yield plenty of handy autocomplete plugins — there’s even an option shared by jQuery UI which comes bundled with the library. However today I want to look into an alternative solution. The jQuery Autocomplete plugin released by DevBridge has the exact functionality that I find most appealing. The styles will […] Full Article JavaScript autocomplete html5 jQuery
jq Coding an Ajax-Style Paged Document Viewer With jQuery By designshack.net Published On :: Mon, 15 Jul 2013 14:00:43 +0000 Recently, I’ve have seen a number of websites using this JavaScript-powered paged document interface. Users are presented a multi-page document set starting on the first page, and they have the ability to switch between pages dynamically. This can be a much better solution than linking directly to a PDF document. Or this may even be […] Full Article JavaScript
jq Create a Simple jQuery Image Lightbox Gallery By designshack.net Published On :: Wed, 24 Jul 2013 14:00:56 +0000 When building your own WordPress theme, there are a number of items to consider. One such page element is a dynamic image gallery, either using a lightbox or some type of sliding panel. Both of these user interfaces mesh nicely into the content of an article. Since they can both work on typical websites it […] Full Article JavaScript gallery jQuery lightbox
jq Build an Automated RSS Feed List With jQuery By designshack.net Published On :: Tue, 13 Aug 2013 14:00:55 +0000 The typical process of creating a dynamic feed listing requires some type of backend language. Obviously this can work out fine if you are familiar with Rails or PHP, but I want to present a method for pulling RSS feeds via jQuery. The problem is accessing Ajax requests from an external server and then converting […] Full Article JavaScript api reader rss
jq How to Build a Dynamic Imgur Upload App Using jQuery & PHP By designshack.net Published On :: Thu, 29 Aug 2013 14:00:13 +0000 Many new online web services are providing backend APIs for developers. These allow anyone to connect into a web app and pull out specific information (or push or change bits of data). Today we’re specifically looking at the API for Imgur. In this tutorial I want to demonstrate how we can remotely mirror an image […] Full Article JavaScript PHP api jQuery php
jq How to Easily Manage Cookies Within jQuery By designshack.net Published On :: Wed, 18 Sep 2013 14:00:27 +0000 Web browsers can generate unique sessions organized for each user on a website. Often these are handled on the backend using languages like PHP or Ruby, but we can also utilize cookie sessions on the frontend with Javascript. There are many tutorials out there explaining how to generate pure JS cookies. But a newer library […] Full Article JavaScript
jq Build an HTML5 Form With on-Off Input Sliders Using jQuery By designshack.net Published On :: Wed, 25 Sep 2013 14:00:33 +0000 Mobile app interfaces have been utilizing on/off sliding switches for a while. These are most commonly found on the settings page where users can update preferences for their account. But web designers have taken notice and have built many open platforms to generate your own on/off switch sliders. In this tutorial I want to look […] Full Article JavaScript jQuery sliders
jq Build a Guided Registration Form With jQuery and Progression.js By designshack.net Published On :: Thu, 10 Oct 2013 14:00:38 +0000 Signup forms are all too common when building new web applications or social networks. Traction from user signups can really boost your own self-confidence about a project when it comes to launching a new website. But what can you do to help improve the signup experience and hopefully gain more interested users? In this tutorial […] Full Article JavaScript forms jQuery tooltip tutorial
jq Build a Sliding Client Testimonials Carousel With jQuery By designshack.net Published On :: Wed, 15 Jan 2014 14:00:37 +0000 Many portfolio websites include a list of previous clients to build trust from other potential customers. Reading what other people have said about a service or product is one way to garner support from visitors who have never heard about your company before. (Of course, this design technique only works if you have previous clients […] Full Article JavaScript animation carousel jQuery slider
jq Creating Instagram-Style Photo Filters With jQuery By designshack.net Published On :: Tue, 25 Feb 2014 14:00:15 +0000 I’ve always been intrigued by the Instagram phenomenon and how quickly it rose to popularity. Photo filters are nothing new but dynamic use of these filters has not always been possible. Building the functionality into an iOS/Android application requires a lot of time. Thankfully developers have worked to replicate this process for the web using […] Full Article JavaScript effects jQuery open source photo tutorial
jq 5+ Demos for jQuery Mobile RSS Readers By www.rss-specifications.com Published On :: Fri, 18 Jul 2014 10:15:49 -0400 Over the past couple of years, mobile phones have become an important content consumption device. Also RSS Readers are important no matter. In this article, we’re sharing some Demos for jQuery Mobile RSS Readers. These jQuery Mobile RSS Reader Demos fetches the feeds in real time. complete article Full Article
jq 15 Best of jQuery RSS Feed Readers By www.rss-specifications.com Published On :: Thu, 26 Feb 2015 09:00:00 -0500 RSS has been the easiest way to get the current update of any website or blog for a long time. These updates include full or summarized text like blog entries, news headlines, audio, and video in a standardized format. In today’s post we are presenting you our list of 15 best of the best jQuery RSS Feed Readers that can help you show these updates of other blog and sites on your own website. complete article Full Article
jq Do you still jQuery ? By webreflection.blogspot.com Published On :: Fri, 22 Apr 2016 17:18:00 +0000 In this Strongly coupled with the past post, I'd like to ask you, in case your next big project is still using jQuery, if that's strictly necessary, considering the many new standards that meanwhile landed in every browser. Also, don't forget why polyfills are a very useful "moe forward" approach ;-) Full Article
jq 045 JSJ jQuery By devchat.tv Published On :: Fri, 01 Feb 2013 02:00:00 -0500 Panel AJ O’Neal (twitter github blog) Merrick Christensen (twitter github) Joe Eames (twitter github blog) Jamison Dance (twitter github blog) Charles Max Wood (twitter github Teach Me To Code Rails Ramp Up) Discussion 01:11 - jQuery vs Prototype vs MooTools 10:50 - JavaScript Going Mainstream Fast Browsers Firefox Web Developer Tools V8 Web Stack 13:21 - Usable JavaScript 17:05 - jQuery Pros Cross-Platform CSS Selection Chaining 20:16 - jQuery Mobile 20:48 - QUnit 21:21 - Running jQuery in Node Scraping 22:32 - CSS Manipulation 24:14 - jQuery UI 25:19 - jQuery Community 26:31 - jQuery Plugins AJ’s image Merrick’s image 29:52 - Ender & Zepto.js 33:44 - jQuery Cons Custom Selectors Plugin Documentation API is too large How to build your own jQuery 52:15 - AJ lied about jQuery Picks The Robert C. Martin Clean Code Collection (Joe) Old Man’s War by John Scalzi (Joe) Human Connectome Project (Merrick) pahen / node-madge (Merrick) Hype Machine (Merrick) Nothing to Envy: Ordinary Lives in North Korea by Barbara Demick (Jamison) Men’s Medium Tall (AJ) Ubuntu Phone (AJ) Interpreted Dance (AJ) Aaron Frost (AJ) aaronfrost / getusermedia-gestures-preso (AJ) AJ’s Blog (AJ) Hydrofarm Thirsty Light (Chuck) Powermat Power Dual 1200 Rechargeable Backup Battery (Chuck) Joe’s Pluralsight Page Transcript: MERRICK: Do you want to see my face? [Hosting and bandwidth provided by the Blue Box Group. Check them out at BlueBox.net.] [This episode is sponsored by Component One, makers of Wijmo. If you need stunning UI elements or awesome graphs and charts, then go to Wijmo.com and check them out.] CHUCK: Hey everybody and welcome to Episode 45 of the JavaScript Jabber show. This week on our panel, we have AJ O’Neal. AJ: Yo! Yo! Yo! Coming at you live from the screencastosphere of Provo, Utah. CHUCK: So, I have to ask, AJ. You realize this is a podcast and that it’s coming to no one live, right? [Laughter] AJ: He’s got a good point. CHUCK: We also have Merrick Christensen. MERRICK: Yeah, I’m Merrick. CHUCK: Joe Eames. JOE: I’m not Merrick, I’m Joe. MERRICK: He’s Joe. CHUCK: Jamison Dance. JAMISON: Hello friends. CHUCK: And I’m Charles Max Wood from DevChat.tv. And this week, we’re going to be talking about jQuery. So, I’m assuming we’ve all used jQuery at least a little bit. JAMISON: Yes. MERRICK: Yup. CHUCK: If you’re doing web stuff, it’s pretty handy. MERRICK: Actually, the first JavaScript code I ever wrote was messing with somebody’s little jQuery stuff on a form. And I remember I couldn’t get it to all work right. So I just had to set async to false. And I was like, “Man, this JavaScript language is stupid!” CHUCK: [Laughs] AJ: I wish my first experience had been with jQuery because I was not using jQuery when I was first using JavaScript and it was terribad. It’s like, “This works properly in no browsers!” Because each tutorial is wrong. CHUCK: Yeah. Well, I remember back in the day when I was using Prototype for my web app. So, jQuery was a huge step up from Prototype, I have to say. MERRICK: Why? CHUCK: It’s just that the interface of the API felt better to me. I can’t really quantify how. MERRICK: That’s fair. I was a big MooTools fan and I was kind of a hate Query, if you will. AJ: As you should be, actually. MERRICK: I didn’t hate jQuery per se, but I really loved MooTools just because the APIs were just so beautiful. And also, all of this new age, these structural libraries like Backbone and all that kind of thing was really natural in MooTools already, right? Because everything was so class-oriented and I’m not saying classes are the only way to organize your code. Full Article
jq 059 JSJ jQuery Mobile with Todd Parker By devchat.tv Published On :: Fri, 17 May 2013 03:00:00 -0400 Panel Todd Parker (twitter github) Joe Eames (twitter github blog) Jamison Dance (twitter github blog) Merrick Christensen (twitter github) Charles Max Wood (twitter github Teach Me To Code Rails Ramp Up) Discussion 00:53 - Todd Parker Introduction Filament Group 01:21 - DevChat.tv Indiegogo Campaign 01:55 - jQuery Mobile jQuery UI 04:13 - Responsive web design 06:17 - Mobile & Proxy Browsers WebKit Opera & Opera Mini Amazon Silk 14:06 - Enhancements 17:11 - Plugging jQuery Mobile into Desktop Applications 19:11 - Using client-side MVC frameworks AngularJS jQuery Mobile Resources Page 21:52 - Filament Group and jQuery projects ThemeRoller The Filament Group on Github Microsoft Contributions 28:26 - Theming Structure vs Style Object-oriented CSS Widget Factory 37:25 - Accessibility 058 JSJ Building Accessible Websites with Brian Hogan ARIA 44:18 - Progressive Enhancement Bootstrap Designing with Progressive Enhancement: Building the web that works for everyone by The Filament Group Visualize Picks Disenchanted by Robert Kroese (Joe) Sid Meier's Ace Patrol (Joe) Zeds Dead & Omar LinX (Merrick) RequireJS (Merrick) Ember 101 Screencasts (Jamison) Gifsicle (Jamison) vundle (Jamison) D-Link SharePort Go Mobile Companion with Rechargeable Battery (Chuck) E-3lue Cobra Type-M EMS131BK High Precision Gaming Mouse (Chuck) TotalMount - Apple TV Universal Mounting Kit (Chuck) Sonos (Todd) Sketch App (Todd) GitHub (Todd) iOctocat (Chuck) Grunt (Todd) LEGO Batman: DC Super Heroes (Todd) Next Week Development Environments Transcript [Hosting and bandwidth provided by the Blue Box Group. Check them out at Bluebox.net.] [This episode is sponsored by Component One, makers of Wijmo. If you need stunning UI elements or awesome graphs and charts, then go to Wijmo.com and check them out.] CHUCK: Hey everybody, and welcome to Episode 59 of the JavaScript Jabber Show. This week on our panel, we have Joe Eames. JOE: Hey everybody. CHUCK: Jamison Dance. JAMISON: Hello. CHUCK: Merrick Christensen. MERRICK: Hey guys. CHUCK: I’m Charles Max Wood from DevChat.tv. And we have a special guest, Todd Parker from the jQuery UI team. TODD: Hey everyone. CHUCK: You want to introduce yourself really quickly? TODD: Sure. My name is Todd Parker. I am a partner here at Filament Group in Boston. We’re a small web design shop. And I’m also the project lead for the jQuery Mobile team. And previous to that, I was on the jQuery UI team as well. So, I’m both covered. CHUCK: Did I say jQuery UI? I meant jQuery Mobile. TODD: You did. I was covering for you though, it’s okay. CHUCK: [Laughs] Awesome. Before we get too far into this, I want to make one announcement and that is that I’ve set up an Indiegogo campaign for the network of podcasts that this is a part of. So, we’re trying to build a website that has all the features that people have been asking for. Mostly it has to do with search and some RSS feed management stuff. So, if you would like to support the show, then by all means do so. You can do it by going to Indiegogo.com/projects/DevChat-tv. And I’ll put a link to the show notes so that you can find it. Alright. Well, let’s talk about jQuery Mobile here. I’m a little curious. I’ve played with it a little bit, but I haven’t really had to build too many Mobile sites. So, can you explain a little bit about what the focus is and how it’s different from the jQuery that we all know and love? TODD: Sure. So, jQuery Mobile started its life, it’s very similar in concept to jQuery UI, so it’s a user interface framework that’s built on top of jQuery core. The difference between UI and Mobile is obviously UI is much more desktop focused, and Mobile is mobile focused. That said, jQuery Mobile, from the beginning, Full Article
jq 116 JSJ jQuery UI vs KendoUI with Burke Holland and TJ VanToll By devchat.tv Published On :: Wed, 09 Jul 2014 09:00:00 -0400 The panelists discuss jQuery vs KendoUI with Burke Holland and TJ VanToll. Full Article
jq Reply To: Jquery / Javascript Education Help By css-tricks.com Published On :: Fri, 24 Jan 2020 11:54:47 +0000 fvgz Full Article
jq Tumor localization of oncolytic adenovirus assisted by pH-degradable microgels with JQ1-mediated boosting replication and PD-L1 suppression for enhanced cancer therapy By pubs.rsc.org Published On :: Biomater. Sci., 2020, 8,2472-2480DOI: 10.1039/D0BM00172D, PaperHaishi Qiao, Xingmei Chen, Qiming Wang, Junmei Zhang, Dechun Huang, Enping Chen, Hongliang Qian, Yinan Zhong, Qi Tang, Wei ChenIllustration of pH-degradable microgels (MGs) for the simultaneous encapsulation of OA and JQ1 for an enhanced oncolytic viral treatment with JQ1-meidated boosting viral replication and PD-L1 suppression.The content of this RSS Feed (c) The Royal Society of Chemistry Full Article
jq Edge 81 goes stable, jQuery 3.5 arrives By frontendfoc.us Published On :: Wed, 15 Apr 2020 00:00:00 +0000 #436 — April 15, 2020 Read on the Web Frontend Focus How to Monitor Your Web Page's Total Memory Usage with performance.measureMemory() — Learn how to measure memory usage of your web page in production to detect regressions. (Chrome only, for now.) Ulan Degenbaev Microsoft Edge 81 Release Notes for Stable Channel — Version 81 of Microsoft Edge hit the stable channel yesterday, bringing with it the new built-in Collections feature, DevTools localization in 10 new languages, updates to the 3D View tool, and more. Microsoft Our Tech Skills Platform Is Free for the Month of April. Start Today — During the entire month of April, we're unlocking Pluralsight Skills for everyone, so you can stay home, stay safe and use your time building in-demand technology skills. Pluralsight sponsor What is the 'JAMstack' and How Do I Get Started? — A good explainer that goes through exactly what JAMstack is and how to take advantage of its benefits. (Psst, we’ve recently launched a JAMstack newsletter.) Colby Fayock jQuery 3.5.0 Released — A notable security fix (for a cross-site scripting vulnerability), plus some features additions, fixes and depreciations. Timmy Willison (jQuery Foundation) Ten Security Tips for Frontend Developers — A pretty decent list of recommendations aimed at frontend devs for securing a website or app, including tips on CSP, XSS, third-party scripts, and more. Konstantin Lebedev ???? Seen on Twitter — Microsoft, PLEASE consider this ???? “I am still disappointed that Edge didn't take the opportunity to name the Canary channel 'Bleeding Egde' and the Beta channel 'Cutting Edge'.” Tierney Cyren on Twitter ???? Jobs Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery Frontend Developer at X-Team (Remote) — Join X-Team and work on projects for companies like Riot Games, FOX, Coinbase, and more. Work from anywhere. X-Team ???? News, Tutorials & Opinion How To Create a Particle Trail Animation in JavaScript — Anna Prenzel explains how to easily program a small trail of particles with anime.js. Smashing Magazine CSS System Font Stack Reference — Takes a detailed look at a recommended CSS font stack that uses system fonts (e.g. -apple-system) for an optimized cross-platform solution. Alligator.io Introduction to Web Accessibility — The availability of this free online course from the W3C’s Web Accessibility Initiative has been extended through until the end of May. It’s designed to provide a strong foundation for making sites/apps work well for people with disabilities, meet international standards, and enhance UX for all web users. W3C course Responsive Images the Simple Way — A look at handling resolution switching using the srcset and sizes attributes. Scott Vandehey Tips for Writing Animation Code Efficiently — A concise list of tips focused on how to efficiently build animations (using GSAP). Zach Saucier The Surprising Performance Boost From Changing GIF Embeds Swizec Teller Continuous Deployments for WordPress Using GitHub Actions — Shipping code to a production server often requires paid services. With GitHub Actions, Continuous Deployment is free for everyone. Read how to set that up. Steffen Bewersdorff CSS Variables for React Devs — A solid look at how to use CSS variables (custom properties) in your next project. (If you’re working with React, we have a newsletter for that too!) Josh W Comeau Making A Responsive CSS Grid Layout with Just 3 Properties Daniel Nastase Using CSS to Set Text Inside a Circle Kerry Smyth Reminder: Bootstrap 5 Is Dropping Support for Internet Explorer Bootstrap ???? Code, Tools and Resources Flip: Animated Flip Counter Plugin to Add a Countdown to a Site — Adds an animated dynamic countdown timer to a page. No dependencies, responsive and mobile friendly, and fits any language, locale, or time zone. Rik Schennink Vime: A New, Modern Media / Video Player for the Web — Aims to be a ‘modern alternative to Video.js and Plyr’: “The idea behind Vime is we want you to control the player, not the other way around.” Modular, tree-shakable, and with potential for a plugin ecosystem. GitHub repo. Rahim Alwer CSS Color Gradient Generator — Another straightforward option for generating gradients for backgrounds/other page elements. Has a decent selection of predefined gradients too. Monokai midori: A Library for Animated Image Backgrounds — Built with three.js, provides support for animated transition, a configurable dynamic “camera”, and post-processing effects. Benjamin Pang Web Font of the Week MonoLisa A paid monospace font for use in coding editors. It aims to deliver a legible/pleasant reading experience over longer periods of time. Compare it to Source Code Pro, JetBrains Mono, etc, in the playground. If you don't like paying or the license requirements seem onerous, consider Fira Code, a rather similar font released under the SIL Open Font License. Full Article