<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Marco Colonna</title>
    <description>The latest articles on DEV Community by Marco Colonna (@7ovo7).</description>
    <link>https://dev.to/7ovo7</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F542535%2F34e4aea7-e4a6-4d3f-a4f7-cf191e9370ef.png</url>
      <title>DEV Community: Marco Colonna</title>
      <link>https://dev.to/7ovo7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/7ovo7"/>
    <language>en</language>
    <item>
      <title>Just an idea...</title>
      <dc:creator>Marco Colonna</dc:creator>
      <pubDate>Wed, 11 Feb 2026 12:04:25 +0000</pubDate>
      <link>https://dev.to/7ovo7/just-an-idea-1ocm</link>
      <guid>https://dev.to/7ovo7/just-an-idea-1ocm</guid>
      <description>&lt;p&gt;What would be useful for creators would be a platform where they could create and organize.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;so, this is in brief my idea:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a type of developer community (already, so is good)&lt;/li&gt;
&lt;li&gt;the community have a private side, but also has a public front-end where you can publish developed products&lt;/li&gt;
&lt;li&gt;this specific type of communities (team-group) has cooperative development tools like real-time chat/video chat, a shared dashboard, etcetera&lt;/li&gt;
&lt;li&gt;the dashboard is customizable using HTML/PHP/CSS (and if it is not a security issue, customizzable also using JAVA, with a price OBV... since it costs to host code in a sandbox, not like just HTML/PHP/CSS, same cost as now)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;could start with these supported projects (which are easy):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;software projects development&lt;/li&gt;
&lt;li&gt;hardware projects development&lt;/li&gt;
&lt;li&gt;videogames moddding development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;these projects are easy to support, and then if the system works well, could be moved on to something more elaborate... scientific/engineering/medical...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;the development community should be chosen between these two modes:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;for-profit (paying for legal fees)&lt;/li&gt;
&lt;li&gt;non-profit (free since it is the same as any other community, with a small fee if a team wants to add, ad example, voice chat, JAVA, etcetera)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;under the current sidebar on the right, two banners showing all these communities and their publishing front-ends:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;PAID: a prominent banner above shows 4 paid communities&lt;/li&gt;
&lt;li&gt;FREE: and only 1 banner below shows the free ones, one at a time; every time a user loads the page, the sidebar 4+1 show other communities)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;em&gt;this way, the social network make more reasoning/innovation/usefulness&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;people would post stuff, write comments, read projects, visit the front-ends, etcetera, and link the projects...&lt;/p&gt;

&lt;p&gt;I tryed to create an image for show my idea, using Gemini, but the result is not good, so... just use your immagination ^_^&lt;/p&gt;

</description>
      <category>devto</category>
      <category>idea</category>
    </item>
    <item>
      <title>SquareCorners v2.1</title>
      <dc:creator>Marco Colonna</dc:creator>
      <pubDate>Sat, 07 Feb 2026 23:21:40 +0000</pubDate>
      <link>https://dev.to/7ovo7/squarecorners-v11-186m</link>
      <guid>https://dev.to/7ovo7/squarecorners-v11-186m</guid>
      <description>&lt;p&gt;&lt;em&gt;just relased 2.1 of this tweak&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;is a simple active .exe process running in background to disable the rounded corners in Windows 11 (also some helpfull tutorials in README for novices)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/70V07/SquareCorners" rel="noopener noreferrer"&gt;https://github.com/70V07/SquareCorners&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;the tweak is safe and also a bit customizzable (can add exclusions)&lt;/p&gt;

&lt;p&gt;I use this command for compile:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;amp; "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /target:winexe /reference:System.Windows.Forms.dll /out:"&amp;lt;OUTPUT_PATH&amp;gt;\SquareCorners.exe" "&amp;lt;SOURCE_PATH&amp;gt;\SquareCorners.cs" "&amp;lt;SOURCE_PATH&amp;gt;\SquareCorners\AssemblyInfo.cs"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;maybe can be helpfull for someone…&lt;br&gt;&lt;br&gt;
the process running in background&lt;br&gt;&lt;br&gt;
(5-10MB in Task Manager)&lt;/p&gt;

