PhpStorm Undo Delete Does Not Restore Ignored Folders and Files
The other day I pressed some shortcut while I was checking the left sidebar in PhpStorm and the...
Read MoreSelect Page
Posted by Slavi Marinov | Sep 14, 2023 | Web Development
The other day I pressed some shortcut while I was checking the left sidebar in PhpStorm and the...
Read MorePosted by Slavi Marinov | Feb 8, 2023 | Servers
SSH is a way nice way to connect to a server and send commands and manage the server with SFTP you can transfer files easily to and from the server. You just need to make sure that the user has SSH access and they will be able...
Read MorePosted by Slavi Marinov | Jun 16, 2022 | Web Development
This was bugging me for quite some time. Sometimes there would be some notices in the Notification tab. It was hard in the beginning to find which project was triggering that. In my day to day life I use phpstorm and by pressing...
Read MorePosted by Slavi Marinov | May 19, 2022 | Web Development
Sometimes it's just easier to add some content before a given HTML element.If you don't want to have the before pseudo element show you can use this css for the divs. div:before { content: none; } If you want to remove the...
Read MorePosted by Slavi Marinov | May 9, 2022 | Web Development
Maybe you have clients enter some data in a form on your WordPress site and you what that data to appear in the your Google Sheets. That integration would be very convenient because that way nobody has to log into the site to...
Read More