Monthly Archiv: June, 2021

10 CSS & JavaScript Snippets for Creating the Parallax Scrolling Effect

There’s a lot of confusion about parallax design and how it works on the web. Generally speaking, parallax design uses motion to create the illusion of depth on a page.

This can relate to background changes or semi-fixed position items that move alongside the user’s scrolling. We’ve covered many examples from websites but haven’t gone into detail about the techniques involved.

For this collection, I’ve picked my favorite CSS and JavaScript snippets for creating parallax layouts. All examples offer free source code, so you can play around with snippets and even use them in your own projects.

1. The Great Fall by CJ Gammon

This parallax example is one of the most unique interfaces I’ve ever found. It uses a custom script to create a waterfall sprite that seems to flow endlessly down the page. It’s built on canvas elements controlled through JavaScript, so it’s a pretty technical setup.

For the most part this is really a testament to what’s possible in modern web development. Learning the canvas element gives you a lot of control over your design.

See the Pen The Great Fall by CJ Gammon

2. CSS Scrolling Parallax by Sebastian Schepis

Here’s a much more practical parallax effect with a fixed background, and larger pages on top. When you scroll, each page section appears above the background. This creates the illusion of depth, and it’s one of the key elements to a great parallax design.

Developer Sebastian Schepis has used only CSS for this page, and it’s a pretty simple concept. I think anybody could clone this with ease, not to mention the background design could be greatly enhanced.

See the Pen CSS Scrolling Parallax Effect by Sebastian Schepis

3. Simple Image Tag Parallax by Renan Breno

You’ll often find parallax designs coupled with large fullscreen background images. These are all too common on company sites & startups where they usually feature a certain parallax “scroll speed” for the background.

The difference here isn’t so much in how fast you’re scrolling down the page or how big the image placement is. Rather you see how fast the image moves through the background of the page while you scroll. It’s a subtle parallax effect, but this layout is an excellent template to see the different animation speeds in action.

See the Pen Simple Image Tag Parallax by Renan Breno

4. Parallax & Fixed Image Backgrounds

Fixed image backgrounds work well to split up pages and divide content sections evenly. As you scroll, it can feel like the individual page sections are higher than the background images. This is all by design to breathe life into the parallax effect while scrolling.

I wouldn’t use this exact layout because the content areas seem a bit thin. But if you do like this style, I’d recommend punctuating each page section with a different image relevant to your website.

See the Pen #Maincode Hackdays by chaobu

5. CSS Parallax by Paulo Cunha

This parallax example is a unique example of how parallax effects work. All the page content rests underneath a large hero image which disappears beneath the content on scroll. This also uses the fixed image position to make it appear as if the page is moving over the image, rather than the image staying fixed in place.

You can use this same effect with a long scrolling layout and it’d have a similar design style. I think this would work best for single blog posts with large featured images, or for landing pages that use large heros to grab attention.

See the Pen CSS Parallax by Paulo Cunha

6. Parallax Design by Katie Rogers

Here’s an interesting parallax design for a sample wedding page It has a split page design where images separate the many different content areas with parallax fixed scrolling. Everything runs on CSS, which is a nice touch, and all background images stay fixed while moving down the page.

This effect works because the content areas have large box shadows dropping over the backgrounds. Naturally, this creates the illusion of depth by giving the page a theoretical light source and hierarchy. Very nice idea for a single-page layout.

See the Pen Parallax Design by Katie Rogers

7. Scrolling Background-Image Parallax by Rich Howell

Earlier, I mentioned how scroll speed could vary based on the background-position change rate. Well, this example is the perfect comparison to see how this works in action.

Note that you’ll need to use the scrollbar to see the effects for this example. I tried with the mouse wheel and couldn’t see any difference, but you’ll see speed changes across the columns when you move the scrollbar.

None of these speeds are wrong or inaccurate depictions of parallax design. They’re just different methods for creating movement on the page, and this little example is a great way to visualize many options.

