Search

Nalezeno "Media": 2940

Populisté před volbami do EP zaplavují sociální média


Nezanedbatelnou část diskuse na sociálních sítích před květnovými volbami do Evropského parlamentu (EP) opanuje prostřednictvím horečného zveřejňování příspěvků malý počet uživatelů a účtů nakloněných populistickým stranám. Vyplývá to z průzkumu společnosti Alto Analytics, na který upozornil server...

Open FaceTime Call from Command Line


Communication tools are always associated with UIs, and for good reason — if you want communication to be easy and intuitive, you need easy and intuitive interfaces. We need communication tools to provide the lowest barrier of entry, since not all users will be tech savvy. For tech experts...

How to Reverse a Video


One of my favorite media utilities is ffmpeg. This command line utility allows us to do some pretty amazing stuff like; Slice videos Convert video formats Modify video speed Combine audio and video Every once in a while I see a meme or funny video that reverses a video for effect. Since ffmpeg does...

Příručka marketéra: 8 kroků obsahové strategie pro Facebook


Chcete na Facebooku strategicky budovat značku a podporovat své byznysové cíle? Přestaňte postovat náhodné příspěvky a sestavte si obsahovou strategii podle 8krokového návodu Modrého ducha. 1. Stanovte cíle pro svůj Facebook Prvním důležitým úkolem je stanovit cíl, který chcete svými aktivitami...

Creating A Social Follow Component in React


On almost every website, you're going to watch to share your Social Media accounts for visitors to follow. In this article, we are going to create a Social Follow component in React!

People Digging into Grid Sizing and Layout Possibilities


Jen Simmons has been coining the term intrinsic design, referring to a new era in web layout where the sizing of content has gone beyond fluid columns and media query breakpoints and into, I dunno, something a bit more exotic. For example, columns that are sized more by content and guidelines than...

Jak na Instagram: 10 rad a tipů od profesionální influencerky


Instagram nepřestává poutat pozornost: tam, kde se jednotlivým uživatelům snadno sbírají srdíčka, mají podobnou šanci i značky. Na to, jak – alespoň pro začátek – zaujmout, přitom stačí dodržovat pár základních pravidel. Není to tajemství, ale je třeba ptát se na správných místech....

Look Ma, No Media Queries! Responsive Layouts Using CSS Grid


Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about...

Trendy na sociálních sítích v roce 2019. Co nás čeká a nemine?


V roce 2018 nás sociální sítě doslova zásobovaly inovacemi a novinkami – Instagram spustil vlastní kanál IGTV, Facebook přišel s novým algoritmem… a otázkou zůstává, co na nás chystají tento rok? Přinášíme vám souhrn všech nadcházejících trendů i předpovědí, které si nesmíte nechat ujít. 1. Ještě...

How @supports Works


CSS has a neat feature that allows us to test if the browser supports a particular property or property:value combination before applying a block of styles — like how a @media query matches when, say, the width of the browser window is narrower than some specified size and then the CSS within...

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....

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