Wednesday, July 2
Popular Design News of the Week: June 25, 2018 – July 1, 2018
Web Tricks

Popular Design News of the Week: June 25, 2018 – July 1, 2018

Every week users submit a lot of interesting stuff on our sister site Webdesigner News, highlighting great content from around the web that can be of interest to web designers.  The best way to keep track of all the great stories and news being posted is simply to check out the Webdesigner News site, however, in case you missed some here’s a quick and useful compilation of the most popular designer news that we curated from the past week. Note that this is only a very small selection of the links that were posted, so don’t miss out and subscribe to our newsletter and follow the site daily for all the news. Stream UI Kit – A Beautiful Open Source Bootstrap 4 UI Kit   I Built a Bot and Now I Know Why Bots are so Dumb   Why Altruism is the Ace to Get your Dream Design Job   UX Design: What...
Summer On Your Desktop: Fresh Wallpapers For July 2018
Web Tricks

Summer On Your Desktop: Fresh Wallpapers For July 2018

Summer On Your Desktop: Fresh Wallpapers For July 2018Summer On Your Desktop: Fresh Wallpapers For July 2018 Cosima Mielke 2018-06-30T14:00:55+02:00 2018-07-10T16:18:00+00:00 For most of us, July is the epitome of summer. The time for spending every free minute outside to enjoy the sun and those seemingly endless summer days, be it in a nearby park, by a lake, or on a road trip, exploring unfamiliar places. So why not bring a bit of that summer joy to your desktop, too? In this post, you’ll find free wallpapers for July 2018 created by artists and designers from across the globe as it has been our monthly tradition since more than nine years already. Please no...
Optimization Auditing: A Deep Dive into Chrome’s Dev Console
PHP

Optimization Auditing: A Deep Dive into Chrome’s Dev Console

Chrome DevTools incorporates many sub-tools for debugging web applications on the client side --- like recording performance profiles and inspecting animations --- most of which you've likely been using since your early days of learning web development, mostly through the DevTools console. Let's look at some of those tools, focusing particularly on the console and the performance metrics. To access Chrome's DevTools: right click anywhere on a page, click Inspect from the context menu use the keyboard shortcuts Ctrl + Shift + I on Windows and Linux systems or Alt + Command + I on macOS use the keyboard shortcuts Ctrl + Shift + J on Windows and Linux systems or Alt + Command + J on macOS. The Snippets Tool If you're frequently writing JavaScript code right in the console, make sure to use th...
CSS Tricks

Fitting Text to a Container

There are a number of ways to go about putting some text in a container and having it size itself to fill that container. There are different technologies we can use and different considerations to think about. Let us count the ways. Magic Number it with viewport units If you set type with vw (viewport width) units, you can find an exact number where the text pretty closely fits the container and doesn't break as you resize. I'd call this a magic number. In this case, font-size: 25.5vw; works down to a 320px viewport, but still will break much lower than that. See the Pen Fitted Text with Viewport Units by Chris Coyier (@chriscoyier) on CodePen. This is kind of a less exotic version of fluid typography, which involves more of a sprinkling of viewport units and min/max sizes. FitText Da...
CSS Tricks

Fitting Text to a Container

There are a number of ways to go about putting some text in a container and having it size itself to fill that container. There are different technologies we can use and different considerations to think about. Let us count the ways. Magic Number it with viewport units If you set type with vw (viewport width) units, you can find an exact number where the text pretty closely fits the container and doesn't break as you resize. I'd call this a magic number. In this case, font-size: 25.5vw; works down to a 320px viewport, but still will break much lower than that. See the Pen Fitted Text with Viewport Units by Chris Coyier (@chriscoyier) on CodePen. This is kind of a less exotic version of fluid typography, which involves more of a sprinkling of viewport units and min/max sizes. FitText Da...
Web Tricks

How To Craft The Perfect Web Developer Ré­su­mé

How To Craft The Perfect Web Developer Ré­su­méHow To Craft The Perfect Web Developer Ré­su­mé Aditya Sharma 2018-06-29T14:00:26+02:00 2018-07-10T16:18:00+00:00 Did you know that your ré­su­mé could be the reason that’s holding you back from that 150k+ job that you know you deserve? This guide is dedicated to all the web developers out there and will demonstrate how you can create a successful ré­su­mé that will get you more shortlists than you can fathom. If it’s a piece of paper that is standing between you and your dream job, it’s time to show who’s the boss. Our guide to making a killer ré­su­mé will broadly talk about the following: Why Would A Web Devel...
Take a Stress-Free Vacation This Summer (and Keep Your Business Running)
Web Tricks

Take a Stress-Free Vacation This Summer (and Keep Your Business Running)