See the Pen Scrolling Background-Image Paralax by Rich Howell

8. Starry Parallax Background by Saransh Sinha

While this effect does not relate to scrolling, it directly relates to parallax design. It uses pure CSS to create a parallax star animation in the background of the page. You can add text and even a content area over the page, but the stars immediately create depth at first glance.

The animation run through CSS, but this snippet uses Sass and Compass, so they would be useful to understand before making edits.

See the Pen Parallax Star background in CSS by Saransh Sinha

9. Canvas Parallax Skyline by Jack Rugile

Sometimes, parallax designs also target mouse movement along with scrolling features. This canvas design creates an endless skyline effect that reacts to mouse movement on the page. As you reposition your mouse, the viewing angle alters. But the animation stays the same, and you can see this skyline moving with a clear visual hierarchy.

Naturally, this does require JavaScript for the animation because it’s a pretty complex idea. But it’s also not something you’ll find on many websites, so it’s not something you’ll copy over to your site either. But as a parallax concept, this one’s really interesting.

See the Pen Canvas Parallax Skyline by Jack Rugile

10. Broken Glass Filter by Bajjy Xilo

I’ve seen this effect on websites before, and it creates a very peculiar design. The broken glass filter gives the illusion of a background image being split into many different parts. It almost looks like the image was on a pane of glass, and it shattered, fracturing the picture and skewing the image.

You can replicate this effect with pure CSS, and it’s one of those neat effects that’s cool to do but may not have any practical, real-world usage beyond fancy designs. Still, this is an impressive example of parallax depth and motion while scrolling.

See the Pen BrokenGlass css filter by Bajjy Xilo

The post 10 CSS & JavaScript Snippets for Creating the Parallax Scrolling Effect appeared first on Speckyboy Design Magazine.

Laravel Multiple Database

Package:
Laravel Multiple Database
Summary:
Connect to multiple databases in an application
Groups:
Databases, Libraries, PHP 5
Author:
Channaveer Hakari
Description:
This package demonstrates how to connect to multiple databases in a Laravel application...

Read more at https://www.phpclasses.org/package/12136-PHP-Connect-to-multiple-databases-in-an-application.html#2021-06-30-20:14:06

5 Games That Teach You How to Code

These Web games teach you how to code will give you a fun and engaging introduction to the world of programming.

CodeCombat

CodeCombat is an HTML5 role-playing game (RPG) that teaches you fundamental programming concepts.

CodeCombat

In CodeCombat, you play a hero adventuring through the game’s levels. The first level is Kithard Dungeon, which covers basic programming concepts. You’re faced with coding challenges throughout your journey, and if you overcome them, you’ll unlock the next level and earn experience points (XP) that you can use to improve your hero.

Levels in CodeCombat

CodeCombat is appealing to young, aspiring programmers and is one of the most fun games that teaches coding.  According to an in-game survey, 62% of CodeCombat’s users are under 18 years old.

CodeCombat supports five programming languages: JavaScript, CoffeeScript, Lua, and Python. The game covers a wide range of programming topics — strings, variables, method invocation, vector drawing, and much more.

Code Hunt

Code Hunt is a Sci-Fi-themed HTML5 game that teaches coding and was developed by Microsoft Research.

Code Hunt

In this game, you play as a code hunter tasked with repairing code so that it returns the expected result. There are 14 levels, called Sectors in the Code Hunt nomenclature, for you to complete.

Code Hunt user interface

Code Hunt supports either Java or C#. Programming concepts you’ll learn include arithmetic, loops, and conditional expressions.

Teachers who would like to extend the game with additional Sectors can do so by first reading the Code Hunt Designer Manual.

CodinGame

CodinGame is a huge suite of challenging games for those who want to learn programming. If you want to improve your coding skills, playing CodinGame is a fun way to do so.

CodinGame