&lt;p&gt;I know there is the Valinet patch (which I dont like why change Windows system files) and Windhawk (which I dont use, so I dont want install just for disable rounded corners)&lt;/p&gt;

</description>
      <category>tweak</category>
      <category>microsoft</category>
      <category>csharp</category>
    </item>
    <item>
      <title>4 tabs File Manager for Windows 10/11+ (prototype)</title>
      <dc:creator>Marco Colonna</dc:creator>
      <pubDate>Fri, 06 Feb 2026 18:57:13 +0000</pubDate>
      <link>https://dev.to/7ovo7/4-tabs-file-manager-for-windows-1011-prototype-1gm7</link>
      <guid>https://dev.to/7ovo7/4-tabs-file-manager-for-windows-1011-prototype-1gm7</guid>
      <description>&lt;p&gt;&lt;em&gt;I publish my 4 tabs File Manager app…&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/70V07/4TABs" rel="noopener noreferrer"&gt;https://github.com/70V07/4TABs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ℹ️ all infos on the readme in GitHub repo&lt;/p&gt;

&lt;p&gt;4TABs is a four-tab file manager for Windows 10/11+ that aims to enhance file manipulation efficiency through a centralized interface. It offers features like a quad-pane layout, navigation and file management tools, profile management, immersive dark mode, and shell integration. The software is currently an incomplete prototype and is provided &lt;em&gt;as is it&lt;/em&gt; without warranty.&lt;/p&gt;

&lt;h3&gt;
  
  
  TO DO
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Localizations: in Italian, and maybe a system for create translation in your other language&lt;/li&gt;
&lt;li&gt;Self-made and Community ADDONS: like Tablacus Explorer&lt;/li&gt;
&lt;li&gt;Custom themes: self-explanatory&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>opensource</category>
      <category>csharp</category>
      <category>showdev</category>
    </item>
    <item>
      <title>[UPDATED] CSS theme for newReddit (night mode need to be activated).</title>
      <dc:creator>Marco Colonna</dc:creator>
      <pubDate>Sun, 21 Feb 2021 23:17:31 +0000</pubDate>
      <link>https://dev.to/7ovo7/crosspost-my-work-in-progres-css-theme-for-reddit-night-mode-1e5j</link>
      <guid>https://dev.to/7ovo7/crosspost-my-work-in-progres-css-theme-for-reddit-night-mode-1e5j</guid>
      <description>&lt;p&gt;crossposted from &lt;a href="https://www.reddit.com/user/7OVO7" rel="noopener noreferrer"&gt;my Reddit account&lt;/a&gt; ─ &lt;a href="https://www.reddit.com/user/7OVO7/comments/uiqxae/updated_css_theme_for_newreddit_night_mode_need/" rel="noopener noreferrer"&gt;original Reddit post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;advice:&lt;/strong&gt; desktop browser theme only (not support for mobile), and newReddit interface users only.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I not will make a version for the oldReddit interface, so... not ask please. I like the new design, the old is ugly and confusing; I know, this theme is is a mess, but is WIP and work, and I like it, so... (here the code).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;// check the Gregorian calendar date in this format day.month.year for the last update version.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;fully compatible with Dark Reader and Reddit Filter (addons).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;updated version:&lt;/strong&gt; &lt;em&gt;1.6.2022 (changelog at the end of the post)&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/* newReddit interface theme by TOVOT */

/* start hide some useless things (my opinion) */
::-webkit-scrollbar,
.redesign-beta-optin,
.avKlJzxZU3brq4nAX0_i1, /* sidebar ADS */
.Ii7DEkcMDxQHElTHeeaci,
.m0n699kowSp8Wfa40lqpF,
._2oY_N7NWiAv9m_mFIRdwVX,
._2-aCCpAklEV0DkVWrpodjE {
    display: none !important }
