Eva Chenim1010ioio.hashnode.dev·Sep 18, 2023#02 關於各家瀏覽器,前端必備的小知識:支援度、市佔率、CSS 實驗語法 -webkit-, -moz-... PostCSS Autoprefixer | Super Easy CSS↓ 今日學習重點 ↓ 理解關於瀏覽器支援度的重要性 理解各家瀏覽器的開發注意事項 理解瀏覽器的 CSS 實驗性語法是什麼 如何查詢 CSS 在各個瀏覽器的支援度? 不同的瀏覽器,如:Chrome、Safari、Edge、Firefox 等等,也是製作網頁需要考量的部分。因為就算是同樣的語法,不同的瀏覽器對它解讀的方式有可能會不一樣,或是不支援,最終導致破版。 因此,製作完網頁,可以的話,建議盡量使用各個瀏覽器跑過一遍做測試,看看有沒有因為相容性而產生的問題。我們製作網頁的目標就是為了...DiscussSuper Easy CSS,極度簡單:寫出好的 CSS,從零開始前端生涯Browsers
Sunkanmi Fafoworasunkanmi.hashnode.dev·Aug 23, 2023New CSS Transition Updates for Chrome!Google Chrome recently released a bunch of updates for CSS support on its beta browser across its supported devices. In this article, we'll particularly look at the latest transition updates and support for CSS properties on the Chrome browser. Requi...Discuss·11 likes·29 readsCSS-CornerCSS
Ifure Iwuoenangalphawomann.hashnode.dev·Aug 23, 2023Simplified Google Chrome User Guide for Mobile.Table of Content Introduction What is Google Chrome Why Google Chrome Installation How to use Google Chrome Google Chrome Alternatives Conclusion Introduction: Google Chrome is an open-source and free web browser developed and released by Go...Discuss·10 likeslogin
Sotonye Joesotonyejoe.hashnode.dev·Aug 17, 2023How to Install and Use Google Chrome for Mobile DevicesIntroduction A web browser is an application that allows you to access and display web pages on the internet. The web browser was mostly used on computers for carrying out tasks but with the advancement of technology and the introduction of smartphon...DiscussWeb Development
SaranProcogniziv.com·Aug 16, 2023Revolutionizing Reading: Google Chrome's AI Summarizes ArticlesPlugged-In Revolutionizing Reading: Google Chrome's AI Summarizes Articles OpenAI GPT-4's Breakthrough: Redefining Content Moderation Introduction of Amazon Bedrock service for accessible FMs through API Text to Sticker: WhatsApp's AI Wizardry Un...Discuss·27 readsChrome
David Ajiboladavidts.hashnode.dev·Jul 25, 2023How to build a Chrome extension that makes API callsWhat are Chrome extensions? Chrome extensions are software programs that can be installed into the Google Chrome web browser to enhance its functionality. Extensions offer the ability to interact with the browser, access web pages, modify content, ha...Discuss·32 likes·138 readsChrome
THE DIGITAL THOUGHTthedigitalthought.hashnode.dev·Jul 6, 2023Is Your Chrome using too much memory? Here's How to Fix ItAs one of the most popular web browsers out there, Chrome has revolutionized our online experience with its sleek design and lightning-fast speed. However, with great power comes great responsibility, and Chrome’s insatiable appetite for RAM is no e...DiscussChrome
Lucia Cenetiempoluciacenetiempo.hashnode.dev·Jun 30, 2023Chrome DevTools: Supercharge Your Web Development SkillsHey there, ready for the next topic?! If you've been using Chrome DevTools, you know it's a lifesaver for web development. But did you know that there's a whole world of beyond-basic features waiting to be discovered? In this exciting post, we'll tak...DiscussChrome
Dany ParedesProwww.danywalls.com·Jun 17, 2023How To Debug Angular Applications EasyAs developers, we use a lot of our coding time to fix bugs. Debugging helps us find and remove errors in software development. But sometimes, finding a bug takes longer than fixing it. That's when we need to learn some ways to debug our apps. Let's i...Roshan Patro and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·3.4K readsAngularAngular
Vivekanand R Yadavvi-ry.hashnode.dev·Jun 2, 2023Read Chrome Browser Version from Chrome.exe File Using PythonSometimes in our automation scripts, we need to know the Chrome version installed on the user's system. To automate this process via Python code we need to do a few steps. Navigate to the folder Read the chrome.exe file Search for the pattern in t...Discuss·50 readsPython