Over 20 programming languages including PHP, C, and JavaScript are supported by CodinGame. The user interface is feature-packed and can be customized. For example, you can choose your code editor’s style: “Emacs”, “Vim”, or “Classic” (the default theme).

CodinGame example

The game can be played on single player mode or multiplayer mode. In multiplayer mode, you can solve CodinGame challenges with other users.

Screeps

Screeps is a massively multiplayer online game (MMO) for JavaScript programmers.

Screeps

The game is an open-world strategy game where you control units, called creeps, that will help you mine resources, establish your territory, and so forth. Being a multiplayer online game means your creeps will be alongside the creeps of other players.

Screeps simulation

Controlling your creeps involves writing JavaScript. (Screeps = scripting your creeps.) To learn how to play the game, hit up the docs.

FightCode

In FightCode, the objective is simple: Create a robot that will defeat the robots of other players.

FightCode

How do you create a robot? By writing some JavaScript. For example, you can use the .rotateCannon() method to rotate your robot’s cannon by a certain number of degrees when a certain event happens.

FightCode demo

Before building your indestructible, world-dominating robot, the first step you’ll need to take is to read the docs to learn how to code a robot.

Read Next

10 Puzzle Websites to Sharpen Your Programming Skills

15 Free Books for People Who Code

5 Good Habits That Will Make You a Better Coder

Jacob Gube is the founder of Six Revisions. He’s a front-end developer. Connect with him on Twitter.

The post 5 Games That Teach You How to Code appeared first on WebFX Blog.

The 15 Best Free Calligraphy Fonts

A designer can never have enough fonts in their toolbox, especially calligraphy fonts that are all the rage now. Calligraphy fonts add a touch of elegance to any design project, not to mention they are also great for expressing personality and character.

Moreover, calligraphy fonts can be used in a variety of projects, from logos and branding to invitations, posters, and more.

The good news is that you can find tons of quality, free calligraphy fonts online that can be used in both commercial and personal projects. Start by browsing our selection of the best free calligraphy fonts listed below.

You might also like our collections of free clean fonts or free headline fonts.

Endestry Modern Calligraphy Font (Free)

The Endestry font was designed by Creatype studio and features a great flow. It’s a perfect choice for logos and branding projects as well as letterheads, invitations, social media posts, and more.

free font calligraphy typography script Endestry Modern

Billowing Script (Envato Elements)

The Billowing Script is a modern calligraphy font that was inspired by nature. It has a bouncy feel and features 243 glyphs and 64 alternate character along with stylistic alternates, standard ligatures, and other OpenType features.

free font calligraphy typography script Billowing Script

Naira Script (Free)

The Naira Script is a great and free calligraphy font with bold strokes and many alternate characters and ligatures so you can truly add character to your designs. This font would be perfect for artists’ branding or to make your social media posts stand out.

free font calligraphy typography script Naira Script

Everything Calligraphy (Envato Elements)

The Everything Calligraphy font features varying baseline which gives your art a bouncy and playful feel. This font comes free with your Envato Elements subscription and is a great choice for wedding invitations.

free font calligraphy typography script Everything

Fabfelt Script Free Font (Free)

Try the Fabfelt Script font if you are going for a slightly vintage look. The font features neat characters and was designed by Despinoy Fabien. It can be used for personal and commercial purposes.

free font calligraphy typography script Fabfelt Script

Anjani Script Modern Calligraphy (Envato Elements)

The Anjani font is another font that you can download when you subscribe to Envato Elements. The font features a modern and romantic look so it’s a good choice for wedding invitations, logos, t-shirt designs, and letterheads.

free font calligraphy typography script Anjani Script Modern

The Woodlands Font (Free)

The Woodlands font is a brush calligraphy font with a slightly rugged look. It’s a great choice for any branding project that has to do with outdoors or nature-oriented products. It’s free for both personal and commercial use.

free font calligraphy typography script The Woodlands

Mustahe Brush Script (Envato Elements)

