<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Webdev on Hugo Testbed Theme</title>
    <link>https://teachedu.name/categories/webdev/</link>
    <description>Recent content in Webdev on Hugo Testbed Theme</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 12 Mar 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://teachedu.name/categories/webdev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ESSENTIAL SHORTCUTS IN FIGMA</title>
      <link>https://teachedu.name/news/essential-shortcuts-in-figma/</link>
      <pubDate>Tue, 12 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/essential-shortcuts-in-figma/</guid>
      <description>&#xA;Here a list of the most important hotkeys for Figma application.&#xA;[CTRL] + [] ► hide figma gui [CTRL] + [/] ► spotlight for quick commands [CTRL] + [SHIFT] + [E] ► fast export [CTRL] + [D] ► duplicate mockup [V] ► move tool [F] ► create frame [T] ► text tool [CTRL] + [B] ► bold text [CTRL] + [I] ► italic text [CTRL] + [G] ► group text [CTRL] + [A] ► select all [CTRL] + [SHIFT] + [A] ► invert seelction [CTRL] + [C]/[V] ► copy/paste [CTRL] + [R] ► rename [CTRL] + [SHIFT] + [&amp;lt;]/[&amp;gt;] ► fast change font size Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik </description>
    </item>
    <item>
      <title>HOW TO IMPROVE PERFORMANCE OF WEBSITE</title>
      <link>https://teachedu.name/news/how-to-improve-performance-of-website/</link>
      <pubDate>Sat, 04 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-improve-performance-of-website/</guid>
      <description>UPDATED ON: 2023-11-04&#xA;Nothing complex here, at least at this time. Here i&amp;rsquo;ll accumulate performance related information.&#xA;░▒▓ LAZY LOADING OF IMAGES ▓▒░ Just implemented lazy loading at my main index page. Concept is pretty simple you are loading images only when they appearing in the viewport of the browser. All you need to do is just to apply loading=&amp;ldquo;lazy&amp;rdquo; to the classes of loaded images.&#xA;&amp;lt;img loading=&amp;#34;lazy&amp;#34; src=&amp;#34;/img/demo./png&amp;#34; alt=&amp;#34;Picture&amp;#34;&amp;gt; In my case it was like this:</description>
    </item>
    <item>
      <title>ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY</title>
      <link>https://teachedu.name/news/essential-vs-code-shortcuts-to-speed-up-your-workflow-dramatically/</link>
      <pubDate>Mon, 28 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/essential-vs-code-shortcuts-to-speed-up-your-workflow-dramatically/</guid>
      <description>UPDATED ON: 2024-04-05&#xA;Here is a small list of mandatory keystrokes, which significantly speed up working process!&#xA;NOTE! ++[KEY] ► means that you must release previously pressed keys upon pressing it&#xA;NAVIGATION&#xA;[CTRL]+[SHIFT]+[N] ► new editor instance&#xA;[CTRL]+[K]+[CTRL]+[O] ► open folder&#xA;[CTRL]+[K]++[F] ► close folder&#xA;[ALT]+[L]+[ALT]+[O] ► open in browser&#xA;[CTRL]+[W] ► close current tab&#xA;[CTRL]+[K]++[W] ► close all tabs&#xA;[ALT]+[1]/[2]/[3] ► fast-switch to diffrenet tabs&#xA;[CTRL]+[1]/[2] ► fast-switch between panels</description>
    </item>
    <item>
      <title>HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR</title>
      <link>https://teachedu.name/news/how-to-set-proper-cursor-color-in-vscode/</link>
      <pubDate>Wed, 28 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-set-proper-cursor-color-in-vscode/</guid>
      <description>UPDATED ON: 2023-12-02&#xA;The main reason i&amp;rsquo;ve decided to write this note is indistinct default color mappings and inability to solve issue simply using GUI of software.&#xA;In main configuration file:&#xA;settings.json add following lines:&#xA;&amp;#34;workbench.colorCustomizations&amp;#34;: {&#xD;&amp;#34;editorCursor.foreground&amp;#34;: &amp;#34;#ff0000&amp;#34;,&#xD;&amp;#34;terminalCursor.foreground&amp;#34;: &amp;#34;#02ED3D&amp;#34;,&#xD;&amp;#34;editorLineNumber.activeForeground&amp;#34;: &amp;#34;#ff0000&amp;#34;,&#xD;&amp;#34;editor.lineHighlightBackground&amp;#34;: &amp;#34;#016119&amp;#34;,&#xD;&amp;#34;editor.lineHighlightBorder&amp;#34;: &amp;#34;#02ED3D&amp;#34;,&#xD;&amp;#34;terminal.foreground&amp;#34;: &amp;#34;#02ed3d&amp;#34; }, To set custom color for GREY comments drop in these lines:&#xA;&amp;#34;editor.tokenColorCustomizations&amp;#34;: {&#xD;&amp;#34;conmments&amp;#34;: &amp;#34;#ff006f&amp;#34;&#xD;} To fast access configuration file press:</description>
    </item>
    <item>
      <title>HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64</title>
      <link>https://teachedu.name/news/how-to-run-latest-vs-code-in-windows-7-x64/</link>
      <pubDate>Sat, 24 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-run-latest-vs-code-in-windows-7-x64/</guid>
      <description>UPDATED ON: 2024-07-05 v1.81.1 is a more recent version, which can be executed without any efforts v1.89 is a hacked [FINAL version] for Windows 7 x64 So, Windows 7 users are pretty safe at this point despite artificial restrictions of big corps.&#xA;Usually i&amp;rsquo;m not feeling so delightful regarding microsoft modern programs, but this one is pretty good. And of course they tried to artificially cripple it under &amp;ldquo;obsolete&amp;rdquo; Windows 7.</description>
    </item>
    <item>
      <title>HOW TO RUN NODE.JS 18.18 LTS ON OBSOLETE WINDOWS 7</title>
      <link>https://teachedu.name/news/how-to-run-latest-node-js-on-obsolete-windows-7/</link>
      <pubDate>Wed, 14 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-run-latest-node-js-on-obsolete-windows-7/</guid>
      <description>UPDATED ON: 2024-08-29&#xA;Node.js dropped Windows 7 &amp;ldquo;support&amp;rdquo; rigth after [version number 13].What a load of sh#t. Today i&amp;rsquo;ll tell you how to overcome this nonsense and run latest LTS version [Node.JS 18.x] without any problems. More newer versions may work also. I&amp;rsquo;ll leave you some room for experiments. Recently i found excellent already [patched installer of NodeJS 18]&#xA;First of all you need to download zipped version of software, not msi one.</description>
    </item>
    <item>
      <title>HOW TO MAKE TEXT INDENT IN HUGO FRAMEWORK VIA CSS</title>
      <link>https://teachedu.name/news/how-to-make-text-indent-in-hugo-framework-via-css/</link>
      <pubDate>Mon, 11 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-make-text-indent-in-hugo-framework-via-css/</guid>
      <description>&#xA;Locate your style.css&#xA;NAME-OF-THE-PROJECT\themes\NAME-OF-THEME\assets\css\style.css Add following code to apply 30px indentation.&#xA;p {&#xD;text-indent: 30px;&#xD;} For no indentation:&#xA;p {&#xD;text-indent: 0px;&#xD;} or just remove the whole block of p code.&#xA;Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik </description>
    </item>
    <item>
      <title>HOW TO OPEN LINKS IN A NEW TAB IN MAINROAD HUGO THEME</title>
      <link>https://teachedu.name/news/how-to-open-links-in-a-new-tab-in-mainroad-hugo-theme/</link>
      <pubDate>Sun, 12 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-open-links-in-a-new-tab-in-mainroad-hugo-theme/</guid>
      <description>I bet that many of you would like to open site links not in the same window, but in a background tab. Such behavior is restricted by default settings of most Hugo themes. Mainroad is restricting it also. Here is a solution on how to overcome weird limitation.&#xA;Create file render-link.html in _default folder of the theme. Name_of_your_site\themes\mainroad\layouts\_default\_markup\render-link.html Contents of render-link.html should be like this:&#xA;&amp;lt;a href=&amp;#34;{{ .Destination | safeURL }}&amp;#34;{{ with .</description>
    </item>
    <item>
      <title>HOW TO ENABLE HTML CODE IN MARKDOWN FILES</title>
      <link>https://teachedu.name/news/how-to-enable-html-code-in-markdown-files/</link>
      <pubDate>Mon, 23 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-enable-html-code-in-markdown-files/</guid>
      <description>&lt;br&gt;&#xD;&#xA;&lt;p&gt;Trick is very simple, if you know where to dig.&#xA;Just find &lt;strong&gt;config.toml&lt;/strong&gt; file of your Hugo theme and add following section.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
