WebDeveloper.com
VerifiedOnline/Digital
Where Web developers and designers learn how to build Web sites. Tutorials and references covering (X)HTML, CSS, JavaScript, PHP, SEO, graphic design and more. Also includes extensive Web developer/designer forums. Source
Actions
Media Outlet details
| Scope | International |
|---|---|
| Language | English |
| Country | United States of America |
|
Similarweb UVM |
Request pricing |
|
Comscore UVM |
Request pricing |
Recent Articles
Search ArticlesNPM: The Ultimate Package Manager
In the world of JavaScript development, npm (the Node Package Manager) is a powerful tool that allows developers to easily share and reuse code. In this article, we’ll explore what a package manager is, why npm is so important, and how to get started using npm in your own projects. In the world of JavaScript development, one tool reigns supreme: npm, the Node Package Manager.
Unreveal Effects for Content Previews
Some time ago, we explored a cover page transition that would hide some initial content and show another level of content, i.e. “unreveal” it. Today I’d love to share some more ideas for showing another page or preview, including one that uses CSS clip-path to achieve the effect. This is our initial view: When clicking on an item, we hide the current content by covering it with an expanding circle. Then uncover the preview by expanding a clip-path.
Spice up your WordPress content with Block Styles
Content, just like the rest of your site, deserves to be beautiful. Oftentimes, we put so much emphasis on how our homepage looks, but we don’t give the same attention to detail to the content that fills our posts and pages. But our content is so important! In the eyes of our audience (and Google), it’s even more important than the design of our homepage. Content delivers value. It drives conversions. It brings our products to life. It builds audiences.
Global styles and the future of CSS in WordPress
While browsing Twitter recently, I stumbled upon an interesting conversation happening between Damon Cook and Joseph Farruggio, who were discussing the pros and cons of theme.json, a new settings and style engine for WordPress themes. As seen in the tweet below, Joseph asks “Can you think of an example where writing the CSS in JSON JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
SEO for Non-Scumbags: How to Earn Site Visitors without Selling Your Soul
Editorial note: hi folks! Thanks for your patience as I’ve been getting my life settled enough to start creating content again. We’ve done some hiring for a few roles, backfilling me, so I’m actually seeing a light at the end of the tunnel for creating DaedTech content. Today I’m going to start a blog post series that fits into the broader “business of freelancing” category.
On-Scroll Animation and View Switch
Today I’d love to share a little layout with you where we have some fun on-scroll animations going on and an overview switch. The idea is to have a view switch which allows the layout (specifically the images) to change into a grid. The switch is made with the help of GreenSocks’ Flip plugin and we use Lenis for the smooth scrolling. Our initial layout looks as follows: While scrolling, a few things happen.
Smooth Panel Scroll Effects
If you have browsed through our latest website roundup you might have seen the amazing website of Margot Priolet. I absolutely love the hero section effect when scrolling and I wanted to remake it and explore some variations including playing with transforms and filter effects. So the initial view is a hero section like this: When scrolling, an image section is revealed with an opacity effect. Here, there are many possibilities for variations.
Reference
<a> The <a> tag, or Anchor element, defines a hyperlink to any URL on the web, including web pages, files, email addresses, telephone numbers, anchors on the same page – anything that a URL can address. Syntax The most important attribute is href, which provides the address to which the element is linked. <a href="https://webdeveloper.com/">Visit WebDeveloper.com</a> […] HTML <abbr> The <abbr> tag is wrapped around an acronym to identify it as such and, optionally, what it stands for.
Menu to Grid Layout Animation
Today I’d like to share a little layout animation with you. It’s inspired by the design of Sturdy’s client showcase. Initially, we have a row based menu layout which shows some thumbnails on hover. Using the GSAP’s flip plugin, we animate the row to a content preview with larger images which fly to their position in a grid. Here’s the initial view: When hovering, some images appear on the right side.
How to Teach Yourself to Code and Start a New Career (or at least how I did it)
Originally written on Feb 2, 2022 ūüĎ®‚ÄćūüíĽūüĎ©‚ÄćūüíĽ Over the past 9 or so months I have taught myself how to code and started a new career as a¬†Web Developer. I thought I would make a blog post about my¬†self-taught journey¬†so that others may find some inspiration and/or useful information from it.