Your Web News in One Place

Articles by CSS Tricks from October 2015

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to CSS Tricks details.
05:54 pm GMT - Fri, October 30, 2015
CSS Tricks Background Image Shapes
The following is a guest post by Joe Markevicius. Joe had a particular design he needed to implement for the BFI's Britain on Film website. Like a true front end developer, Joe considered the requirem...
05:30 pm GMT - Fri, October 30, 2015
CSS Tricks Fresh SVG Talks
I'm just back from CSS Dev Conf (Dave and I wrapped it up over on ShopTalk) and it was a pleasant surprise for me to have seen four (!) SVG talks back-to-back on the first day. Just a little confirmat...
06:42 pm GMT - Thu, October 29, 2015
CSS Tricks Sponsored: Syncano Database. Backend. Middleware. Real-time. Microservices. All in one place.
Syncano is a backend platform to build powerful real-time apps more efficiently. Customize your backend with several different modules and minimize boilerplate code. Define your data schema, add real-...
09:37 pm GMT - Wed, October 28, 2015
CSS Tricks Embracing the Network
Patrick Hamann in a and fast-paced talk on avoiding single points of failure. He suggests:Use preloading and prefetchingLoad fonts asynchronouslyAlways use timeouts / circuit breakers for Ajax request...
09:34 pm GMT - Wed, October 28, 2015
CSS Tricks Redesigning The Toast
Karen McGrane tweets, dreamteam assembles, epic redesign ensues, story of entire process published.Some minor nuggets #RelevantToMyInterets:A big part of the effort was content strategy and taxonomy w...
04:55 pm GMT - Tue, October 27, 2015
CSS Tricks Conference Talk Web
Levels of awesomeness of what you can do with your presentation/slides:Not awesome: do nothing.Average: post your slides on something like Speaker Deck.A little awesome: make slides for the web in the...
04:32 pm GMT - Tue, October 27, 2015
CSS Tricks Angled Edges with CSS Masks and Transforms
Jeremy Frank with a very simple and clever way to have elements not end perfectly horizontally, but at an angle:.section { clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);}Just make sure there is e...
03:05 pm GMT - Mon, October 26, 2015
CSS Tricks CSSgram
CSSgram is a CSS library by Una Kravets recreating Instagram filters. The filters are pseudo elements on the <figure>, sitting on to of the <img>, using different gradients, opacities,...
03:01 pm GMT - Mon, October 26, 2015
CSS Tricks Sponsor: Learn Web Design with Treehouse
Treehouse is structured, inexpensive, modern training to for learning how to be a web designer and developer. I love how they allow you learn in ways that match what you want to do. Wanna learn to bui...
02:29 pm GMT - Mon, October 26, 2015
CSS Tricks ES6 Overview in 350 Bullet Points
Nicolas Bevacqua summarises everything ES6 with an invaluable list of each new feature and links to find more info about them:My ES6 in Depth series consists of 24 articles covering most syntax change...
01:10 pm GMT - Sun, October 25, 2015
CSS Tricks A Brief History of People Being Mad About Inputs
Jonathan Gillette, "Textarea, You Are A Sunken Nothing", 2004:Yes, I mean it, Textarea. You are a Sunken Nothing. You have a beveled edge, but you are a worthless thing to jot upon. Bad pad! BAD P...
05:57 pm GMT - Sat, October 24, 2015
CSS Tricks CSS-Tricks Chronicle XXIV
In which I blather about my recent trips and events, things going on here at CSS-Tricks, and over on CodePen and ShopTalk. A little about the big redesigns that have gone out. Probably a little oversh...
12:14 pm GMT - Thu, October 22, 2015
CSS Tricks Sponsor: UltraEdit A Feature-Rich Text Editor
UltraEdit is a deeply customizable, lightning-fast and feature-rich text editor whose ability to open and edit large files is second to none. It's also edited code thats been to Mars but thats all wer...
04:00 pm GMT - Wed, October 21, 2015
CSS Tricks Rendering SVG Paths in WebGL
The following is a guest post by Matt DesLauriers. Matt combined a bunch of techniques and open source modules to build an incredible demo where simple recognizable icons explode into vector triangles...
10:49 am GMT - Tue, October 20, 2015
CSS Tricks Dark Matter
The "Dark Matter Developer" moniker has been floating around for several years. Scott Hanselman introduced the term to describe developers who do not have active online or social personas:They don't r...
09:49 am GMT - Mon, October 19, 2015
CSS Tricks Reverse Text Color Based on Background Color Automatically in CSS
Over the weekend I noticed an interesting design for a progress meter in a videogame. The % complete was listed in text in the middle of the bar and didn't move. But that text was the same color as th...
05:51 pm GMT - Thu, October 15, 2015
CSS Tricks Sponsor: FullStory let your customers show you how to improve
FullStory records each customer session exactly as it rendered in their browser unlocking pixel-perfect playback, DOM and console inspection, searchability on any page element or interaction, and mor...
02:22 pm GMT - Thu, October 15, 2015
CSS Tricks Responsive Images in WordPress Core
In April 2014 Tim Evko created a WordPress plugin that used the CMS's capabilities to make using responsive images much easier (just do what you were already doing, reap benefits). He wrote about it h...
08:54 pm GMT - Wed, October 14, 2015
CSS Tricks The WordPress Nav Walker Class: A Guided var_dump()
The following is a guest post by Scott Fennell. Scott is a WordPress theme & plugin developer in Anchorage, Alaska. Here, he customizes the default HTML output of WordPress' menu system to his li...
08:58 pm GMT - Tue, October 13, 2015
CSS Tricks Windows Editors and Shells
Dave Rupert is switching to Windows in part because the web dev crowd is a little heavy on the Apple, which isn't true, generally, of the user's we build for.But not only is he switching, he's documen...
03:52 pm GMT - Tue, October 13, 2015
CSS Tricks Web Font Anti-Patterns
A series of articles by Bram Stein on typography, performance and modern day best-practices for using fonts. I particularly like what Bram has to say on overusing web fonts:Another recent trend is usi...
03:49 pm GMT - Tue, October 13, 2015
CSS Tricks The Tragicomic History of CSS Color Names
Ever wondered why we have CSS color names like tomato, salmon and darkgoldenrod? Ars Technica on the evolution (and convolution) of the "Named Colors" spec:Backlash ensued. The color database had been...
01:45 pm GMT - Mon, October 12, 2015
CSS Tricks The Snowballing of Practice
I really want to be a better musician. Someday, I will be. I know what it takes: practice.I want to get really good. I want people to hear me play and say to themselves "hey that guy really knows how ...
06:38 pm GMT - Sun, October 11, 2015
CSS Tricks Accelerated Mobile Pages Project
New Google thing, aimed at unsucking the "mobile" web:The Accelerated Mobile Pages (AMP) Project is an initiative to improve the mobile web and enhance the distribution ecosystem. If content is fast, ...
03:14 pm GMT - Sat, October 10, 2015
CSS Tricks GreenSock MorphSVGPlugin
Greensock really knocked it out of the park with this one. You know shape morphing? It's a cool effect with loads of uses ranging from practical to artistic. SMIL can do it, but the future of that is ...
12:55 pm GMT - Sat, October 10, 2015
CSS Tricks A List Apart Live Panel: The State of Front End Dev
I'm going to be moderating an online panel (Google Hangouts) on Wednesday, November 4, 2015 with Jina Bolton, Una Kravets, Rebecca Murphey, and Marco Rogers all about front end stuff. We held a little...
02:26 pm GMT - Fri, October 9, 2015
CSS Tricks Creating a CSS Sliding Background Effect
The "trick" of sliding backgrounds in CSS is not new. In fact, the first time I came across it might have been a couple of years ago on the Valio Con site (the current design doesn't have it anymore)....
05:13 pm GMT - Thu, October 8, 2015
CSS Tricks Sponsor: An Event Apart
I love An Event Apart conferences, and I bet you would too.It's where ideas like responsive design and mobile first were launched, and where this year's attendees are already learning how grid layout,...
08:57 pm GMT - Wed, October 7, 2015
CSS Tricks Project Comet
Speaking of in-development software targeted at screen design. Also check out the videos in Khoi Vinh's post. The repeat grid demo is pretty compelling.Direct Link to Article — Permalink…P...
02:07 pm GMT - Wed, October 7, 2015
CSS Tricks The Printliminator v4
Big update to The Printliminator! Version 4! All thanks to Rob Garrison. The premise: get websites ready to print by easily removing things that you don't want and finessing the page into shape.New in...
01:28 pm GMT - Tue, October 6, 2015
CSS Tricks Defining and Dealing with Technical Debt
We're all familiar with debt, right? It's that concept where an amount is owed from one person (the borrower) to another (the lender). We often use it to describe financial situations. For example, I ...
01:20 pm GMT - Tue, October 6, 2015
CSS Tricks BoxBox
BoxBox is a design app thats currently under development and the designers, Kevin Lynagh and Ryan Lucas, have written a series of articles describing their thoughts that led to its creation. First, th...
01:34 pm GMT - Mon, October 5, 2015
CSS Tricks How to Make Charts with SVG
In my first post about making charts, I looked at methods that solely relied on CSS. I argued that this wasnt the best option in most cases; there are just too many tricky design and development hurdl...
02:19 pm GMT - Sat, October 3, 2015
CSS Tricks RAIL
Paul Irish and Paul Lewis describe a way for us to think about web performance: RAIL (Response, Animation, Idle and Load). It's designed to break up each moment of a users experience into actions whic...
05:43 pm GMT - Thu, October 1, 2015
CSS Tricks CSS Stacking Contexts
Tiffany B. Brown breaks down what stacking contexts are in a very quick and understandable way. First, what makes a new context, then:Children of a stacking context are painted from bottom to top in t...
05:36 pm GMT - Thu, October 1, 2015
CSS Tricks Image Diffing in CSS
A bonafide CSS trick by Franklin Ta. Position the images on top of each other at 50% opacity and inverted colors. Or, as Bennett Feely pointed out, use background-blend-mode: difference; if they are b...