Month: July 2016

  • Installing a Website on Apache Virtual Host with Nginx as a Reverse Proxy

    In this post I would like to share a workflow I use to install a website on my Amazon Web Services cloud server.  My server configuration consists of Nginx – a server for my Node.js applications and a reverse proxy for Apache, Apache that I use for hosting websites, PHP5-FPM, MySQL database, and Postfix email…

  • Fixing Menu Issue on WordPress Single-Page Themes

    Among WordPress themes out there, there are so called single- or one-page themes.  Most of the content of the page is located on one page.  Menu links are route to different sections of the page via anchors tags.  The menu is created using custom anchor links like so: The corresponding  part of an anchor tag…

  • Adding Links To WordPress Admin Toolbar

    Recently I was surprised to discover that the HKN (Honor Society for Electrical and Computer Engineers) website I designed in WordPress was still up and running (www.ecs.csun.edu/hkn).  Back in the days I also created a couple of youtube video tutorials on how to use the website. It is a good idea to create a link…