This font is another great choice if you’re looking for a versatile font. The Mustahe Brush Script font comes with three font styles which include script, rounded, and smooth. You can mix and match those styles to achieve a unique yet harmonious look for your designs.

free font calligraphy typography script Mustahe Brush

Playlist ont (Free)

Consider the Playlist font if you want a little variety in your designs. You’ll get 3 font styles which include script, ornament, and caps which you can mix and match to create a unique design. Playlist Free Font can be used in both personal and commercial projects.

free font calligraphy typography script Playlist

Love Rosnita Font (Envato Elements)

The Rosnita font has a bouncy and flowy feel. With this font, you’ll get an elegant script and a sans-serif font. Pair those two together in your designs for a well-matched, yet unique look. The font would work well as a signature or accent font as well as a quote font for Instagram posts.

free font calligraphy typography script Love Rosnita

Frutilla Script (Free)

The Frutilla script was designed by Ianmikraz Studio and features an elegant and classic look. The font includes more than 250 glyphs and loads of OpenType features, as well as ornamental characters which make this a highly versatile font. This font is free for personal and commercial use.

free font calligraphy typography script Frutilla Script

Feelsmooth Script (Envato Elements)

The Feelsmooth Script is perfect for branding and logos. It features an elegant and flowy feel thanks to its varying baseline. It features 350+ glyphs and 167 alternate characters.

free font calligraphy typography script Feelsmooth Script

Arabella Script Font (Free)

The Arabella script is a playful and romantic script font that can be used in personal projects completely free. The font is a great choice for logos as well as invitations, and t-shirt designs.

free font calligraphy typography script Arabella Script

Buffalo Font (Free)

The Buffalo font is a free script font that can be used for personal and commercial projects. It has a slightly vintage yet elegant feel and quite a unique look. Use it for branding purposes, signage, and any promotional material.

free font calligraphy typography script Buffalo

Hello Stockholm Typeface (Free)

Hello Stockholm is a modern brush script font inspired by Scandinavian minimalism. You can use it for wedding invitations, street ads, Instagram posts, t-shirt design, branding, and more. The font includes uppercase and lowercase alternates as well as a bonus sans serif font with a multilingual support.

free font calligraphy typography script Hello Stockholm Typeface

Carosello Font (Free)

Try the Carosello font if you’re on the lookout for a marker font. Thanks to its retro look, the font is perfect for vintage projects. The font can be used for free in any personal project.

free font calligraphy typography script Carosello

Aprillia Script (Free)

The Aprillia script is a modern and bold script font that’s perfect for social media posts, logos, and t-shirt designs. The font is free for personal use.

free font calligraphy typography script Aprillia Script

Olivia Script Font (Free)

If you want an elegant and sophisticated look, then the Olivia Script font is a perfect choice. The font comes with an impressive 351 glyphs and can be used in commercial and personal projects.

free font calligraphy typography script Olivia Script

Noelan Font (Free)

The Noelan font includes elegant swashes that automatically connect at the end or at the beginning of a word. The font is free for commercial and personal projects and includes many alternates as well as international characters.

free font calligraphy typography script Noelan

Alex Brush Font (Free)

What makes the Alex Brush font unique are its short descenders which makes this font more legible than other similar script fonts. The font is free for commercial and personal projects.

free font calligraphy typography script Alex Brush

Salmela Calligraphy Font (Free)

The Salmela font is a beautiful brush font that has a modern and bold look. The font would be perfect for lettering projects, wall art, and posters. It’s free for commercial and personal projects.

free font calligraphy typography script Salmela Calligraphy

Allura Font (Free)

One look at the Allura font and you’ll realize this font is perfect for wedding invitations and stationery. The font features an elegant and classy look and can be used for commercial and personal projects.

free font calligraphy typography script Allura

Autery Script Font (Free)

The Autery script has a playful look and would be a great choice for branding projects that include products or brands geared for younger audiences. The font is free for commercial and personal projects.

free font calligraphy typography script Autery Script

