If you want to use Tab with Autocomplete and Emmet, this is what I do. Install autocomplete-plus and autocomplete-snippets (and whatever other autocomplete-plus provider packages you want): apm install autocomplete-plus autocomplete-snippets Next, edit your keymap.cson file (File > Open Your Keymap) and paste this at the bottom: # Stop emmet from hijacking tab from snippets and autocomplete 'atom-text-editor.autocomplete-active:not([mini])': 'tab': 'autocomplete-plus:confirm' # Stop ...
Working on your website locally means having the files that make your website tick right there on your computer. It's common those files live in a version
Update (November 05, 2016): Add this new theme at the bottom of the article.https://github.com/dempfi/ayuSublime Text is an incredibly powerful editor. Not only does...
Your Local Studio is a young company founded in Copenhagen in 2012. We work with design in any form and create visual stories that improve surroundings.
There have been a couple of articles lately regarding fluid type. Matt Smith (calling it "flexible type"): My preferred approach for more flexible type is
It makes good sense that font-size changes depending on the screen. 24px type might look great on a very big screen, but be impractical on a 360px wide screen when even at 100% width you can only fit 3-5 words per line. Adjusting down to something like 16px might retain the same feel and still …
I've not seen this before so I think I've figured out something new and hopefully useful. It appears that by using calc() and vw we can get responsive...
Vitaly Friedman: Dirty little front-end tricks - JSConf Iceland 2016
Do you love the object tag, too? How do you feel about responsive image maps? Have you ever tried to work around complex tables, nasty carousels, endless cou...
Check out this nice image-zooming library by Desmond Ding. It's fairly little, has no dependencies, and has all the modern stuff to make it easy to integra