본문 바로가기

분류 전체보기

Chrome dev tool - constructed stylesheet bugs.chromium.org/p/chromium/issues/detail?id=946975 946975 - chromium - An open-source project to help move the web forward. - Monorail bugs.chromium.org UA - User Agent DevTools: report constructed stylesheets as regular origin not UA Constructed stylesheets (new CSSStyleSheet) have no associated node or href, so they were appearing as 'user agent' styles in DevTools. Since they are still user.. 2020. 11. 17. 23:18 더보기
unminify 'min.file' ★ ★ ★ www.freeformatter.com/css-beautifier.html Free Online CSS Beautifier / Formatter - FreeFormatter.com CSS Beautifier Formats a CSS files with the chosen indentation level for optimal readability. Supports 4 indentation levels: 2 spaces, 3 spaces, 4 spaces and tabs. *The maximum size limit for file upload is 2 megabytes. All files bigger than 500k will be f www.freeformatter.com mrcoles.com/.. 2020. 10. 12. 23:31 더보기
What Is Open Graph Protocol (OGP)? www.popwebdesign.net/what-is-ogp.html What Is Open Graph Protocol (OGP)? Open Graph Protocol (OGP) is a set of instructions intended for highlighting the title, description, URL and the image of a website you are sharing via Facebook. www.popwebdesign.net OGP was created in 2010 by Facebook engineers and has been used since solely and exclusively to control the connection of content and its shar.. 2020. 10. 12. 23:29 더보기
Adobe XD color profile problem - XD has no color management community.adobe.com/t5/adobe-xd/color-profile-problem/td-p/9946275?page=1 color profile problem what color profile does XD work with? because i work with standard sRGB (IEC61966-2.1) and i got an EIZO monitor, so i see exactly what i get. but pictures in sRGB in photoshop looks different than in XD. XD has much more red in it. this alos happens in th community.adobe.com [problem] XD has no color.. 2020. 10. 6. 23:41 더보기
visual studio code can’t be opened because apple cannot check it for malicious software https://stackoverflow.com/questions/58457958/visual-studio-code-cant-be-opened-because-apple-cannot-check-it-for-malicious Visual Studio Code can't be opened because "Apple cannot check it for malicious software" I have downloaded Visual Studio Code for the first time but I keep getting message below: "Visual Studio Code" can't be opened because Apple cannot check it for malicious software. This.. 2019. 12. 19. 23:13 더보기
Difference between US QWERTY and International QWERTY Apple keyboards? https://apple.stackexchange.com/questions/106058/difference-between-us-qwerty-and-international-qwerty-apple-keyboards Difference between US QWERTY and International QWERTY Apple keyboards? What exactly is the difference between US QWERTY and International QWERTY Apple keyboards? I’m talking about the hardware keyboards specifically, not about keyboard layouts (in System Settings). apple.stackex.. 2019. 5. 13. 02:36 더보기
before: / after: vs. before:: / after:: https://youtu.be/zGiirUiWslI : (single colon) pseudo class a:hover :: (double colon) pseudo element ::before, ::after ::before (right way to represent a pseudo element based on CSS3), :before it used to be the same but CSS3 changed it to distinguish pseudo elements from pseudo classes. but browser still support both of them. (because they don't want to break all of the old stuff and how it used .. 2019. 5. 5. 17:09 더보기
visual studio > multi line code editing 2022 : shift + up/down key : multi-line code editing shift + option + up/down key : copy the single line Multi-Line Code Editing in Visual Studio 2017 Here’s a quick tip if you’ve ever wanted to edit multiple lines of code at once in Visual Studio. Simply position your cursor at a point in your code, then press and hold SHIFT and ALT. Next, press the up or down arrow to select the lines you want.. 2019. 5. 5. 03:36 더보기