Easy November Font (Free)

The Easy November font is a great choice for branding projects and promotional campaigns. The font includes elegant stylistic swashes and can be used for personal projects.

free font calligraphy typography script Easy November


Calligraphy fonts add style and character to your designs. They are also versatile enough to be used in branding projects, t-shirt designs, letterheads, stationery designs, and wedding invitations.

As you can see from the examples above, there is plenty of high-quality calligraphy fonts that can be used in both personal and commercial projects, so be sure to check them out.

The post The 15 Best Free Calligraphy Fonts appeared first on Speckyboy Design Magazine.

7 Website Navigation Examples That Will Inspire You to Create a Killer Website Navigation Structure

Imagine if you walked into a store to grab a few things and found none of the aisles were labeled. It would feel like a chaotic mess — you would have no clue where to go to find what you need and may end up leaving the store to go somewhere else.

This same experience can happen with poorly designed navigation.

Your navigational structure plays a critical role in determining whether people can find what they need on your site. That’s why we’ve compiled this list of seven website navigation examples to help inspire your website’s navigation!

Keep reading to get your dose of design inspiration!

For even more digital marketing advice, sign up for the email that more than 150,000 other marketers trust: Revenue Weekly.

Sign up today!

What is website navigation?

Website navigation is the structure of your website that enables users to find pages and information. It serves as a guidance system to help users move around your site. Your website navigation also helps organize different sections of your website so users can find critical pages fast.

7 website navigation examples to inspire you

Need some ideas for designing your navigation? Check out these seven examples and get inspired!

Website navigation example #1: Best Buy

Defining feature: Organization

First on our list of examples of website navigation is Best Buy.

Best Buy offers multiple electronic products for their customers, which leads them to have an extensive navigation. Despite all these product offerings, Best Buy has an incredibly organized navigation that makes it easy for customers to find what they need.

 

Best Buy navigation on their website

 

Once you click on a category, Best Buy breaks the navigation down even further to help you refine your search. For example, if you click on “Computers & Tablets,” you’re taken to a navigation with a list of computers and tablets. Then, if you click Tablets, you can see your product options for tablets.

 

Navigation path from computers to tablets on Best Buy's website

 

This navigation is extremely organized, which makes it easy for people to find what they need.

Takeaway: When you create your website navigation menu, ensure it’s organized. Categorize your products logically to make it easy for your audience to find what they need. The critical thing to remember is that you’ll want to organize your navigation in a way that makes sense to your audience.

Website navigation example #2: Skinny Ties

Defining feature: Simplicity

Next on our list of navigation examples is Skinny Ties. Skinny Ties offers a simple navigation that makes it easy for visitors to find the products they need.

When you look at their navigation, it’s broken down into categories:

  • Color
  • Width
  • Fabric
  • Pattern

 

Skinny Ties website navigation

 

When someone visits their site, this simplistic navigation makes it easy for shoppers to find the tie they need.

Takeaway: Keeping your navigation simple is critical if you want to see success with your site. If your navigation is too busy, your audience will feel overwhelmed when trying to find what they need. A clean and straightforward navigation is best if you want to see success.

Website navigation example #3: New York Times

Defining feature: Ease of use

Next on our list of navigation examples is the New York Times. Their navigation is simple and easy to use, as it lays out all the headings across the top.

 

New York Times organized navigation bar categories

 

And the ease of use doesn’t stop there.

Once you click on a heading, you’re taken to a page with a more refined mini navigation. For example, if you click on the “Science” tab, it takes you to a Science category page, where there are more navigational links to narrow your focus.

 

Mini navigation on New York Times for the Science section

 

This navigation setup makes it easy for users to find what they need fast.

Takeaway: Creating an easy-to-use navigation is critical for delivering a positive user experience. The easier it is for people to find the products or services they need, the more likely they are to stay engaged with your business.

Website navigation example #4: Partake

Defining feature: Visuals

