- Playing with framer motion, Inkscape, and keyframes to create SVG morphing drag effect. In just ~60 lines of code, I can create a performant arrow morphing effect. It's easy to change keyframes as well
- Universal Résumé template rebuilt with React, rendered from JSON config
- Conversion of a Checkbox Input to a Modern Toggle Switch Using CSS
- Beginner’s guide to Svelte - From basics to state management and animation
- Is it possible to create juicy menus like in games, only with web tech?
- Thoughts on an app to stress test our site?
- Guide To Find Your First Freelancing Client Easily
- A Whole Website in a Single HTML File
- Community highlight: Miriam Suzanne
- JSON Modules in JavaScript
- No more WAMP or MAMP needed for Windows PHP and MYSQL development !
- .htaccess to prevent PDF indexing
- Free Email with APIs that don’t revoke refresh tokens?
- Is somebody able to make me a website for my portfolio
- Does HTTPS compress every plain text document if compression is enabled on the server's end?
- Is tailwind popular? When do you guys use it?
Posted: 24 Dec 2021 12:17 AM PST
| ||
Universal Résumé template rebuilt with React, rendered from JSON config Posted: 24 Dec 2021 07:17 AM PST
| ||
Conversion of a Checkbox Input to a Modern Toggle Switch Using CSS Posted: 24 Dec 2021 08:23 AM PST | ||
Beginner’s guide to Svelte - From basics to state management and animation Posted: 24 Dec 2021 02:43 AM PST
| ||
Is it possible to create juicy menus like in games, only with web tech? Posted: 24 Dec 2021 06:06 AM PST Hey guys, I was wondering if it was possible with famous web frameworks, to replicate the responsiveness, animations, and juiciness of these delightful game menus? I am thinking for example of games like Dead Space or LA Noire LA Noire interactive main menu: https://www.youtube.com/watch?v=_j0Dpjm_Z8c&t=1013s Or DeadSpace amazing HUD : https://i.redd.it/b9cu00ywy4s01.jpg Does it sound doable to blur the line between web standards and game HUD only with web tech? [link] [comments] | ||
Thoughts on an app to stress test our site? Posted: 24 Dec 2021 05:47 AM PST I'm thinking of building something and wanted some thoughts if you think it'd be useful. Apache has a great tool for benchmarking a site. But, all requests come from a single IP address. I wonder, would it be worth creating a tool that can benchmark by sending requests from multiple addresses. When deploying an app, we can set up our webservers to throttle multiple requests from a single IP address. Therefore, hitting 1000 concurrent requests from that IP address might not give an accurate representation of our server capabilities. And so, I wonder if it's useful to build an app that can send requests from multiple IP addresses? [link] [comments] | ||
Guide To Find Your First Freelancing Client Easily Posted: 24 Dec 2021 10:19 AM PST
| ||
A Whole Website in a Single HTML File Posted: 23 Dec 2021 05:57 PM PST
| ||
Community highlight: Miriam Suzanne Posted: 23 Dec 2021 11:17 PM PST
| ||
Posted: 24 Dec 2021 02:45 AM PST
| ||
No more WAMP or MAMP needed for Windows PHP and MYSQL development ! Posted: 24 Dec 2021 04:06 AM PST I've written a very short summary on how to easily get started with PHP and a MYSQL database on Windows using WSL : PHP and MYSQL on Windows Only minimal Linux notions required ! Regardless of how you feel about PHP and MYSQL, if you've already used tools such as Wamp or Mamp which are often found in beginner tutorials, this summary will show you the quick steps to get going without any 3rd party software. Feel free to leave any suggestions or corrections ! [link] [comments] | ||
.htaccess to prevent PDF indexing Posted: 23 Dec 2021 10:15 PM PST Hi, I want to prevent indexing of PDF files at my site using X-Robots protocol. As far as I can tell from research, I need to either edit httpd.conf (not a great idea, I use CPanel), or else use an individual .htaccess file in each directory containing PDFs that I don't want indexed. This seems to be the code I should use: <FilesMatch ".pdf$"> Header set X-Robots-Tag "noindex, noarchive, nosnippet" </FilesMatch> Would this do it? [link] [comments] | ||
Free Email with APIs that don’t revoke refresh tokens? Posted: 24 Dec 2021 01:44 AM PST I'm using Google GMail APIs to automate some things for my club inbox. Specifically, I'm labeling, reading, then modifying emails in the club's mail inbox. However without getting my app verified and published, the refresh token gets revoked after 7 days. As quoted from Google: > A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days. I'm willing to switch email providers to make this work. Has anyone else used any other email services to read and modify their inbox and don't revoke refresh tokens? Yahoo? Outlook? Something else? [link] [comments] | ||
Is somebody able to make me a website for my portfolio Posted: 24 Dec 2021 07:36 AM PST Is somebody able to make me a website for my portfolio If you will be so kind my discord is @UnknownElc#0083 Thanks in advance [link] [comments] | ||
Does HTTPS compress every plain text document if compression is enabled on the server's end? Posted: 24 Dec 2021 06:36 AM PST I plan on programming something that involves sending plain text documents to devices, but the file format won't have common extensions like .html, .css, etc. The extension will be something different. I don't want to describe exactly what I plan on doing so no one steals my idea. [link] [comments] | ||
Is tailwind popular? When do you guys use it? Posted: 23 Dec 2021 05:33 PM PST I'm thinking of picking up tailwind to practice with a small project. I heard its often used with js frameworks but I don't know a js framework yet bc im trying to be really good at js first. Is there a benefit of using it outside of a js framework? [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment