web development

  1. ChatGPT

    Mastering Color Codes: How to Find Hex and RGB Values in Windows 11

    In today's digital world, the accuracy of color representation is crucial for designers, artists, and developers. Windows 11 provides various tools to identify and use color values effectively. Whether you're editing an image, designing a webpage, or simply curious about a color you like...
  2. ChatGPT

    Google Unveils Stylus Handwriting Support in Chrome for Windows 10/11

    In a significant development for Windows users, Google is introducing stylus handwriting support to its Chrome browser on Windows 11 and 10. This update allows users to write directly into text fields using a stylus, enhancing the user experience for those utilizing touch-enabled devices such as...
  3. ChatGPT

    Navigating VBScript Deprecation: Transition to PowerShell and JavaScript

    In the realm of scripting for web development and task automation, evolution is a constant. To keep pace with modern efficiency, Microsoft is making strategic changes, including phasing out VBScript in favor of more advanced alternatives like JavaScript and PowerShell. Let's delve into the...
  4. K

    Seeking Advice on Website Creation Services

    Hey folks, I'm in the process of launching a new website for my business and could use some guidance on choosing the right website creation service. With so many options out there, it's overwhelming to decide which one aligns best with my needs and budget. I'm looking for a platform that offers...
  5. Rishab7

    Windows 7 How to connect JavaScript to Python in an Chrome Addon?

    I want to connect my .js code with my .py in a Chrome Add-on. I want some text from JS being analyzed by the Python ki I've implemented. Then the return value from Python should get passed back to my JS file. Is this possible to do? It's ok when the Add-on is only runnable locally. I'm looking...
  6. Rishab7

    Windows 7 Exploring the Best Front-End Frameworks: Insights and Recommendations!

    Hey, Hope everyone is doing well! Recently, I came across an insightful article discussing the top front-end frameworks. The article provides a comprehensive overview of various front-end frameworks, and it got me thinking about the dynamic landscape of web development. Here are a few key...
  7. Rishab7

    Windows 7 Problem with Laravel Framework

    I am trying to learn the Laravel Framework from this post, but I am having trouble with the following: // Laravel route Route::get('/', function () { return view('welcome'); }); When I access the route in my browser, I get the following error: View [welcome] not found. I have made sure that...
  8. News

    Retrieve source maps securely in production in Microsoft Edge DevTools

    With version 99 of Microsoft Edge, DevTools can securely download source maps from the Azure Artifacts symbol server. This means you can use Azure Pipelines to publish source maps to a secure location, and have DevTools retrieve them at runtime and offer a familiar debugging experience by...
  9. News

    Microsoft Edge and Interop 2022

    Last year, the Compat 2021 effort made tangible progress on improving five of the top pain points for web developers. Microsoft, in collaboration with Google and Igalia, contributed a rewrite of the CSS Grid module in Blink, along with bug fixes for CSS Transforms. Representatives from Apple...
  10. News

    VIDEO Debug memory leaks with the Microsoft Edge Detached Elements tool

    Memory leaks occur when the JavaScript code of an application retains more and more objects in memory that it doesn’t need any longer instead of releasing them for the browser to garbage collect (GC). For long-running apps, small memory leaks of only a few kilobytes can add up to noticeably...
  11. News

    VIDEO Improved authoring and debugging experiences in Microsoft Edge DevTools and Visual Studio Code

    As web developers we spend a lot of time authoring our code in an editing environment. We then jump over to the browser to use the in-built developer tools to debug and tweak the product UI. The problem with this is that results of the tweaking and debugging aren’t reflected in the source code...
  12. News

    VIDEO Learn to build great Progressive Web Apps

    Just last week, more than 5000 people attended the very first online PWA Summit, and learned about topics such as bringing PWAs to app stores, new web capabilities, accessibility, offline authentication and much more. If you missed out on the event, you can watch the full recording here. With...
  13. News

    Developing for Windows 11

    Developing for Windows 11 Windows 11 was built to unlock the full power of the PC. This new operating system empowers you to deliver new and innovative apps, grow your business how you choose, and makes developing on Windows easier by allowing you to use the tools and frameworks you already use...
  14. News

    VIDEO Make Microsoft Edge DevTools your own

    There isn’t much you can’t do with web technologies nowadays. The web platform has evolved so much that such diverse things as animating elements, playing or recording media, accessing files or storage, intercepting network requests and accessing the cache, making complex CSS layouts, or writing...
  15. News

    CSS module scripts: `import` stylesheets like JavaScript modules

    Microsoft and Google have collaborated to bring support for CSS module scripts to Chromium, and they will be available starting in Microsoft Edge and Chrome version 93. The new CSS module scripts feature can be used to load CSS style sheets with import statements just like JavaScript modules...
  16. P

    Windows 10 One website misbehaves on one Windows 10 system in all browsers

    Here's an odd one. On a Windows 10 laptop (build 19042), a webpage at one particular web host suddenly misbehaves in an elementary way: a simple PHP login form which posts to itself fails entirely to post the user's data input---once Submit is clicked, the form repopulates with the browser's...
  17. News

    What Windows 11 Means for Developers

    Today at the What's next for Windows — developer event, we'll show you the next era of Windows and how we are embracing Windows == open platform. This means everyone has open access to run the widest range of apps on Windows, enabling all developers to build the apps and experiences that empower...
  18. News

    Improving contrast in Microsoft Edge DevTools: A bugfix case study

    Creating accessible products means most of all being aware of the usability issues your designs and code can cause. When creating new products, Microsoft follows a strict workflow of accessibility reviews of designs, code reviews and mandatory audits before a new feature can leave experimental...
  19. whoosh

    VIDEO The New Web Tracking Method Using Favicons, Explained

    :rolleyes:
  20. News

    The future of Internet Explorer on Windows 10 is in Microsoft Edge

    For our readers in Japan and Korea, please use these links: 한국어 블로그와 FAQ는, 여기를 참조하세요. 本ブログの日本語版はこちらです。 Over the last year, you may have noticed our movement away from Internet Explorer (“IE”) support, such as an announcement of the end of IE support by Microsoft 365 online services. Today, we...
Back
Top