One of the best website navigation examples is Partake. Partake, a baking company, has a simple but visually appealing navigation. When you navigate to their products, you can see a visual for each type of product.

 

Partake's visual navigation featuring their products in the navigation

 

These visuals help customers get a sense of what their products look like, which can also help them navigate to the correct pages. It also adds an element of engagement by making the navigation more visually attractive.

Takeaway: When you create your navigation, consider adding some visual interest to it. While you may not be able to add a photo or graphic for every product you offer, you can add a single visual that represents the entire category to make it more interesting.

Website navigation example #5: Rothy’s

Defining feature: Mobile-friendliness

Next on our list of examples of website navigation is Rothy’s, a women and children’s shoe company. Their navigation is an excellent example of mobile friendliness.

They use a hamburger menu to make it easy to open their navigation on mobile devices. Once you open the menu, you can see it organized by shoes, bags, and extras.

 

Rothy's navigation set up

 

Rothy’s offers multiple product categories that make it easy for mobile users to sift through their products.

 

Rothy's navigation layout for their shoes

 

This navigation makes it simple and easy for mobile users to browse products on their site.

Takeaway: When you build your navigation, make sure you offer a mobile-friendly version of your navigation. A mobile-friendly navigation ensures people can find the products or services they need while browsing on mobile.

 

Website navigation example #6: Beauty Bakerie

Defining feature: Consistency

One of the visual website navigation examples is Beauty Bakerie. They highlight their products in their navigation to help people find what they need.

 

Beauty Bakerie's navigation with icons of their product

 

With this navigation, users can rely on visuals to help them find the beauty products they need on Beauty Bakerie’s website. Most importantly, though, all the icons are the same size, which allows for a consistent look and feel.

 

Visual elements in Beauty Bakerie's navigation

 

The consistency makes it easy to look through the navigation and find products users need.

Takeaway: If you decide to use visuals in your navigation, make sure they’re consistent to create a clean navigation. It will help you deliver the best user experience for your audience.

Website navigation example #7: Verve

Defining feature: Consistent branding

The last item on our list of website navigation examples is Verve. Verve is a coffee company that offers multiple coffee products for its customers.

Their navigation is a prime example of carrying your brand’s style into the navigation. With Verve, they use a similar font style and color scheme with their navigation to create a modern look and feel.

 

Verve coffee shop navigation design style

 

Takeaway: If you want to deliver a positive user experience, you need to align your navigation’s design to fit with your business’s style. It will ensure your site looks clean and cohesive.

Need help building your website navigation structure?

Your website navigation structure is critical to ensuring your audience can find the products they need on your site. But if you aren’t sure how to build the best navigation for your site, WebFX can help. As an award-winning web design company, we know how to craft navigation bars that keep people engaged.

Our team of experts can help you craft a website design that drives results.

In the past five years, we’ve driven over $2.4 billion in sales and over 6.3 million leads for our clients. You can feel confident our team will build a website navigation menu that keeps leads engaged and checking out your products or services.

Ready to boost engagement on your site? Contact us online or call us today at 888-601-5359 to speak with a strategist about our web design services!

The post 7 Website Navigation Examples That Will Inspire You to Create a Killer Website Navigation Structure appeared first on WebFX Blog.

WordPress 5.8 Release Candidate

The first release candidate for WordPress 5.8 is now available! 🎉

Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8!

“Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of people use WordPress, it is possible something was missed. WordPress 5.8 is slated for release on July 20, 2021, but your help is needed to get there—if you have not tried 5.8 yet, now is the time!

You can test the WordPress 5.8 release candidate in three ways:

  • Install and activate the WordPress Beta Tester plugin (select the Bleeding edge channel and then Beta/RC Only stream)
  • Directly download the release candidate version (zip)
  • Using WP-CLI to test: wp core update --version=5.8-RC1

Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.

What is in WordPress 5.8?

