Software (freeware) I use for local development of WordPress website themes in Windows 10: Sublime Text and Kdiff3 are also useful tools for comparison and editing of code. A handy guide to WAMP setup for a WordPress local development environment:https://wpastra.com/guides-and-tutorials/install-wordpress-on-wamp (visual c++ needs to be installed). I also install node.js for code compilation (SASS to […]
Day: June 19, 2024
Responsive Design Resources
Some sites which prove to be useful again and again for general reference and trends in web development. […]
User Experience (UX) Resources
Some favourite sites: Some free courses: […]
SASS/SCSS
Sass stands for Syntactically Awesome Stylesheets and cuts down on the repetitive nature of CSS coding with logic and rules and inheritance. I use the SCSS syntax in Microscoft Visual Studio Code to compile the code in my local development environment with Node.js […]