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 […]
Category: Blog
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 […]
Beautiful Typography for the Web
Adobe Typekit and Google WebFonts are noteworthy font services. Understrap, the development parent theme of this site, uses the popular font awesome for font symbols but there are heaps more. […]
Responsive Web Design
The idea of Responsive Web Design, conceptualized by Ethan Marcotte, involves the use of flexible grids, images and video combined with media queries to create web layouts that will scale to look good on any size of display. When the browser window is resized, the content adjusts to fit. I like using Bootstrap and, more […]