The second release of 2021 continues to progress on the block editor towards the promised future of full site editing with these updates:

  • Manage Widgets with Blocks
  • Display Posts with New Blocks and Patterns
  • Edit Post Templates
  • Overview of the Page Structure
  • Suggested Patterns for Blocks
  • Style and Colorize Images
  • theme.json
  • Dropping support for IE11
  • Adding support for WebP
  • Adding Additional Block Supports
  • Version 10.7 of the Gutenberg plugin

WordPress 5.8 also has lots of refinements to enhance the developer experience. To learn more, subscribe to the Make WordPress Core blog and pay special attention to the developer notes tag for updates on those and other changes that could affect your products.

Plugin and Theme Developers

Please test your plugins and themes against WordPress 5.8 and update the Tested up to version in the readme file to 5.8. If you find compatibility problems, please be sure to post to the support forums, so those can be figured out before the final release.

The WordPress 5.8 Field Guide, due to be published very shortly, will give you a deeper dive into the major changes.

How to Help

Do you speak a language other than English?  Help us translate WordPress into more than 100 languages!  This release also marks the hard string freeze point of the 5.8 release schedule.

If you think you have found a bug, you can post to the Alpha/Beta area in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

Props to @audrasjb, @cbringmann, @webcommsat, and @pbiron for copy suggestions and final review.


We are almost there,
WordPress 5.8 comes next month.
We need your help: test!

50 Clean Websites for Inspiration

Here are some well-designed clean websites to check out. These web designs will surely give you ideas and inspiration!

 

Cereal

Screenshot of a clean website: Cereal

 

NORM.ARCHITECTS

Screenshot of a clean website: NORM.ARCHITECTS

 

 

Character

Screenshot of a clean website: Character

 

 

Master & Dynamic

Screenshot of a clean website: Master & Dynamic

 

 

PFD

Screenshot of a clean website: PFD

 

 

Winspear

Screenshot of a clean website: Winspear

 

 

makgoods

Screenshot of a clean website: makgoods

 

 

George Badea

Screenshot of a clean website: George Badea

 

 

Geordy Pearson

Screenshot of a clean website: Geordy Pearson

 

 

MetaLab

Screenshot of a clean website: MetaLab

 

 

SocioDesign

Screenshot of a clean website: SocioDesign

 

 

Gridbooks

Screenshot of a clean website: Gridbooks

 

 

Helen & Hard

Screenshot of a clean website: Helen & Hard

 

 

Parcel

Screenshot of a clean website: Parcel

 

 

Made Publishers

Screenshot of a clean website: Made Publishers

 

 

Oak Street Bootmakers

Screenshot of a clean website: Oak Street Bootmakers

 

 

RGB MEDIA

Screenshot of a clean website: RGB MEDIA

 

 

Hedge House Furniture

Screenshot of a clean website: Hedge House Furniture

 

 

Helbak Ceramics

Screenshot of a clean website: Helbak Ceramics

 

 

Howard Yount

Screenshot of a clean website: Howard Yount

 

 

DSTLD

Screenshot of a clean website: DSTLD

 

 

Future Büro

Screenshot of a clean website: Future Büro

 

 

Leen Heyne

Screenshot of a clean website: Leen Heyne

 

 

Ink & Spindle

Screenshot of a clean website: Ink & Spindle

 

 

Lars Tornøe

Screenshot of a clean website: Lars Tornøe

 

 

INDUSTRY

 

 

UpDroid

Screenshot of a clean website: UpDroid

 

 

Industry Standard

Screenshot of a clean website: Industry Standard

 

 

R&Co Design

Screenshot of a clean website: R&Co Design

 

 

Quay Restaurant

Screenshot of a clean website: Quay Restaurant

 

 

TAVO

Screenshot of a clean website: TAVO

 

 

One Iota

Screenshot of a clean website: One Iota

 

 

Paradox Design Studio

Screenshot of a clean website: Paradox Design Studio

 

 

Studio D

Screenshot of a clean website: Studio D

 

 

Living Edge