An OnDeck Vacation Study reported that only 57% of small business owners planned on taking a vacation last year. Further, only about a quarter of these owners would allow themselves a few days away from work. There were a couple more disturbing facts that came out of this infographic. The first being that the majority of small business owners wouldn’t fully disconnect from work while on vacation; another discouraging statistic showed a greater reluctance among self-employed individuals—especially those with new businesses—to take a vacation at all. Considering how costly burnout can be for freelancers and small business owners, it’s a much wiser choice to put aside any fears you have and make time for a vacation this year. Rather than give you the usual advice (ie: plan ahead, notify your...
Take a Stress-Free Vacation This Summer (and Keep Your Business Running)
Web Tricks

Take a Stress-Free Vacation This Summer (and Keep Your Business Running)

An OnDeck Vacation Study reported that only 57% of small business owners planned on taking a vacation last year. Further, only about a quarter of these owners would allow themselves a few days away from work. There were a couple more disturbing facts that came out of this infographic. The first being that the majority of small business owners wouldn’t fully disconnect from work while on vacation; another discouraging statistic showed a greater reluctance among self-employed individuals—especially those with new businesses—to take a vacation at all. Considering how costly burnout can be for freelancers and small business owners, it’s a much wiser choice to put aside any fears you have and make time for a vacation this year. Rather than give you the usual advice (ie: plan ahead, notify your...
CSS Tricks

How to create a logo that responds to its own aspect ratio

One of the cool things about <svg> is that it's literally its own document, so @media queries in CSS inside the SVG are based on its viewport rather than the HTML document that likely contains it. This unique feature has let people play around for years. Tim Kadlec experimented with SVG formats and which ones respect the media queries most reliably. Sara Soueidan experimented with that a bunch more. Jake Archibald embedded a canvas inside and tested cross-browser compatibility that way. Estelle Weyl used that ability to do responsive images before responsive images. Another thing that has really tripped people's triggers is using that local media query stuff to make responsive logos. Most famously Joe Harrison's site, but Tyler Sticka, Jeremy Frank, and Chris Austin all had a go as w...
PHP

Improving Page Load Performance: Pingdom, YSlow and GTmetrix

Optimizing websites for speed is a craft, and each craft requires tools. The most-used website optimization tools are GTmetrix, YSlow and Pingdom Tools. GTmetrix is a rather advanced tool that offers a lot on its free tier, but it also offers premium tiers. If you sign up, you can compare multiple websites, multiple versions of the same website, tested under different conditions, and save tests for later viewing. YSlow is still relevant, although its best days were those when Firebug ruled supreme among the browser inspectors. It offers a Chrome app and other implementations --- such as add-ons for Safari and Opera, a bookmarklet, an extension for PhantomJS, and so on. For advanced users, PhantomJS integration means that one could, for example, automate the testing of many websites --- hun...
CSS Tricks

Empower Through Web Development

As a person with a disability, I appreciate the web and modern-day computing for their many affordances. The web is a great place to work and share and connect. You can make a living, build your dream, and speak your mind. It’s not easy, though. Beginners struggling with the box model often take to Google in search of guidance (and end up at this very website). More seasoned developers find themselves hopping from framework to framework trying to keep up. We experience plenty of late nights, console logs, and rage quits. It’s in times like these that I like to remember why I’m doing this thing. And that’s because of the magic of creating. Making websites is empowering because it allows you to shape the world—in ways big and small, public and personal. It’s especially powerful for people w...
CSS Tricks

Free E-book: ​Modernize for Mobile Apps

(This is a sponsored post.)No sign up required to read the free e-book. Building modern apps (mobile, PWAs or Single Page Apps) that connect to legacy or enterprise systems is a pain. We put together an e-book that discusses the various options for how to make it all work. Here are some of the chapter contents: The Challenges of Migrating to a Modern Mobile Architecture Strategies for Migrating to Mobile Strategies for Migrating to the Cloud Data & Mobile Applications Future-Proofing Your Modernization Efforts Check out our Mobile Modernization: Architect Playbook Direct Link to Article — PermalinkThe post Free E-book: ​Modernize for Mobile Apps appeared first on CSS-Tricks. Source: CSS-tricks.com
Web Tricks

How Mobile Web Design Affects Local Search (And What To Do About It)

How Mobile Web Design Affects Local Search (And What To Do About It)How Mobile Web Design Affects Local Search (And What To Do About It) Suzanna Scacca 2018-06-28T14:30:06+02:00 2018-07-10T16:18:00+00:00 As mobile-first takes center stage in the majority of articles I write these days, I’ve had a number of designers and developers question why that is. Sure, Google has made a big push for it, so it’s smart to do what Google tells you. But, for some websites, the majority of traffic doesn’t come from mobile users. At the moment, there are certain websites that happen to receive more mobile traffic than others, and a lot of it boils down to location. As Google e...
11 Secrets of Actionable UX Reports
Web Tricks

11 Secrets of Actionable UX Reports

When designers and developers work on projects, they have a lot of questions: What do our users expect to see on this screen? How are users supposed to interact with our product? What should our onboarding feel like? These questions are commonly asked during product development. Every team wants to reduce the risk of incorrect design decisions and as the complexity of products increases, the digital product design industry puts usability practitioners in high demand. Usability practitioners are people who help product teams make informed decisions. In most organizations, the primary role of usability experts is design validation—making sure that a product is usable. But many usability practitioners (particularly those who are new to the field) complain that product teams don’t act on thei...
How to Use Varnish and Cloudflare for Maximum Caching
PHP

How to Use Varnish and Cloudflare for Maximum Caching

This article is part of a series on building a sample application --- a multi-image gallery blog --- for performance benchmarking and optimizations. (View the repo here.) As we can see in this report, our site's landing page loads very quickly and generally scores well, but it could use another layer of caching and even a CDN to really do well. To learn more about GTMetrix and other tools you can use to measure and debug performance, see Improving Page Load Performance: Pingdom, YSlow and GTmetrix Let's use what we've learned in our previous Varnish post, along with the knowledge gained in the Intro to CDN and Cloudflare posts to really tune up our server's content delivery now. Varnish Varnish was created solely for the purpose of being a type of super-cache in front of a regular server. ...