All posts in Web Design & Development Tools
When you need to change file and directory ownership, or file and directory permissions in bulk, these are some very handy commands to know. On most servers, you’ll need root’ish privileges to do this. Change Ownership & Group for All Files & Directories: find /home/your_directory/public_html -exec chown user_name:group_name {} \; . . . Read more
We here at Peaceful MEDIA have been building custom websites, building brands, and building businesses for a *long* time: with decades upon decades of collective experience amongst our brilliant team members. And still, yes it’s true, sometimes we long for a programming language like the one shown above. Nope. Not . . . Read more
1. Install Node.js Browsersync is a module for Node.js, a platform for fast, scalable network applications. There are convenient installers for MacOS, Windows and Linux. 2. Install Browsersync The Node.js package manager (npm) is used to install Browsersync from a repository. Open a terminal window and run the following command: . . . Read more
So you find out that when you share a page from you WordPress site, there are shortcodes being displayed in the description text. There are many ways to solve this, so good luck. But once you do fix the underlying issue, the description text may still not have updated. In . . . Read more
1. CSS3 Gradient Generator http://www.colorzilla.com/gradient-editor :: Sleek, intuitive tool creates subtle, intelligent color gradients without images. Perfect for responsive websites that won’t render image gradients perfectly when browser window gets shrunk/blown-up. I especially like the diagonal CSS3 gradient effect this easy app allows you to create on the fly. Presets . . . Read more