Screenshot of a clean website: Living Edge

 

 

Skargaarden

Screenshot of a clean website: Skargaarden

 

 

Circle 21 Candles

Screenshot of a clean website: Circle 21 Candles

 

 

Sam Dallyn

Screenshot of a clean website: Sam Dallyn

 

 

Hyperquake

Screenshot of a clean website: Hyperquake

 

 

Cinco

Screenshot of a clean website: Cinco

 

 

Oculus

Screenshot of a clean website: Oculus

 

 

Simon Foster

Screenshot of a clean website: Simon Foster

 

 

Make Your Odyssey

Screenshot of a clean website: Make Your Odyssey

 

 

HOW arkitekter

Screenshot of a clean website: HOW arkitekter

 

 

Esme Winter

Screenshot of a clean website: Esme Winter

 

 

Noap Studio

Screenshot of a clean website: Noap Studio

 

 

Visual Soldiers

Screenshot of a clean website: Visual Soldiers

 

 

Lab21 Digital Bureau

Screenshot of a clean website: Lab21 Digital Bureau

 

 

Ed Harrison Design

Screenshot of a clean website: Ed Harrison Design

 

 

The Modern House

Screenshot of a clean website: The Modern House

Related Content

Jacob Gube headshotJacob Gube is the founder of Six Revisions. He’s a front-end developer. Connect with him on Twitter.

The post 50 Clean Websites for Inspiration appeared first on WebFX Blog.

30 Beautiful Ecommerce Product Page Designs

For an online store, the design of product pages is important to get right. The product page is the place where a purchase is likely to happen, and so its form and function can dictate the success of an ecommerce site.

Want to learn the fundamentals of product page design?

We have a quick video for you to watch!

For product page design inspiration and ideas, check out these excellent product page designs from a variety of ecommerce sites.

Greats

Product page design: Greats

Jays

Product page design: Jays

United Pixelworkers

Product page design: United Pixelworkers

Master and Dynamic

Product page design: Master and Dynamic

Skinny Ties

Product page design: Skinny Ties

V76

Product page design: V76

Ugmonk

Product page design: Ugmonk

Nixon

Product page design: Nixon

Mammoth & Co.

Product page design: Mammoth & Co.

REBEL8

Product page design: REBEL8

Hommard

Product page design: Hommard

Joined + Jointed

Product page design: Joined + Jointed

Grovemade

Product page design: Grovemade

yurbuds

Product page design: yurbuds

El Recibidor

Product page design: El Recibidor

Kershaw Knives

Product page design: Kershaw Knives

Hard Graft

Product page design: Hard Graft

Locals Apparel

Product page design: Locals Apparel

Best Made Company

Product page design: Best Made Company

Cocones

Product page design: Cocones

Wootten

Product page design: Wootten

Ab Aeterno

Product page design: Ab Aeterno

Functionals

Product page design: Functionals

Boards of Freedom

Product page design: Boards of Freedom

Stall & Dean

Product page design: Stall & Dean

Bagigia

Product page design: Bagigia

Diesel

Product page design: Diesel

van Wright

Product page design: van Wright

Indochino

Product page design: Indochino

Oak Street Bootmakers

Product page design: Oak Street Bootmakers

Related Content

The post 30 Beautiful Ecommerce Product Page Designs appeared first on WebFX Blog.

Community News: Latest PECL Releases (06.29.2021)

Latest PECL Releases:

  • zookeeper 1.0.0
    Improvements:

    • Make extension compatible with Zookeeper 3.6 (Thanks to camporter, GH PR #43)
    • Make extension compatible with PHP 8 (Thanks to John P. Bloch, GH PR #44)
  • var_representation 0.1.0
    * Fix handling of dumping arrays created from $GLOBALS in php versions prior to 8.1 * Move the C var_representation_ex API to var_representation.h
  • awscrt 1.0.0
    Initial development release of awscrt API bindings.
Powered by Gewgley