/* end hide some useless things (my opinion) */

/* hide the invasive but helpfull weird button*/
._3A5WTC_rfbijxxWBmIP4Yx { display: none }

/* temp fix hide nonsense commas */
._37WD6iicVS6vGN0RomNTwh { display: none }

html, body { font-family: sans-serif !important }

a,
button,
.jEUbSHJJx8vISKpWirlfx,
._2FKpII1jz0h6xCAw1kQAvS,
._1JaK9h42mq2UXvugO7VriI {
    border-radius: 1px !important }

/* search bar */
._1DeR7_QiQnu2UK0e2dDfYD._2cQyXGCHzUUwjteF5E1eO7 {
    border-radius: 1px !important }

._272M2gvxto_0X0pq5TeO62,
._1oQRGKLqEtbGwWUMbhCDZj,
._3PZhYrOiAsgZIW2cezS6tI {
    border-radius: 30px !important }

._1JaK9h42mq2UXvugO7VriI {
    width: 111px }

a { color: #f7ffe9eb !important }

.next-button a,
._1qiHDKK74j6hUNxM0p9ZIp a,
._3fyECztJ8AQeIuhZWW-tNU a {
    color: #fff !important }

blockquote {
    color: #747474 !important }

textarea {
    color: #5dcb7c;
    background: #151515;
    font-size: 1.1em !important;
    width: 99% !important;
    padding: 5px !important }

._1gw9QnHhIreAAaTWBI3fUH input {
    background: #202020 }

/* covering header background
    ._2L5G9B5yaoqW3IegiYN-FL {
    background: #0079D3 !important } */

._34q3PgLsx9zIU5BiSOjFoM {
    background: transparent !important }

._2TuF8LuTZGoynMOwiccrRC {
    background-color: #1a1a1b }

._27zThB3Syksyv8gLdDJqep,
._2ZyL7luKQghNeMnczY3gqW {
    width: 99.5%;
    border: 1px solid #474748;
    border-bottom: 0 }

._2c1ElNxHftd8W_nZtcG9zf {
    border: unset }

.embedded-page #header {
    background: #000 }

.md {
    font-size: unset }

.save,
.cancel {
    border-radius: 2px !important;
    margin-left: 2px !important;
    background: #408251e0 !important;
    border: 1px solid #73ac83c9 !important;
    color: #fff !important }

.embedded-page #header .tabmenu li a,
.embedded-page #header .tabmenu li.selected a {
    color: #fff;
    letter-spacing: 0px }

.menuarea {
    padding: 10px !important; }

.embedded-page .flat-list a {
    color: #878787 !important;
    text-transform: uppercase;
    letter-spacing: 0px }

._2hd15zHzBDXNYbCUS85McI {
    padding: 5px }

._1oQyIsiPHYt6nx7VOmd1sz,
.post-content {
    background: #000;
    color: #c1c1c1 !important }

.embedded-page .content {
    background: #151515 }

._eYtD2XCVieq6emjKBH3m {
    color: #DAE0E6;
    padding: 5px;
    text-shadow: -1px -2px 2px #9c9ed4, 1px -1px 0px #000, -2px 2px 2px #900b0b, 2px 1px 4px #000;
    font-size: 1.94em !important;
    /* safe back
    text-shadow: -1px -1px 0px #000587,
                 1px -1px 0px #000587,
                 -1px 1px 0px #000587,
                 1px 1px 4px #000587; */
    font-weight: bold;
    letter-spacing: .074px }

code { color: #55ef68 !important}

.TmlaIdEplCzZ0F1aRGYQh {
    background: unset }

._1rZYMD_4xY3gRcSS3p8ODO {
    color: #c1c1c1 !important }

/* main column */
._1OVBBWLtHoSPfGCRaPzpTf {
    position: relative;
    width: 100% !important }

/* Join button */
._10BQ7pjWbeYP63SAPNS8Ts {
    background-color: #3C5E45;
    color: #fff }

/* Join button position */
.yIt5UPS176eVebNGNRQtf {
    padding-right: 1.22em }

/* Join button position */
._14-YvdFiW5iVvfe5wdgmET {
    padding-right: 1em }

/* Follow button */
._55hUWVhbF34AzbWr7SAMi,
._2XCKBYzBTZpjOAFEWv1tSy {
    margin: 0;
    margin-right: 10px !important;
}

/* ! filter extension */
.subButton {
    padding: 5px }

._1vyLCp-v-tE5QvZovwrASa {
    background: #202020 }

* { /* temp fix */
    --pseudo-before-background: #202020 !important;
    --background: #202020 !important;
    --canvas: #202020 !important }

._1BFbVxT49QnrAN3fqGZ1z8 {
    position: absolute;
    right: 13px }

._1m03hmspTHlre1O1CXbY9Y {
    position: fixed !important;
    bottom: 0px;
    right: .5px;
    width: 312px;
    height: 27px;
    border-radius: 3px;
    border: 1px solid #3c5e45;
    background: #3c5e45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px -4px 4px -2px rgba(0,0,0,0.68) }

#TrendingPostsContainer {
    padding: 10px }

.arrow {
    margin: 5px 0 0 0 }

.bottommenu {
    font-size: 11px; }

._25K6Ujp7eqOAHEdYuHm3pY,
.menuarea {
    background: #000 !important }

.embedded-page .menuarea .tabmenu li.selected a,
.embedded-page .menuarea .flat-list li.selected a {
    border-bottom-color: #d8d8d8 }

._1eNkAwmWuXZFmNLfie958 {
    color: #c1c1c1;
    text-transform: uppercase;
    font-weight: bold }

.nextprev,
.next-suggestions {
    color: #151515 }

.nextprev a,
.next-suggestions a {
    background: #3c5e45 !important;
    border-color: #50785b !important }

._3eEGmb1TERzQ2jBCUr-XNg {
    padding: 10px;
    margin-right: -100px }

._2mO8vClBdPxiJ30y_C6od2 a {
    border-top: 1px solid #4a4a4a }

._2mO8vClBdPxiJ30y_C6od2 button {
    margin-top: 8px }

._2torGbn_fNOMbGw3UAasPl {
    font-size: 0.9em !important }

/* chat window */
.yU9j1WJPhK5O625xcz254,
._1ScY1cHS-Vgv6eoU-LmjTi,
._3Txi0nOg7zVE4_CBYqUaRq,
._29tNelkz3zQzbXmYFOCncy {
    box-shadow: 0 0 1px 1px #4d8778c4, 0 10px 40px #000;
    border: 1px solid #323232;
    border-radius: 0px;
    bottom: -1px }

.lh9ssPWZKUR3-eXgoIPnX textarea {
    color: #fff !important;
    padding: 11px !important }

/* fix text "Report Description" */
.atALXaor5Ayh46CWiPfDR label {
    color: transparent !important }

/* overview pinned post */
._3Ud8ZDEFc0kXFg6R9KhDPS {
    min-width: 100% !important }

/* shadows fix for Coins/User/... panels */
._2uYY-KeuYHKiwl-9aF0UiL {
    box-shadow: 0 0 0 1px #151515 }

._3HTtcITrR-crvsRovLrijl {
    height: 20px;
    width: 20px }

/* growing comunities */
._3J5RkbDcTmj01rM7fNcvO7 {
    position: absolute;
    right: 13px }

.footer,
.footer .col {
    border: 0 }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;changelog:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;1.6.2022 fix on follow button and some comments&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;12.5.2022 restored back to top button&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;7.5.2022 changed color for embended code&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;5.5.2022 a bit of minor fixes and changes&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>reddit</category>
      <category>theme</category>
      <category>css</category>
    </item>
  </channel>
</rss>
