Search

Nalezeno "display kampaně": 235

Simulating Mouse Movement


If you've ever had to display an interactive animation during a live talk or a class, then you may know that it's not always easy to interact with your slides and while talking. This happened to me when I needed to show this particles demo to my students. I didn't want to have to stay next to...

Creating a Custom Element from Scratch


In the last article, we got our hands dirty with Web Components by creating an HTML template that is in the document but not rendered until we need it. Next up, we’re going to continue our quest to create a custom element version of the dialog component below which currently only uses...

Příručka marketéra: Tipy na optimalizaci v YouTube kampaních


YouTube, podobně jako Facebook, je v dnešní době fenoménem. Reklama na YouTube má velký potenciál v budování povědomí o značce. Pokud používáte kampaně v obsahové síti, jistě oceňujete především jejich brandovou sílu. Podobným způsobem vaší značce mohou pomoci i videokampaně na YouTube. Cílení...

The Dark Side of the Grid


Manuel Matuzovic makes the point that in order to use CSS grid in some fairly simple markup scenarios, we might be tempted to flatten our HTML to make sure all the elements we need to can participate on the grid. What we need is subgrid and non-buggy display: contents;, so I'd like to think in...

Should I Use Source Maps in Production?


It's a valid question. A "source map" is a special file that connects a minified/uglified version of an asset (CSS or JavaScript) to the original authored version. Say you've got a filed called _header.scss that gets imported into global.scss which is compiled to global.css. That final CSS file...

Control Icons with Font Size


Here’s a nifty trick from Andy Bell that now seems a little obvious in hindsight: if you set an SVG to have a width and height of 1em then you can change the size of it with the font-size property. Try and change the font-size on the body element below to see the icon scale with the text: ...

Where Do You Nest Your Sass Breakpoints?


I love nesting my @media query breakpoints. It's perhaps the most important feature of Sass to me. Maybe I pick a method and do it like this: .element { display: grid; grid-template-columns: 100px 1fr; @include breakpoint(baby-bear) { display: block; } } That's straightforward enough....

Jak správně zacílit zákazníka pomocí Consumer Barometru od Googlu


Vánoce jsou za námi a s ním i nákupní šílenství. Jak jste je strávili a kde jste nejvíce nakupovali? Petra Vrbová z agentury LCG New Media pro Tyinternety sepsala, jak si ona s výběrem dárku na internetu poradila díky nástroji Consumer Barometr. Kdo vlastně jsem? Jsem jedna z 18ti procent Čechů...

Příručka marketéra: 11 strategií pro úspěšné kampaně B2B v PPC


Odvěkou výzvou digitálního marketingu (a především reklamy na vyhledávačích) je cílení na firemní zákazníky v situacích, kdy „koncáci“ hledají prakticky to stejné. Jediná férová odpověď je – těžko. Co kdybychom se ale na optimalizaci podívali trochu obráceně, tedy nehledali rovnou firemní...

Slide an Image to Reveal Text with CSS Animations


I want to take a closer look at the CSS animation property and walk through an effect that I used on my own portfolio website: making text appear from behind a moving object. Here’s an isolated example if you’d like to see the final product. Here’s what we're going to work with: See the...

Amazing User Agent API with userstack


We do our best to design and code websites so that they look and perform the way they should regardless of device or browser, but the truth is we sometimes we need to code for specific device, browser, or crawler. Whether it’s a quick hack or a simply wanting to display different content...

VESA uvedla nový standard monitorů: Display HDR s opravdovou černou [CES]


Organizace VESA připravila nový standard DisplayHDR True Black, který je rozšířením starajícího DisplayHDR a jehož úkolem je značně vylepšit podání černé barvy u nových zobrazovacích panelů. U tohoto nového standardu jde o to, jak nízký jas dokáže obrazovka zobrazit pro co nejlepší poddání černé

Fighting FOIT and FOUT Together


Lots from Divya with the setup: There are 2 kinds of problems that can arise when using webfonts; Flash of invisible text (FOIT) and Flash of Unstyled Text (FOUT) ... If we were to compare them, FOUT is of course the lesser of the two evils If you wanna fight FOIT, the easiest tool is...

Google Fonts and font-display


The font-display descriptor in @font-face blocks is really great. It goes a long way, all by itself, for improving the perceived performance of web font loading. Loading web fonts is tricky stuff and having a tool like this that works as well as it does is a big deal for the web. It's such a...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace